/** Shopify CDN: Minification failed

Line 146:3 Expected "}" to go with "{"

**/
*{
  font-family:'Figtree';
}
.appointment_rows {
    max-width: 85%;
    margin: auto;
}
.heading_sections {
    text-align: center;
    max-width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.heading_sections h2, .heading_sections h2 > p {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
}
.appointment_form .contact__fields, .appointment_form .contactus-feilds {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.appointment_form .fields {
    max-width: 50%;
    width: 100%;
    padding: 0 12px;
}
.w-full .fields {
    max-width: 100%;
}
.appointment_form .contact__button button {
    margin: 2rem 10px !important;
}
.appointment_form .fields input {
    padding: 0 15px;
}
.appointment_form .contact__button button.button {
    margin: 3rem 0 0 0;
    text-transform: uppercase;
}
.appointment_form .contact__fields .fields input,.appointment_form .contactus-feilds .fields input {
    box-shadow: 0 0 5px #C7A69D4D;
}
.appointment_form {
    max-width: 70%;
    margin: 2rem auto;
}
.appointment_form .fields select {
    padding: 0 15px;
}
.appointment_form .form-des {
    max-width: 600px;
    padding: 20px 13px 0;
    font-size: 15px;
    line-height: 24px;
}
.form-status-list {
    padding: 13px 15px;
    margin: 2rem 0 4rem;
    background: #c7a69d;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.custom-flex .w-half {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.custom-flex {
    display: grid;
    grid-template-columns: 50% 47%;
    justify-content: space-between;
}
.custom-flex .w-half label.field__labels {
    width: 100%;
}
.custom-flex .w-half select {
    max-width: 100%;
    width: 100%;
    min-height: 45px;
    box-shadow: 0 0 5px #c7a69d4d;
    border: none;
}
.custom-flex .w-half input {
    box-shadow: none;
    border: none;
    width: 100%;
    min-height: 45px;
}


@media screen and (max-width:1400px) {
  .heading_sections,.appointment_form {
    max-width: 90%;
  }
  .appointment_rows {
    max-width: 90%;
  }
}

@media screen and (max-width:1100px) {
  .heading_sections,.appointment_form {
    max-width: 95%;
  }
}

@media screen and (max-width:989px) {
  .appointment_form .fields {
      max-width: 100%;
      padding: 0;
  }
 .appointment_form .contact__fields .fields {
    margin-bottom: 20px;
  }
  .appointment_form .contact__fields, .appointment_form .contactus-feilds {
    margin-bottom: 1rem;
  }
  .appointment_form .form-des {
    padding: 0px 0px 0;
  }
  .appointment_form .contact__button button {
    margin: 2rem 0px !important;
  }
}

@media screen and (max-width:567px) {
  .custom-flex {
      grid-template-columns: 100%;
      gap: 30px;
  }
  .appointment_form .contact__fields .fields {
      margin-bottom: 20px;
      gap: 30px;
  }