/** Shopify CDN: Minification failed

Line 54:4 Unexpected "{"
Line 55:4 Expected identifier but found "%"
Line 60:4 Unexpected "{"
Line 61:4 Expected identifier but found "%"
Line 127:2 Unexpected "{"
Line 128:2 Expected identifier but found "%"
Line 132:2 Expected identifier but found "%"

**/
.appointheromain {
  display: flex;
  padding-bottom: 60px;
}

.appointheromain .container {
  max-width: 1200px;
  margin: 0 auto;
  flex: 1;
}

.appoint_contentsec {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: 30px;
}

.appoint_heroheading h1{
  text-shadow: 0px 3px 8px #00000080;
  color: #fff;
  font-size: 65px;
  line-height: 86px;
  font-weight: 500;
  letter-spacing: -1.69px;
}

button.appoint_btno {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 18px;
  border: 2px solid white;
  color: #000;
  border-color: #fff;
  background: #ffffffc4;
  width: 100%;
  max-width: 301px;
  flex: 0 0 auto;

    {
    % comment %
  }

  text-shadow: 0px 3px 8px #00000080;

    {
    % endcomment %
  }

  box-shadow: 0 3px 8px #00000080;
  line-height:21px;
  transition: all .3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Montserrat;
}

button.appoint_btno:hover {
  transform: scale(.98);
  background: #8a9577;
  border-color: #8a9577;
  color: white;

  cursor: pointer;
}

.appointherobtmbar {
  padding: 10px 15px;
  text-align: center;
  background: #8a9577;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

@media(max-width:767px) {
  .appointheromain {
    background-image:url('{{ section.settings.banner_image_mobile | img_url:' ' }}');
    aspect-ratio: 390/406;
  }

  .appoint_heroheading h1{
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -1.84px;
  }

  button.appoint_btno {
    font-size: 12px;
    letter-spacing: 1.13px;
    padding: 3px;
  }

  .accordian_header_heading {
    font-size: 14px !important;
  }
}

.accordian_header_heading {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.accordian_content p {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  letter-spacing: normal;
}

  {
  % comment %
}

Popup CSS {
  % endcomment %
}

.appointment-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.appointment-popup.active {
  display: block;
}

.appointment-popup .appointment-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.appointment-popup .appointment-modal {
  position: relative;
  background: #fff;
  max-width: 560px;
  width: 92%;
  padding: 12px 45px 35px 45px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.appointment-popup .appointment-modal .appointment-close {
  position: absolute;
  right: 10px;
  top: 5px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #404040;
}

.appointment-popup .popup-eyebrow {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.appointment-popup .popup-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
  margin-top: 10px;
  letter-spacing: normal;
}

.appointment-popup .popup-desc {
  font-size: 12px;
  color: #444;
  margin-bottom: 26px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  font-weight: 500;
}

.appointment-popup .popup-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.appointment-popup .popup-btn {
  display: block;
  padding: 14px;
  border: 2px solid #9ba2a7;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: all .25s;
  width: 80%;
  margin: 0 auto;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0px;
}

.appointment-popup .popup-btn:hover {
  background: #8a9577;
  color: #fff;
}

.appointment-popup a.popup-btn {
  text-transform: uppercase;
}

@media(max-width:540px) {
  .appointheromain {
    padding-bottom: 0 !important;
  }

  .appointheromain .appoint_contentsec {
    row-gap: 5px;
    padding-bottom: 50px;
  }

  button.appoint_btno {
    width: auto;
    min-width: 55%;
    background: #ffffff7d !important;
    border-color: #ffffff7d !important;
  }

  .imgaccordgrid {
    flex-direction: column !important;
    row-gap: 25px !important;
  }

  .image_with_accordianmain {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
  }
}

@media(max-width:485px) {
  .appointment-modal {
    padding: 12px 15px 35px 15px !important;
  }

  .appointment-modal .popup-title {
        font-size: 16px !important;
    }
    .appointment-modal .popup-eyebrow {
        font-size: 14px !important;
    }

  .popup-btn {
    font-size: 10px !important;
    width: 85% !important;
  }

  .popup-desc {
    font-size: 12px !important;
    line-height: 14px !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
  }
}

@media(max-width:767px) {
  .appointherobtmbar.desktop {
    display: none;
  }

  .appointherobtmbar {
    padding: 10px 10px !important;
    font-size: 12px !important;
  }
}

@media(min-width:768px) {
  .appointherobtmbar.mobile {
    display: none;
  }
}

.appointment-back {
  position: absolute;
  left: 12px;
  top: 10px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #404040;
  font-weight: 600;
}

.appointment-back:hover {
  color: #8a9577;
}