/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */

@import url('fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}

li::marker {
  color: transparent;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Poppins";
  background-color: #FDF9F0;
  z-index: -1;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 600;
  font-family: "Poppins";
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 17px;
  font-weight: 400;
  color: #310B18B2;
  line-height: 21px;
}

figure {
  margin: 0;
}

input:focus {
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:focus-visible {
  outline: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1440px;
  width: 100%;
}

.gapping {
  margin-top: 30px;
}

@for $i from 0 through 100 {

  /* Margin */
  .m-#{$i} {
    margin: #{$i}px;
  }

  .mt-#{$i} {
    margin-top: #{$i}px;
  }

  .mr-#{$i} {
    margin-right: #{$i}px;
  }

  .mb-#{$i} {
    margin-bottom: #{$i}px;
  }

  .ml-#{$i} {
    margin-left: #{$i}px;
  }

  .mx-#{$i} {
    margin-left: #{$i}px;
    margin-right: #{$i}px;
  }

  .my-#{$i} {
    margin-top: #{$i}px;
    margin-bottom: #{$i}px;
  }

  /* Padding */
  .p-#{$i} {
    padding: #{$i}px;
  }

  .pt-#{$i} {
    padding-top: #{$i}px;
  }

  .pr-#{$i} {
    padding-right: #{$i}px;
  }

  .pb-#{$i} {
    padding-bottom: #{$i}px;
  }

  .pl-#{$i} {
    padding-left: #{$i}px;
  }

  .px-#{$i} {
    padding-left: #{$i}px;
    padding-right: #{$i}px;
  }

  .py-#{$i} {
    padding-top: #{$i}px;
    padding-bottom: #{$i}px;
  }
}

section {
  overflow: hidden;
}

.hero_btn a {
  padding: 14px 45px;
  border-radius: 38px;
  color: #FFFFFF;
  border: 1px solid #E8DECA;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.312px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  height: 50px;
}

.aw-hover-btn {
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

body:not(.aw-disable-button-hover) .hero_btn a:hover,
.hero_btn a.is-hovered {
  background:rgb(216 212 212 / 34%);
}

.secondary_btn a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0.16px;
  text-align: center;
  background-color: #B18F57;
  color: #FFFFFF;
  padding: 15px 50px;
  border-radius: 50px;
}

body:not(.aw-disable-button-hover) .secondary_btn a:hover,
.secondary_btn a.is-hovered {
  background-color: #614711;
}

.primary_btn a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.312px;
  text-align: center;
  background-color: #7A5609;
  border: 1px solid #7A5609;
  color: #FFFFFF;
  /* padding: 15px 50px; */
  border-radius: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.aw-disable-button-hover) .primary_btn a:hover,
.primary_btn a.is-hovered {
   background-color: #684909;
}

.primary_btn a:active,
.primary_btn a:focus {
  background-color: #7A5609;
  color: #fff;
}

.transparent_btn a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.312px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #7A5609;
  color: #7A5609;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

body:not(.aw-disable-button-hover) .transparent_btn a:hover,
.transparent_btn a.is-hovered {
  background-color:rgb(216 212 212 / 34%);
}

.cta_btn a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.16px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #8C7B6B;
  color: #5C4C12;
  padding: 15px 50px;
  border-radius: 50px;
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

body:not(.aw-disable-button-hover) .cta_btn a:hover,
.cta_btn a.is-hovered {
  background-color: #684909;
}

body.aw-disable-button-hover .hero_btn a:hover,
body.aw-disable-button-hover .hero_btn a.is-hovered {
  background-color: transparent;
  border-color: #E8DECA;
  color: #fff;
}

body.aw-disable-button-hover .secondary_btn a:hover,
body.aw-disable-button-hover .secondary_btn a.is-hovered {
  background-color: #B18F57;
  color: #fff;
}

body.aw-disable-button-hover .primary_btn a:hover,
body.aw-disable-button-hover .primary_btn a.is-hovered {
  background-color: #7A5609;
  border-color: #7A5609;
  color: #fff;
}

body.aw-disable-button-hover .transparent_btn a:hover,
body.aw-disable-button-hover .transparent_btn a.is-hovered {
  background-color: transparent;
  border-color: #7A5609;
  color: #7A5609;
}

body.aw-disable-button-hover .cta_btn a:hover,
body.aw-disable-button-hover .cta_btn a.is-hovered {
  background-color: transparent;
  border-color: #8C7B6B;
  color: #5C4C12;
}


.flex_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
  gap: 20px;
}

.main_title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.96px;
  color: #333230;
  margin-bottom: 2px;
}

.main_title h2 span {
  font-style: normal;
}

.main_title p {
  color: #8B8378;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}

.secondary_txt_color.main_title h2 {
  color: #543800;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
}

.secondary_txt_color.main_title p {
  color: #4F4539;
  font-size: 12px;
  line-height: 18.5px;
}



.sm_title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  color: #8C7B6B;
  margin-bottom: 12px;
}

.pk-sheaths_section .sm_title h2 {
  color: #543800;
}

.sm_title h2 span {
  font-style: italic;
}

.sm_title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-align: center;
  margin-bottom: 0;
}


/* Header CSS */

header:not(.header-scrolled) .navbar {
  background: #F9F7E61F;
  backdrop-filter: blur(2px);
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.navbar-toggler .bi-x-lg {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .bi-list {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .bi-x-lg {
  display: inline-block;
  font-size: 25px;
}


header {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  background-color: #F9F7E61F;
  z-index: 9;
  padding: 0px 0px 0px 0px;
}

/* Home page sticky header: transparent at top, opaque on scroll */
header {
  position: fixed;
  background-color: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

header.header-scrolled {
  background-color: #7A5609;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

header.header-scrolled .header_top_wrapper p {
  color: #ffffff;
  background: #543800;
}

header.header-scrolled .nav-link,
header.header-scrolled .navbar-toggler {
  color: #ffffff;
}

header.header-scrolled .navbar-nav .nav-link.active,
header.header-scrolled .navbar-nav .nav-link.show {
  color: #ffffffcc;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  padding: 0;
}

nav.navbar.navbar-expand-lg {
  padding: 12px 0;
}

.header_book_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0;
  top: 0px;
  min-width: 130px;
  height: 38px;
  border-radius: 24px;
  border: 0.4px solid #FFF;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  z-index: 3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.16px;
  margin: 0 16px;
}

.header_book_btn:hover {
  background: rgb(216 212 212 / 34%);
}

.header_top_wrapper p {
  background: #543800;
  padding: 4px 0;
  text-align: center;
  margin: 0;
}

.header_top_wrapper p a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
}

.header_top_wrapper p img {
  max-width: 14px;
  margin-right: 12px;
  margin-top: -4px;
}




@media (min-width: 991px) {

  .navbar-brand {
    position: relative;
    left: 0;
    transform: inherit;
  }

}

.navbar-brand img {
  max-width: 193px;
  width: 100%;
  /* position: relative;
  left: -17px; */
}

.navbar-brand {
  max-width: 193px;
  width: 100%;
}

li.nav-item {
  margin-left: 8px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #000000CC;
}

header .nav-link {
  color: #FFFFFF;
  font-size: 15px;

}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler {
  border: 0;
  font-size: 28px;
  color: #fff;
}

.floting_btn {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 99;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 50%;

}

p.cpy_text {
  max-width: 85%;
  width: 100%;
}

.floting_btn a span {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  bottom: 9px;
  font-size: 10px;
  color: #fff;
  font-weight: 500;
}

.floting_btn a i {
  position: relative;
  top: -8px;
}

.floting_btn a {
  background: linear-gradient(180deg, #7a5608 0%, #b19057 100%);
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  height: 60px;
  text-align: center;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

@media (max-width: 991px) {

  .navbar .container-fluid {
    position: relative;
  }

  header .navbar .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  header .navbar-toggler {
    margin-left: 6px;
    padding: 4px 8px;
  }

  header:not(.header-scrolled) .navbar {
    background: #F9F7E61F;
    backdrop-filter: blur(2px);

  }

  .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    background: #fef9f0;
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px;
  }

  .header-scrolled .nav-link {
    color: #543800 !important;
  }

  header .nav-link {
    color: #543800;
    font-size: 15px;
    text-align: center;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #333230;
  }

  li.nav-item {
    margin-left: 0;
  }

  .header_book_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 0px;
    min-width: 72px;
    height: 39px;
    border-radius: 12px;
    border: 0.4px solid #FFF;
    color: #ffffff;
    background: transparent;
    text-decoration: none;
    z-index: 3;
    text-transform: capitalize;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.16px;
  }

  /* body.home-page header.header-scrolled .header_book_btn {
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
  } */

}



/* Hero CSS */

.desktop_view_hero_image {
  display: none;
}

.hero_wrapper {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  text-align: center;
}

.scroll_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9.01px;
  gap: 9.97px;
  z-index: 99;
  display: grid;
  justify-items: center;
  text-decoration: none;
  display: none;
}

.scroll_btn_mouse {
  width: 23.99px;
  height: 39.99px;
  border: 1.44px solid #FAF9E7;
  border-radius: 999px;
  position: relative;
}

.scroll_btn_mouse::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: #FAF9E7;
  transform: translateX(-50%);
}

.scroll_btn_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.26px;
  color: #FAF9E7;
}

.hero_wrapper:after {
  content: '';
  background: linear-gradient(135.1deg, rgba(0, 0, 0, 0.6) 0%, rgba(91, 76, 76, 0.4) 53.49%, rgba(0, 0, 0, 0.6) 106.98%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;

}

.container {
  position: relative;
  z-index: 2;
}

.hero_bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero_bg.active {
  opacity: 1;
}

.hero_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_bg img {
  object-position: 50%;
}

.home-page .hero_bg img {
  object-position: 64%;
}

.panchkosha-page .hero_bg img {
  object-position: 50%;
}


.hero_content h1 {
  display: block;
  color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.96px;
  text-align: center;
  text-transform: capitalize;
}

.hero_content p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 30px;
  width: 100%;
}


.hero_content {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  /* top: 260px; */
  /* bottom: 497px; */
  bottom: 55.60vh;
  z-index: 2;
}

.home-page .hero_wrapper .hero_btn {
  /* bottom: 163px; */
  bottom: 18.2vh;
  position: absolute;
  width: stretch;
  z-index: 99;
  margin: 10px;
  max-width: 90%;
}



body.panchkosha-page .hero_wrapper {
  height: 75vh;
}


body.panchkosha-page .hero_content h1 br {
  display: none;
}

.max_logo img {
  max-width: 110px;
  width: 100%;
}

/* Everyday Wellness CSS */

.ever_day_sec {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  padding: auto 10px;
  background: #9E8061E0;
}

.ever_day_sec .container {
  position: relative;
  z-index: 2;
  padding: 0 22px;
}

.ever_day_sec .sm_title {
  margin-bottom: 28px;
}

.hm_content_img {
  position: absolute;
  bottom: 0;
  right: -27.5%;
  max-width: 180%;
  height: 100%;
  width: 133%;
  opacity: .1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ever_day_sec_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.24px;
  text-align: center;
  margin-bottom: 16px;
}

.ever_day_sec_content .secondary_btn a {
  background-color: #7A5609;
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin: 0 auto;
}

body:not(.aw-disable-button-hover) .ever_day_sec_content .secondary_btn a:hover,
body:not(.aw-disable-button-hover) .ever_day_sec_content .secondary_btn a.is-hovered {
  background-color: #614711;
}

body.aw-disable-button-hover .ever_day_sec_content .secondary_btn a:hover,
body.aw-disable-button-hover .ever_day_sec_content .secondary_btn a.is-hovered {
  background-color: #614711;
}


.ever_day_sec .ever_day_sec_content,
.ever_day_sec .ever_day_sec_content .rich-text,
.ever_day_sec .ever_day_sec_content .rich-text p {
  color: #ffffff !important;
}

.ever_day_sec .ever_day_sec_content p {
  color: #ffffff !important;
}


.ever_day_sec .sm_title h2 {
  color: #ffffff !important;
  margin-bottom: 2px;
}

.ever_day_sec .secondary_btn {
  text-align: center;
  margin-top: 28px;
}

.ever_day_sec .sm_title p {
  color: #FFFFFFCC;
}

.ever_day_sec .ever_day_sec_content {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}


/* The Panchkosha Way CSS */

.panchkosha_way_wrapper {
  background: linear-gradient(181deg, #CFBFAB 0.88%, #FDF9F0 31.98%);
  padding-top: 24px;
  padding-bottom: 42px;
  overflow: visible !important;
}

.panchkosha_way_wrapper .main_title.text-center {
  margin-bottom: 30px;
}

.panchkosha_way_wrapper .main_title p {
  color: #333230B2;
}

.panchkosha_way_content {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

.panchkosha_way_content .yg_img {
  width: 100%;
  max-width: 500px;
}

.panchkosha_way_box {
  position: absolute;
  width: 100%;
  max-width: fit-content;
  text-align: center;
}

/* Positions */

.way1 {
  bottom: 18px;
  left: 21px;
}

.way2 {
  bottom: 46%;
  left: 6%;
}

.way4 {
  bottom: 46%;
  right: 3%;
}

.way5 {
  bottom: 18px;
  right: 16.5px;
}

.way3 {
  bottom: 74%;
  left: 50%;
  transform: translateX(-50%);
}


.panchkosha_way_icon {
  position: relative;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
  transform-origin: center;
}

.panchkosha_way_icon img {
  width: 100%;
}

.panchkosha_way_icon_dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.panchkosha_way_box h4 {
  margin: 4px 0 5px;
  color: #231F20CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.panchkosha_way_box p {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  letter-spacing: 0.16px;
  color: #310B18;
  display: none;
  margin-bottom: 5px;
}

/* Petal trigger affordance */
.panchkosha_way_box[role="button"] {
  cursor: pointer;
}

.panchkosha_way_box[role="button"]:focus-visible {
  outline: 2px solid #8C7B6B;
  outline-offset: 4px;
  border-radius: 8px;
}


/* .bottom-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
} */

.bottom-modal .modal-content {
  width: 100%;
  border-radius: 20px 20px 0 0;
}


/* .bottom-modal.fade .modal-dialog {
  transform: inherit !important;
  transition: none !important;
}

.bottom-modal.show .modal-dialog {
  transform: inherit !important;
} */



.modal.fade.show {
  background: #62370187;
}

.modal-backdrop.show {
  opacity: 0;
  z-index: 0;
}

.modal-content.panchkosha_popup_content {
  background: #A39B80;
  border: 0;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 24px;
  /* bottom: 0px;
  position: fixed; */
  width: 100%;
  max-width: inherit;
  height: 260px;
}

.modal-content.panchkosha_popup_content .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-content.panchkosha_popup_content button.btn-close {
  top: -2px;
  position: absolute;
  background: transparent;
  opacity: 1;
  font-size: 28px;
  right: 10px;
  z-index: 99;
}

.modal.show .modal-dialog.panchkosha_popup_wrapper {
  /* transform: none; */
  max-width: 1200px;
  width: auto;
  /* margin: 0 auto; */
}

.panchkosha_popup_icon {
  width: 72px;
  margin: 0 auto 12px;
}

.panchkosha_popup_icon img {
  width: 100%;
  display: block;
}

.panchkosha_popup_title {
  margin: 0 0 10.5px 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.72px;
  color: #FAF9E7;
}

.panchkosha_popup_description {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  font-weight: 400;
  color: #FAF9E7E5;
}

/* Hover Effects */
.panchkosha_way_box:hover .panchkosha_way_icon,
.panchkosha_way_box:hover h4,
.panchkosha_way_box:hover .panchkosha_way_icon_dot {
  animation: none !important;
}

/* Icon Smooth Scale */
.panchkosha_way_icon {
  transition: transform .5s ease;
}

.panchkosha_way_box .panchkosha_way_icon img {
  transition: transform .5s ease;
}


.panchkosha_way_box:hover .panchkosha_way_icon img {
  transform: scale(1.2);
  transition: transform .5s ease;
}

/* Dot Color Change */
.panchkosha_way_icon_dot {
  transition: background .4s ease;
}

.panchkosha_way_box:hover .panchkosha_way_icon_dot {
  background: #8c7b6b !important;
  transition: transform .5s ease;
}

/* -------- Animation -------- */

.way1 {
  --start: 10%;
}

.way2 {
  --start: 15%;
}

.way3 {
  --start: 25%;
}

.way4 {
  --start: 35%;
}

.way5 {
  --start: 45%;
}

/* Icon */
.way1 .panchkosha_way_icon {
  animation: icon1 8s infinite ease-in-out;
}

.way2 .panchkosha_way_icon {
  animation: icon2 8s infinite ease-in-out;
}

.way3 .panchkosha_way_icon {
  animation: icon3 8s infinite ease-in-out;
}

.way4 .panchkosha_way_icon {
  animation: icon4 8s infinite ease-in-out;
}

.way5 .panchkosha_way_icon {
  animation: icon5 8s infinite ease-in-out;
}

/* h4 */
.way1 h4 {
  animation: heading1 8s infinite ease-in-out;
}

.way2 h4 {
  animation: heading2 8s infinite ease-in-out;
}

.way3 h4 {
  animation: heading3 8s infinite ease-in-out;
}

.way4 h4 {
  animation: heading4 8s infinite ease-in-out;
}

.way5 h4 {
  animation: heading5 8s infinite ease-in-out;
}

/* Dot */
.way1 .panchkosha_way_icon_dot {
  animation: dot1 8s infinite;
}

.way2 .panchkosha_way_icon_dot {
  animation: dot2 8s infinite;
}

.way3 .panchkosha_way_icon_dot {
  animation: dot3 8s infinite;
}

.way4 .panchkosha_way_icon_dot {
  animation: dot4 8s infinite;
}

.way5 .panchkosha_way_icon_dot {
  animation: dot5 8s infinite;
}


/* Keyframes */
@keyframes icon1 {

  0%,
  5%,
  80%,
  100% {
    transform: scale(1);
  }

  10%,
  70% {
    transform: scale(.7);
  }
}

@keyframes icon2 {

  0%,
  10%,
  80%,
  100% {
    transform: scale(1);
  }

  15%,
  70% {
    transform: scale(.7);
  }
}

@keyframes icon3 {

  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  25%,
  70% {
    transform: scale(.7);
  }
}

@keyframes icon4 {

  0%,
  30%,
  80%,
  100% {
    transform: scale(1);
  }

  35%,
  70% {
    transform: scale(.7);
  }
}

@keyframes icon5 {

  0%,
  40%,
  80%,
  100% {
    transform: scale(1);
  }

  45%,
  70% {
    transform: scale(.7);
  }
}

/* Same sync for h4 */
@keyframes heading1 {

  0%,
  5%,
  80%,
  100% {
    transform: translateY(0);
  }

  10%,
  70% {
    transform: translateY(-8px);
  }
}

@keyframes heading2 {

  0%,
  10%,
  80%,
  100% {
    transform: translateY(0);
  }

  15%,
  70% {
    transform: translateY(-8px);
  }
}

@keyframes heading3 {

  0%,
  20%,
  80%,
  100% {
    transform: translateY(0);
  }

  25%,
  70% {
    transform: translateY(-8px);
  }
}

@keyframes heading4 {

  0%,
  30%,
  80%,
  100% {
    transform: translateY(0);
  }

  35%,
  70% {
    transform: translateY(-8px);
  }
}

@keyframes heading5 {

  0%,
  40%,
  80%,
  100% {
    transform: translateY(0);
  }

  45%,
  70% {
    transform: translateY(-8px);
  }
}

/* Dot sync */
@keyframes dot1 {

  0%,
  9%,
  80%,
  100% {
    background: #fff;
  }

  10%,
  70% {
    background: #fff;
  }
}

@keyframes dot2 {

  0%,
  14%,
  80%,
  100% {
    background: #fff;
  }

  15%,
  70% {
    background: #fff;
  }
}

@keyframes dot3 {

  0%,
  24%,
  80%,
  100% {
    background: #fff;
  }

  25%,
  70% {
    background: #fff;
  }
}

@keyframes dot4 {

  0%,
  34%,
  80%,
  100% {
    background: #fff;
  }

  35%,
  70% {
    background: #fff;
  }
}

@keyframes dot5 {

  0%,
  44%,
  80%,
  100% {
    background: #fff;
  }

  45%,
  70% {
    background: #fff;
  }
}


.panchkosha_way_wrapper .transparent_btn {
  text-align: center;
}

.panchkosha_way_wrapper .transparent_btn a {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  text-transform: uppercase;
}

.panchkosha_way_para {
  display: none;
}



/* Your Healing Journey CSS */

.healing_journey_wrapper {
  overflow: hidden;
  z-index: -1;
  padding-bottom: 100px;
}

.healing_journey_wrapper .main_title h2 {
  color: #000000CC;
  /* margin-bottom: 14px; */
}

.dot_line_img2 {
  display: none;
}

.healing_journey_wrapper .main_title p {
  color: rgba(51, 50, 48, 0.70);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.flower_img {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 340px;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  z-index: -1;
}



.dot_line_img {
  display: none;
}

.mobile_dot_line_img {
  position: absolute;
  top: 13%;
  left: 6px;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.healing_journey_img {
  text-align: center;
  margin-top: 19px;
  margin-bottom: 30px;
}

.healing_journey_img img {
  width: 100%;
  max-width: 260px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.healing_journey_box {
  border: 0.63px solid #8C7B6B26;
  background: #F8F4EB;
  padding: 10px;
  border-radius: 12px;
  position: relative;
  max-width: 322px;
  width: 100%;
  display: flex;
  gap: 8px;
}

.healing_journey_box img {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  object-fit: contain;
  box-sizing: border-box;
  position: relative;
}

.healing_journey_box_content h4 {
  color: #3D3932;
  margin-bottom: 0px;
  white-space: nowrap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.healing_journey_box_content h4 span {
  font-style: italic;
}

.healing_journey_box_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #8B8378;
  margin-bottom: 0;
}

.healing_journey_box_wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 12px;
}

/* 2,4 Right */
.healing_journey_box:nth-child(even) {
  margin-left: auto;
  margin-top: 0px;
}

.healing_journey_box:nth-child(2) {
  max-width: 285px;
  margin-right: 15px;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 38px;
}

.healing_journey_box:nth-child(3) {
  width: 100%;
  margin-left: 0;
  margin-bottom: 38px;
  max-width: 280px;
}

.healing_journey_box:nth-child(4) {
  margin-right: 0px;
  max-width: 280px;
}

.healing_journey_box:nth-child(5) {
  max-width: 290px;
  width: 100%;
  margin-left: 0px;
  margin-top: 39px;
  margin-bottom: 15px;
}

.healing_journey_box {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.3s ease;
}

.healing_journey_box.active {
  opacity: 1;
  transform: scale(1);
  /* box-shadow: 0 7px 18px rgba(0, 0, 0, 0.1); */
}

/* Curated Healing Journey CSS */


.curated_healing_journey_wrapper .main_title {
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 345px;
  width: 100%;
}

.curated_healing_journey_wrapper .main_title h2 {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 9px;
}

.curated_healing_journey_wrapper.gapping {
  margin-top: 0px;
  background: #F4EFE2;
  padding: 30px 0 20px 0;
}


.curated_healing_journey_wrapper .row,
.curated_healing_journey_grid {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  padding: 0 20px;
}

.curated_healing_journey_wrapper .container {
  padding: 0 0px;
}

.curated_healing_journey_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 23px;
  row-gap: 32px;
}

.curated_healing_journey_grid>[class*="col-"] {
  width: 100%;
  max-width: 100%;
  flex: initial;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  display: flex;
  padding-bottom: 7px;
}

.curated_healing_journey_box {
  padding: 7px 5px 12px 5px;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #F8F4EB;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: inherit;
  gap: 10px;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}


.curated_healing_journey_box h4 {
  color: #3D3932;
  margin-bottom: 2px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.48px;
}

.curated_healing_journey_box h4 span {
  font-style: italic;
}

.curated_healing_journey_box p {
  color: #8B8378;
  max-width: 300px;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.16px;
}

.curated_healing_journey_box img {
  /* background: #FFFFF2; */
  /* padding: 12px; */
  max-width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 0 auto;
}

.curated_healing_journey_wrapper .flex_btn {
  display: none;
}


/* Therapies Journeys CSS */

.therapies_journeys_box {
  position: relative;
}

.therapies_journeys_wrapper .flex_btn {
  display: block;
  margin-top: 65px;
  margin-bottom: 10px;
  gap: 38px;
  z-index: 0;
}

.therapies_journeys_wrapper .flex_btn .transparent_btn {
  margin-bottom: 21px;
}

.therapies_journeys_wrapper .flex_btn .primary_btn a,
.therapies_journeys_wrapper .flex_btn .transparent_btn a {
  display: flex;
  text-transform: uppercase;
}

/* .therapies_journeys_wrapper .flex_btn .transparent_btn a {
  font-size: 16px;
  line-height: 24px;
} */

section.therapies_journeys_wrapper {
  background: #F4EFE2;
  padding: 20px 0 30px 0;
}

.therapies_journeys_wrapper .main_title {
  padding-left: 21px;
  padding-right: 21px;
  margin-bottom: 25px;
}

.therapies_journeys_wrapper .main_title h2 {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 9px;
}

.therapies_journeys_slider {
  padding-left: 32px;
}

.therapies_journeys_box img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.therapies_journeys_slider .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}

.therapies_journeys_slider .therapies_journeys_box>img {
  display: block;
  width: 100%;
  height: 336px;
  aspect-ratio: 554 / 670;
  object-fit: cover;
  border-radius: 10px;
}

.stethoscope_icon {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #FFFFFF6B;
  border-radius: 50%;
  padding: 12px;
  max-width: 42px;
  height: 42px;
  width: 100%;
}

.therapies_journeys_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 12px;
  background: #0100006B;
  border-radius: 0 0 12px 12px;
  z-index: 1;
  height: 122px;
  display: flex;
  flex-direction: column;
}

.therapies_journeys_content .therapies_btn {
  margin-top: auto;
}

.therapies_journeys_content h4 {
  color: #FFFFFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.439px;
}

.therapies_journeys_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  /* display: none; */
  letter-spacing: -0.15px;
}

.home-page .therapies_journeys_content p {
  display: none;
}

.therapies_btn a {
  border: 1px solid #FFFFFF;
  /* padding: 11.5px 35px; */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.312px;
}

body:not(.aw-disable-button-hover) .therapies_btn a:hover,
body:not(.aw-disable-button-hover) .therapies_btn a.is-hovered {
  background: rgb(216 212 212 / 34%);
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
  height: 180px;
  top: 73vh !important;
  transform: translateY(-50%);
  left: 0;
  right: auto !important;
  max-width: 88.5%;
  z-index: 9999;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
  border-radius: 7px;
}

/* Space Heal CSS */

.space_heal_box {
  max-width: 720px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px #00000040;

}

.space_heal_wrapper {
  margin-top: 50px;
}


.space_heal_wrapper .swiper-button-prev {
  left: 28px !important;
}

.space_heal_wrapper .swiper-button-next {
  right: 28px !important;
}


.swiper-slide {
  transition: all 0.4s ease;
}

.space_heal_box img {
  border-radius: 20px;
  border: 1.5px solid #F3F4F6;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  height: 459px;
  object-fit: cover;
}

.space_heal_content {
  position: absolute;
  bottom: 0;
  border-radius: 10px 10px 20px 20px;
  width: 100%;
  padding: 23px 35px 24px 18px;
  background-color: #00000063;
  overflow: hidden;

}


.space_heal_content h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #FFFFFF;
  letter-spacing: -0.312px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;

}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 18px;
}

.sw_slider_wrapper {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 32px;

}

/* .expert_wrapper .main_title h2 {
  margin-bottom: 14px;
} */


.space_heal_wrapper .main_title {
  width: 100%;
  padding: 0 12.5px;
}

.swiper-button-prev::after {
  font-size: 1.4rem;
  content: "";
}

.swiper-button-prev svg {
  width: 25px;
}


.swiper-button-next::after {
  font-size: 1.4rem;
  content: "";
}

.swiper {
  padding-bottom: 60px;
  padding-top: 0px;
}

.swiper-button-next {
  background: white;
  border-radius: 50%;
  top: 47% !important;
  right: 0px !important;
  width: 48px !important;
  height: 48px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  padding: 11px;
  background-image: none !important;
}

.swiper-button-prev {
  background: white;
  border-radius: 50%;
  top: 47% !important;
  left: 0px !important;
  width: 48px !important;
  height: 48px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  padding: 11px;
  background-image: none !important;
}

@media (min-width: 760px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }
}

.swiper-pagination-bullet {
  width: 17px !important;
  height: 10px !important;
  background: transparent !important;
  position: relative;
  margin: 0 2px !important;
  opacity: 1 !important;
}


.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px !important;
  height: 10px !important;
  background: #E1D3A1;
  border-radius: 50px;
  transition: all 0.4s ease;
}


.swiper-pagination-bullet-active::before {
  width: 32px !important;
  background: #8C7B6B !important;
}

.swiper-pagination-bullet-active {
  width: 32px !important;
}


@media (max-width: 560px) {
  .swiper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .swiper-slide {
    width: auto;
    /* makes slides respect padding and auto width */
  }
}


/* Trusted Section CSS */

.trusted_grp_wrapper {
  background-color: #F4EFE2;
  padding: 28px 5px 28px 5px;
  text-align: center;
  margin-top: 30px;
}

.trusted_grp_wrapper img {
  max-width: 290px;
  width: 100%;
}

.trusted_grp_wrapper .main_title p {
  color: #3D3932;
}

.trusted_grp_wrapper .main_title {
  margin-bottom: 25px;
}

.trusted_grp_wrapper .main_title h2 {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}


/* Expert Section CSS */

.expert_wrapper .main_title {
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 18.5px;
}


.home-page .cta_wrapper .main_title p {
  display: none;
}

.expert_wrapper .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}


.profile-flower-card {
  position: relative;
  height: 260px;
  margin: 10px;
}

.doctor_model_proifle_img_cloumn .flower-mask {
  padding: 0;
}

.flower-mask {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 12.5px 10.5px 0 10.5px;
  margin: 0;
  /* -webkit-mask-image: url(../images/flower-icon.svg);
  mask-image: url(../images/flower-icon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%; */
  /* background: #F4EFE2; */
}

.flower-mask img {
  width: 100%;
  height: 216px;
  object-fit: cover;
  position: relative;
  top: 0px;
  border-radius: 14px;
  object-position: 59% 40%;
}


.expert_box {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.56);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.expert_box .expert_box_content {
  padding: 6px 15px 15px 15px;
}


.expert_box__photo {
  width: 100%;
  /* max-width: 160px; */
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: #F5EFE2;
  margin: 0 auto 12px;
}

.expert_box__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.expert_box h4 {
  text-align: center;
  color: #370D1B;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.36px;
}

.expert_box p {
  text-align: center;
  color: #26020EB2;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.16px;
  padding: 0 15px;
}

.expert_box .transparent_btn a {
  margin-top: 14px;
  text-transform: uppercase;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
}

.expert_box span {
  text-align: center;
  color: #19030A99;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.16px;
}

.expert_box_main_btn {
  margin-top: 56px;
}

.expert_wrapper .slick-dots {
  bottom: -35px;
  left: 0;
}

.expert_box_main_btn a {
  text-transform: uppercase;
  max-width: 90%;
  margin: 0 auto;
}



.expert_box .primary_btn {
  margin-top: auto;
  padding-top: 14px;
}

.expert_box .primary_btn a {
  font-size: 13px;
  padding: 8px 22px;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.expert_slider {
  padding-left: 16px;
}

.expert_slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.expert_slider .slick-slide {
  height: auto !important;
  display: flex !important;
}

.expert_slider .slick-slide>div>.expert_box {
  width: 100%;
}

.slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #E1D3A1;
  border-radius: 50px;
  opacity: 1;
  transition: width 0.4s ease, background 0.4s ease;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 32px;
  background: #8C7B6B;
  transition: width 0.4s ease, background 0.4s ease;

}

.slick-dots li {
  margin: 0 0px;
  transition: width 0.4s ease, background 0.4s ease;
}

.slick-dots li.slick-active {
  width: 40px;
}

.slick-dots {
  bottom: -45px;
  left: 0;
}


/* About Antara CSS */

.home_about_video {
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  position: relative;
  width: 100%;
  min-height: 500px;
  background: #000;
  overflow: hidden;
}

.home_about_wrapper .main_title {
  margin-bottom: 15px;
}

.home_about_video .video_lk {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.home_about_video .video_lk--static {
  cursor: default;
}

.home_about_video .video_lk>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.home_about_video .video_lk:not(.video_lk--static):hover>img {
  transform: scale(1.03);
}

.home_about_video .play_btn_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #B91C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, background 0.2s ease;
  pointer-events: none;
  z-index: 2;
}

.home_about_video .play_btn_overlay i {
  margin-left: 4px;
}

.home_about_video .video_lk:not(.video_lk--static):hover .play_btn_overlay {
  transform: translate(-50%, -50%) scale(1.08);
  background: #fff;
}

.home_about_video .video_lk:focus-visible {
  outline: 3px solid #B91C1C;
  outline-offset: -3px;
}

.home_about_wrapper h5 {
  color: #101828;
  margin-bottom: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.312px;
}

.home_about_wrapper.gapping {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 15px;
}



.video_detial {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 0;
  display: block;
  background: none;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  pointer-events: none;
}

.video_detial a,
.video_detial button {
  pointer-events: auto;
}

p.video_overlay_text {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  padding: 36px 13px 20px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 100%);
  font-weight: 400;
  font-style: normal;
  line-height: 22.75px;
  letter-spacing: -0.15px;
}

.video_identity {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px 16px;
  background: rgba(17, 17, 17, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 0 0 20px 20px;
}

.video_identity img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  max-width: 65px;
  object-fit: cover;
  flex-shrink: 0;
}

.video_identity__text {
  min-width: 0;
  flex: 1 1 auto;
}

.video_identity__text h5 {
  color: #fff;
  margin: 0 0 2px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.312px;
}

.video_identity__text p {
  color: #ACB7C7;
  margin: 0 0 2px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.video_identity__text span {
  color: #D1D1D1;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.home_about_left_wrapper {
  background: #E1D8C5;
  padding: 24px 25px;
  text-align: center;
  border-radius: 20px;
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

.home_about_left_wrapper p {
  color: #364153;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.75px;
  letter-spacing: -0.15px;
}

.home_about_wrapper .main_btn {
  margin: 40px 0 25px 0;
  text-align: center;
}

.home_about_slider {
  display: flex;
  gap: 20px;
  align-items: stretch;
  padding-right: 15px;
  padding-left: 4px;
}

.expert_wrapper {
  margin-top: 39px;
}

/* Mobile slider */
@media (max-width: 991px) {

  .home_about_slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 15px;
    padding-bottom: 20px;
    scrollbar-width: none;
  }

  .home_about_slider::-webkit-scrollbar {
    display: none;
  }

  .home_about_slider>div {
    min-width: 90%;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  /* Dots */
  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
  }

  .slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E1D3A1;
    transition: .3s;
    cursor: pointer;
  }

  .slider-dot.active {
    width: 28px;
    border-radius: 30px;
    background: #8C7B6B;
  }
}

.home_about_slider>div {
  flex: 0 0 calc(100% - 50px);
}


/* Video Section CSS */

.max_logo {
  padding: 8px 10px;
  text-align: center;
}

.video_wrapper {
  padding-bottom: 10px;
  margin-top: 40px;
}

.video_slider {
  padding-left: 24px;
}

.video_slider .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}


.pause_btn {
  width: 100%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: #ffffff45;
  color: #67132f;
  max-width: 87px;
  height: 87px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pause_btn i {
  font-size: 34px;
}

.home-page .cta_wrapper {
  margin-top: 70px;
}

.video_box {
  position: relative;
}

.video_box {
  position: relative;
  overflow: hidden;
  background: #f5f1e8;
  max-width: 400px;
  border-radius: 20px;
}

.video_box {
  position: relative;
}

.video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}


.video_btn,
.pause_btn,
.video_loader {
  z-index: 3;
}

.myVideo {
  width: 100%;
  display: block;
  background: #000;
  object-fit: cover;

  opacity: 0;
  transition: opacity .35s ease;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  will-change: opacity;
}

.myVideo.loaded {
  opacity: 1;
}

/* .video_btn,
.pause_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
} */

.pause_btn {
  display: none;
}

.video_loader {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .25);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 8;
}

.spinner {
  width: 45px;
  height: 45px;
  border: 4px solid rgba(255, 255, 255, .3);
  border-top: 4px solid #fff;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.video_box video {
  width: 100%;
  height: 557px;
  object-fit: cover;
  border-radius: 20px;
}

.video_box img {
  border-radius: 20px;
}

.video_box button.video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  border: 0;
  max-width: 150px;
  width: 100%;
}

.video_box button.video_btn:hover {
  background: transparent;
  border: 0;
}

.video_box img {
  border-radius: 20px;
}

.video_box button.video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  border: 0;
  max-width: 150px;
  width: 100%;
}

.video_box button.video_btn:hover {
  background: transparent;
  border: 0;
}

.video_wrapper .modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform .3s ease-out;
  max-width: 700px;
  width: 100%;
  height: 700px;
  margin: 0 auto;
}

.video_wrapper .modal-body {
  padding: 0;
}

.video-wrapper {
  width: 100%;
  height: 270px;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.video_wrapper button.btn-close {
  right: -5px;
  top: -5px;
  position: absolute;
  background-color: #fff;
  z-index: 999;
  opacity: 1;
  color: red;
  font-size: 12px;
  padding: 7px;
  border-radius: 50%;
}

.video_wrapper .modal-content {
  outline: 0;
  border-radius: 20px;
  border: 0;
  margin: 20px;
}


/* CTA Section CSS */

.cta_wrapper {
  background: radial-gradient(50% 50% at 50% 50%, #E1D8C5 0%, #FDF9F0 100%);
  text-align: center;
  margin-top: 50px;
}

.cta_wrapper.gapping {
  padding-bottom: 0;
}

.cta_wrapper .cta_btn a {
  text-transform: uppercase;
  background: #7A5609;
  color: #fff;
  height: 78px;
  max-width: 299px;
  width: 100%;
}

body:not(.aw-disable-button-hover) .cta_wrapper .cta_btn a:hover,
body:not(.aw-disable-button-hover) .cta_wrapper .cta_btn a.is-hovered {
   background-color: #684909;
}

body.aw-disable-button-hover .cta_wrapper .cta_btn a:hover,
body.aw-disable-button-hover .cta_wrapper .cta_btn a.is-hovered {
   background-color: #684909;
}

.cta_btm_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #8B8378;
  margin-bottom: 0;
}

.cta_btm_text b {
  font-weight: 700;
  color: #7A5609;
  text-decoration: none;
}

.cta_btm_text a[href^="tel:"] {
  color: #7A5609 !important;
  text-decoration: none !important;
}

.cta_btm_text b a {
  font-weight: 700;
  color: #7A5609;
  text-decoration: none;
}

.cta_wrapper .main_title h2 {
  color: #333230;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 12.5px;
}

.home-page .cta_wrapper .main_title h2 {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 1.2px;
}

.cta_wrapper .cta_btn {
  margin-top: 20px;
}

.cta_wrapper .main_title p {
  color: #8B8378;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}


/* Footer CSS */

.footer_top_wrapper {
  background-color: #D6CBAF;
  padding: 10px 15px 23px 15px;
  margin-top: 75px;
}

.fl_d_view {
  display: none;
}

.footer_top_wrapper .container {
  padding: 0px;
}

.footer_top_left {
  max-width: 610px;
  width: 100%;
}

.home-page .cta_wrapper .cta_btn {
  margin-bottom: 4px;
  margin-top: 24px;
}


.footer_top_right {
  border-left: 0;
  padding-left: 0;
  padding-top: 15px;
  width: 100%;
  border-top: 0.5px solid #543800;
}

.footer_top_flex {
  display: inline-grid;
  gap: 0;
}

.footer_top_left p,
.footer_top_right p {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.16px;
  color: #5F0731;
  display: grid;
  gap: 24px;
}



.footer_top_left p,
.footer_top_right p {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
  color: #5F0731;
  display: grid;
  gap: 0px;
}

.footer_top_left p a,
.footer_top_left p a:link,
.footer_top_left p a:visited,
.footer_top_left p a:hover,
.footer_top_left p a:active {
  color: #5F0731 !important;
  text-decoration: none !important;
  font-weight: 400;
}


.footer_top_left p span {
  font-weight: 400;
}


.footer_top_right p {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
  color: #5F0731;
  margin-bottom: 0;
}

.footer_top_right span {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.16px;
  color: #5F0731;
}

.footer_top_right p a {
  font-size: 16px;
  font-weight: 400;
  color: #5F0731;
}

.footer_top_right p.margin {
  margin-bottom: 15px !important;
}


.footer_top_left p.margin {
  margin-bottom: 15px !important;
}



footer {
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0px 0 0px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #67132F 0%, #63122D 7.14%, #5F112B 14.29%, #5A1029 21.43%, #561027 28.57%, #520F25 35.71%, #4E0E23 42.86%, #4A0D21 50%, #4E0E23 57.14%, #520F25 64.29%, #561027 71.43%, #5A1029 78.57%, #5F112B 85.71%, #63122D 92.86%, #67132F 100%);
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px !important;
  width: 100%;
}

.footer-text p {
  margin-bottom: 14px;
  line-height: 28px;
  color: #99A1AF;
}

.footer-social-icon span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-social-icon a img {
  max-width: 48px;
  width: 100%;
  margin-right: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff24;

}


.footer-widget-heading h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  position: relative;
  color: #FAF9E7;
}

.home_about_wrapper .container {
  padding-right: 0;
}

.footer-widget ul li {
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #fff;
}

.footer-widget ul li,
.footer-widget ul li a {
  color: #FAF9E7B2;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  display: flex;
}

.footer-widget ul li a,
.footer-widget ul li a:link,
.footer-widget ul li a:visited,
.footer-widget ul li a:hover,
.footer-widget ul li a:active {
  text-decoration: none !important;
}

.footer_contact li {
  gap: 7px;
}

.footer_contact li a {
  gap: 7px;
}

.footer-widget ul li a span {
  font-style: italic;
}

.footer_contact li {
  margin-bottom: 10px !important;
  margin-left: -7px;
}

.footer-widget ul li a:hover {
  color: 99A1AF;
}

.copyright-area {
  margin-top: 0px;
  border-top: 0.72px solid #FAF9E733;
  padding-bottom: 25px;
  padding-top: 25px;
}

.copyright-text p {
  font-size: 16px;
  color: #FAF9E799;
  line-height: 27.2px;
  letter-spacing: 0.16px;
}

.copyright-text p a {
  font-size: 16px;
  color: #FAF9E799;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.copyright-text {
  display: grid;
  justify-content: left;
  max-width: 1200px;
  width: 100%;
  margin: 0 0px;
  text-align: left;
}

.footer_top_flex {
  text-align: center;
}

.footer_b_text {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  position: relative;
}

.footer_logo img {
  max-width: 625px;
  width: 100%;
}

.footer_logo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
  color: #FAF9E7B2;
  max-width: 85%;
  width: 100%;
}

.footer_logo {
  gap: 10px;
  display: grid;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 12px;
}

.footer_content_row {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.footer-widget {
  margin-bottom: 27px;
}


/* Listing Page CSS */

/* Hero CSS */

.inner_hero_wrapper {
  width: 100%;
  height: 588px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  text-align: center;
}

.panchkosha-page .inner_hero_content h1 {
  margin-bottom: 240px;
}


.panchkosha-page .inner_hero_content {
  padding-top: 0;
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 160px;
  z-index: 2;
  padding-top: 0;
}

.panchkosha-page .inner_hero_btn {
  bottom: 95px;
  position: absolute;
  width: stretch;
  z-index: 99;
  margin: 0px;
  max-width: 90%;
}

.inner_hero_wrapper .primary_btn {
  display: block;
  width: 100%;
  margin-top: 16px;
}

.inner_hero_wrapper.doctors-hero .inner_hero_btn {
  margin-top: 18px;
}

.inner_hero_wrapper.doctors-hero .container {
  position: absolute;
  bottom: 99px;
  bottom: 11.1vh;
}

/* .inner_hero_wrapper.doctors-hero .inner_hero_content h1 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
} */

.inner_hero_wrapper .container {
  padding-left: 32px;
  padding-right: 32px;
}

.inner_hero_wrapper:after {
  content: '';
  background: linear-gradient(161.9deg, rgb(0 0 0 / 25%) 21.64%, rgba(91, 76, 76, 0.4) 35.67%, rgb(0 0 0 / 28%) 79.53%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.inner_hero_content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 40px;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

.therapies_journeys_wrapper.gapping .secondary_txt_color.main_title h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: 0;
}

.listing-page .footer_top_wrapper {
  margin-top: 25px;
}

.inner_hero_content .hero_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.inner_hero_content h1 {
  display: block;
  color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2px;
}

.listing-page .inner_hero_content h1 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 400;
  max-width: 320px;
  width: 100%;
}

.listing-page .inner_hero_wrapper {
  height: 523px;
}

.listing-page .inner_hero_content {
  padding-top: 0px;
}

.listing-page .inner_hero_btn {
  display: none;
}

.group-hero-content {
  max-width: min(92vw, 680px);
}

.group-hero-title {
  font-size: clamp(36px, 11vw, 52px);
  line-height: 1.12;
  margin-left: auto;
  margin-right: auto;
}

.inner_hero_content h1 span {
  font-style: italic;
}

.listing-hero .inner_hero_content h1 span {
  font-style: normal;
}

.listing-hero .inner_hero_content h1 span .journey-j {
  font-style: italic !important;
  font-weight: 400;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  transform: none;
  margin-right: 0;
}

/* .listing-hero .inner_hero_content .hero_subtitle,
.listing-hero .inner_hero_content h1,
.listing-hero .inner_hero_content p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.58);
} */

body.listing-page .inner_hero_content h1 span {
  font-style: normal;
}

body.listing-page .inner_hero_content h1 span::first-letter {
  font-style: italic !important;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}

.inner_hero_content p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0 auto;
  max-width: 700px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 370px;
  width: 100%;
}

.inner_hero_btn {
  display: block;
  justify-content: center;
  gap: 20px;
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  margin-top: 36px;
}

.inner_hero_btn .primary_btn,
.inner_hero_btn .therapies_btn {
  display: block;
  width: 100%;
}

.inner_hero_btn .primary_btn a,
.inner_hero_btn .therapies_btn a {
  width: 100%;
  text-transform: uppercase;
}

.inner_hero_btn .therapies_btn a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.312px;
  text-transform: uppercase;
  border: 1px solid #E8DECA;
  height: 50px;
}

/* body:not(.aw-disable-button-hover) .inner_hero_btn .therapies_btn a:hover,
body:not(.aw-disable-button-hover) .inner_hero_btn .therapies_btn a.is-hovered {
  border: 0.6px solid #7A5609;
} */


/* Antara Apporch CSS */


.antara_approch_wrapper {
  background-color: #D3C4B1;
  padding: 30px 0 20px 0;
  margin-top: 0;
}

.antara_approch_wrapper .main_title h2 {
  letter-spacing: 0px;
}

.antara_approch_flex {
  display: grid;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding: 0 11.5px;
  margin-top: 22px;
}

.antara_approch_flex:after {
  content: '';
  position: absolute;
  top: 30px;
  z-index: -1;
  left: 45px;
  width: 2px;
  height: 80%;
  /* background-color: #8C7B6B; */
  background: rgba(140, 123, 107, 0.15);
}

.antara_approch_box {
  max-width: 330px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
}

.antara_approch_icon {
  background: #ffffff;
  border: 1.9px solid #8C7B6B26;
  max-width: 64px;
  width: 100%;
  border-radius: 50%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  margin-top: -28px;
}

.antara_approch_content h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #3F2E0F;
  margin-top: 0px;
  margin-bottom: 2.5px;
}

.antara_approch_content {
  margin-bottom: 8px;
}

.slick-list {
  padding-right: 15px;
}

.antara_approch_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #5D4018;
  margin-bottom: 0;
}

.signature_medical_slider {
  padding-left: 25px;
}

.signature_medical_slider .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

.signature_medical_slider .slick-list {
  padding-right: 15px;
}

.therapies_btn_flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.therapies_journeys_content .therapies_btn_flex {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 10px;
  align-items: center;
  width: 100%;
}

.therapies_journeys_content .therapies_btn_flex .therapies_btn,
.therapies_journeys_content .therapies_btn_flex .primary_btn {
  min-width: 0;
}


section.mid_sec_wrapper {
  max-width: 411px;
  margin: 0 auto;
  margin-top: 53px;
}

.gruop-session section.therapies_journeys_wrapper {
  background: transparent;
  padding: 6px 0 5px 0;
  margin-bottom: 35px;
}

.gruop-session .therapies_journeys_wrapper .secondary_txt_color.main_title p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.gruop-session .therapies_journeys_wrapper .main_title {
  margin-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
}

.therapies_btn_flex .primary_btn a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.312px;
}

.therapies_btn_flex .therapies_btn a {
  border-radius: 28px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.312px;
}

.listing-page .sanctuary_philosophy_wrapper.gapping {
  margin-top: 35px;
  padding-bottom: 10px;
}

.signature_medical_slider .therapies_journeys_content h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.07px;
  margin-bottom: 0;
}

.listing-page .sanctuary_philosophy_wrapper .main_title h2 {
  color: #543800;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.listing-page .sanctuary_philosophy_wrapper .main_title p {
  color: #4F4539;
  letter-spacing: 0;
  padding: 0 6px;
}

.listing-page .sanctuary_philosophy_wrapper .main_title {
  margin-bottom: 30px;
  padding: 0 4px;
}

.signature_medical_slider .therapies_journeys_content p {
  margin-bottom: 18px;
  margin-top: 8px;
}

.therapies_btn_flex .therapies_btn {
  width: 100%;
}

.signature_medical_slider .therapies_journeys_box img {
  object-fit: cover;
  height: 350px;
  width: 100%;
  border-radius: 24px;
}

.signature_medical_slider .therapies_journeys_content {
  background: transparent;
  height: 100%;
  justify-content: end;
  padding: 12px 17px 13px 17px;
}

.gruop-session .therapies_journeys_wrapper .main_title h2 {
  max-width: 100%;
  width: 100%;
}

.signature_medical_slider .therapies_journeys_box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 89%;
  background-image: linear-gradient(181deg, #00000000 0%, #000 100%);
  border-radius: 24px;
}

.sanctuary_philosophy_box {
  background: #F4EFE2;
  border-radius: 26px;
  margin-bottom: 20px;
}

.sanctuary_philosophy_box img {
  object-fit: cover;
  height: 270px;
  width: 100%;
  border-radius: 27px;
}

.sanctuary_philosophy_content {
  padding: 24px 20px 24px 20px;
  position: relative;
}

.sanctuary_philosophy_heading {
  display: flex;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  text-align: left;
}

.sanctuary_philosophy_content h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #543800;
  margin: 0;
  white-space: nowrap;
  min-width: 0;
}

.sanctuary_philosophy_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sanctuary_philosophy_content h4 span {
  /* font-style: italic; */
  display: inline-block;
}

.sanctuary_philosophy_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4F4539;
  margin-top: 8px;
  margin-bottom: 0;
   display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listing-page .sanctuary_philosophy_content h4 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  white-space: nowrap;
}

.sanctuary_philosophy_content .therapies_btn_flex .therapies_btn a {
  border-color: #7A5609;
  color: #7A5609;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.312px;
}

/* body:not(.aw-disable-button-hover) .sanctuary_philosophy_content .therapies_btn_flex .therapies_btn a:hover,
body:not(.aw-disable-button-hover) .sanctuary_philosophy_content .therapies_btn_flex .therapies_btn a.is-hovered {
  color: #fff;
} */

.sanctuary_philosophy_slider {
  padding-left: 0px;
  padding-right: 0px;
}

.sanctuary_philosophy_slider .therapies_btn_flex {
  margin-top: 19px;
}

.sanctuary_philosophy_content .therapies_btn_flex {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 15px;
  align-items: center;
  width: 100%;
}

.sanctuary_philosophy_content .therapies_btn_flex .therapies_btn,
.sanctuary_philosophy_content .therapies_btn_flex .primary_btn {
  min-width: 0;
}

.sanctuary_philosophy_content .therapies_btn_flex .therapies_btn a,
.sanctuary_philosophy_content .therapies_btn_flex .primary_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1.2;
}

.sanctuary_philosophy_box_category {
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
  color: #7A5609;
  position: static;
  display: inline;
  text-align: right;
  margin-left: 0;
  font-size: 12px;
  line-height: 16.5px;
  letter-spacing: 1.1px;
  max-width: 146px;
  width: 100%;
}

.listing-page .inner_hero_wrapper .container {
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  /* bottom: 90px; */
  bottom: 11vh;
}

/* .gruop-session .treatment-icon_item span {
  padding: 15px;
} */

.sanctuary_philosophy_content .therapies_btn_flex .therapies_btn a,
.sanctuary_philosophy_content .therapies_btn_flex .primary_btn a {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.312px;
}

.quote_text_wrapper {
  background-color: #F7F3EA;
  padding: 32px;
  border: 1px solid #D2C4B41A;
  display: inline-block;
  gap: 17px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  text-align: center;
}

.listing-page .personal_care-wrapper.gapping {
  margin-top: 30px;
  padding-bottom: 0px;
}

.listing-page .personal_care_bg {
  margin-bottom: 29px;
}

/* .listing-page .footer_top_wrapper {
  margin-top: 16px;
} */

.personal_care-wrapper.gapping {
  margin-top: 30px;
}

.quote_text_wrapper p {
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  line-height: 28px;
  margin-top: 12px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #6F4E11;
  margin-bottom: 0;
}

.quote_text_wrapper img {
  width: 100%;
  height: 40px;
  max-width: 41px;
}

.doctors-page .personal_care_bg {
  padding: 20px 20px 20px 20px;
  margin-top: 0px;
  margin-bottom: 24px;
}

.doctors-page .personal_care_bg .main_title h2 {
  margin-bottom: 10px;
  margin-top: 13px;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  padding: 0 12px;
}

.doctors-page .personal_care_bg .main_title p {
  max-width: 300px;
  margin-bottom: 18px;
  letter-spacing: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.doctors-page .personal_care_bg span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2.4px;
}

.personal_care_bg {
  background: #F4EFE2;
  padding: 25px 20px 30px 20px;
  border: 1px solid #5762491A;
  border-radius: 32px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}

.personal_care_bg span {
  color: #404A32;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.4px;
  vertical-align: middle;
  text-transform: uppercase;
}

.sanctuary_philosophy_slider {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.personal_care_bg .main_title h2 {
  margin-bottom: 8px;
  color: #151E0A;
  margin-top: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}


.personal_care_bg .main_title p {
  color: #404A32;
  max-width: 830px;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
}

.personal_care_bg .primary_btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.personal_care_bg .primary_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
  min-height: 52px;
  max-width: 310px;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}


/* Doctors Page CSS */

.doctors_intro_tabs_wrapper .secondary_txt_color.main_title p {
  color: #8C7B6B;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.439px;
}

.doctors_wrapper .nav-pills .nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4F4539;
  padding: 10px 24px;
  border-radius: 20px;
}

.doctors_wrapper .nav-pills .nav-link.active,
.doctors_wrapper .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #543800;
  border-radius: 20px;
}


.doctor_slider_wrapper .main_title h2 {
  color: #543800;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.doctor_slider_wrapper .main_title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #4F4539;
  text-align: center;
  margin: 0 auto;
  max-width: 285px;
  width: 100%;
}

.doctor_slider_wrapper .secondary_txt_color.main_title p {
  font-size: 16px;
  line-height: 24px;
}

/* .doctors_intro_tabs_wrapper {
  margin-bottom: -40px;
} */

.doctor_slider_wrapper .main_title.text-center {
  margin-bottom: 24px;
}


.doctor_slider_wrapper.gapping {
  margin-top: 30px;
}

.doctors_wrapper ul.nav-pills {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 0px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 1px 2px 0px #0000000D;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 0px;
}

.doctors_wrapper ul.nav-pills::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.doctor_box {
  position: relative;
}

.doctor_box_content {
  text-align: center;
  padding: 11px 4px 20px 4px;
}

.doctor_box img {
  object-fit: cover;
  border-radius: 32px;
  height: 434px;
  width: 100%;
}

.doctor_slider {
  padding: 0 10px;
}

.doctor_box_content h4 {
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 8px;
  color: #543800;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.doctor_box_content span {
  vertical-align: middle;
  margin: 0 auto;
  max-width: 325px;
  text-transform: capitalize;
  color: #622A3F;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.7px;
}

.doctor_box_content .primary_btn {
  max-width: 238px;
  margin: 0 auto;
  margin-top: 16px;
}

.doctor_slider .slick-dots {
  bottom: -30px;
  left: 0;
}

.doctor_box_content .primary_btn a {
  text-transform: uppercase;
  font-size: 16px;
}

.doctor_box_content p {
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 0px;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4F4539;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.exp_text {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #67132F;
  font-size: 12px;
  background-color: #FAF9E7;
  border-radius: 20px;
  padding: 5px 12px;
  font-weight: 500;
}


.doctor_model_profile_wrapper .modal-content {
  background: #FDF9F0;
  border-radius: 20px;
  border: 0;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.doctor_model_profile_wrapper .modal-body {
  padding: 0;
}

.doctor_model_profile_wrapper .modal-body img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.doctor_model_profile_wrapper button.btn-close {
  background: transparent;
  opacity: 1;
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 35px;
  z-index: 2;
}

.doctor_model_profile_content span {
  background: #F1EDDF;
  color: #7A5609;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.doctor_model_profile_content h4 {
  font-size: 24px;
  color: #7A5609;
  line-height: 21px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 14px;
}

.doctor_experience_section h5 {
  font-size: 20px;
  color: #7A5609;
  line-height: 21px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 7px;
}

.doctor_experience_section ul {
  display: block !important;
  margin-top: 18px !important;
  margin-bottom: 24px !important;
}

.doctor_experience_section ul li {
  position: relative !important;
  padding-left: 12px !important;
  background: transparent !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #4F4539 !important;
  margin-bottom: 7px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.doctor_experience_section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #4F4539;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}

.doctor_model_profile_content .doctor_model_profile_bold_text {
  font-weight: bolder;
  font-size: 14px;
  line-height: 17px;
  color: #6B6B6B;
  font-weight: 700;
  font-style: italic;
}

.doctor_model_profile_content {
  padding: 20px 14px;
  height: 280px;
  overflow-y: scroll;
}

.doctor_model_profile_content p {
  font-size: 14px;
  font-weight: 400;
  color: #554245;
  line-height: 24px;
  max-width: 520px;
  width: 100%;
}

.doctor_profile_exp {
  color: #67132F;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 500;
  background-color: #FAF9E7;
  border-radius: 20px;
  position: absolute;
  top: 21px;
  right: 25.5px;
  max-width: 79px;
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor_model_profile_wrapper .doctor_profile_exp {
  top: 20px;
  left: 20px;
  z-index: 99;
}

.doctor_model_profile_content ul {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.doctor_model_profile_content ul li {
  background: #F1EDDF;
  font-size: 14px;
  line-height: 20px;
  color: #22191B;
  font-weight: 400;
  padding: 14px 12px;
  border-radius: 20px;
}

.doctor_model_profile_content ul li img {
  max-width: 22px !important;
  margin-right: 8px;
  height: 22px !important;
}

.multi_approach_works_wrapper {
  background-color: #F1EEE5;
  padding: 28px 0 0px 0;
}

.multi_approach_works_wrapper.gapping {
  margin-top: 17px;
}

.multi_approach_works_wrapper .main_title h2 {
  margin: 0 auto;
  margin-bottom: 27px;
  max-width: 330px;
  width: 100%;
  color: #543800;
  letter-spacing: 0;
}

.multi_approach_works_wrapper .row {
  padding: 0 11px;
}

.multi_approach_works_box {
  background-color: #ECE8DF;
  padding: 29px 21px;
  border-radius: 48px;
  height: auto;
  margin-bottom: 24px;
  text-align: center;
}

.multi_approach_works_box img {
  max-width: 30px;
  width: 1000%;
  height: 30px;
  object-fit: contain;
}

.multi_approach_works_box h4 {
  color: #543800;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-top: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.multi_approach_works_box p {
  color: #4F4539;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/* Group Session Page CSS */

.inner_hero_content ul {
  display: flex;
  gap: 31px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 320px;
}

.inner_hero_content ul li {
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.4px;
}

.gruop-session .inner_hero_btn {
  margin-top: 35px;
}

.gruop-session .inner_hero_wrapper .container {
  position: absolute;
  /* bottom: 51px; */
  bottom: 5.8vh;
}

.gruop-session .inner_hero_wrapper:after {
  background: linear-gradient(162deg, rgba(0, 0, 0, 0.60) 21.64%, rgba(91, 76, 76, 0.40) 35.67%, rgba(0, 0, 0, 0.60) 79.53%);
}

.inner_hero_content.group-hero-content h1 {
  margin-bottom: 35px;
}


.inner_hero_content ul li span {
  background-color: #FAAF58;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wt_joints_care_wrapper .main_title h2 {
  margin-bottom: 3px;
  color: #543800;
  letter-spacing: 0;
}

.wt_joints_care_wrapper .main_title p {
  color: #1C1C16;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 360px;
  margin: 0 auto;
}

.wt_joints_care_wrapper .main_title {
  max-width: 89%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.wt_joints_care_wrapper {
  text-align: center;
  margin-top: 38px;
  position: relative;
}

.wt_joints_care_mid_sec {
  position: relative;
  overflow: visible;
}

.wt_joints_care_mid_sec .main_title h2 {
  margin-bottom: 7px;
  color: #543800;
  letter-spacing: 0;
}

.wt_joints_care_mid_sec .main_title p {
  color: #4F4539;
  font-style: normal;
  font-weight: 400;
  max-width: 335px;
  margin: 0 auto;
  letter-spacing: 0;
}

img.wt_joints_care_line_img {
  position: absolute;
  bottom: -34.5%;
  bottom: -197px;
  z-index: 0;
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

.number_box h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #543800;
  margin-bottom: 12px;

}

.number_box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  vertical-align: middle;
  text-transform: uppercase;

  color: #1C1C16;

}

.wt_joints_care_img img {
  max-width: 550px;
  width: 100%;
}

.holistic_approach_wrapper .main_title {
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 900px;
  width: 100%;
}

.holistic_approach_wrapper .main_title h2 {
  letter-spacing: 0px;
  color: #1C1C16;
}

.wt_joints_care_wrapper .main_title {
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
}

.wt_joints_care_img {
  margin: 38px 0;
}

.holistic_approach_wrapper .main_title p {
  color: #4F4539;
  text-align: center;
  max-width: 330px;
  margin: 0 auto;
  letter-spacing: 0;
}

.holistic_approach_wrapper.gapping {
  margin-top: 38px;
  padding-bottom: 0px;
}

.gruop-session .treatment-work {
  margin-top: 0;
}

.gruop-session .treatment-icon_item {
  padding: 26px 30.5px;
}

.holistic_approach_wrapper ul {
  display: flex;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 33px;
  margin-top: 0;
}

.holistic_approach_wrapper ul li {
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4F4539;
  padding: 12px 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 9999px;
  border: 1px solid rgba(210, 196, 180, 0.20);
  background: #F7F3EA;
}

.holistic_approach_box {
  background-color: #F7F3EA;
  border-radius: 48px;
  margin-top: 0px;
  height: 100%;
}

.holistic_approach_wrapper .col-md-4 {
  margin-bottom: 30px;
}

.holistic_approach_box img {
  border-radius: 48px 48px 0 0;
  height: 426px;
  width: 100%;
  object-fit: cover;
}

.holistic_approach_box h4 {
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1C1C16;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 2px;
  line-height: 38px;
}

.holistic_approach_box p {
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #4F4539;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0 16px 25px 16px;
}

.joint_care_wrapper {
  background-color: #F7F3EA;
  padding: 40px 0;
  margin-top: 10px;
}

.joint_care_box {
  background-color: #fff;
  padding: 50px 20px 20px 20px;
  border-radius: 20px;
  text-align: center;
  height: 260px;
}

.joint_care_box img {
  /* background-color: #97844029; */
  /* border-radius: 50%; */
  max-width: 28px;
  width: 100%;
  /* height: 50px; */
  padding: pos;
  position: relative;
  display: inline-flex;
  position: relative;
  z-index: 2;
}

.joint_care_icon {
  position: relative;
  display: inline-flex;
}

.joint_care_icon::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #97844029;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}


.joint_care_box h4 {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1C1C16;
  margin-top: 20px;

}

.joint_care_box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #4F4539;
  margin-bottom: 0;

}

.joint_care_slider {
  display: flex;
  gap: 25px;
}

.joint_care_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}

.month_journey_wrapper {
  background-color: #F4EFE2;
  padding: 21.5px 0 0px 0;
  margin-top: 0px;
}

.month_journey_wrapper .main_title h2 {
  color: #1C1C16;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  letter-spacing: 0;
}

.month_journey_wrapper .main_title {
  max-width: 330px;
  margin: 0 auto;
}

.month_journery_box {
  display: flex;
  gap: 13px;
}

.month_journey_flex {
  display: block;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  margin-top: 24px;
}

.month_journey_flex::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 92%;
  background: rgba(210, 196, 180, 0.30);
  top: 20px;
  left: 20px;
  z-index: -1;
}

.month_journery_box span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  background-color: #EBDEC2;
  max-width: 38px;
  width: 100%;
  padding: 20px;
  color: #7A5609;
  border-radius: 50%;
  height: 39px;
  margin-bottom: 24px;
}


.month_journery_content {
  padding: 24px 24px;
  border-radius: 32px;
  background-color: #F7F3EA;
  max-width: 410px;
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}


.month_journery_box h4 {
  letter-spacing: 0px;
  vertical-align: middle;
  color: #1C1C16;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}

.month_journery_box p {
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4F4539;
  margin-bottom: 16px;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.month_journery_box ul li {
  vertical-align: middle;
  color: #576249;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.month_journery_box ul li:last-child {
  margin-bottom: 0px;
}

.month_journery_box ul li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #576249;
  top: 7px;
  left: 0;
  z-index: 1;
}



.outcome_wrapper .main_title h2 {
  color: #8C7B6B;
  letter-spacing: 0;
  margin-bottom: 0;
}

.outcome_wrapper {
  background-color: #F4EFE2;
  padding: 13px 0 14px 0;
}

.outcome_icon_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.gruop-session section.space_heal_wrapper {
  background: transparent;
  padding: 0;
  margin-top: 30px;
}

.gruop-session .cta_wrapper .main_title h2 {
  color: #543800;
  letter-spacing: 0;
  max-width: 340px;
  width: 100%;
  margin-bottom: 0;
}

.gruop-session .expert_wrapper {
  margin-top: 51px;
}

.gruop-session .cta_wrapper .cta_btn {
  margin-top: 32px;
}

.gruop-session .cta_wrapper {
  text-align: center;
  margin-top: 79px;
  margin-bottom: 33px;
}

.gruop-session .video_wrapper {
  padding-bottom: 10px;
  margin-top: 30px;
}

.outcome_icon {
  background: #F1EEE5;
  padding: 50px 20px;
  text-align: center;
  border-radius: 20px;
  display: inline-grid;
  align-items: center;
  justify-content: center;
}

.outcome_icon img {
  max-width: 24px;
  width: 100%;
  margin: 0 auto;
}

.outcome_icon h4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1C1C16;
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 100px;
  width: 100%;
}

.outcome_content_flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  margin-top: 12px;
  margin-left: 23px;
}

.outcome_content_box {
  margin-bottom: 24px;
  padding-right: 10px;
}

.outcome_content_box h4 {
  letter-spacing: 0px;
  vertical-align: middle;
  color: #1C1C16;
  display: flex;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
}

.outcome_content_box h4 i {
  margin-right: 12px;
  font-size: 22px;
}

.outcome_content_box p {
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4F4539;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.personal_care_bg .secondary_txt_color.main_title p {
  font-size: 14px;
  line-height: 23px;
  color: #404A32;
  max-width: 830px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* PANCHKOSHA PAGE START */

.pk-sec-sm-title {
  max-width: 324px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  text-shadow: 0 1px 8px rgba(84, 56, 0, 0.16);
  color: #1C1C16;
}

.pk-hormony-title h5 {
  margin-bottom: 2px;
  letter-spacing: 0;
  text-align: center;
  color: #543800;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.pk-intro_section {
  padding: 34px 0 24px;
}

.pk-intro_section .main_title {
  margin-bottom: 14px;
}

.pk-intro_section .main_title h2 {
  color: #543800;
  letter-spacing: 0;
}

.pk-intro_section>.container>.main_title:first-child h2 {
  font-size: 40px;
  line-height: 32px;
  white-space: nowrap;
}

.pk-intro_section .pk-hormony-title.gapping {
  margin-top: 90px;
  padding-bottom: 0;
}

.pk-intro_section .main_title.secondary_txt_color p {
  letter-spacing: 0;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pk-sheaths_section .sm_title h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
}

.pk-sheaths_wrapper {
  margin-top: 13px;
  padding: 0 0 0 12px;
}

.pk-sheaths_section {
  max-width: 100%;
}



.pk-sheaths_section .sm_title h2 {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.pk-sheath_item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}

.pk-sheath_icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 3px;
}

.pk-sheath_icon i {
  font-size: 28px;
  line-height: 1;
}

.pk-sheath_icon.brown {
  background: #6f4d00;
}

.pk-sheath_icon.green {
  background: #737d62;
}

.pk-sheath_icon.maroon {
  background: #8a5b70;
}

.pk-sheath_icon.gold {
  background: #ae9b6b;
}

.pk-sheath_icon.olive {
  background: #b7b8a9;
}

.pk-sheath_content {
  flex: 1;
}

.pk-sheath_content span {
  display: block;
  color: #7f846f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pk-sheath_content h4 {
  color: #1C1C16;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
}

.pk-approach,
.pk-cta_section {
  position: relative;
  padding: 40px 0;
}

.pk-intro_section {
  position: relative;
  padding: 30px 0 0 0;
}

.wy_panch_shadow {
  padding-bottom: 7.5px;
  position: relative;
}

.pk-intro_section .pk-hormony-title.gapping {
  margin-top: 30px;
  padding-bottom: 0;
}

.pk-section_title {
  text-align: center;
  max-width: 327px;
  margin: 0 auto 24px;
}

.pk-section_title h2,
.pk-section_title h3 {
  font-weight: 400;
  color: #543800;
  margin-bottom: 10px;
}

.pk-section_title h2 {
  font-size: 24px;
  line-height: 32px;
}

.pk-section_title h3 {
  font-size: 24px;
  line-height: 32px;
}

.pk-section_title em {
  font-style: italic;
}

.pk-section_title p {
  margin: 0;
  color: #4f4539;
  font-size: 14px;
  line-height: 20px;
}

.pk-section_title--tight {
  margin-bottom: 20px;
}

.pk-harmony_block {
  position: relative;
}

.pk-harmony_visual {
  width: 100%;
  /* max-width: 360px;
    height: 360px;
    margin: 0 auto 12px; */
  position: relative;
}

.circle_animation {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}


.frs_circle,
.sec_circle,
.thr_circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all .9s ease;
}

/* Default */
.frs_circle {
  top: 48px;
  width: 225px;
  opacity: 1;
}

.sec_circle {
  top: 77px;
  width: 170px;
  opacity: 1;
}

.thr_circle {
  top: 102px;
  width: 117px;
  opacity: 1;
}

/* Step 1 */
.step1 .thr_circle {
  transform: translateX(-50%) scale(0);
  opacity: 0;
}

.step1 .sec_circle {
  top: 102px;
  width: 80px;
}

.step1 .frs_circle {
  top: 77px;
  width: 135px;
}

/* Step 2 */
.step2 .sec_circle {
  transform: translateX(-50%) scale(0);
  opacity: 0;
}

.step2 .frs_circle {
  top: 102px;
  width: 80px;
}

/* Step 3 (Back) */
.reset .frs_circle {
  top: 48px;
  width: 225px;
  opacity: 1;
}

.reset .sec_circle {
  top: 77px;
  width: 170px;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.reset .thr_circle {
  top: 102px;
  width: 117px;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}


.pk-harmony_glow {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 193, 122, 0.18), rgba(239, 193, 122, 0.02) 68%, transparent 72%);
}

.pk-harmony_orbit {
  position: absolute;
  border: 1px solid rgba(218, 151, 73, 0.4);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*.pk-harmony_orbit--outer {
    width: 100%;
    height: 96%;
    background: radial-gradient(circle, rgba(243, 241, 230, 0.26), rgba(236, 235, 208, 0) 72%);
}*/

.pk-harmony_orbit--middle {
  width: 75%;
  height: 72%;
}

.pk-harmony_orbit--inner {
  width: 50%;
  height: 48%;
}

.pk-harmony_core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96%;
  transform: translate(-50%, -50%);
}

.pk-harmony_core img {
  width: 100%;
  opacity: 0.12;
  filter: sepia(1) saturate(0.24) brightness(1.14);
}

.pk-sheaths {
  max-width: 358px;
  margin: 0 auto;
}

.pk-sheaths h4 {
  font-size: 20px;
  line-height: 28px;
  color: #543800;
  text-align: center;
  margin-bottom: 13px;
}

.pk-sheath_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-radius: 32px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.2);
}

.pk-sheath_icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.pk-sheath_item span {
  display: block;
  color: #576249;
  text-transform: uppercase;
  margin-bottom: .5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.4px;
}

.pk-sheath_item p {
  margin: 0;
  color: #1c1c16;
  font-size: 17px;
  line-height: 24px;
}

.pk-sheath_item--physical .pk-sheath_icon {
  background: #7d5a0a;
}

.pk-sheath_item--energy .pk-sheath_icon {
  background: #576249;
}

.pk-sheath_item--mental .pk-sheath_icon {
  background: #8f6177;
}

.pk-sheath_item--wisdom .pk-sheath_icon {
  background: rgba(84, 56, 0, 0.8);
}

.pk-sheath_item--spirit .pk-sheath_icon {
  background: rgba(87, 98, 73, 0.8);
}

/* .pk-layer {
  padding: 0 0 16px;
} */

.pk-layer_row {
  display: block;
}

/*.pk-layer .container {
    max-width: 375px;
    padding: 0;
}*/

.pk-layer_card {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.pk-layer_panels_bg {
  background: #00000073;
  padding: 20.5px 2px 5px 2px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pk-layer_head,
.pk-layer_panels {
  position: relative;
  z-index: 1;
}

.pk-layer_head {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10.5px;
}

.pk-layer_head h2 {
  color: #fff;
  margin-bottom: 11px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
}

.pk-layer_head em {
  font-style: italic;
}

.pk-layer_head p {
  max-width: 321px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.pk-layer_panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 10px 17px;
  margin-top: 0;
}

.pk-layer_panel {
  min-height: 230px;
  border-radius: 32px;
  background: #f1eee5;
  padding: 18px 18px;
}

.pk-layer_panel.pk-layer_panel--support {
  padding: 18px 0px 10px 10px;
}

.pk-layer_panel--support {
  background: #ddd5b8;
}

.pk-layer_panel h3 {
  text-transform: uppercase;
  text-align: center;
  color: #543800;

  margin-bottom: 14px;
  padding: 0 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.7px;
}

.sanctuary_philosophy_slider2 .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

.pk-layer_panel--support h3 {
  color: #576249;
  margin-bottom: 35px;
}

.pk-layer_panel ul {
  margin: 0;
  padding-left: 10px;
}

.pk-layer_panel li {
  color: #4f4539;
  margin-bottom: 3px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.pk-layer_panel--support li {
  color: #576249;
}

.pk-layer_panel--support li::marker {
  color: #576249;
}

.pk-layer_panel li::marker {
  color: #4f4539;
}

.pk-layer--physical .pk-layer_card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url("../images/panchkosha/banner-physical.png") center/cover no-repeat;
}

.pk-layer--energy .pk-layer_card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url("../images/panchkosha/banner-energy.png") center/cover no-repeat;
}

.pk-layer--mental .pk-layer_card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url("../images/panchkosha/banner-mental.png") center/cover no-repeat;
}

.pk-layer--wisdom .pk-layer_card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url("../images/panchkosha/banner-energy.png") center/cover no-repeat;
}

.pk-layer--spirit .pk-layer_card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url("../images/panchkosha/spiritual.png") center/cover no-repeat;
}

.pk-approach {
  padding-top: 30px;
}

.pk-approach .main_title h2 {
  color: #543800;
  margin-bottom: 16px;
  letter-spacing: 0;
}

.pk-approach_cards {
  max-width: 390px;
  margin: 0 auto;
}

.pk-approach_card {
  text-align: center;
  padding: 26px 15px 35px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 48px;
}

.panchkosha-page .cta_wrapper.gapping {
  padding-bottom: 0;
  margin-bottom: 44.5px;
  margin-top: 12.5px;
}

.panchkosha-page .cta_wrapper .main_title h2 {
  color: #543800;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  letter-spacing: 0;
}

.panchkosha-page .cta_wrapper .cta_btn {
  margin-top: 14px;
}

.pk-approach_card+.pk-approach_card {
  margin-top: 24px;
}

.pk-approach_card--primary {
  background: #ece8df;
}

.pk-approach_card--secondary {
  background: #f1eee5;
}

.pk-approach .container {
  position: relative;
  z-index: 2;
  padding: 0 18px;
}

.pk-approach_card span {
  display: block;
  color: #543800;
  text-transform: uppercase;
  margin-bottom: 14.8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2px;
}

.pk-approach_card--secondary.pk-approach_card span {
  color: #576249;
}

.pk-approach_card h4 {
  margin-bottom: 2px;
  color: #1C1C16;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
}

.pk-approach_card p {
  margin: 0;
  color: #1c1c16;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.pk-cta_box {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.pk-cta_box h2 {
  font-size: 24px;
  line-height: 33px;
  color: #543800;
  margin-bottom: 24px;
}

.pk-cta_box em {
  font-style: italic;
}

.pk-cta_box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 12px 24px;
  border: 1px solid #8c7b6b;
  border-radius: 999px;
  color: #5c4c12;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* PANCHKOSHA PAGE END */

/* SINGLE TREATMENT PAGE START */

.single-treatment-page .inner_hero_btn {
  z-index: 99;
  position: absolute;
  /* bottom: 56.5px; */
  bottom: 6.4vh;
  padding: 0 32px;
  margin-bottom: 0;
}

.single-treatment-page .inner_hero_content h1 {
  margin-bottom: 15px;
  /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000; */
}

.single-treatment-page .inner_hero_content {
  padding-top: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  /* top: 89px; */
  top: 12vh;
  padding: 0 32px;
  position: absolute;
}

.single-treatment-page .inner_hero_content p {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}

.treatment-page {
  background: #FDF9F0;
}

.treatment-hero {
  height: 75vh;
}

.treatment-hero:after {
  background: linear-gradient(180deg, rgba(20, 14, 8, 0.35) 0%, rgba(20, 14, 8, 0.62) 100%);
}

.treatment-hero .hero_bg img {
  filter: brightness(0.6);
}

.treatment-hero_content {
  max-width: 340px;
  margin-top: 110px;
}

.treatment-hero_kicker {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.treatment-hero .hero_content h1 {
  margin-bottom: 18px;
}

.treatment-hero_actions {
  display: grid;
  gap: 12px;
  max-width: 320px;
  margin: 0 auto;
}

.treatment-hero_actions .transparent_btn a,
.treatment-hero_actions .primary_btn a {
  padding: 12px 24px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.treatment-icon_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 12px;
  margin-top: 24px;
}

.treatment-expect .main_title h2 {
  color: #543800;
  margin-bottom: 12px;
  letter-spacing: 0;
}

.treatment-expect {
  margin-top: 34px;
}

.treatment-expect .main_title p {
  margin-bottom: 25px;
  color: rgba(79, 69, 57, 0.80);
  letter-spacing: 0;
  padding: 0 10px;
}

.treatment-rule_card h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  color: #543800;
  margin-bottom: 4px;
}

.treatment-rule_card p {
  margin-bottom: 0;
  color: #543800;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;

}

.treatment-step_grid,
.treatment-outcome_grid,
.treatment-rule_grid,
.treatment-space_grid,
.treatment-guide_photos,
.treatment-expert_grid {
  display: grid;
  gap: 14px;
}

.treatment-intro_grid {
  display: grid;
  gap: 0px;
}

.treatment-safety .main_title h2 {
  color: #543800;
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 320px;
  width: 100%;
  letter-spacing: 0;
}

.treatment-outcome_grid {
  padding: 15px;
  gap: 20px;
}



.treatment-intro_grid {
  margin-bottom: 34px;
}

/* .treatment-intro .treatment-philosophy.gapping {
  margin-top: 56px;
} */


/*.treatment-copy,*/
.treatment-step_card {
  background-color: #F4EFE2;
  border-radius: 48px;
  padding: 40px;
  display: flex;
  column-gap: 12px;
  max-width: 100% !important;
  width: 100%;
}

.treatment-outcome_card {
  border-radius: 14px;
  padding: 40px;
  display: flex;
  column-gap: 12px;
  background-color: #FDF9F0;
  max-width: 100% !important;
}

.treatment-outcome_card_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.treatment-rule_card {
  border-radius: 24px;
}

.about-page .hero_bg img {
  object-position: 50%;
}

.treatment-divider {
  border-bottom: 1px solid #543800;
  color: #543800;
  margin-bottom: 8px;
}

.treatment-faq_list details {
  border-bottom: 1px solid #D2C4B433;
  border-radius: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.treatment-copy {
  padding: 0px 15px 34px 15px;
}

.treatment-copy .main_title h2 {
  color: #543800;
  margin-bottom: 8px;
}

.treatment-copy .main_title p {
  color: #4F4539;
}

.treatment-copy .main_title {
  margin-bottom: 0;
  text-align: left;
}

.treatment-intro.gapping {
  padding-bottom: 0;
  margin-top: 32px;
}

.treatment-copy .main_title h2,
.treatment-copy .main_title p {
  text-align: center;
  letter-spacing: 0;
}

.treatment-image {
  min-height: 220px;
  /*border-radius: 28px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.treatment-image--room {
  background-image: url("../images/single-treatment/ozone-therapy.png");
}

.treatment-philosophy {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  padding: 0 17px;
  overflow: visible;
}



.treatment-philosophy .philosophy-label {
  display: block;
  color: #6F4E11;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-top: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 4.8px;
  position: relative;
}

.philosophy-decor {
  position: absolute;
  z-index: -1;
  /* max-width: 88%; */
  width: 100%;
  left: 50%;
  /* top: -148%; */
  top: -192px;
  transform: translateX(-50%);
}

.philosophy-decor img {
  width: 320px;
  height: 301px;
}

.treatment-philosophy>.philosophy-label,
.treatment-philosophy>h3 {
  position: relative;
  z-index: 1;
}

.treatment-philosophy h3 {
  color: #543800;
  font-size: 26px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto;
  max-width: 350px;
  position: relative;
  padding-bottom: 0px;
  text-transform: none;
  letter-spacing: 0;
}

.treatment-philosophy h3 span {
  color: #576249;
}



.treatment-outcomes .secondary_txt_color.main_title h2 {
  margin-bottom: 8px;
  color: #4F4539;
}

.treatment-work .main_title {
  margin-bottom: 5px;
}

.treatment-work .secondary_txt_color.main_title p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.treatment-work .main_title h2 {
  color: #543800;
  letter-spacing: 0;
}

.treatment-work .main_title p {
  color: #4F4539;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.treatment-work {
  background: #F4EFE2;
  padding: 23.5px 0 16.5px 0;
  margin-top: 34px;
}

.treatment-outcomes {
  background: #F1EEE5;
  padding: 28px 0 62px 0;
  margin-top: 34px;
}

.treatment-outcomes .main_title h2 {
  color: #543800;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
  letter-spacing: 0;
}

.treatment-outcomes .treatment-outcome_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 12px;
  width: 100%;
}

.treatment-outcomes .treatment-outcome_card {
  text-align: left;
  padding: 11px 32px 11px 14px;
  max-width: 100%;
  width: 100%;
  display: flex;
  column-gap: 9px;
  border-radius: 14px;
  background: #FDF9F0;
}

.treatment-outcomes .treatment-outcome_card span {
  width: 67px;
  height: 67px;
  min-width: 67px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0;
  background-color: #ECE8DF;
}

.treatment-outcomes .treatment-outcome_card span img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.treatment-outcomes .treatment-outcome_card h4 {
  margin-bottom: 2px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.treatment-outcomes .treatment-outcome_card p {
  margin-bottom: 0;
  color: #4F4539;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.treatment-outcome_card {
  text-align: left;
  padding: 20px 20px;
  max-width: 220px;
  width: 100%;
}

.treatment-icon_item {
  text-align: left;
  padding: 26px 16.5px;
  max-width: 220px;
  width: 100%;
}

.treatment-icon_item {
  text-align: center;
}

.treatment-icon_item span {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 24px;
  /* background-color: #ECE8DF; */
  color: #9A7530;
  font-size: 20px;
}

/* .gruop-session .treatment-icon_item span {
  background-color: #ECE8DF;
} */

.treatment-outcome_card span {
  width: 108px;
  height: 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: #ECE8DF;
  color: #9A7530;
  font-size: 18px;
}

.treatment-outcome_card p {
  margin-bottom: 0;
  color: #4F4539;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  vertical-align: middle;

}

.treatment-icon_item p {
  margin-bottom: 0;
  color: #543800;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
}



.holistic_approach_wrapper.text-transform ul li {
  font-size: 14px;
  text-transform: capitalize;
  color: #4F4539;
  border: 1px solid #D2C4B433;
  background-color: #F1EEE5;
}


.treatment-step_card {
  padding: 30px 21px;
}

.treatment-step_card span {
  display: inline-block;
  color: #EDBF78;
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 8px;
  position: relative;
}

.treatment-expect .treatment-step_card h4,
.treatment-step_card h4 {
  color: #543800;
  margin-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -1px;
}

.treatment-step_grid {
  gap: 25px;
  width: 100%;
  padding: 0 13px;
}

.treatment-outcome_card h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #543800;
  margin-bottom: 0;
}

.treatment-step_card p {
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4F4539;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.treatment-chip_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
  margin-top: 44px;
}

.treatment-benefits.gapping {
  margin-top: 35px;
}

.treatment-benefits .main_title h2 {
  color: #543800;
  letter-spacing: 0;
  margin-bottom: 9px;
}

.treatment-benefits .main_title p {
  color: #4F4539;
  padding: 0 25px;
  letter-spacing: 0;
}


.treatment-safety.gapping {
  margin-top: 69px;
}

.single-treatment-page section.space_heal_wrapper.gapping {
  background: transparent;
  padding: 0px 0;
  margin-top: 30px;
}

.single-treatment-page .cta_wrapper .main_title h2 {
  color: #543800;
  margin-bottom: 24px;
  width: 100%;
  letter-spacing: 0;
  max-width: 300px;
}

.single-treatment-page .cta_wrapper {
  background: no-repeat;
  text-align: center;
}

.treatment-chip_list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(210, 196, 180, 0.20);
  background: #F7F3EA;
  color: #4F4539;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.treatment-rule_card {
  padding: 0px 18px 35px;
  text-align: center;
}

.treatment-space_card,
.treatment-guide_photo {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.treatment-space_card:after,
.treatment-guide_photo:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(180deg, rgba(20, 14, 8, 0) 0%, rgba(20, 14, 8, 0.58) 100%);
}

.treatment-space_card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 18px;
}

.treatment-space_card--small {
  background-image: url("../images/about/founder.png");
}

.treatment-space_card--large {
  background-image: url("../images/about/legacy_home.png");
}

.treatment-guide_photo--person {
  background-image: url("../images/about/founder.png");
}

.treatment-guide_photo--session {
  background-image: url("../images/about/legacy_home.png");
}

.treatment-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.treatment-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E1D3A1;
}

.treatment-dots span.active {
  width: 18px;
  border-radius: 999px;
  background: #9A7530;
}

.treatment-experts .main_title {
  max-width: 460px;
}

.treatment-view_all {
  margin-bottom: 0;
}

.treatment-view_all .primary_btn a {
  max-width: 180px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

.treatment-cta .main_title {
  max-width: 640px;
  margin: 0 auto;
}

.treatment-cta .cta_btn a {
  max-width: 340px;
}

.treatment-faq_list {
  display: grid;
  gap: 15px;
}

.single-treatment-page .cta_wrapper.gapping {
  padding-bottom: 0;
  margin-bottom: 46px;
  margin-top: 55px;
  background: radial-gradient(50% 50% at 50% 50%, #DED1B4 0%, #FDF9F0 100%);
}


/* .single-treatment-page .philosophy-decor {
    max-width: 325px;
    width: 100%;
} */

.single-treatment-page .video_wrapper {
  padding-bottom: 10px;
  margin-top: 26px;
}

.single-treatment-page .expert_wrapper {
  margin-top: 55px;
}

.treatment-faq .main_title h2 {
  color: #543800;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 270px;
  width: 100%;
  letter-spacing: 0;
}

.treatment-faq .container {
  position: relative;
  z-index: 2;
  padding: 0 32px;
}

.treatment-faq_list summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 18px 26px 24px 0;
  color: #543800;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0;
}

.treatment-faq_list summary::-webkit-details-marker {
  display: none;
}

.treatment-faq_list summary:after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #9A7530;
  font-size: 18px;
}

.treatment-faq_list details[open] summary:after {
  content: "\f077";
}

.treatment-faq {
  margin-bottom: 88px;
}

.treatment-faq_list p {
  margin: 0 0 16px;
  color: #4F4539;
  font-size: 13px;
  line-height: 20px;
}

/* SINGLE TREATMENT PAGE END */

/* ABOUT PAGE START */

.hero_wrapper.about-hero,
.inner_hero_wrapper.about-hero {
  box-sizing: border-box;
  overflow: visible;
}

.hero_wrapper.about-hero .hero_bg {
  z-index: 1;
}

.hero_wrapper.about-hero>.scroll_btn,
.inner_hero_wrapper.about-hero>.scroll_btn {
  display: none;
  z-index: 100;
  bottom: 20px;
  transform: translateX(-50%) translateY(6px);
}

.inner_hero_wrapper.about-hero .inner_hero_btn {
  /* bottom: 120px; */
  bottom: 12.5vh;
  position: absolute;
  width: stretch;
  z-index: 99;
  margin: 10px;
  max-width: 90%;
}

.about-hero .inner_hero_content {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  /* top: 137px; */
  top: 15.20vh;
  z-index: 2;
  padding-top: 0;
}

.hero_wrapper.about-hero .hero_content h1 {
  margin-bottom: 22px;
}

.about-hero .hero_content {
  max-width: 420px;
}

.ab-shell {
  max-width: 1180px;
}


.ab-clinic,
.ab-spaces,
.ab-cta {
  padding: 32px 0;
}

.ab-legacy {
  padding: 35px 0 0 0;
}

.ab-story {
  padding: 22px 0px 36px 0px;
}

.ab-vision {
  padding: 0px 0 32px;
}

.ab-section-heading {
  /*max-width: 760px;*/
  margin: 0 auto 22px;
  text-align: center;
}

.ab-practitioners .main_title h2 {
  color: #8C7B6B;
  margin-bottom: 16px;
}

.ab-practitioners .main_title p {
  color: #4A3F38;
  margin-bottom: 27px;
}

.ab-practitioners {
  padding: 60px 0;
}

.ab-section-heading h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.72px;
  text-align: center;
  color: #333230;
  margin-bottom: 0;
}

.ab-story__copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 0 5px;
}

.ab-story__copy p {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 24px;
  color: #4A3F38;
}

.ab-story__highlight {
  display: inline-block;
  background-color: #FDFCFC;
  margin-top: 13px;
  padding: 15.5px 36px;
  color: #8C7B6B !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-style: italic;
  border-radius: 23px;
  letter-spacing: 0;
}

.ab-story .sm_title h2 {
  text-transform: capitalize;
  color: #8C7B6B;
  margin-bottom: 2px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 1.2px;
}

.ab-vision__grid,
.ab-practitioners__grid,
.ab-gallery,
.ab-contact-strip__grid {
  display: grid;
  gap: 14px;
}


.ab-legacy__grid {
  display: grid;
  gap: 16.5px;
  padding: 0 2.5px;
}


.ab-founder__grid {
  display: grid;
  gap: 8px;
  padding: 0 12.5px;
}

.ab-vision-card,
.ab-practitioner-card {
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.92);
}

.about-hero {
  min-height: 665px;
}

.ab-vision .sm_title h2 {
  text-transform: capitalize;
  color: #8C7B6B;
  margin-bottom: 2px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 1.2px;
}

.ab-vision .sm_title p {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 24px;
  color: #8B8378;
  padding: 0 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.ab-vision-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #4F4539;
  padding: 0 12px;
  /* display: none; */
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}

.ab-vision-card {
  padding: 20px 32px;
  text-align: center;
  background-color: #F7F3EA;
  border-radius: 48px;
}

.ab-vision-card h3 {
  text-align: center;
  vertical-align: middle;
  color: #543800;
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
}

.ab-vision-card p {

  text-align: center;
  color: #4F4539;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
}

.ab-vision-card {
  max-width: 94%;
  width: 100%;
  margin: 0 auto;
}

.ab-vision__grid {
  display: grid;
  gap: 14px;
  padding: 0 10px;
}

.ab-vision-card img {
  max-width: 28px;
  width: 100%;
}

.ab-founder-secion-heading h2 {
  text-align: center;
  color: #543800;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 45px;
}



.ab-founder-secion-heading span {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #543800;
  display: block;
  font-style: normal !important;
}

.ab-founder__image {
  width: 100%;
  height: auto;
  /* margin-top: 12px; */
  border-radius: 26px;
}

.ab-founder__copy,
.ab-legacy__copy,
.ab-clinic__copy {
  text-align: center;
}

.ab-practitioner-card__body p,
.ab-contact-strip p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #4F4539;
}

.ab-founder__copy p {
  margin-bottom: 20px;
  color: #1C1C16;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.ab-founder__copy {
  margin-top: 8px;
}

.ab-clinic__copy p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.16px;
  color: #4F4539;
}

.about-page .cta_wrapper {
  background: #F4EFE2;
  padding: 23.5px 7px 23.5px 7px !important;
  text-align: center;
  margin-bottom: 38px;
  margin-top: 54.5px;
}

.about-page .cta_wrapper .main_title h2 {
  color: #676547;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 13px;
}

.about-page .cta_wrapper .main_title p {
  color: #8B8378;
  letter-spacing: 0;
  padding: 0 5px;
}

/* .about-page .cta_wrapper .main_title h2 {
  margin-bottom: 14px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
} */

.about-page .cta_wrapper .main_title h2 span {
  font-style: normal;
}

/* .about-page .cta_wrapper .main_title p {
  max-width: 95%;
  margin: 0 auto;
  margin-top: 12px;
} */

.ab-legacy__copy p {
  color: #4A3F38;
  letter-spacing: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

img.story_bg_img {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  z-index: -1;
  background: red;
}

.ab-founder__quote {
  margin-bottom: 16px !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  color: #7a5a2f !important;
}

.ab-founder__copy p:last-of-type {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.ab-legacy .secondary_txt_color.main_title h2 {
  color: #6E4C2D;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  margin-bottom: 8px;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 1.2px;
}

.ab-founder__grid .primary_btn {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  display: none;
}

body:not(.aw-disable-button-hover) .ab-btn:hover,
body:not(.aw-disable-button-hover) .ab-book-strip:hover,
.ab-btn:focus,
.ab-book-strip:focus {
  color: #fff7ea;
}

.ab-legacy__copy p+p,
.ab-clinic__copy p+p {
  margin-top: 12px;
}

.ab-clinic {
  background: rgba(214, 202, 181, 0.18);
}

.ab-clinic .ab-section-heading h2 {
  color: #7A5609;
  font-size: 28px;
  line-height: 37px;
  max-width: 300px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 12px;
}

.ab-clinic__logos {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.ab-clinic__logos img {
  max-width: 320px;
  width: 100%;
  margin-top: 40px;
}

.ab-practitioner-card {
  margin-top: 12px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(17, 16, 18, 0.78) 72%);
  height: 473px;
}

.ab-practitioner-card__badge {
  position: absolute;
  top: 16px;
  right: 9px;
  z-index: 2;
  padding: 10px 9px;
  color: #671321;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.26px;
  border-radius: 45px;
  background: #FAF9E7;
}

.ab-practitioner-card__photo img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.ab-practitioner-card__body {
  padding: 13px 21px;
  text-align: left;
  background: rgba(1, 0, 0, 0.78);
  position: absolute;
  bottom: 0;
  width: 100%;

}

.ab-contact-strip h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 2px;
}

.ab-practitioner-card__body h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
  font-weight: 700;
}

.ab-practitioner-card__body span {
  display: block;
  margin-bottom: 8px;
  color: #FFFFFFB2;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
}



.ab-practitioner-card__body p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22.75px;
  margin-bottom: 12px;
  margin-top: 13px;
}

.ab-practitioners .primary_btn {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 93%;
}

.about-page .space_heal_wrapper {
  margin-top: 53.5px;
}

.ab-practitioners .primary_btn a {
  text-transform: uppercase;
}

.ab-outline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 8px 16px;
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 100%;
  max-width: -webkit-fill-available;
}

.ab-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.ab-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(151, 118, 56, 0.32);
}

.ab-dots span.is-active {
  width: 18px;
  border-radius: 999px;
  background: #8f6717;
}

.ab-view-all {
  padding-top: 18px;
  text-align: center;
}

.ab-view-all .ab-btn {
  min-width: 180px;
  min-height: 32px;
  padding: 10px 26px;
  font-size: 14px;
  display: block;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  margin-top: 30px;
}

.ab-gallery {
  align-items: center;
}

.ab-gallery-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 26px;
  background-color: #d8ccb7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ab-gallery-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background: linear-gradient(180deg, rgba(20, 14, 8, 0), rgba(20, 14, 8, 0.58));
}

.ab-gallery-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  color: #fff8ef;
  font-size: 13px;
}

.ab-gallery-card--building {
  background-image: url("../images/about/focus.png");
}

.ab-gallery-card--lounge {
  background-image: url("../images/about/legacy_home.png");
}

.ab-gallery-card--space {
  background-image: url("../images/about/cont_care.png");
}

.ab-cta__content {
  text-align: center;
}

.ab-cta__content h2 {
  color: #7d5d2f;
  font-size: 42px;
  line-height: 0.98;
  margin-bottom: 10px;
}

.ab-cta__content p {
  margin-bottom: 18px;
  font-size: 13px;
  color: #4F4539;
}

.ab-book-strip {
  width: 100%;
  max-width: 560px;
  min-height: 48px;
  background: transparent;
  color: #8d6718;
}

.ab-cta__content span {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: #4F4539;
}

.ab-contact-strip {
  padding: 22px 0;
  background: #d7ccae;
}

.ab-contact-strip__grid {
  gap: 18px;
}

.ab-contact-strip h3,
.ab-contact-strip p {
  margin: 0;
}

.ab-contact-strip p {
  margin-top: 6px;
  font-size: 12px;
}

.ab_practitioners_slider {
  padding-left: 10px;
}

/* ABOUT PAGE END */


.story_flower_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  width: max-content;
  z-index: 1;
}

.story_flower_img img {
  max-width: 208px;
  width: 100%;
}


.request_callback_popup .modal-content {
  background: #F7F3EA;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 16px;
  margin: 10px;
}

.request_callback_popup .iti__flag-container {
  padding: 0;
}

.request_callback_popup .modal-dialog {
  max-width: 850px;
  width: 100%;
  margin: 0px;
}

div#consultationMessages {
  position: fixed;
  top: 100px;
}

.modal-dialog-centered {
  justify-content: center;
}

.request_callback_popup button.btn-close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 11px;
  color: #4A5565;
  opacity: 1;
  background: transparent;
  z-index: 99;
}

.request_callback_popup button img {
  max-width: 18px;
}

.phone-box {
  width: 100%;
  overflow: hidden;
  border-radius: 16.4px;
  margin-bottom: 10px;
}

.request_callback_form_wrapper .phone-box input {
  width: 100%;
  font-size: 16px;
  border: 0.64px solid #D1D5DC !important;
  background: transparent !important;
  border-radius: 10 !important;
  padding-left: 95px !important;
  outline: none;
  color: #666;
  overflow: hidden;

}

.request_callback_form_wrapper .phone-box input::placeholder,
.request_callback_form_wrapper form input::placeholder {
  color: #77686A;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.31px;

}

.request_callback_form_wrapper form button {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.16px;
  text-align: center;
  background-color: #7A5609;
  border: 1px solid #7A5609;
  color: #FFFFFF;
  border-radius: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  justify-content: center;
      text-transform: uppercase;
}

.request_callback_form_wrapper .phone-box input::placeholder {
  color: #0A0A0A80 !important;

}

.request_callback_form_wrapper .iti {
  width: 100%;
}

.request_callback_form_wrapper .iti__flag-container {
  left: 15px;
}

.request_callback_form_wrapper .iti--allow-dropdown input {
  padding-left: 100px !important;
}

.request_callback_form_wrapper .iti--separate-dial-code .iti__selected-flag {
  background-color: #F7F7F7;
  border-radius: 10px 0 0 10px;
}

.request_callback_form_wrapper form input {
  width: 100%;
  border: 0;
  padding: 12px 17px;
  border-radius: 10px;
  margin-bottom: 12px;
  height: auto;
  background-color: #FFFFFF;
}

.request_callback_form_wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #543800;
  margin-bottom: 30px;
}


.request_callback_form_wrapper h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #543800;
  margin-bottom: 12px;
  margin-top: 40px;
}


.request_callback_form_wrapper .primary_btn {
  margin-top: 28px;
}

.request_callback_form_wrapper .primary_btn a {
  padding: 10px 50px;
  display: block;
  max-width: 370px;
  margin: 0 auto;
  text-transform: uppercase;
}


.mid_sec_wrapper .main_title h2 {
  color: #543800;
  letter-spacing: 0;
  font-weight: 500;
}

.mid_sec_wrapper .main_title p {
  color: #4F4539;
  letter-spacing: 0;
}