/** Shopify CDN: Minification failed

Line 81:0 All "@import" rules must come first

**/
:root {
  --megaMenuColor: #034638;
  --megaMenuColorHover: #007359;
}

.page-template-index :is(.scroll-arrow, .carousel-arrow) svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.page-template-index :is(.scroll-arrow.scroll-arrow-next, .carousel-arrow.next) svg {
  transform: translate(-50%, -50%) scaleX(-1);
}
.page-template-index :is(.scroll-arrow-prev, .carousel-arrow.prev) {
  left: -4rem;
}
.page-template-index :is(.scroll-arrow-next, .carousel-arrow.next) {
  right: -4rem;
}
/* ======= */

@media (max-width: 1700px) {
  .page-template-index :is(.scroll-arrow-next, .carousel-arrow.next) {
    right: -2rem;
  }
  .page-template-index :is(.scroll-arrow-prev, .carousel-arrow.prev) {
    left: -2rem;
  }
}
@media (max-width: 1599px) {
  .page-template-index :is(.scroll-arrow-next, .carousel-arrow.next) {
    right: 0;
  }
  .page-template-index :is(.scroll-arrow-prev, .carousel-arrow.prev) {
    left: 0;
  }
}
@media (max-width: 990px) {
  .page-template-index :is(.scroll-arrow-next, .carousel-arrow.next) {
    right: 1rem;
  }
  .page-template-index :is(.scroll-arrow-prev, .carousel-arrow.prev) {
    left: 1rem;
  }
  .page-template-index .carousel-arrow.prev {
    left: auto;
  }
  .page-template-index .carousel-arrow {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 989px) {
  footer .group-block .group-block-content {
    flex-wrap: wrap;
    height: auto;
  }
  footer .group-block .group-block-content > .group-block:first-child {
    flex: 0 0 auto;
    width: 100%;
  }
  footer .group-block .group-block-content .image-block {
    max-width: 12rem;
  }
}
@media (max-width: 749px) {
  .page-template-index .programs-navigation-wrapper .scroll-arrow {
    top: 25%;
  }
}

/* New Added */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* font-family: "Lato", sans-serif; */
:root {
  --announcement-bar-height: 46px;
}

.font-size-100,
.font-size-100 :is(h1, h2, h3) {
  font-size: clamp(50px, 5.20833333333vw, 100px) !important;
}

.for-bold,
.for-bold :is(h1, h2, h3) {
  font-weight: 400 !important;
}

.for-light,
.for-light :is(h1, h2, h3) {
  font-weight: 200 !important;
}

.max-width-847 > * {
  max-width: 847px !important;
}

.banner-transparent-btn {
  border: 2px solid #fff !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  border-radius: 15px !important;
  min-height: 60px;
  background-color: transparent !important;
  font-size: 20px !important;
  color: #fff !important;
  font-family: "Lato", sans-serif !important;
  margin-top: 30px !important;
}

.banner-transparent-btn:is(:hover, :active) {
  background-color: #fff !important;
  color: #000 !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.hlth-sldshow {
  overflow: hidden;
}

.page-template-page-health-institute-ui .hlth-sldshow .slideshow-controls__dots {
  display: none;
}

.page-template-page-health-institute-ui .hlth-sldshow .slideshow-control {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  min-height: auto;
  opacity: 1;
}

.page-template-page-health-institute-ui .hlth-sldshow slideshow-arrows[shape="none"] {
  mix-blend-mode: inherit;
}

.hlth-sldshow + .shopify-section {
  background-color: #fff;
}

/* --- */
.health-know > .group-block-content {
  align-items: stretch;
}

.health-know > .group-block-content > .group-block {
  align-items: flex-start;
}

.health-know .text-block h2 br {
  display: none;
}

.health-know .text-block h2 {
  /* font-size: 60px; */
  font-size: clamp(33px, 2.60416666667vw, 50px);
}

.health-know .group-block .white-color > * {
  color: #fff;
}

.health-know .group-block .for-bold > * {
  font-weight: 400;
}

.health-know .group-block .yellow-color > * {
  color: #d3b577;
}

.health-know .group-block .for-light {
  font-weight: 200;
}

.health-know .group-block-content li {
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 15px;
}

.health-know .group-block-content li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_220_483)'%3E%3Cpath d='M18.75 21H2.25C1.65326 21 1.08097 20.7629 0.65901 20.341C0.237053 19.919 0 19.3467 0 18.75L0 2.25C0 1.65326 0.237053 1.08097 0.65901 0.65901C1.08097 0.237053 1.65326 0 2.25 0H18.75C19.3467 0 19.919 0.237053 20.341 0.65901C20.7629 1.08097 21 1.65326 21 2.25V18.75C21 19.3467 20.7629 19.919 20.341 20.341C19.919 20.7629 19.3467 21 18.75 21ZM9.15533 16.4033L17.7807 7.77867C17.8503 7.70902 17.9056 7.62634 17.9432 7.53535C17.9809 7.44435 18.0003 7.34683 18.0003 7.24833C18.0003 7.14984 17.9809 7.05231 17.9432 6.96132C17.9056 6.87032 17.8503 6.78764 17.7807 6.718L16.72 5.65733C16.6504 5.58769 16.5677 5.53244 16.4767 5.49475C16.3857 5.45706 16.2882 5.43766 16.1897 5.43766C16.0912 5.43766 15.9936 5.45706 15.9027 5.49475C15.8117 5.53244 15.729 5.58769 15.6593 5.65733L8.62533 12.6913L5.34067 9.40733C5.27102 9.33769 5.18834 9.28244 5.09735 9.24475C5.00635 9.20706 4.90883 9.18766 4.81033 9.18766C4.71184 9.18766 4.61431 9.20706 4.52332 9.24475C4.43232 9.28244 4.34964 9.33769 4.28 9.40733L3.21933 10.468C3.14969 10.5376 3.09444 10.6203 3.05675 10.7113C3.01906 10.8023 2.99966 10.8998 2.99966 10.9983C2.99966 11.0968 3.01906 11.1944 3.05675 11.2853C3.09444 11.3763 3.14969 11.459 3.21933 11.5287L8.09467 16.404C8.16431 16.4736 8.24699 16.5289 8.33799 16.5666C8.42898 16.6043 8.52651 16.6237 8.625 16.6237C8.72349 16.6237 8.82102 16.6043 8.91201 16.5666C9.00301 16.5289 9.08569 16.4736 9.15533 16.404V16.4033Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_220_483'%3E%3Crect width='21' height='21' rx='10.5' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: left center;
  width: 21px;
  height: 21px;
  display: inline-flex;
  flex: 0 0 auto;
  margin-top: 5px;
}

.health-know .group-block-content ul {
  padding: 0;
  margin-top: 30px;
}

.health-know .green-box {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.health-know .green-box .group-block-content {
  order: -1;
  z-index: 2;
  height: auto;
}

/*********** HEALTH_INSTITUTE_PAGE_CSS_BEGINS ***********/

.common--heading.center {
  text-align: center;
}

.common--heading,
.common-heading {
  font-size: clamp(38px, 5vw, 80px);
  font-weight: 400;
  line-height: 1.2;
}

.common--heading em,
.common-heading em {
  font-style: italic;
  font-weight: 200;
  color: #d3b577;
}

.how-work-sec {
  --how-wrok-top-space: clamp(40px, 5.5vw, 88px);
  --how-wrok-btm-space: clamp(60px, 9.37vw, 150px);
  padding: var(--how-wrok-top-space) 0 var(--how-wrok-btm-space);
}

.page-width {
  max-width: 1394px;
  margin: 0 auto;
  padding: 0 15px;
}

.how-work-sec .column-inner {
  display: flex;
  --col-inner-gap: clamp(100px, 12.5vw, 200px);
  column-gap: var(--col-inner-gap);
  flex-wrap: wrap;
  margin-top: 70px;
  align-items: flex-start;
  position: relative;
}

.how-work-sec .column-inner:before {
  position: absolute;
  content: "";
  width: 13.35%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  top: -3%;
  bottom: 20.5%;
  background-image: url("/cdn/shop/files/middle-icon-howitworks.png");
  z-index: 2;
  pointer-events: none;
}

.how-work-sec .column-inner .column-repeat {
  width: 100%;
  max-width: calc(50% - var(--col-inner-gap) / 2);
  position: relative;
}

.how-work-sec .column-inner .column-repeat .wrapper {
  max-width: 427px;
  padding: 40px 40px 32px;
  border-radius: 20px;
  border: 1px solid #007359;
  box-shadow: 0 14px 24px #0073590d;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.how-work-sec .column-inner .column-repeat .wrapper .image-wrap,
.how-work-sec .column-inner .column-repeat .wrapper .image-wrap img {
  max-width: 137px;
}

.how-work-sec .column-inner .column-repeat .wrapper .contholder h2:before {
  position: absolute;
  width: 15.75px;
  height: clamp(110px, 8.18vw, 131px);
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='134' viewBox='0 0 18 134' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.103 1.00024C1.10302 10.5002 -4.26061 41.5002 7.10303 66.5002C27.103 110.5 11.4364 128.834 1.10302 132.5' stroke='url(%23paint0_linear_220_297)' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 4'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_220_297' x1='8.87676' y1='1.00024' x2='8.87676' y2='132.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23007359'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.how-work-sec .column-inner .column-repeat .wrapper .contholder h2 {
  /* font-size: clamp(25px, 2.5vw, 40px); */
  font-size: clamp(33px, 1.82291666667vw, 35px);
  color: #373737;
  font-weight: 400;
  position: relative;
  padding-bottom: clamp(110px, 8.18vw, 131px);
  margin-top: 28px;
}

.how-work-sec .column-inner .column-repeat:nth-child(1),
.how-work-sec .column-inner .column-repeat:nth-child(2) {
  padding-bottom: 14.2%;
}

.how-work-sec .column-inner .column-repeat:nth-child(2),
.how-work-sec .column-inner .column-repeat:nth-child(4) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.how-work-sec .column-inner .column-repeat:nth-child(2) {
  padding-top: 16.5%;
}

.how-work-sec .column-inner .column-repeat:nth-child(3) {
  margin-top: -19.5%;
}

.how-work-sec .column-inner .column-repeat .wrapper {
  position: relative;
}

.how-work-sec .column-inner .column-repeat .wrapper::after {
  content: "";
  width: 14vw;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='156' height='1' viewBox='0 0 156 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.5' x2='156' y2='-0.5' transform='matrix(1 -8.74228e-08 -8.74228e-08 -1 0 0)' stroke='%23D3B577' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: left center;
  background-repeat: repeat-x;
  position: absolute;
  right: 100%;
  margin-right: -1px;
  top: 30%;
  z-index: 1;
}

.how-work-sec .column-inner .column-repeat:nth-child(2n - 1) .wrapper::after {
  left: 100%;
  margin-left: -1px;
  right: auto;
  margin-right: auto;
  top: 34%;
  width: 14vw;
}

.how-work-sec .column-inner .column-repeat:nth-child(3) .wrapper::after {
  top: 44%;
}

.how-work-sec .column-inner .column-repeat:nth-child(4) .wrapper::after {
  top: 28.5%;
}

.test-cover {
  --how-wrok-top-space: clamp(40px, 5.5vw, 88px);
  padding: var(--how-wrok-top-space) 0 var(--how-wrok-top-space);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/cdn/shop/files/middle-icon-howitworks.jpg");
  border-top: 1px solid #000000;
  position: relative;
}

.test-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.test-cover .page-width {
  position: relative;
  z-index: 2;
}

.test-cover .testcover-wrap-rep {
  display: flex;
  flex-wrap: wrap;
  --gap: clamp(30px, 4.16vw, 60px);
  --count: 2;
  column-gap: var(--gap);
  row-gap: 44px;
  margin-top: 3.5rem;
}

.test-cover .testcover-wrap-block {
  width: 100%;
  max-width: calc((100% - (var(--gap) * (var(--count) - 1))) / var(--count));
  padding: 34px 34px 30px 25px;
  border: 1px solid #007359;
  border-radius: 2rem;
  box-shadow: 0px 14px 24px 0px rgba(0, 115, 89, 0.05);
  margin-block: 10px;
}

.test-cover .image-wrap,
.test-cover .image-wrap img {
  width: 56px;
  height: 57px;
  object-fit: contain;
}

.test-cover .icon-heading {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.test-cover .icon-heading {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.test-cover .icon-heading h2 {
  font-size: clamp(28px, 1.875vw, 36px);
  font-weight: 400;
  color: #373737;
  text-align: left;
}

.test-cover .test-textarea ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.test-cover .test-textarea ul li {
  min-width: 120px;
  min-height: 60px;
  border-radius: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eff2f6;
  /* font-size    : 22px; */
  font-size: clamp(14px, 1.14583333333vw, 20px);
  letter-spacing: -1px;
  font-weight: 400;
  color: #373737;
  padding: 10px 20px;
  font-family: var(--font-h2--family);
}

.test-cover .for-mobile {
  display: none;
}

.health-prodhlght {
  /*background-color: #eff2f6;*/
  padding: 100px 0 77px;
}

.health-prodhlght .hlthgt-inner {
  display: flex;
  align-items: flex-start;
  gap: 97px;
}

.health-prodhlght .hlthgt-inner > * {
  flex: 1;
}

.health-prodhlght .hlthgt-inner .common--heading {
  margin-bottom: 50px;
}

.health-prodhlght .hlthgt-left h3 {
  color: rgb(2 70 56 / var(--tw-text-opacity, 1));
  margin-top: 20px;
  /* font-size  : clamp(30px, 2.60416666667vw, 50px); */
  font-size: clamp(30px, 1.97916666667vw, 38px);
  font-family: var(--font-h2--family);
  font-style: var(--font-h2--style);
  letter-spacing: -1.5px;
}

/*.health-prodhlght .hlthgt-left h3 em {
  display: block;
  margin-top: 10px;
}*/

.health-prodhlght .hlthgt-left .image-wrap {
  margin-top: 10px;
}

.health-prodhlght .hlthgt-right {
  background-color: #fff;
  border-radius: 20px;
  padding: 38px 52px;
}

.hlthgt-hdng-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hlthgt-hdng-icon .hlthgt-hdng {
  flex: 1;
}

.hlthgt-hdng-icon .hlthgt-hdng h3 {
  font-size: 16px;
  /*font-family: var(--font-h2--family);*/
  font-style: var(--font-h2--style);
  text-transform: uppercase;
  font-weight: 600;
  color: #007a53;
}

.health-prodhlght .hlthgt-right .right--heading h2 {
  font-size: clamp(38px, 2.60416666667vw, 60px);
  margin-top: 15px;
  color: #024638;
}

.health-prodhlght .hlthgt-right .right--heading h2 em {
  font-style: italic;
  font-weight: 200;
  /* color: #d3b577; */
  color: #024638;
  display: block;
}

.health-prodhlght .hlthgt-right .right--content {
  margin-top: 30px;
}

.health-prodhlght .hlthgt-right .right--content ul {
  padding: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.health-prodhlght .hlthgt-right .right--content ul li {
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 19px;
  list-style-type: none;
}

.health-prodhlght .hlthgt-right .right--content ul li::before {
  content: "✓";
  /* background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.3214 25H2.67857C1.96817 25 1.28686 24.7178 0.784535 24.2155C0.282206 23.7131 0 23.0318 0 22.3214L0 2.67857C0 1.96817 0.282206 1.28687 0.784535 0.784535C1.28686 0.282206 1.96817 0 2.67857 0H22.3214C23.0318 0 23.7131 0.282206 24.2155 0.784535C24.7178 1.28687 25 1.96817 25 2.67857V22.3214C25 23.0318 24.7178 23.7131 24.2155 24.2155C23.7131 24.7178 23.0318 25 22.3214 25ZM10.8992 19.5278L21.1675 9.26032C21.2504 9.17741 21.3161 9.07898 21.361 8.97065C21.4059 8.86233 21.429 8.74622 21.429 8.62897C21.429 8.51172 21.4059 8.39561 21.361 8.28728C21.3161 8.17896 21.2504 8.08053 21.1675 7.99762L19.9048 6.73492C19.8219 6.65201 19.7234 6.58624 19.6151 6.54137C19.5068 6.4965 19.3907 6.4734 19.2734 6.4734C19.1562 6.4734 19.0401 6.4965 18.9317 6.54137C18.8234 6.58624 18.725 6.65201 18.6421 6.73492L10.2683 15.1087L6.35794 11.1992C6.27503 11.1163 6.1766 11.0505 6.06827 11.0057C5.95994 10.9608 5.84384 10.9377 5.72659 10.9377C5.60933 10.9377 5.49323 10.9608 5.3849 11.0057C5.27658 11.0505 5.17815 11.1163 5.09524 11.1992L3.83254 12.4619C3.74963 12.5448 3.68386 12.6432 3.63899 12.7516C3.59412 12.8599 3.57102 12.976 3.57102 13.0933C3.57102 13.2105 3.59412 13.3266 3.63899 13.4349C3.68386 13.5433 3.74963 13.6417 3.83254 13.7246L9.63651 19.5286C9.71942 19.6115 9.81785 19.6772 9.92617 19.7221C10.0345 19.767 10.1506 19.7901 10.2679 19.7901C10.3851 19.7901 10.5012 19.767 10.6095 19.7221C10.7179 19.6772 10.8163 19.6115 10.8992 19.5286V19.5278Z' fill='%23007359'/%3E%3C/svg%3E%0A"); */
  /* background-repeat: no-repeat;
  background-size: contain; */
  /* width: clamp(20px, 1.30208333333vw, 25px);
  height: clamp(20px, 1.30208333333vw, 25px); */
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  color: white !important;
  background-color: #034638;
  border-radius: 50%;
  /* margin-right: 0.75rem; */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  padding: 0.25rem;
}

.health-prodhlght .hlthgt-right .product-details {
  display: flex;
  align-items: flex-end;
  margin-top: 37px;
  padding-top: 37px;
  border-top: 1px solid #cdcdcd;
}

.health-prodhlght .hlthgt-right .product-details .product-price {
  flex: 1;
}

.health-prodhlght .hlthgt-right .product-details .product-form {
  flex: 0 0 auto;
  width: auto;
}

.health-prodhlght .hlthgt-right .product-details .product-form .button {
  min-width: 256px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
}

.health-prodhlght .hlthgt-right .product-details .product-price h3 {
  font-size: clamp(16px, 1.14583333333vw, 22px);
  text-transform: uppercase;
  color: #007359;
  /*font-family: var(--font-h2--family);*/
  font-style: var(--font-h2--style);
  font-weight: 400;
}

.health-prodhlght .hlthgt-right .product-details .product-price span.price {
  font-size: clamp(30px, 2.08333333333vw, 40px);
  line-height: 1.2;
}

/* ---------------- */
.section-wrapper:has(.benefit-sec),
.how-work-sec {
  background-color: #fff;
}

.section-wrapper:has(.benefit-sec) .rte {
  margin-top: 4rem;
}

.section-wrapper:has(.benefit-sec) .w-full {
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  width: 100%;
  max-width: calc(100% - (50% - (var(--page-width) / 2))) !important;
}

.section-wrapper:has(.benefit-sec) .w-full h2 {
  font-family: var(--font-h2--family);
  font-style: var(--font-h2--style);
  font-weight: var(--font-h2--weight);
  font-size: clamp(40px, 4.16666666667vw, 5rem);
  line-height: var(--font-h2--line-height);
  letter-spacing: var(--font-h2--letter-spacing);
  text-transform: var(--font-h2--case);
  color: var(--color, var(--font-h2-color));
}

.section-wrapper:has(.benefit-sec) h4 {
  font-size: clamp(26px, 2.08333333333vw, 40px);
  text-transform: capitalize;
  color: #007359;
  font-family: var(--font-h2--family);
}

.section-wrapper:has(.benefit-sec) p {
  font-size: clamp(14px, 1.04166666667vw, 20px);
  margin-top: 0;
}

/* ----------- */
.health-focus {
  padding-top: clamp(74px, 7.03125vw, 135px);
  background-color: #fff;
}

.health-focus-inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-top: 100px;
}

.health-focus-inner > * {
  flex: 1;
}

.health-focus-inner > .health-focus-right {
  max-width: 40%;
  display: flex;
  flex-wrap: wrap;
  --health-focus-right-count: 3;
  --health-focus-right-gap: 40px;
  gap: var(--health-focus-right-gap);
  row-gap: 40px;
}

.health-focus-inner > .health-focus-right > * {
  border-radius: 45px;
  box-shadow: 0px 62.65px 78.47px 0px rgba(0, 0, 0, 0.11);
  border: 1px solid #e5e5e5;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex: 0 0 auto;
  width: calc(100% / var(--health-focus-right-count) - (var(--health-focus-right-gap) - (var(--health-focus-right-gap) / var(--health-focus-right-count))));
  gap: 1rem;
}

.health-focus-inner > .health-focus-right > *:nth-child(3n + 2) {
  position: relative;
  top: 100px;
}

.health-focus-inner > .health-focus-right > * .icon-wrap {
  height: 84px;
}

.health-focus-inner > .health-focus-right > * .icon-wrap img {
  object-fit: contain;
  height: 100%;
}

.health-focus-inner > .health-focus-right .contholder h2 {
  font-size: clamp(18px, 1.35416666667vw, 26px);
}

.common--heading.big-heading h2 {
  /* font-size: clamp(5rem, 8.33333333333vw, 10rem); */
  font-size: clamp(50px, 8.33333333333vw, 6rem);
  line-height: var(--font-h2--line-height);
  letter-spacing: var(--font-h2--letter-spacing);
  text-transform: var(--font-h2--case);
  color: var(--color, var(--font-h2-color));
}

/* ----------- */
.usvsthem {
  padding-block: 50px 90px;
  background-color: #fff;
}

.usthem-inner {
  margin-block: 100px 50px;
  background-color: #eff2f6;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
}

.usthem-inner > * {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.usthem-inner .contholder {
  display: flex;
  align-items: center;
  padding-inline: 26px;
  text-align: center;
}

.usthem-inner > * .contholder:nth-child(2n) {
  background-color: #fff;
}

.usthem-inner > *:first-child .contholder:nth-child(2n) {
  border-radius: 10px 0 0 10px;
}

.usthem-inner > *:last-child .contholder:nth-child(2n) {
  border-radius: 0 10px 10px 0;
}

.usthem-inner .contholder > * {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.04166666667vw, 20px);
  font-family: "Lato", sans-serif;
  min-height: 90px;
}

.usthem-inner > * .contholder:nth-child(2n) > * {
  min-height: 70px;
}

.usthem-inner .contholder h2 {
  /* font-size: clamp(1rem, 1.5625vw, 30px); */
  font-size: clamp(12px 1.5625vw, 26px);
  font-family: var(--font-h2--family);
  font-style: var(--font-h2--style);
}

.usthem-inner > *:first-child .contholder h3 {
  font-size: clamp(12px, 1.35416666667vw, 26px);
  font-family: var(--font-h2--family);
  font-style: var(--font-h2--style);
}

.usvsthem .common--heading h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
}

.usthem-inner > *:nth-child(2) h2 {
  /* font-size: clamp(1rem, 1.875vw, 36px); */
  transform: scale(1.35) translateY(-16px);
}

.usthem-inner > *:is(:nth-child(3), :nth-child(4)) {
  max-width: 23%;
}

.usthem-inner > *:is(:nth-child(1)) {
  max-width: 25%;
}

.usthem-inner > *:is(:nth-child(1)) .contholder {
  text-align: left;
}

.usthem-inner > *:is(:nth-child(1)) .contholder > * {
  justify-content: flex-start;
}

.usthem-inner > *:nth-child(2) {
  position: relative;
}

.usthem-inner > *:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -60px;
  bottom: -60px;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #007359;
  box-shadow: 0px 62px 78px rgba(0, 0, 0, 0.11);
  border-radius: 30px;
  pointer-events: none;
  z-index: 0;
}

.usthem-inner > *:nth-child(2) .contholder {
  position: relative;
  z-index: 1;
}

.usthem-inner > *:nth-child(2) .contholder:nth-child(2n) {
  background-color: transparent;
}

.usthem-inner > *:nth-child(2) .contholder:not(.tophdng) > * {
  border-top: 1px solid #dedede;
}

/* ----------- */
.testimonial-slider {
  background-color: #fff;
  padding-block: 98px 180px;
  border-top: 1px solid #000;
}

.testimonial-slider .common-heading {
  text-align: center;
  margin-bottom: 90px;
}

.customer_information .customer_review {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding-inline: 60px;
}

.customer_information .customer_review p {
  font-size: clamp(14px, 1.04166666667vw, 20px);
  order: -1;
  flex: 1;
}

.customer_information .customer_review .icon-rgt {
  flex: 0 0 auto;
  width: 32px;
}

.testimonial-slider .bottom-info {
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 20px;
  padding-inline: 60px;
}

.testimonial-slider .bottom-info .customer_img {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-slider .bottom-info .customer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-slider .bottom-info .customer_detail {
  flex: 1;
}

.testimonial-slider .bottom-info .customer_name {
  font-size: clamp(16px, 1.04166666667vw, 20px);
  font-family: var(--font-h2--family);
  font-style: var(--font-h2--style);
  margin-bottom: 5px;
}

.testimonial-slider .bottom-info .position {
  font-size: clamp(12px, 0.9375vw, 16px);
  color: #8e8e8e;
  font-family: "lato", sans-serif;
}

.testimonial-slider .testimonial-block.is-active {
  border-right: 1px solid #000;
}

.splide__pagination .splide__pagination__page {
  background-color: #d9d9d9;
  width: 12px;
  height: 12px;
  margin: 8px;
}

.splide__pagination .splide__pagination__page.is-active {
  background-color: #d3b577;
  width: 21px;
  height: 21px;
  transform: scale(1);
}

.testimonial-slider .splide__pagination {
  bottom: -6rem;
}

/* ----------- */
.brands-logo {
  padding-block: 90px;
  background-color: #eff2f6;
}

.brands-logo .logo_img img {
  max-height: 66px;
  object-fit: contain;
  max-width: 170px;
}

.brands-logo .bottom-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-logo .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-logo .brandlogo-wrapper {
  margin-top: 50px;
}

.brands-logo .common-heading {
  text-align: center;
}

/* ----------- */

/* ----- */
/* footer,
.footer-social-lnk {
  background-color: #fff !important;
} */
/* footer .footer-top {
  max-width: var(--page-width);
  margin-inline: auto;
  padding-inline: 15px !important;
} */
/* footer .footer-utilities {
  min-height: 76px;
  background-color: #007359;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-family: "lato", sans-serif;
} */
/* footer .footer-utilities .footer-utilities__group--right {
  display: none;
} */
/* footer .footer-utilities .footer-utilities__group--left {
  width: 100%;
  text-align: center;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
} */
/* footer .icon-block a {
  color: #007359;
} */
/* footer .icon-block a:is(:hover, :active) {
  color: #000;
} */
/* ------ */
.health-hero p em {
  font-weight: 200;
}

/* ------ */
body:not(:has(.announcement-bar)) .custom-header {
  top: 0 !important;
}
:is(.page-template-page-health-institute-ui, .page-template-product-cellular-health-regenerat, .transparent-header) .announcement-bar {
  min-height: var(--announcement-bar-height);
}

:is(.page-template-page-health-institute-ui, .page-template-product-cellular-health-regenerat, .transparent-header) .custom-header {
  position: absolute;
  top: var(--announcement-bar-height);
  left: 0;
  width: 100%;
  z-index: 99;
}

:is(.page-template-page-health-institute-ui, .page-template-product-cellular-health-regenerat, .transparent-header) .custom-header:not(.custom-header--scrolled) {
  background-color: transparent;
}

:is(.page-template-page-health-institute-ui, .page-template-product-cellular-health-regenerat, .transparent-header) .custom-header:not(.custom-header--scrolled) :is(.custom-header__menu-link) {
  color: #fff;
}

:is(.page-template-page-health-institute-ui, .page-template-product-cellular-health-regenerat, .transparent-header) .custom-header:not(.custom-header--scrolled) .custom-header__cta-button {
  border-color: #fff;
  color: #fff;
}

:is(.page-template-page-health-institute-ui, .page-template-product-cellular-health-regenerat, .transparent-header) .custom-header:not(.custom-header--scrolled) .custom-header__cta-button:is(:hover, :focus) {
  background-color: #fff;
  color: #007359;
}

:is(.page-template-page-health-institute-ui, .page-template-product-cellular-health-regenerat, .transparent-header) .custom-header:not(.custom-header--scrolled) .custom-header__logo-image {
  filter: brightness(0) invert(1);
}

:is(.page-template-page-health-institute-ui, .page-template-product-cellular-health-regenerat, .transparent-header) .custom-header.custom-header--scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.7s;
}

/* @keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
} */
.page-template-page-health-institute-ui .add-to-cart-button {
  text-transform: capitalize;
}

/* Product details Page */

.product-information__grid .prod-desc .group-block-content .rte {
  margin-top: 10px;
}

.product-information__grid .prod-desc h1 {
  font-size: 50px;
  width: fit-content;
}

.product-information__grid .prod-desc .group-block-content .rte p {
  /* letter-spacing: -1px; */
  font-size: 16px;
  line-height: 1.5;
}

.product-information__grid .prod-desc .group-block-content .price {
  font-size: 50px;
  color: #011c16;
}

.prod-desc .product-form-buttons {
  gap: 20px;
  margin-top: 10px;
}

.prod-desc .product-form-buttons button {
  font-size: 16px;
  border-radius: 59px;
  min-height: 48px !important;
  font-weight: 700;
  text-transform: capitalize;
}

.prod-desc .product-form-buttons button .svg-wrapper {
  display: none;
}

.prod-desc .product-form-buttons button:is(:hover, :active) {
  background-color: #007359 !important;
}

.product-information__grid:has(.prod-desc) .product-information__media slideshow-controls {
  bottom: -70px;
  mix-blend-mode: normal !important;
}

.product-information__grid:has(.prod-desc) .product-information__media slideshow-controls .slideshow-control {
  --color: #011c16;
}

.product-information__grid:has(.prod-desc) .product-information__media slideshow-controls .slideshow-control::after {
  border: 1px solid #011c16;
}

.product-information__grid:has(.prod-desc) .slideshow-controls__dots button {
  --size: 10px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  margin: 0;
}

.product-information__grid:has(.prod-desc) .product-information__media slideshow-controls .slideshow-control[aria-selected="true"] {
  --color: transparent;
}

/* ------------- */
.scroller-area {
  padding-top: 80px;
}

.scroller-area .marquee__group .marquee-item > * {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  padding-inline: 20px;
  gap: 20px;
  font-weight: 700;
  font-family: "IBM Plex Sans", sans-serif;
}

.scroller-area .marquee {
  column-gap: 2rem;
}

.scroller-area .marquee__group {
  gap: 36px;
}

.scroller-area .marquee-wrapper {
  position: relative;
}

.scroller-area .marquee-wrapper::before,
.scroller-area .marquee-wrapper::after {
  width: 300px;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, rgba(253, 248, 241, 1) 0%, rgba(253, 248, 241, 0) 100%);
  display: inline-flex;
}

.scroller-area .marquee-wrapper::before {
  left: 0;
}

.scroller-area .marquee-wrapper::after {
  transform: scaleX(-1);
  right: 0;
}

.scroller-area .max-width-container > * {
  width: 100%;
  max-width: 100%;
}

.scroller-area h2 {
  max-width: 75%;
  margin-inline: auto;
}

/* ------- */
.incld-area .healing-section .flex {
  max-width: 90% !important;
  margin-inline: auto;
}

.incld-area :is(h2, .included-faq-accordion-item, .included-faq-answer-content) {
  color: #000;
}

.incld-area h2 {
  margin-bottom: 40px;
}

.included-faq-accordion-item .included-faq-question-button {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  font-size: clamp(14px, 1.14583333333vw, 20px);
  line-height: 1.2;
}

.included-faq-question-text {
  display: flex;
  flex: 1;
  align-items: center;
  text-align: left;
  gap: 13px;
}

.included-faq-question-text span {
  display: inline-flex;
  flex: 0 0 auto;
  width: 26px;
}

.included-faq-accordion-item .included-faq-question-button > svg {
  width: 24px;
  height: 24px;
}

.included-faq-answer-content {
  font-size: clamp(14px, 1.30208333333vw, 16px);
}

.included-faq-answer-content {
  display: none;
  padding: 20px 0;
}

.included-faq-accordion-item.included-faq-active .included-faq-answer-content {
  display: block;
}

.included-faq-chevron-icon {
  transition: all 0.3s ease;
  transform: rotate(0);
}

.included-faq-accordion-item.included-faq-active .included-faq-chevron-icon {
  transform: rotate(45deg);
}

.included-faq-accordion-item {
  padding: 18px 0;
}

.included-faq-accordion-item:not(:last-child) {
  border-bottom: 1px solid #000;
}

/* ----- */
.prod-drshowcase .section-doctors {
  background-color: transparent;
  padding-top: 90px;
}

.prod-drshowcase .main-title-text {
  color: #000 !important;
  margin-bottom: 30px;
}

.prod-drshowcase .subtitle-description {
  max-width: 70%;
  margin-inline: auto;
  color: #000 !important;
}

.prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper {
  max-width: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper .name-credentials-section {
  padding-top: 30px;
  padding-inline: 30px;
  margin-bottom: 30px;
}

.prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper .specialties-section-wrapper {
  padding-inline: 30px;
}

/* .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper .specialties-section-wrapper .specialties-heading-text {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #034638 !important;
  font-family: "IBM Plex Sans";
  margin-bottom: 20px;
}
.prod-drshowcase .dietitian-name-text {
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  color: #000 !important;
  font-family: "IBM Plex Sans";
}
.prod-drshowcase .credentials-text {
  font-size: clamp(14px, 1.14583333333vw, 20px);
  font-weight: 400;
  text-transform: uppercase;
  color: #000 !important;
} */
.prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper .bio-section {
  padding-inline: 30px;
  padding-bottom: 30px;
}

.prod-drshowcase .specialty-tags-container > * {
  padding: 0 !important;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.prod-drshowcase .specialty-tags-container .rect-tag {
  width: 12px;
}

.specialty-tags-container {
  column-gap: 22px !important;
}

.profile-card-wrapper .bio-section p:not(:last-child) {
  margin-bottom: 20px;
}

/* ------- */
/* .chr-video-testimonials__heading {
  text-align: center;
  margin-bottom: 30px;
}

.chr-video-testimonials__description {
  text-align: center;
}

.chr-video-testimonials__description p {
  max-width: 70%;
  margin-inline: auto;
  font-weight: 400;
} */

.prd-video-testimonials__header {
  margin-bottom: 60px;
}

.prd-vdo-tstmnl .chr-video-testimonials__item .chr-video-testimonials__video-wrapper {
  padding-top: 56.25%;
  border-radius: 20px 20px 0 0;
}

.prd-vdo-tstmnl .chr-video-testimonials__gallery {
  --prd-vdo-tstmnl-count: 3;
  --prd-vdo-tstmnl-gap: 16px;
  padding-block: 20px;
  column-gap: var(--prd-vdo-tstmnl-gap);
}

.prd-vdo-tstmnl .chr-video-testimonials__gallery > * {
  flex: 0 0 auto;
  width: calc(100% / var(--prd-vdo-tstmnl-count) - (var(--prd-vdo-tstmnl-gap) - (var(--prd-vdo-tstmnl-gap) / var(--prd-vdo-tstmnl-count))));
  overflow: visible;
}

.prd-vdo-tstmnl .chr-video-testimonials__gallery .vdo-tstmnl-text {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 2.68px 16.06px 0px #00000014;
}

.prd-vdo-tstmnl :is(.chr-video-testimonials__nav-button, .chr-video-testimonials__pagination) {
  display: none;
}

.prd-vdo-tstmnl .vdo-tstmnl-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.prd-vdo-tstmnl .vdo-tstmnl-text .txt-wrap-tstmnl {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.prd-vdo-tstmnl .vdo-tstmnl-text .btn-link {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.chr-video-testimonials__play-button svg {
  width: 40px;
  height: 40px;
}

/* ------------ */
.prd-program-milestone .program-mile-inner {
  padding-block: 80px;
  display: flex;
  flex-wrap: wrap;
  --rogram-mile-inner-gap: 36px;
  --rogram-mile-inner-count: 4;
  gap: var(--rogram-mile-inner-gap);
}

.prd-program-milestone .program-mile-inner > .program-mile-repeat {
  flex: 0 0 auto;
  width: calc(100% / var(--rogram-mile-inner-count) - (var(--rogram-mile-inner-gap) - (var(--rogram-mile-inner-gap) / var(--rogram-mile-inner-count))));
}

.prd-program-milestone .program-mile-repeat {
  border-radius: 20px;
  box-shadow: 0px 2.27px 13.6px 0px #00000014;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
}

.prd-program-milestone .program-mile-repeat .content-wrap {
  padding: 20px;
}

.prd-program-milestone h2 {
  font-size: 50px;
  margin-top: 50px;
}

.prd-program-milestone .content-wrap .top-head {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #034638;
  margin-bottom: 10px;
}

.prd-program-milestone .content-wrap .mn-head {
  font-size: 22px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 20px;
}

.prd-program-milestone .list-itm ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 5px;
}

.prd-program-milestone .list-itm ul li::before {
  content: "";
  background-color: #034638;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  flex: 0 0 auto;
  line-height: 1;
  display: inline-flex;
}

.prd-program-milestone .result-area {
  border-radius: 15px;
  background-color: #f6f6f6;
  padding: 15px;
  margin-top: 30px;
}

/* ------ */
.adv-bnr div[class^="divider-section-"] {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.adv-bnr div[class^="divider-container-"] {
  padding-inline: 15px;
}

.adv-bnr div[class^="divider-line-"],
.adv-bnr div[class^="divider-dot-"] {
  background-color: #fff !important;
}

.adv-bnr div[class^="divider-text-"] {
  color: #fff;
}

.adv-bnr .hero__content-wrapper {
  max-width: 100%;
  margin-inline: auto;
  max-width: var(--page-width);
  padding-inline: 15px;
  top: 200px;
  position: absolute;
  left: 0;
  right: 0;
}

.adv-bnr .hero__content-wrapper h2 {
  max-width: 70%;
  margin-bottom: 10%;
}

.adv-bnr {
  margin-bottom: 70px;
}

.product-image-full .product-information__grid {
  position: relative;
}

.product-image-full .product-information__grid .product-information__media {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  padding: 0 !important;
}

.product-image-full .product-information__grid .product-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  max-width: 700px;
}

.product-image-full .product-information {
  padding-block: 0;
}

.product-image-full .product-information__grid .product-information__media .product-media-container--image {
  aspect-ratio: 3 / 1;
  max-height: 588px;
  width: 100%;
}

.product-image-full .product-information__grid .prod-desc :is(h1, .rte p, .price) {
  color: #fff;
}

.prod-desc .product-form-buttons button {
  padding: 14px 28px !important;
  font-weight: 700;
  background: #024638;
  color: white;
  border-radius: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  max-height: 48px;
  white-space: nowrap;
  width: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  min-height: auto;
}

.product-image-full .prod-desc .product-form-buttons button.shopify-payment-button__button:is(:hover, :active) {
  background-color: #007359 !important;
  color: #fff;
}

.product-image-full .prod-desc .product-form-buttons button {
  max-width: 369px;
}

.product-image-full .product-form-buttons > :not(.quantity-selector) {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
}

.product-image-full .product-form-buttons {
  justify-content: center;
}

.adv-bnr .hero__container .hero__image {
  min-height: 900px;
}
.expandable-card {
  margin-top: 10px;
}

/* -------------- */

.index-bnr :is(.rte, .rte p) {
  max-width: 100% !important;
  width: 100% !important;
}

.index-bnr .hero__content-wrapper {
  max-width: 700px;
  margin-inline: auto;
}

.green-button {
  background-color: #034638 !important;
  color: #fff !important;
  font-weight: 500;
  text-transform: capitalize;
}

.green-button:is(:hover, :active) {
  background-color: #007359 !important;
  color: #fff !important;
}

.for-index-logo {
  background-color: var(--color-background);
}

.indexbrandlogo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  /* --indexbrandlogo-wrapper-gap: 20px;
  --indexbrandlogo-wrapper-count: 6;
  gap: var(--indexbrandlogo-wrapper-gap); */
}

.indexbrandlogo-wrapper > * {
  /* flex: 0 0 auto;
  width: calc(100% / var(--indexbrandlogo-wrapper-count) - (var(--indexbrandlogo-wrapper-gap) - (var(--indexbrandlogo-wrapper-gap) / var(--indexbrandlogo-wrapper-count))));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;  */
  align-self: center;
}

.indexbrandlogo-wrapper .logo_img img {
  height: 52px;
  max-width: 100%;
  max-height: auto;
  width: auto;
  object-fit: contain;
}

.page-template-index .scroller-area {
  position: relative;
}

.page-template-index .scroller-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: #000;
  z-index: 1;
}

/* ------- */
.page-template-index .rgt-pth-column {
  border: 1px solid #000;
  padding: 30px;
  border-radius: 30px;
}

.page-template-index .section-content-wrapper:has(.rgt-pth-column) {
  --rgt-pth-column-gap: 30px;
  --rgt-pth-column-count: 2;
  display: flex;
  flex-wrap: wrap;
  gap: var(--rgt-pth-column-gap);
  align-items: stretch;
}

.page-template-index .section-content-wrapper:has(.rgt-pth-column) > * {
  flex: 0 0 auto;
  width: calc(100% / var(--rgt-pth-column-count) - (var(--rgt-pth-column-gap) - (var(--rgt-pth-column-gap) / var(--rgt-pth-column-count))));
  height: auto;
}

.page-template-index .rgt-pth-column h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.page-template-index .rgt-pth-column .button {
  width: 100%;
  text-transform: capitalize;
  font-weight: 500;
}

.page-template-index .section-content-wrapper:has(.decode-text-wrap) h2 {
  font-size: 50px;
  margin-bottom: 20px;
  text-align: left;
}

.page-template-index .section-content-wrapper:has(.decode-text-wrap) ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}

.page-template-index .section-content-wrapper:has(.decode-text-wrap) ul li {
  display: inline-flex;
  gap: 8px;
}

.page-template-index .section-content-wrapper:has(.decode-text-wrap) ul li::before {
  content: "✔";
  font-size: inherit;
  flex: 0 0 auto;
  color: inherit;
}

.page-template-index .section-wrapper:has(.decode-text-wrap) .w-full {
  padding-right: 0 !important;
  width: 100% !important;
  max-width: calc(100% - (50% - (var(--page-width) / 2))) !important;
  margin-right: 0 !important;
}

/* ---- */
.percentage-bars-inner {
  display: flex;
  flex-wrap: wrap;
  --percentage-bars-inner-gap: 30px;
  --percentage-bars-inner-count: 3;
  gap: var(--percentage-bars-inner-gap);
}

.percentage-bars-inner > * {
  flex: 0 0 auto;
  width: calc(100% / var(--percentage-bars-inner-count) - (var(--percentage-bars-inner-gap) - (var(--percentage-bars-inner-gap) / var(--percentage-bars-inner-count))));
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 39px 0px #00000014;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.prcnt-bar {
  padding-bottom: 20px;
}

.percentage-bars-inner h3 {
  font-size: 50px;
  font-weight: 500;
  text-align: left;
}

.percentage-bars-inner p {
  font-size: clamp(14px, 1.14583333333vw, 20px);
  text-align: left;
}

.percentage-bars-inner .progress-bars {
  line-height: 20px;
  font-size: 14px;
  position: relative;
}

.percentage-bars-inner .progress-bars::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #034638 transparent;
  position: absolute;
  top: 100%;
  right: 0;
}

.percentage-bars-inner .btm-colmn {
  margin-top: 15px;
}

.percentage-bars-inner .btm-colmn ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.percentage-bars-inner .btm-colmn ul li {
  display: inline-flex;
  background-color: #034638;
  border-radius: 30px;
  padding: 0 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  min-height: 25px;
}

.percentage-bars-inner .progress-container {
  border-radius: 20px;
}

/* -----megamenu Start------ */
.custom-header .custom-header__container-v2 {
  position: relative;
}

.custom-header__menu .custom-header__menu-item {
  position: static;
}

.custom-header__menu .mega_menu_content {
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  padding-top: 20px;
}

.mega_menu_content_inner .submenu_title {
  font-size: 24px;
  color: var(--megaMenuColor);
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: var(--font-paragraph--family);
}

.mega_menu_content .mega_menu_content_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding: 40px;
  background-color: #fcf6ee;
  border-radius: 37px;
  column-gap: 7em;
  row-gap: 40px;
  max-height: calc(100vh - 300px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #007359 #ffffff;
  scroll-behavior: smooth;
}
.mega_menu_content .mega_menu_content_inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.mega_menu_content .mega_menu_content_inner::-webkit-scrollbar-track {
  background: #ffffff;
}
.mega_menu_content .mega_menu_content_inner::-webkit-scrollbar-thumb {
  background-color: #007359;
  border-radius: 10px;
}

.program_main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.program_main > * {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 30px;
}

.program_main > * > a {
  position: absolute;
  inset: 0;
}

.program_main .imgWrap {
  flex: 0 0 auto;
  width: 150px;
  display: flex;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
}

.program_main .imgWrap img {
  object-fit: cover;
  width: 100%;
}

.program_main .textWrap {
  flex: 1;
  color: var(--megaMenuColor);
}

.program_main .textWrap .program_title {
  font-size: 25px;
  font-weight: 400;
  font-family: "IBM Plex Sans";
  margin-bottom: 10px;
  transition: all 0.3s;
  color: var(--megaMenuColor);
}

.submenu_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 90px;
  row-gap: 30px;
}

.submenu_wrap > * {
  flex: 0 0 auto;
  width: auto;
  max-width: max-content;
}

.submenu_wrap .footer-block__details-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.submenu_wrap .footer-block__details-content > * a {
  flex: 0 0 auto;
  width: 100%;
  font-weight: 400;
  font-family: "IBM Plex Sans";
  color: var(--megaMenuColor);
  text-align: left;
  font-size: 18px;
  text-decoration: none;
}

.submenu_wrap .footer-block__details-content > * a:is(:hover, :focus),
.program_main > *:is(:hover, :focus) .program_title {
  color: var(--megaMenuColorHover);
}

.trigger_menu {
  position: relative;
}

.trigger_menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  height: 70px;
}

.custom-header.custom-header--scrolled .mega_menu_content .mega_menu_content_inner {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.custom-header__menu .custom-header__menu-item:has(.mega_menu_content) .trigger_menu {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.custom-header__menu > .custom-header__menu-item:has(.mega_menu_content):last-of-type a.trigger_menu {
  display: inline-flex;
  padding: 10px 20px;
  background-color: #024638;
  border: 1px solid #024638;
  /* border-radius: 30px; */
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  font-size: 16px;
  align-items: center;
}
.trigger_menu::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23fff' d='M12.707 15.707a1 1 0 0 1-1.414 0L5.636 10.05A1 1 0 1 1 7.05 8.636l4.95 4.95l4.95-4.95a1 1 0 0 1 1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E")
    no-repeat center;
  width: 18px;
  height: 18px;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: static;
}
.custom-header--scrolled .trigger_menu::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M12.707 15.707a1 1 0 0 1-1.414 0L5.636 10.05A1 1 0 1 1 7.05 8.636l4.95 4.95l4.95-4.95a1 1 0 0 1 1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E")
    no-repeat center;
}
.trigger_menu.active::after {
  transform: rotate(180deg);
}

/* -----megamenu End------ */
.description-text p {
  font-size: 1.125rem;
}
.journey-sec .subtitle-description {
  font-size: 16px;
  line-height: 1.5;
  color: #024638;
  margin-top: 10px;
}
/* @media (min-width:991px){
  .custom-header:not(.custom-header--scrolled) .custom-header__mobile-toggle svg path{
      stroke: #fff !important;
  }
} */
.journey-sec h2 {
  color: #024638;
}
.chr-video-testimonials__inner .chr-video-testimonials__pagination {
  display: none;
}
.custom-header__cta-button,
.custom-header__get-started-button {
  border-radius: 14px !important;
}

/*********** HEALTH_INSTITUTE_PAGE_CSS_ENDS ***********/

/* Responsive Start */
@media (min-width: 1400px) {
  .page-template-page-health-institute-ui .hlth-sldshow slideshow-arrows[shape="none"] {
    max-width: 80%;
    margin-inline: auto;
  }

  .page-template-page-health-institute-ui .page-width,
  .page-template-page-health-institute-ui .custom-header__container-v2,
  .prd-program-milestone .page-width {
    max-width: 1520px;
  }

  .section-wrapper:has(.benefit-sec) .w-full {
    max-width: calc(100% - (50% - (1520px / 2))) !important;
    padding-left: 15px;
  }
  .custom-header__menu .mega_menu_content {
    margin-left: auto;
    margin-right: 0;
    max-width: 90%;
  }
  .mega_menu_content .mega_menu_content_inner {
    grid-template-columns: 1fr 40%;
  }
}
@media (max-width: 1400px) {
  .mega_menu_content .mega_menu_content_inner {
    max-height: calc(100vh - 50px);
  }
}

@media (min-width: 768px) {
  .button-for-mobile {
    display: none;
  }
}

@media (min-width: 750px) {
  .page-template-page-health-institute-ui slideshow-slides[size="large"] {
    min-height: 60rem;
  }

  .common-sty.for-mobile,
  .prd-program-milestone .for-mobile {
    display: none;
  }
}

@media (max-width: 1700px) {
  .how-work-sec .column-inner .column-repeat:nth-child(2n-1) .wrapper::after {
    width: 16vw;
  }

  .how-work-sec .column-inner .column-repeat .wrapper::after {
    width: 15vw;
  }

  .adv-bnr .hero__content-wrapper h2 {
    margin-bottom: 0;
  }

  .adv-bnr .hero__content-wrapper {
    top: 170px;
  }

  .adv-bnr div[class^="divider-section-"] {
    margin-top: 20px;
  }
}

@media (max-width: 1399px) {
  .page-template-page-health-institute-ui .hlth-sldshow slideshow-arrows[shape="none"] {
    max-width: 95%;
    margin-inline: auto;
  }

  .how-work-sec .column-inner .column-repeat:nth-child(2n-1) .wrapper::after {
    width: 12vw;
  }

  .how-work-sec .column-inner .column-repeat .wrapper::after {
    width: 8vw;
  }

  .how-work-sec .column-inner .column-repeat:nth-child(4) .wrapper::after {
    top: 30.5%;
  }

  .health-focus-inner > .health-focus-right > * .icon-wrap {
    height: 60px;
  }

  .prod-desc .product-form-buttons button {
    min-width: auto;
  }

  .adv-bnr .hero {
    min-height: 550px;
    height: auto;
  }

  .adv-bnr .hero .hero__media-wrapper .hero__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .adv-bnr div[class^="divider-section-"] {
    margin-top: 0;
  }

  .adv-bnr .hero__content-wrapper {
    top: 120px;
  }

  .adv-bnr .hero__container {
    min-height: 700px;
  }

  .page-template-index .scroller-area {
    padding-top: 20px;
  }
  .mega_menu_content .mega_menu_content_inner {
    column-gap: 4em;
    grid-template-columns: 1fr 40%;
    padding: 30px 20px;
    border-radius: 20px;
  }
  .submenu_wrap {
    column-gap: 50px;
  }
  .program_main .textWrap .program_title,
  .mega_menu_content_inner .submenu_title {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .how-work-sec .column-inner .column-repeat .wrapper {
    max-width: 350px;
  }

  .how-work-sec .column-inner::before {
    width: 17.35%;
  }

  .how-work-sec .column-inner .column-repeat:nth-child(2n-1) .wrapper::after {
    top: 33%;
    width: 8vw;
  }

  .how-work-sec .column-inner .column-repeat .wrapper::after {
    top: 38%;
  }

  .how-work-sec .column-inner .column-repeat:nth-child(3) .wrapper::after {
    top: 44%;
  }

  .how-work-sec .column-inner .column-repeat:nth-child(4) .wrapper::after {
    top: 37.5%;
  }

  .test-cover .test-textarea ul li {
    letter-spacing: normal;
  }

  .health-focus-inner > .health-focus-right > * {
    border-radius: 15px;
  }

  .health-focus-inner > .health-focus-right {
    --health-focus-right-gap: 15px;
    row-gap: 15px;
  }

  .customer_information .customer_review {
    padding-inline: 30px;
  }

  .health-faq-accordion-section .health-faq-accordion-item {
    padding: 20px 36px;
  }

  .health-focus-inner > .health-focus-right > :nth-child(3n + 2) {
    top: 60px;
  }

  .product-image-full .product-information__grid .product-information__media .product-media-container--image {
    aspect-ratio: 1.5 / 1;
  }

  .percentage-bars-inner .btm-colmn ul li {
    font-size: 14px;
  }

  .index-bnr + .section-wrapper .section-content-wrapper {
    padding-top: 40px !important;
  }
}

@media (max-width: 1025px) {
  .prd-program-milestone .program-mile-inner {
    --rogram-mile-inner-count: 2;
  }
}

@media (max-width: 990px) {
  .page-template-page-health-institute-ui .custom-header:not(.custom-header--scrolled) .icon.icon-menu path {
    fill: #fff;
  }

  .health-know .image-block img {
    object-position: left;
  }

  .health-prodhlght .hlthgt-inner {
    flex-direction: column;
  }

  .health-prodhlght .hlthgt-right {
    width: 100%;
  }

  .hlthgt-hdng-icon,
  .health-prodhlght .hlthgt-right .right--heading h2,
  .health-prodhlght .hlthgt-right .product-details .product-price,
  .health-prodhlght .hlthgt-right .right--content ul li,
  .section-wrapper:has(.benefit-sec) .w-full h2,
  .customer_information .customer_review,
  .testimonial-slider .bottom-info {
    text-align: left;
  }

  .how-work-sec .column-inner .column-repeat,
  .how-work-sec .column-inner .column-repeat .wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }

  .how-work-sec .column-inner .column-repeat {
    padding: 0 !important;
    margin: 180px 0 0 !important;
    position: relative;
  }

  .health-prodhlght .hlthgt-inner {
    gap: 40px;
  }

  .health-prodhlght .hlthgt-inner .common--heading {
    margin-bottom: 20px;
  }

  .how-work-sec .column-inner::before {
    display: none;
  }

  .how-work-sec .column-inner .column-repeat::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='59' height='181' viewBox='0 0 59 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.5978 0.260742L29.4824 90.2607L53.5978 180.261' stroke='%23D3B577' stroke-width='2.01446' stroke-dasharray='2.69 2.69'/%3E%3Cg filter='url(%23filter0_d_220_721)'%3E%3Crect x='16.1152' y='78.6389' width='26.1493' height='26.1493' rx='13.0746' fill='white'/%3E%3Crect x='16.451' y='78.9747' width='25.4778' height='25.4778' rx='12.7389' stroke='%23F8F8F8' stroke-width='0.671487'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_220_721)'%3E%3Crect x='19.0254' y='81.5444' width='20.3383' height='20.3383' rx='10.1692' fill='%23007359'/%3E%3Crect x='19.3611' y='81.8802' width='19.6668' height='19.6668' rx='9.83341' stroke='%23F8F8F8' stroke-width='0.671487'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_220_721' x='-0.000463486' y='71.924' width='58.3808' height='58.3806' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='9.40082'/%3E%3CfeGaussianBlur stdDeviation='8.05785'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.45098 0 0 0 0 0.34902 0 0 0 0.05 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_220_721'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_220_721' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_220_721' x='2.90969' y='74.8296' width='52.5693' height='52.5698' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='9.40082'/%3E%3CfeGaussianBlur stdDeviation='8.05785'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.45098 0 0 0 0 0.34902 0 0 0 0.05 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_220_721'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_220_721' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 180px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: inline-flex;
  }

  .how-work-sec .column-inner .column-repeat:nth-child(2n):before {
    transform: translateX(-50%) rotate(180deg);
  }

  .section-wrapper:has(.benefit-sec) .w-full .layout-panel-flex {
    flex-direction: column;
  }

  .section-wrapper:has(.benefit-sec) .w-full .layout-panel-flex .image-block {
    order: -1;
  }

  .health-focus-inner > .health-focus-right {
    max-width: 50%;
  }

  .section-wrapper:has(.benefit-sec) .rte {
    margin-top: 1rem;
  }

  .prd-vdo-tstmnl .chr-video-testimonials__gallery {
    --prd-vdo-tstmnl-count: 2;
    overflow: hidden;
  }

  .prd-vdo-tstmnl :is(.chr-video-testimonials__nav-button, .chr-video-testimonials__pagination) {
    display: inline-flex;
  }

  .journey-repeat .journey-left .content-sec {
    text-align: left;
  }

  .how-work-sec .column-inner .column-repeat .wrapper::after {
    display: none;
  }

  .prd-vdo-tstmnl .chr-video-testimonials__pagination {
    margin-inline: auto;
  }

  .prd-vdo-tstmnl .prd-video-testimonials__header + div {
    text-align: center;
    padding-bottom: 8px;
    justify-content: center;
  }

  .prd-vdo-tstmnl .chr-video-testimonials__gallery .vdo-tstmnl-text {
    text-align: left;
  }

  .prd-vdo-tstmnl .prd-video-testimonials__header + div {
    display: flex;
    flex-wrap: wrap;
  }

  .prd-vdo-tstmnl .prd-video-testimonials__header + div .chr-video-testimonials__gallery {
    order: 1;
  }

  .prd-vdo-tstmnl .prd-video-testimonials__header + div .arrow-pagination {
    order: 2;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .arrow-pagination .chr-video-testimonials__pagination .chr-video-testimonials__pagination-dot:last-child {
    display: none;
  }

  .prd-vdo-tstmnl .chr-video-testimonials__nav-button {
    position: static !important;
    transform: none !important;
    width: 36px;
    height: 36px;
    border: none;
    background-color: #e1dbd4;
  }

  .prd-vdo-tstmnl .chr-video-testimonials__nav-button svg {
    width: 18px;
    height: 18px;
  }

  .prd-vdo-tstmnl .chr-video-testimonials__pagination {
    margin-block: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 15px;
    background-color: #e1dbd4;
    border-radius: 36px;
    min-height: 36px;
  }

  .product-information__grid .prod-desc .group-block-content .rte,
  .prod-desc .product-form-buttons {
    margin-top: 0;
  }

  .product-information__grid .prod-desc h1,
  .product-information__grid .prod-desc .group-block-content .price {
    font-size: 40px;
  }

  .product-form-buttons > :not(.quantity-selector) {
    min-width: auto;
  }

  .prod-desc .product-form-buttons button {
    min-height: 48px !important;
  }

  .adv-bnr div {
    justify-content: flex-start !important;
  }

  .adv-bnr .hero__content-wrapper h2 {
    text-align: left;
    max-width: 100%;
  }

  .adv-bnr .hero__container .hero__image,
  .adv-bnr .hero__container,
  .adv-bnr .hero {
    min-height: 500px;
  }

  .prd-program-milestone h2 {
    font-size: 40px;
    margin-top: 20px;
  }

  :is(.page-template-page-health-institute-ui, .page-template-product-cellular-health-regenerat, .transparent-header) .custom-header:not(.custom-header--scrolled) .custom-header__mobile-toggle {
    color: #fff;
  }

  .page-template-product-cellular-health-regenerat .scroller-area {
    padding-top: 0;
  }

  .page-template-product-cellular-health-regenerat .scroller-area > * {
    padding-bottom: 2rem !important;
  }

  .incld-area .healing-section .flex {
    max-width: 100%;
    flex-direction: column;
  }

  .incld-area .healing-section .flex > * {
    width: 100% !important;
  }

  .prod-drshowcase .section-doctors {
    padding-top: 30px;
  }

  .page-template-index .prd-tstmnl + .section-wrapper .section-content-wrapper {
    flex-direction: column;
  }

  .prd-tstmnl blockquote,
  .prd-tstmnl .main-head {
    max-width: 100% !important;
  }

  .scroller-area .marquee-wrapper::before,
  .scroller-area .marquee-wrapper::after {
    width: 200px;
  }

  .page-template-index .rgt-pth-column h3 {
    font-size: 22px;
  }

  .page-template-index .rgt-pth-column p {
    font-size: 16px;
  }

  .page-template-index .section-wrapper:has(.decode-text-wrap) .w-full .section-content-wrapper {
    flex-direction: column !important;
  }

  .page-template-index .section-wrapper:has(.decode-text-wrap) .w-full .section-content-wrapper :is(.group-block, .image-block) {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .for-index-logo {
    padding-block: 30px;
  }

  .page-template-index .root-causes-section {
    padding-bottom: 30px !important;
  }

  .page-template-index .section-content-wrapper:has(.rgt-pth-column) > * {
    padding: 15px;
  }

  .percentage-bars-inner {
    --percentage-bars-inner-gap: 20px;
    --percentage-bars-inner-count: 2;
  }

  .percentage-bars-inner h3 {
    font-size: 40px;
  }

  .custom-header__mobile-menu-item .trigger_menu {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding-block: 10px;
  }
  .custom-header__mobile-menu-item {
    margin-bottom: 0 !important;
  }
  .mega_menu_content .mega_menu_content_inner {
    grid-template-columns: 1fr;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .program_main > * {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .program_main .imgWrap {
    width: 100%;
  }
  .submenu_wrap {
    column-gap: 30px;
  }
  .mega_menu_content .mega_menu_content_inner {
    padding: 20px;
    margin-top: 15px;
  }
  .trigger_menu::before {
    display: none;
  }
  .custom-header__mobile-menu-item .trigger_menu {
    color: #024638;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .trigger_menu::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M12.707 15.707a1 1 0 0 1-1.414 0L5.636 10.05A1 1 0 1 1 7.05 8.636l4.95 4.95l4.95-4.95a1 1 0 0 1 1.414 1.414z'/%3E%3C/g%3E%3C/svg%3E")
      no-repeat center;
  }
  :is(.page-template-page-health-institute-ui, .page-template-product-cellular-health-regenerat, .transparent-header) .custom-header:not(.custom-header--scrolled) .custom-header__cta-button {
    border-color: #024638;
    color: #024638;
  }
  .custom-header__mobile-menu {
    height: 100dvh !important;
  }
}

@media (max-width: 767px) {
  .button-for-mobile {
    display: inline-flex;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:has(.showcase-text-wrap.hidden) .profile-header-img-txt {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 16px;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:has(.showcase-text-wrap.hidden) .profile-header-img-txt > * {
    flex: 1;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:has(.showcase-text-wrap.hidden) .profile-header-img-txt > img {
    border-radius: 20px;
    flex: 1;
    max-width: 300px;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:has(.showcase-text-wrap.hidden) .name-credentials-section {
    text-align: left;
    padding-inline: 0;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:not(:has(.showcase-text-wrap.hidden)) {
    padding-bottom: 80px;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper {
    position: relative;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper .button-for-mobile {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper .button-for-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center !important;
    width: 36px;
    height: 36px;
    background-color: #034638;
    color: #fff;
    font-size: 30px;
    line-height: 0;
    transition: all 0.3s ease;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper .button-for-mobile .toggle-icon {
    display: inline-flex;
    font-weight: 600;
    height: 20px;
    line-height: 17px;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper .button-for-mobile:is(:hover, :focus) {
    background-color: #000;
  }
}

@media (max-width: 749px) {
  .prd-program-milestone .for-mobile {
    display: flex;
  }

  .prd-program-milestone .for-desktop {
    display: none;
  }

  .font-size-100,
  .font-size-100 :is(h1, h2, h3) {
    font-size: clamp(43px, 5.20833333333vw, 100px) !important;
  }

  .text-block p {
    font-size: 14px;
  }

  .page-template-page-health-institute-ui slideshow-slides[size="large"] {
    min-height: 45rem;
  }

  .page-template-page-health-institute-ui .hlth-sldshow + .section-wrapper .custom-section-content > .spacing-style {
    padding-block: 27px;
  }

  .health-know .group-block-content li {
    font-size: 14px;
  }

  .health-know .group-block-content li::before {
    width: 14px;
    height: 14px;
  }

  .health-know .group-block-content ul {
    margin-top: 10px;
  }

  .health-prodhlght {
    padding-block: 40px;
  }

  .health-prodhlght .hlthgt-right {
    padding: 38px 23px;
  }

  .health-prodhlght .hlthgt-right .product-details {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .health-prodhlght .hlthgt-right .product-details .product-price {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }

  .page-template-page-health-institute-ui .add-to-cart-button {
    min-width: 200px;
  }

  .common-sty.for-desktop {
    display: none;
  }

  .common-sty.for-mobile {
    display: block;
  }

  .how-work-sec .column-inner {
    margin-top: 20px;
  }

  .test-cover .icon-heading {
    justify-content: flex-start !important;
  }

  .test-cover .heading {
    margin-bottom: 30px;
  }

  .test-cover .splide__pagination {
    bottom: -4rem;
  }

  .section-wrapper:has(.benefit-sec) .w-full .layout-panel-flex .image-block {
    width: 100%;
  }

  .section-wrapper:has(.benefit-sec) {
    padding-top: 6rem;
  }

  .health-focus-inner > .health-focus-right {
    order: -1;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .health-focus-inner > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .health-focus-inner {
    flex-direction: column;
    margin-top: 40px;
  }

  .health-focus-inner > .health-focus-right {
    --health-focus-right-gap: 42px;
    row-gap: 28px;
  }

  footer .footer-top .image-block {
    width: 100%;
    max-width: 228px;
    margin-inline: auto;
  }

  footer .footer-top .group-block-content {
    align-items: center;
    text-align: center;
  }

  footer .footer-top .footer-social-lnk > .group-block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .footer-social-lnk {
    flex-direction: column;
  }

  footer .footer-social-lnk .group-block-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .health-faq .section-faq {
    padding-block: 60px;
  }

  .testimonial-slider {
    padding-block: 50px 140px;
  }

  .testimonial-slider .bottom-info {
    padding-inline: 30px;
  }

  .splide__pagination .splide__pagination__page.is-active {
    width: 18px;
    height: 18px;
  }

  .splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
  }

  .section-wrapper:has(.benefit-sec) h4 {
    margin-bottom: 15px;
  }

  .section-wrapper:has(.benefit-sec) p {
    margin-bottom: 25px;
  }

  .page-template-page-health-institute-ui :is(.test-cover, .testimonial-slider, .brands-logo, .hlth-sldshow) div {
    justify-content: inherit !important;
  }

  .page-template-page-health-institute-ui .hlth-sldshow .slide__image-container + .slide__content > * {
    justify-content: center !important;
  }

  .page-template-page-health-institute-ui:has(.custom-header__mobile-menu.active) {
    height: 100dvh;
  }

  .page-template-product-bloodwork-blueprint .product-information {
    padding-block: 0 !important;
  }

  .page-template-product-bloodwork-blueprint .product-information .product-details {
    margin-top: 70px;
  }

  .product-information__grid .prod-desc h1 {
    font-size: 30px;
  }

  .product-information__grid .prod-desc,
  .product-information__grid .prod-desc h1,
  .product-information__grid .prod-desc .group-block-content .rte p {
    text-align: left !important;
  }

  .product-information__grid .prod-desc .group-block-content .price {
    text-align: left;
    width: 100% !important;
    display: flex;
  }

  .product-information__grid .prod-desc .group-block-content .rte {
    margin-top: 0;
  }

  .prod-desc .product-form-buttons {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    display: flex !important;
  }

  .product-form-buttons > :not(.quantity-selector) {
    min-width: auto !important;
  }

  .scroller-area {
    padding-top: 0;
  }

  .scroller-area h2 {
    max-width: 100%;
  }

  .scroller-area .marquee-wrapper::before,
  .scroller-area .marquee-wrapper::after {
    display: none;
  }

  .incld-area .healing-section .flex {
    max-width: 100% !important;
  }

  .scroller-area > * {
    padding-bottom: 2rem !important;
  }

  .incld-area img.w-full {
    display: none;
  }

  .incld-area .w-full:not(:has(.included-faq-accordion-section)) {
    display: none;
  }

  .journey-repeat .journey-mid {
    order: -1;
  }

  .journey-inner .journey-repeat:first-child::before,
  .journey-inner .journey-repeat::after,
  .journey-inner .journey-repeat:first-child::before {
    left: 2.5% !important;
    transform: none !important;
  }

  .journey-inner .journey-repeat {
    justify-content: flex-start !important;
  }

  .journey-inner .journey-repeat > .journey-mid {
    padding-inline: 0;
    max-width: none !important;
    margin-right: auto;
    justify-content: flex-start !important;
  }

  .journey-repeat .journey-left,
  .journey-repeat .journey-right {
    max-width: 45% !important;
  }

  .journey-inner .journey-repeat:first-child {
    padding-top: 30px;
  }

  .journey-inner .journey-repeat {
    padding: 30px 0 !important;
  }

  .journey-sec {
    padding-block: 2rem !important;
  }

  .journey-sec + .section-wrapper .image-block {
    border-radius: 30px;
    overflow: hidden;
  }

  .prd-tstmnl blockquote,
  .prd-tstmnl .main-head {
    max-width: 100% !important;
  }

  .prd-tstmnl .main-head {
    font-size: 30px !important;
  }

  .prod-drshowcase .section-doctors {
    padding-top: 20px;
  }

  .product-information__grid .prod-desc .group-block-content .price,
  .journey-sec h2,
  .journey-sec h2 {
    font-size: 30px !important;
  }

  .journey-inner .journey-repeat {
    display: grid !important;
    column-gap: 20px;
    row-gap: 25px;
    padding: 0 !important;
  }

  .journey-repeat .journey-mid {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    width: auto !important;
    max-width: none !important;
  }

  .journey-repeat .journey-right {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: auto !important;
    max-width: none !important;
  }

  .journey-repeat .journey-left {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    width: auto !important;
    max-width: none !important;
  }

  .num-area .nmbr {
    min-width: 36px;
  }

  .journey-inner .journey-repeat:first-child::before,
  .journey-inner .journey-repeat::after,
  .journey-inner .journey-repeat:first-child::before {
    --pointDeduction: 50px;
    height: calc(100% - var(--pointDeduction)) !important;
    top: var(--pointDeduction) !important;
    width: 4px !important;
  }

  .journey-inner .journey-repeat:first-child::before {
    display: none !important;
  }

  .journey-inner .journey-repeat:last-child::after {
    opacity: 1 !important;
  }

  .journey-repeat .content-sec h3 {
    letter-spacing: -0.5px;
    margin-bottom: 15px !important;
    font-size: 20px !important;
  }

  .journey-repeat .content-sec p {
    font-size: 14px;
  }

  .journey-repeat:not(:last-child) .content-sec {
    padding-bottom: 20px;
  }

  .prd-tstmnl div[class^="testimonial-container-"] {
    display: flex;
    flex-direction: column;
  }

  .prd-tstmnl div[class^="testimonial-content-"] {
    order: 1;
  }

  .prd-tstmnl .button-area {
    order: 2;
  }

  .prd-tstmnl div[class^="testimonial-images-"] {
    order: 3;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .prd-tstmnl blockquote {
    margin-bottom: 1rem !important;
  }

  .chr-video-testimonials__description p,
  .prod-drshowcase .subtitle-description {
    max-width: 100%;
  }

  .chr-video-testimonials {
    padding-top: 30px;
  }

  .page-template-product-bloodwork-blueprint .chr-video-testimonials {
    padding-top: 20px !important;
  }

  .prd-video-testimonials__header {
    margin-bottom: 20px !important;
  }

  .prd-vdo-tstmnl .chr-video-testimonials__gallery .vdo-tstmnl-text {
    padding: 20px 20px 35px;
  }

  .button-for-mobile {
    display: flex;
  }

  .prd-program-milestone h2 {
    font-size: 30px;
  }

  .product-image-full .product-information__grid .product-details {
    z-index: 2;
  }

  .prod-desc .product-form-buttons {
    justify-content: flex-start !important;
  }

  .prd-program-milestone .program-mile-inner > * {
    width: 100%;
  }

  .adv-bnr .hero__container .hero__image,
  .adv-bnr .hero__container,
  .adv-bnr .hero {
    min-height: 1150px;
  }

  .adv-bnr .group-block-content .image-block .image-block__image {
    max-width: 400px;
  }

  .adv-bnr .advc-bnr-imageblock div {
    justify-content: center !important;
  }

  .adv-bnr .hero__content-wrapper h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .prd-program-milestone .content-wrap .top-head,
  .prd-program-milestone .content-wrap .mn-head,
  .prd-program-milestone .result-area {
    text-align: left;
  }

  .prd-program-milestone .program-mile-inner {
    padding-bottom: 50px;
  }

  .prd-program-milestone .milestone-slider {
    display: flex;
    flex-wrap: wrap;
  }

  .prd-program-milestone .milestone-slider .splide__track {
    order: 1;
  }

  .prd-program-milestone .milestone-slider .splide__pagination {
    order: 2;
    width: max-content;
    background-color: #e1dbd4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 15px;
    border-radius: 36px;
    min-height: 36px;
    margin-inline: auto;
    bottom: 50px;
  }

  .prd-program-milestone .milestone-slider .splide__pagination .splide__pagination__page {
    background-color: #c4bfb8;
    width: 16px;
    height: 16px;
    opacity: 1;
  }

  .prd-program-milestone .milestone-slider .splide__pagination .splide__pagination__page.is-active {
    background-color: #011c16;
  }

  .prd-program-milestone .milestone-slider .splide__arrows .splide__arrow {
    position: static !important;
    transform: none !important;
    width: 36px;
    height: 36px;
    border: none;
    background-color: #e1dbd4;
    opacity: 1;
  }

  .prd-program-milestone .milestone-slider .splide__arrows .splide__arrow svg {
    width: 18px;
    height: 18px;
  }

  .prd-program-milestone .milestone-slider .splide__arrows {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
  }

  .product-image-full .product-information__grid .product-information__media .product-media-container--image {
    aspect-ratio: 1 / 1.3;
  }

  .adv-bnr {
    margin-bottom: 30px;
  }

  .prd-program-milestone .milestone-slider {
    justify-content: flex-start !important;
  }

  .prd-program-milestone .program-mile-inner {
    padding-top: 30px;
  }

  .prd-program-milestone .splide__list {
    justify-content: flex-start !important;
  }

  .announcement-bar__slides {
    width: 100% !important;
  }

  .product-image-full .product-information__grid .product-details {
    top: 60%;
  }

  .scroller-area > * {
    padding-top: 3rem !important;
  }

  .adv-bnr .hero .hero__media-wrapper .hero__image {
    object-position: left top;
  }

  .prd-vdo-tstmnl .chr-video-testimonials {
    padding-block: 20px !important;
  }

  .index-bnr + .section-wrapper :is(.rte, .rte p) {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .indexbrandlogo-wrapper {
    gap: 10px;
    justify-content: center;
  }
  .indexbrandlogo-wrapper > * {
    max-width: calc(25% - 10px * 3 / 4);
    width: 100%;
  }

  .page-template-index .root-causes-section {
    padding-top: 20px !important;
  }

  .page-template-index .section-content-wrapper:has(.rgt-pth-column) {
    --rgt-pth-column-count: 1;
    --rgt-pth-column-gap: 15px;
  }

  .percentage-bars-inner {
    --percentage-bars-inner-count: 1;
  }

  .percentage-bars-inner > * {
    padding: 20px;
    border-radius: 20px;
  }

  .index-bnr .index-bnr-content :is(h1, .rte p) {
    text-align: left !important;
  }

  .index-bnr .index-bnr-content .green-button {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .index-bnr .hero__content-wrapper {
    justify-content: flex-end !important;
    padding-bottom: 30px;
  }

  .page-template-index .rgt-pth-column h3 {
    font-size: 16px;
  }

  .page-template-index .rgt-pth-column p {
    font-size: 14px;
  }

  .page-template-index .section-content-wrapper:has(.decode-text-wrap) h2 {
    font-size: 30px;
    text-align: center;
  }

  .page-template-index .section-content-wrapper:has(.decode-text-wrap) .rte {
    margin-inline: auto;
  }

  .page-template-index .section-content-wrapper:has(.decode-text-wrap) ul {
    margin-bottom: 10px;
  }

  .page-template-index .section-content-wrapper:has(.decode-text-wrap) .button {
    margin-inline: auto;
  }

  .prcnt-bar {
    padding-bottom: 40px;
  }

  footer .footer-top .image-block + .group-block > .group-block__media-wrapper + .group-block-content {
    flex-flow: row nowrap;
  }
  footer .footer-top .group-block-content:has(.menu) .text-block p {
    font-size: var(--font-size);
  }
  .description-text p {
    font-size: 14px;
  }
  .specialty-tags-container {
    column-gap: 8px !important;
  }
}

@media (max-width: 640px) {
  .customer_information .customer_review {
    padding-inline: 0;
  }

  .testimonial-slider .testimonial-block.is-active {
    border-right: none;
  }

  .customer_information .customer_review {
    gap: 10px;
  }

  .testimonial-slider .bottom-info {
    margin-top: 15px;
  }

  .testimonial-slider .common-heading {
    margin-bottom: 40px;
  }

  .prd-vdo-tstmnl .chr-video-testimonials__gallery {
    --prd-vdo-tstmnl-count: 1;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:has(.showcase-text-wrap.hidden) .profile-header-img-txt > img {
    max-width: 50%;
  }

  .arrow-pagination .chr-video-testimonials__pagination .chr-video-testimonials__pagination-dot:last-child {
    display: inline-flex;
  }
}

@media (max-width: 479px) {
  .hlth-sldshow .group-block {
    padding-inline: 0;
  }

  .health-prodhlght .hlthgt-right .right--content ul li {
    font-size: 14px;
  }

  .test-cover .test-textarea ul li {
    min-height: 44px;
    min-width: auto;
  }

  .test-cover .test-textarea ul {
    gap: 10px;
  }

  .section-wrapper:has(.benefit-sec) .w-full .layout-panel-flex .image-block {
    width: calc(100% + 10px);
    margin-left: -10px;
  }

  .health-focus-inner > .health-focus-right {
    --health-focus-right-count: 2;
  }

  .health-focus-inner > .health-focus-right > :nth-child(3n + 2) {
    top: 0;
  }

  .health-focus-inner > .health-focus-right > :nth-child(2n) {
    top: 60px;
    position: relative;
  }

  .usthem-inner > :nth-child(2) h2 {
    transform: none;
  }

  .usthem-inner .contholder {
    padding-inline: 5px;
  }

  .usthem-inner > :nth-child(2)::before {
    border-radius: 10px;
  }

  .usthem-inner .contholder > * svg {
    width: 20px;
    height: 20px;
  }

  .usvsthem .page-width {
    padding-inline: 0 !important;
  }

  .usvsthem {
    padding-block: 50px 60px;
  }

  .customer_information .customer_review {
    padding-inline: 0;
  }

  .customer_information .customer_review {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .customer_information .customer_review .icon-rgt {
    order: -1;
  }

  .customer_information .customer_review p {
    text-align: center;
  }

  .testimonial-slider .bottom-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonial-slider .bottom-info .customer_detail {
    text-align: center;
  }

  .testimonial-slider .bottom-info .customer_img {
    width: 70px;
    height: 70px;
  }

  .health-hero p {
    font-size: 38px !important;
  }

  .health-faq .common-heading {
    text-align: left;
    font-size: clamp(38px, 4.16666666667vw, 70px);
  }

  .health-faq-accordion-section .health-faq-accordion-item {
    padding: 20px;
    border-radius: 10px;
  }

  .health-faq-question-text,
  .insurance-faq-answer-content > * {
    text-align: left;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:has(.showcase-text-wrap.hidden) .profile-header-img-txt > img {
    border-radius: 10px;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:has(.showcase-text-wrap.hidden) .name-credentials-section {
    padding-top: 0;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper .button-for-mobile {
    bottom: 15px;
    right: 15px;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:has(.showcase-text-wrap.hidden) .profile-header-img-txt {
    padding: 15px;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper .button-for-mobile {
    width: 30px;
    height: 30px;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:has(.showcase-text-wrap.hidden) .dietitian-name-text {
    font-size: 20px;
  }

  .prod-drshowcase .dietitian-profiles-grid .profile-card-wrapper:has(.showcase-text-wrap.hidden) .credentials-text {
    font-size: 13px;
  }

  .journey-inner .journey-repeat:first-child::before,
  .journey-inner .journey-repeat::after {
    left: 5% !important;
  }

  .adv-bnr .hero__container .hero__image,
  .adv-bnr .hero__container,
  .adv-bnr .hero {
    min-height: 1100px;
  }
  .program_main .textWrap .program_title,
  .mega_menu_content_inner .submenu_title {
    font-size: 18px;
  }

  .program_main .textWrap p {
    font-size: 14px;
  }

  .custom-header__mobile-menu {
    width: 90% !important;
  }

  .submenu_wrap > * {
    width: 100%;
    max-width: 100%;
  }
  .mega_menu_content_inner .submenu_title {
    margin-bottom: 15px;
  }
}

:root {
  --black: #000000;
  --white: #ffffff;
  --deep-evergreen: #034638;
  --dark-evergreen: #011c16;
}

.journey-sec {
  padding: 6rem 0 5rem 0;
  overflow: hidden;
}
.journey-inner .journey-repeat {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  position: relative;
  padding: 70px 0;
}
.journey-inner .journey-repeat:after,
.journey-inner .journey-repeat:first-child:before {
  content: "";
  width: 6px;
  background: linear-gradient(180deg, #007a53 0%, rgba(0, 224, 152, 0) 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.journey-inner .journey-repeat:after {
  top: 64%;
  height: 76%;
}
.journey-inner .journey-repeat:first-child:before {
  height: 40%;
  top: 0;
}
.journey-inner .journey-repeat:last-child:after {
  opacity: 0;
}
.journey-inner .journey-repeat:first-child {
  padding-top: 80px;
  margin-top: 30px;
}
.journey-inner .journey-repeat:last-child {
  padding-bottom: 0;
}
/* .journey-inner .journey-repeat:nth-child(even){
    flex-direction:row-reverse;
} */
.journey-repeat .journey-left,
.journey-repeat .journey-right {
  max-width: 42%;
  width: 100%;
}
.journey-repeat .journey-mid {
  max-width: 16%;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.journey-repeat .journey-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.journey-repeat .journey-left p {
  color: #024638;
  font-size: 16px;
}
.journey-repeat .journey-left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  margin-left: 15px;
}
.journey-repeat .journey-left ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #024638;
  font-size: 16px;
}
.journey-repeat .journey-left ul li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  background: #034638;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.journey-repeat .image-wrap {
  border-radius: 20px;
  overflow: hidden;
}
journey-repeat .image-wrap img {
  width: 100%;
}
.journey-repeat .content-sec h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #024638;
}
.journey-sec h2 {
  /* font-size: var(--font-h2--size); */
  font-size: 50px;
}
.num-area {
  position: relative;
  z-index: 1;
}
.num-area .nmbr {
  max-width: 85px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--deep-evergreen);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  font-size: clamp(20px, 3vw, 38px);
  font-family: var(--font-h2--family);
  font-weight: 400;
  position: relative;
}

.prd-tstmnl .main-head {
  font-size: 50px;
  color: var(--dark-evergreen);
  max-width: 65%;
  margin: 0 auto 2rem auto;
}
.prd-tstmnl blockquote {
  display: block;
  color: var(--dark-evergreen);
  max-width: 70%;
  margin: 0 auto 3rem auto;
}
.prd-tstmnl .button-area {
  text-align: center;
}
.prd-tstmnl .button-area a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  font-weight: bold;
  color: var(--dark-evergreen);
  margin-top: 2rem;
}
.prd-tstmnl .button-area a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.prd-tstmnl cite {
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  color: var(--dark-evergreen);
  font-family: var(--font-paragraph--family);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: normal;
}
.prd-tstmnl cite span {
  color: currentColor;
  font-size: inherit;
  letter-spacing: normal;
}
.prd-tstmnl .review-star {
  font-size: 20px;
  color: var(--deep-evergreen);
  line-height: 1;
  margin-bottom: 1.2rem;
}

.expandable-cards-section .cards-container {
  padding-right: 0;
  /* justify-content: center; */
}
.expandable-cards-section .cards-container .card-collapsed {
  flex-shrink: inherit;
}

#expandCard_container .scroll-arrow {
  z-index: 11;
  cursor: pointer;
  display: none;
}
.expandable-cards-section .cards-wrapper .absolute.bottom-0 h3 {
  margin-bottom: 0;
}
.marquee {
  padding-block: 5px;
}
.btn-custom,
a.rounded-full,
.cta-button,
.explore-button,
.chr-cta-button-template--17494011248715__chr_call_to_action_3FWqKn,
a.size-style.button {
  border-radius: 14px !important;
}

/* REsponsive Start */
@media (max-width: 990px) {
  .journey-sec {
    padding: 3rem 0;
  }
  #expandCard_container .scroll-arrow {
    display: block;
  }
  .expandable-cards-section .cards-wrapper {
    overflow-x: auto !important;
  }
  .expandable-cards-section .cards-container {
    flex-direction: row !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
  }
  .expandable-cards-section .cards-container .card-collapsed {
    flex-shrink: 0;
  }
  .health-hero .hero__content-wrapper .text-block h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .health-hero .hero__content-wrapper .text-block:is(rte-formatter) {
    line-height: 1.5;
    font-size: clamp(16px, 1.24vw, 20px);
  }
  .health-hero .hero__content-wrapper .text-block:is(rte-formatter) p {
    font-size: inherit !important;
  }
}

@media (max-width: 767px) {
  .expandable-cards-section .cards-container .card-item {
    max-width: 80%;
    min-width: auto;
  }
  .scrolling_img_section .container-custom {
    height: auto;
  }
  .scrolling_img_section .image-columns-container .image-column {
    animation: none;
  }
  .scrolling_img_section .image-columns-container:not(:first-child),
  .scrolling_img_section .image-columns-container .image-column > *:not(:first-child) {
    display: none;
  }
  .scrolling_img_section .image-item img {
    height: auto;
  }
  .expandable-cards-section .card-item.card-expanded .expandable-content,
  .expandable-cards-section .card-wrapper button.absolute {
    display: none;
  }
}
