.global-hero {
  height: 460px;
  border-radius: 20px;
  background: linear-gradient(0deg, #ebd4c2 -100.28%, #fffef7 100%);
}
.breadcrumb a {
  position: relative;
  padding-right: 46px;
}
.breadcrumb a::after {
  position: absolute;
  content: "";
  top: 11px;
  right: 7px;
  width: 30px;
  height: 1px;
  background: #69745d;
}

.home-faq__trigger {
  display: block;
  position: relative;
  padding: 24px;
  color: #313131;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.5px;
}
.home-faq__item {
  border-radius: 20px;
  background: #f1f4e6;
  margin-bottom: 12px;
}

.home-faq__output {
  padding: 0 24px 24px;
  display: none;
}
.home-faq__output > a {
  margin-top: 28px;
  display: inline-block;
}
.home-faq__trigger h5 {
  color: #313131;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.5px;
}

.home-faq__trigger {
  position: relative;
}
.home-faq__trigger::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../../assets/icons/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}
.home-faq__item.active .home-faq__output {
  display: block;
}
.home-faq__item.active .home-faq__trigger::after,
.home-faq__trigger.active::after {
  transform: rotate(45deg) translate(-50%, -50%);
  transition: 0.3s;
}
.doctor-content__wrapper {
  gap: 40px;
  width: 100%;
}
.doctor-content__left {
  width: 77%;
}
.doctor-content__right {
  width: 23%;
}
.location__image {
  border-radius: 16px;
}

.locations__content h3,
.faq_title h3 {
  color: #313131;
  font-size: clamp(34px, 2.395833333333333vw, 46px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
  padding-bottom: 20px;
  padding-top: 56px;
}
.locations__content strong,
.locations__content b {
  color: #69745d;
}
.locations__content ol {
  margin: 0;
  padding-left: 20px;
}
.locations__content ul li,
.locations__content ol li {
  position: relative;
  color: #69745d;
  font-weight: 500;
  padding: 10px 0 10px 40px;
  border-bottom: 1px solid #ecebea;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.locations__content ol li {
  list-style-type: decimal;
  padding: 10px 0 10px 20px;
}
.locations__content ul li:not(:last-of-type),
.locations__content ol li:not(:last-of-type) {
  margin-bottom: 15px;
}
.locations__content ul li::marker,
.locations__content ol li::marker {
  font-weight: 600;
}
.locations__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../../assets/icons/checked-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.locations__content p {
  color: rgba(59, 59, 59, 0.75);
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.4;
}
.locations-sidebar {
  padding: 26px;
  background-color: #faf3e9;
  border-radius: 24px;
  position: sticky;
  top: 105px;
}
.locations__map iframe {
  border-radius: 16px;
  height: 260px;
  filter: invert(90%) hue-rotate(180deg);
}
.locations__info__link {
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 16px;
  border-bottom: 1px solid #ecebea;
  color: #69745d;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.1;
}
.locations__info__link svg {
  min-width: 24px;
}
.locations__info__link strong {
  font-weight: 600;
}

.locations-sidebar .filled__button {
  white-space: nowrap;
}

.single-member.subtitle {
  font-size: clamp(18px, 1.25vw, 24px);
}

.member-tags li {
  border-radius: 100px;
  background: #fff;
  line-height: 25px;
  font-size: 14px;
  padding: 2px 14px;
  text-transform: capitalize;
}
.doctor-content__quote {
  border-radius: 14px;
  background: #faf3e9;
  padding: 20px 25px;
}
#page .single-service-benefits__testimonial-person {
  font-size: 14px;
  color: #69745d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.23;
}
#how-care-works p,
.pricing__footer p {
  font-size: 14px;
}
.why-choose-box {
  border-radius: 30px;
  background: #faf3e9;
  padding: 26px 35px 45px;
  width: calc(50% - 10px);
}
.pricing-box {
  border-radius: 12px;
  background: #faf3e9;
  padding: 15px;
}
.pricing-box a {
  font-size: 14px;
  border-bottom: 1px solid rgba(49, 49, 49, 0.4);
  font-weight: 500;
  white-space: nowrap;
}
.doctor__img img {
  width: 100%;
  border-radius: 16px;
}
.doctor-content-nav a {
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid rgba(69, 65, 64, 0.08);
  background: #fff;
  font-size: clamp(16px, 0.8333333333333333vw, 18px);
  line-height: 1.1;
  transition: 0.3s;
  color: #000;
  border: 1px solid var(--main-green);
}
.doctor-content-nav a:hover {
  background-color: var(--main-green);
  color: #fff;
  border: 1px solid transparent;
}
#quick-facts,
#treats,
#how-care-works,
#why-choose,
#credentials,
#pricing,
#faq {
  scroll-margin-top: 50px;
}
.doctor__img.mobile {
  display: none;
}
@media only screen and (max-width: 1860px) {
  .locations-sidebar .filled__button {
    white-space: wrap;
    text-align: center;
  }
}
@media only screen and (max-width: 1670px) {
  .doctor-content__left {
    width: 70%;
  }
  .doctor-content__right {
    width: 30%;
  }
}
@media only screen and (max-width: 1400px) {
  .doctor-content__left {
    width: 65%;
  }
  .doctor-content__right {
    width: 35%;
  }
  .global-hero {
    height: 400px;
  }
}
@media only screen and (max-width: 1280px) {
  .doctor-content__quote {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .locations-sidebar {
    padding: 15px;
  }
  .why-choose-box {
    width: 100%;
  }
  .global-hero {
    height: 350px;
  }
  .doctor-content__wrapper {
    flex-direction: column-reverse;
  }
  .doctor-content__left {
    width: 100%;
  }
  .doctor-content__right {
    width: 100%;
  }
  .doctor__img.mobile {
    display: block;
  }
  .doctor__img.desktop {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .locations-sidebar {
    padding: 15px;
    background-color: #faf3e9;
    border-radius: 24px;
    position: sticky;
    top: 105px;
  }
  .doctor-content__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  #quick-facts,
  #treats,
  #how-care-works,
  #why-choose,
  #credentials,
  #pricing,
  #faq {
    scroll-margin-top: 0px;
  }
  .pricing-box {
    align-items: flex-start;
  }
}
