@media only screen and (max-width: 1336px) {
  .home-hero {
    height: 120vh;
  }
  #primary-menu .acf-link-text {
    font-size: 12px !important;
  }
  .all-insights h2 {
    margin-bottom: 50px;
  }
  .home-faqs {
    margin-bottom: 50px;
  }
}
.hamburger-only {
  display: none;
}
@media only screen and (max-width: 991px) {
  .hamburger-menu {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .hamburger-only {
    display: block;
  }
  .wrapping-list .classic-cta__icon {
    width: calc(33.33% - 26px);
  }
  .detox-icons__flexable {
    flex-wrap: wrap;
    justify-content: center;
  }
  .detox__icon-card {
    width: calc(33.33% - 10px);
    flex: unset;
  }
  .image--right {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .image--left {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .three-line {
    display: none;
  }
  .three-list h3 {
    position: relative;
  }
  .three-list h3::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b8ab99;
    left: -37px;
    top: 7px;
  }
  .three-list {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 30px;
    border-left: 1px solid #b8ab99;
  }
  .flex-col-991 {
    flex-direction: column-reverse;
  }
  .related-blogs .col-lg-4 {
    margin-bottom: 40px;
  }
  .single-blog-wrapper {
    padding-top: 120px;
  }
  .home-faqs__right {
    padding-top: 30px;
  }
  .topbar {
    display: none;
  }
  #site-navigation {
    position: fixed;
    top: -100%;
    transition: 0.3s;
    background: white;
    left: 0;
    width: 100vw;
    height: auto;
  }
  #primary-menu .sub-menu {
    gap: 0px;
    transition: 0s;
  }
  .menu-item-has-children a {
    position: relative;
  }
  .menu-item-has-children > a::after {
    background-image: url("../../icons/right-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    transition: 0.3s;
    right: 15px;
    transform: rotate(90deg);
    top: 20px;
  }
  .menu-item-has-children a.mobile-mega-menu--active::after {
    transform: rotate(-90deg);
    transition: 0.3s;
  }
  .main-navigation#site-navigation ul ul {
    position: unset;
    float: unset;
    visibility: visible;
    padding: 0 0 0 0;
    box-shadow: unset;
    height: auto;
    opacity: 1;
    flex-direction: column;
  }
  #primary-menu > li > .sub-menu li {
    max-width: 100%;
  }
  #primary-menu > li > .sub-menu li a {
    padding-left: 57px;
  }
  .acf-link-text {
    display: none;
  }
  .menu-item-text-holder {
    margin: 0;
  }
  #site-navigation a {
    font-size: 16px;
    line-height: 60px;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-navigation--active#site-navigation {
    top: 75px;
    transition: 0.3s;
  }
  #primary-menu .list-mega-menu > .sub-menu {
    padding-right: 0;
    padding-bottom: 0;
  }
  #primary-menu > li > a {
    padding-left: 37px;
  }
  header .menu-title {
    color: #000;
  }
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #site-navigation #primary-menu {
    display: flex;
    flex-direction: column;
  }
  .main-navigation ul ul a > .menu-img-wrapper {
    display: none;
  }
  .home-faqs__left::after,
  .home-faqs__right::after {
    width: 100%;
  }
  .site-logo > .flex {
    justify-content: center;
  }
  .hamburger-menu img {
    transition: 0.3s;
  }
  .header-wrapper.active .hamburger-menu img {
    filter: invert(1);
    transition: 0.3s;
  }
  .header-wrapper {
    border-bottom: 1px solid #fff;
  }
  .header-wrapper.active {
    border-color: #000;
  }
  .home-program .col-lg-6:first-of-type {
    margin-bottom: 50px;
  }
  .home-top-picks .col-md-6 {
    margin-bottom: 45px;
  }
  .home-video-section iframe {
    margin-bottom: 67px;
    height: 190px;
  }
  .services__item {
    margin-bottom: 30px;
  }
  .classic-cta__icons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .classic-cta__icon {
    flex: unset;
    width: calc(33.33% - 5px);
  }
  .home-video-section img {
    max-width: 100%;
    padding-bottom: 67px;
  }
  .home-faqs__left,
  .home-faqs__right {
    margin-bottom: 26px;
  }
  .footer-cols .col-lg-3 {
    margin-bottom: 25px;
  }
  .header-wrapper {
    padding: 0 10px;
  }
  .package-item {
    margin-bottom: 40px;
  }
  .stories-guests .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer-upper__item.flex,
  .footer-upper .col-lg-3:nth-of-type(4) > .flex {
    justify-content: center;
    margin-bottom: 45px;
  }
  .footer-upper {
    padding-top: 55px;
    padding-bottom: 20px;
  }
  .footer-upper .col-lg-3:nth-of-type(2)::before,
  .footer-upper .col-lg-3:nth-of-type(2)::after,
  .footer-upper .col-lg-3:nth-of-type(3)::after {
    content: unset;
  }
  .stories-experience .pr-60 {
    padding-right: 15px;
    padding-bottom: 50px;
  }
  .pl-60 {
    padding-left: 15px;
  }
  .stories-transformation h2 span {
    line-height: 15px;
    transform: translateY(20px);
  }
  .contact__list {
    margin-bottom: 40px;
  }
  .stories-transformation h2 {
    display: block;
  }
  .home-program__img::after {
    top: -15px;
    left: -15px;
  }
  .home-icons__item {
    margin-bottom: 39px;
  }
  .mobile-only {
    display: block;
  }
  .mobile-only a,
  .mobile-only span {
    text-transform: capitalize;
  }
  .mobile-only .menu-title {
    text-transform: capitalize !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-right a {
    font-size: 12px;
  }
  .tiny-hero {
    height: 78px;
  }
  .header-right a {
    width: 115px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .hamburger-menu {
    gap: 10px;
  }
  .steps-list__item {
    gap: 20px;
  }
  .home-hero-content {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .home-faqs__left {
    padding-left: 15px;
  }
  .home-faqs__right {
    padding-left: 15px;
  }
  .featured-suites-links {
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
  }
  .featured-suites-links a {
    width: 100%;
  }
  .faq-faq ul {
    padding-left: 0;
    padding-right: 0;
  }
  .faq_list__item h6 {
    padding-right: 40px;
  }
  .detox__icon-card {
    width: 100%;
  }
  .classic-cta__icon {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .max-w-926 br {
    display: none;
  }
  .wrapping-list .classic-cta__icon {
    width: calc(50% - 8px);
  }
  .wrapping-list {
    gap: 15px;
  }
  #page .wrapping-list .classic-cta__icon h3 {
    font-size: 18px;
  }
  .why-detox-list {
    flex-direction: column;
  }
  .why-detox-list__item {
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .why-detox .buttons-row {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .home-program .flex.gap-30 {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero {
    height: 100svh;
  }
  .faq_list__item {
    padding: 15px;
  }
  .testimonials-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
  .testimonials-progress-bar {
    transform: translateX(-50%);
    left: 50%;
    bottom: -6.5vw;
  }
  .footer-copy {
    flex-wrap: wrap;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .home-faqs .col-lg-6:last-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials-slider .slick-slide {
    transform: unset;
    opacity: 1;
  }
  .inline-buttons {
    flex-direction: column;
  }
  h2 {
    flex-wrap: wrap;
    gap: 5px;
  }
  p br {
    display: none;
  }
  .stories-hero__content {
    padding-top: 130px;
    text-align: center;
  }
  .stories-hero__content h1 span {
    margin-right: auto;
    margin-left: auto;
  }
  .stories-hero__content .subtitle {
    text-align: center;
  }
  .stories-hero__content h1 {
    text-align: center;
    justify-content: center;
  }
  .stories-hero__content .subtitle::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .story-item__content {
    padding: 20px;
  }
  .stories-guests .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-upper__item.flex,
  .footer-upper .col-lg-3:nth-of-type(4) > .flex {
    padding-left: 40px;
    justify-content: flex-start;
  }
  .three-list {
    margin-top: 20px;
  }
  .footer-upper .col-lg-3:nth-of-type(2) > .flex,
  .footer-upper .col-lg-3:nth-of-type(3) > .flex {
    justify-content: flex-start;
    padding-left: 40px;
  }
  .home-faqs__right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-id-498 .home-classic-cta--white.mb-0 h2 span {
    display: block;
  }
  .about-author > .flex {
    flex-direction: column;
  }
  .slick-gallery {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 391px) {
  .header-right a {
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
  }
  .home-hero-content .subtitle {
    padding-left: 15px;
    padding-right: 15px;
  }
}
