


.logo-form {
  background-image: url('../../images/samples/vavadoologo.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 88px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 3%;
}

.ul-form {
  text-align: right;
  font-size: 1.5em;
  color: black;
}


.contuct-us-inputs-form {
  border: 1px solid #F79132;
  margin-bottom: 3%;
}

.topic-block-title {
  display: none;
}



.contact-page {
  max-width: 100%;
  margin: 0 auto;
}

.mapStore {
  display: none;
}

.contact-page .page-body form {
  max-width: 600px;
  margin: 0 auto 30px;
  border: none;
  border-radius: 3px;
}


.StoreDetails {
  display: flex;
  margin: auto;
  column-gap: 57px;
  flex-direction: row;
  justify-content: center;
  margin-top: 4%;
  margin-bottom: 4%;
}

.ActivityTime, .LogisticsCenter, .CustomerService {
  background-color: #0E3C70;
  padding: 21px 40px 11px 40px;
}

h1#StoreDetailsTitle1, h1#StoreDetailsTitle2, h1#StoreDetailsTitle3 {
  margin-top: 0px;
  color: white;
  font-size: 1rem;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 8px;
}

h4#StoreDetails {
  color: #F79132;
}

.divider {
  border-bottom: 1px solid #ffff;
}



h1#StoreDetailsTitle3::before {
  content: url('../../images/samples/whitecustomerservice.png');
}

h1#StoreDetailsTitle2::before {
  content: url('../../images/samples/activitytime.png');
}

h1#StoreDetailsTitle1::before {
  content: url('../../images/samples/logisticscenter.png');
}



.mapStore > iframe {
  margin: auto;
  width: 100%;
}

.title-contuctUs-form h1 {
  font-size: 18px;
  color: black;
}

.contact-page .page-body form {
  padding: 45px 0;
}

.page.contact-page .page-body .page-title h1 {
  font-size: 35px;
  margin-top: 2%;
  font-weight: bold;
  color: black;
  text-align: center;

}



@media (min-width: 800px) {

  input.button-1.contact-us-button {
    width: 40% !important;
    font-size: 18px;
  }

  .page.contact-page .page-body .fieldset {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 5%;
  }

  .form-fields_2, .form-fields_1 {
    width: 50%;
  }

  .contact-page .page-body {
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    top: 244px;
    width: 70%;
    margin: auto;
    margin-top: 5%;
  }
}


.form-fields_2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div#StoreAddress, div#StoreEmailService, div#StoreTel {
  font-size: 18px !important;
  font-weight: normal;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2%;
}

  div#StoreTel::before {
    content: url('../../images/samples/call.svg');
  }

  div#StoreAddress::before {
    content: url('../../images/samples/location.svg');
  }

  div#StoreEmailService::before {
    content: url('../../images/samples/email.svg');
  }

.page.contact-page .topic-block-body {
  display: none;
}

div#StoreAddress {
  font-size: 18px !important;
  font-weight: normal;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3%;
}

.contactList {
  line-height: 3;
}

.captcha-box {
  text-align: right;
  line-height: 0;
  margin-bottom: 5%;
  float: right;
}

@media (max-width: 500px) {

  .page.contact-page .page-body {
    width: 95%;
    margin: auto;
    margin-top: 36%;
  }

  .contactList {
    line-height: 2;
    width: 90%;
    margin: auto;
    margin-bottom: 5%;
  }

  .StoreDetails {
    display: flex;
    margin: auto;
    column-gap: 57px;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 80%;
  }

  .topic-block-body li {
    font-size: 1.5em;
    color: black;
    line-height: 2;
    text-align: right;
    margin-right: 9%;
  }

  .page.contact-page .form-fields_2 .inputs > label, .page.contact-page .form-fields_1 .inputs > label {
    display: none;
  }

  .contact-page .page-body form {
    padding: 0;
  }

  .page.contact-page .page-body .page-title h1 {
    font-size: 22px;
    font-weight: bold;
    color: bold;
    text-align: center;
  }

  .title-contuctUs-form h1 {
    font-size: 18px;
    color: black;
    padding: 0 0 0 0;
  }

  div#StoreTel::before {
    content: url('../../images/samples/call.svg');
    height: 20px;
  }

  div#StoreAddress, div#StoreEmailService, div#StoreTel {
    font-size: 16px !important;
    font-weight: normal;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5%;
    line-height: 40px;
  }

  input.button-1.contact-us-button {
    width: 97% !important;
  }

  div#contact-us-tab input.button-1.contact-us-button {
    width: 100% !important;
  }

  .form-fields_2, .form-fields_1 {
    gap: 14px;
    display: flex;
    flex-direction: column;
    width: 97%;
    margin: auto;
  }

    .form-fields_2 .inputs, .form-fields_1 .inputs {
      margin: 0;
    }

  .form-fields_2 {
    margin-top: 10px;
  }

  input.button-1.contact-us-button {
    background-color: #f79132;
    width: 100%;
    font-size: 18px;
  }

  .title-contuctUs-form h1 {
    margin-top: 0;
    margin-bottom: 8%;
  }
}


