.hero_section {
  padding: 40px 0;
}
.hero_content {
  border-radius: 24px;
  background-color: #f5f5f0;
  box-shadow: 0 36px 36.8px 0 rgba(213, 213, 213, 0.45);
  padding: 60px 60px;
  background-size: cover;
  min-height: 540px;
  background-position: right center;
}
.hero_content .h1 {
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.1;
  margin: 0;
  font-weight: 600 !important;
}
.hero_content p {
  font-size: clamp(17px, 2vw, 24px);
}
.hero_section .btn.border_btn {
  border: 1px solid var(--green);
  color: var(--green);
  font-size: 22px;
  padding: 8px 24px;
  font-weight: 700;
}
.hero_section .btn.border_btn:hover {
  color: var(--lime);
}
.advice-flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-space {
  padding-left: 25px;
}
.assessment-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.expert_item {
  position: relative;
}
.ask-about-sec {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ask-about {
  font-family: "Satoshi-Medium";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: var(--lime);
  background-color: var(--green);
  padding: 8px 24px;
  border-radius: 36px;
  border: 1px solid var(--green);
  margin: 0px;
}
.purple-text {
  font-size: clamp(24px, 4vw, 45px);
  color: var(--plum);
  font-style: italic;
  font-family: "Satoshi-Medium";
  font-weight: 600;
  margin-bottom: 28px;
}
.hero_content p.five_min {
  font-size: 16px;
  max-width: 240px;
  justify-content: center;
}
.discount_review_text ul li {
  margin: 0 0 5px;
}
.discount_review_text ul li a {
  color: var(--green);
}
.section_heading .h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.2;
}
.wellness_content .section_heading .h2 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.2;
}
.section_heading p {
  font-size: clamp(16px, 2vw, 18px);
}
.wellness_section {
  padding: 60px 0 55px;
}
.wellness_content {
  display: grid;
  grid-template-columns: auto 60%;
  gap: 100px;
}
.see-all-supplements {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.see-all-supplements a {
  font-family: "Satoshi-Medium";
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
  color: var(--green) !important;
}
.single_reason img {
  width: 280px;
  height: 250px;
  object-fit: cover;
  border-radius: 24px;
}
.wellness {
  grid-area: w;
}
.personalized {
  grid-area: p;
}
.thrive {
  grid-area: t;
}
.wellness_grid {
  display: grid;
  grid-template-areas: "w t" "p t";
  gap: 15px;
}
.science_section {
  background-color: #d3d6bb;
}
.science_content {
  background-color: var(--plum);
  padding: 60px;
  border-radius: 24px;
  color: var(--cream);
}
.science_behind {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.single_reason {
  align-items: flex-start;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
.science_heading p {
  font-size: clamp(18px, 2vw, 24px);
}
.science_behind p {
  line-height: 1.4;
}
.trust_content {
  display: grid;
  grid-template-columns: 60% auto;
  gap: 35px;
  align-items: center;
}
.trust_text p {
  font-size: clamp(16px, 1.5vw, 18px);
}
.trust_text .h3 {
  font-size: clamp(20px, 2vw, 24px);
}
.most_vitamin_section {
  background-color: var(--green);
  color: var(--lime);
  padding: 60px 0;
}
.vitamin_content {
  display: grid;
  grid-template-columns: auto 62%;
  gap: 30px;
  align-items: center;
}
.steps-des {
  font-family: var(--font);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 10px;
}
.step_btn {
  color: var(--lime);
  font-family: "Satoshi-Medium";
  font-weight: 500;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 36px;
  border: 1px solid var(--lime);
  line-height: normal;
}
.prefer-a-quiz-content {
  margin-top: 15px;
}
.prefer-a-quiz {
  background: var(--plum);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 40px 30px 20px;
  border-radius: 24px;
}
.comparison-section {
  display: flex;
  gap: 40px;
}
.comparison-pts {
  display: flex;
  gap: 10px;
  align-items: start;
  border-bottom: 1px solid #d5fa9933;
  padding: 20px 0px 10px 0px;
  height: 82px;
}
.comparison-pts p {
  margin: 0px;
  font-size: 18px;
}
.persona-brand-content .comparison-pts {
  border-bottom: 1px solid #1b381333;
}
.vitamin_content .btn.border_btn:hover {
  border: 1px solid var(--lime);
}
.other-brand-content {
  background: #f0f1e933;
  border-radius: 24px;
  padding: 30px 40px 50px 20px;
}
.persona-brand-content {
  background: #f0f1e9;
  border-radius: 24px;
  padding: 30px 40px 50px 20px;
  color: var(--green);
}
.our_assessment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.our_assessment p {
  font-size: 14px;
}
.prefer-a-quiz .primary_btn.pink_btn {
  font-family: "Satoshi-Bold";
  font-weight: 700;
  font-size: 18px;
}
.discover_supplement {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 12px;
  left: 15px;
  right: 15px;
  padding: 6px;
  color: var(--cream);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  border-radius: 48px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4.550000190734863px);
}
.discover_supplement img.owl-lazy {
  width: 55px;
}
.backed_research {
  background-color: var(--lilac);
}
.single_research {
  background-color: var(--plum);
  color: #f0f1e9;
  padding: 20px 30px;
  border-radius: 20px;
  line-height: 1.2;
  align-items: center;
  font-weight: 700;
  height: 75px;
}
.expert_support_section {
  background-color: var(--plum);
  color: var(--lime);
  padding: 60px 0;
}
.expert_content {
  display: grid;
  grid-template-columns: auto 64%;
  gap: 50px;
  align-items: center;
}
.expert_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.expert_column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.advice_content {
  display: grid;
  grid-template-columns: 47% auto;
  gap: 80px;
  align-items: center;
}
.advice_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.single_block {
  background-color: var(--green);
  color: var(--cream);
  padding: 16px 10px 18px 14px;
  border-radius: 20px;
}
.single_block .h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--lime);
}
.single_block p {
  color: var(--cream);
  font-family: "Satoshi-Medium";
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
}
.real_stories_section {
  padding: 60px 0;
  background-color: var(--green);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.stories_content .section_heading {
  color: var(--cream);
}
.stories_row.stories_row1 {
  display: grid;
  grid-template-columns: 33% 23% 15% 23%;
  gap: 20px;
  margin: 0 0 20px;
  justify-content: space-between;
}
.stories_row.stories_row2 {
  display: grid;
  grid-template-columns: 23% 28% 28% 16%;
  gap: 20px;
  justify-content: space-between;
}
.story_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: 100%;
}
.story_item p {
  margin: 0;
}
.story_item.discover_box {
  background-color: #e5f5c9;
  text-align: center;
  padding: 32px;
  border-radius: 16px;
}
.story_item.review_box {
  background-color: var(--cream);
  text-align: center;
  padding: 32px;
  border-radius: 16px;
  font-size: 20px;
}
.story_item.algorithm_box {
  background-color: #e5f5c9;
  text-align: center;
  padding: 32px;
  border-radius: 16px;
  text-align: left;
}
.story_item.algorithm_box .text_red {
  color: var(--orange);
}
.story_item.full_image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.trustpilot_reviews p {
  color: var(--cream);
  font-size: 24px;
}
.trustpilot_reviews p span {
  color: var(--cream);
  font-size: 32px;
}
.trustpilot_reviews p a {
  color: var(--cream);
  text-decoration: none;
}
.allinone_block {
  border-radius: 24px;
  border: 1px solid rgba(213, 250, 153);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(19.399999618530273px);
  padding: 60px;
  color: var(--lime);
}
.allinone_block .h3 {
  font-size: clamp(28px, 3vw, 40px);
}
.allinone_block_text p {
  font-size: 18px;
  max-width: 32ch;
}
.customer_stories {
  background-color: #d3d6bb;
}
.video-card {
  position: relative;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  overflow: hidden;
}
.info {
  border-radius: 48px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4.550000190734863px);
  display: flex;
  padding: 6px;
  position: absolute;
  bottom: 20px;
  left: 13px;
  align-items: center;
  gap: 20px;
  color: var(--cream);
  font-size: 20px;
  font-weight: 700;
  width: 90%;
}
.video-carousel .info img {
  width: auto;
}
.faqs_section {
  padding: 80px 0;
}
.faqs_content {
  display: grid;
  grid-template-columns: 40% auto;
  gap: 80px;
}
.faqs_left .btn.border_btn {
  border: 1px solid var(--green);
  color: var(--green);
}
.faqs_left .btn.border_btn:hover {
  color: var(--lime);
}
.faqs_left .btn.border_btn {
  border: 1px solid var(--green);
  color: var(--green);
}
.faqs_right .card {
  border: 0;
  background-color: transparent;
  margin: 0 0 12px;
}
.faqs_right .card-header {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
.faqs_right .btn {
  display: flex;
  text-align: left;
  border: 0;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 700;
  color: var(--green);
  padding: 18px 36px;
  position: relative;
  box-shadow: none;
  justify-content: space-between;
  gap: 20px;
  background: #d6dbcf;
}
.faqs_right .btn[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.faqs_right .card-body {
  padding: 20px 40px;
  font-size: 18px;
}
.faqs_right .card-body a {
  color: var(--green);
}
.offer_alert {
  position: fixed;
  right: 65px;
  bottom: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.offer_alert_content {
  position: relative;
  min-width: 320px;
}
.offer_alert_content button.primary_btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 88%;
  padding: 5px 20px;
  font-size: 18px;
}
.offer_alert .btn-close.btn-close-white {
  opacity: 1;
  box-shadow: none;
}
.info img {
  cursor: pointer;
}
.wellness_item img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.wellness_item {
  position: relative;
  display: block;
  line-height: 0;
  display: block;
  width: 100%;
}
.wellness_overlay_first {
  position: absolute;
  top: 30px;
  left: 12px;
  z-index: 2;
  width: 60%;
}
.overlay_title {
  font-family: "Satoshi-Medium";
  font-weight: 500;
  color: var(--lime);
  font-size: 16px;
}
.overlay_title_mbl {
  font-family: "Satoshi-Medium";
  font-weight: 500;
  color: var(--lime);
  font-size: 16px;
  margin-bottom: 5px;
}
.wellness_overlay_last {
  position: absolute;
  top: 74%;
  left: 20px;
  z-index: 2;
  width: 85%;
}
.prefer-to-start {
  font-family: var(--heading);
  font-weight: 400;
  color: var(--lime);
  font-size: clamp(26px, 4vw, 34px);
  letter-spacing: -2%;
  line-height: normal;
  margin: 0;
}
.wellness_btn {
  padding: 0px 20px !important;
  font-size: 16px !important;
}
.wellness_btn:hover {
  background-color: var(--lime) !important;
  color: var(--green) !important;
  border: 1px solid var(--lime) !important;
}
.wellness_overlay {
  position: absolute;
  top: 40px;
  left: 12px;
  z-index: 2;
  width: 65%;
}
.wellness_overlay .step_btn {
  width: 90%;
}
.wellness_overlay_first .step_btn {
  width: 80%;
}
.wellness_overlay_last .step_btn {
  width: 80%;
}
.wellness_mbl_item img {
  border-radius: 24px;
  position: relative;
  display: block;
  line-height: 0;
  display: block;
  width: 100%;
}
.wellness_overlay_mbl {
  position: absolute;
  bottom: 20px;
  left: 12px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero_content {
    padding: 60px 30px;
    min-height: 450px;
  }
  .comparison-pts {
    height: unset;
  }
  .steps-des {
    font-size: 12px;
  }
  .wellness_overlay_last {
    top: 62%;
  }
  .step_btn {
    font-size: 8px;
  }
  .trust_content {
    grid-template-columns: 50% auto;
  }
  .advice_content {
    gap: 50px;
  }
  .story_item.review_box {
    padding: 20px;
    font-size: 16px;
  }
  .wellness_content {
    gap: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_content {
    padding: 40px 20px;
    min-height: 400px;
  }
  .assessment-btn {
    flex-direction: column;
    width: 280px;
  }
  .wellness_overlay_last {
    top: 64%;
  }
  .prefer-a-quiz-content {
    justify-content: center;
  }
  .comparison-pts {
    height: unset;
  }
  .overlay_title {
    font-size: 14px;
  }
  .steps-des {
    font-size: 10px;
  }
  .step_btn {
    font-size: 8px;
  }
  .discount_review_text {
    max-width: 32ch;
  }
  .wellness_content {
    grid-template-columns: auto 65%;
    gap: 30px;
  }
  .single_reason {
    align-items: center;
  }
  .science_behind {
    grid-template-columns: 1fr;
  }
  .science_content {
    padding: 30px;
  }
  .trust_content {
    grid-template-columns: 50% auto;
    gap: 30px;
  }
  .advice_content {
    grid-template-columns: 40% auto;
    gap: 40px;
  }
  .allinone_block {
    padding: 40px 20px;
  }
  .faqs_content {
    grid-template-columns: 30% auto;
  }
  .story_item.review_box {
    padding: 15px;
    font-size: 16px;
  }
  .single_reason {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero_section {
    padding: 20px 0 20px;
  }
  .comparison-section {
    flex-direction: column;
  }
  .vitamin_content {
    display: block;
  }
  .discover_content .primary_btn {
    padding: 8px 16px;
  }
  .vitamin_content .section_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .prefer-a-quiz {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  .prefer-a-quiz-content {
    justify-content: center;
  }
  .overly_btn {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ask-about {
    padding: 8px 6px;
  }
  .hero_content {
    padding: 20px 15px;
    background-image: url(../images/hero-mbl.webp) !important;
    box-shadow: none;
    background-position: bottom center;
    min-height: 700px;
  }
  .wellness_content,
  .expert_content {
    display: block;
  }
  .research_content {
    flex-wrap: wrap;
  }
  .advice_block,
  .faqs_content,
  .stories_row.stories_row1,
  .stories_row.stories_row2,
  .science_behind,
  .trust_content,
  .advice_content {
    grid-template-columns: 1fr;
  }
  .allinone_block,
  .section_heading,
  .single_reason {
    flex-direction: column;
  }
  .single_reason {
    display: flex !important;
    align-items: center;
  }
  .science_content {
    padding: 20px;
    text-align: center;
  }
  .allinone_block {
    padding: 20px;
    gap: 20px !important;
  }
  .our_assessment {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .expert_content .section_heading {
    margin-bottom: 30px;
  }
  .research_carousel .owl-stage,
  .video-carousel .owl-stage,
  .stories_carousel .owl-stage {
    padding-left: 0 !important;
  }
  .single_research img {
    width: auto !important;
  }
  .stories_carousel .story_item img {
    width: auto;
  }
  .stories_content .h2 {
    max-width: 10ch;
    margin: 0 auto;
    line-height: 1.3;
  }
  .trustpilot_reviews p a {
    flex-direction: column;
    gap: 10px !important;
  }
  .faqs_content {
    gap: 30px;
  }
  .faqs_left .section_heading {
    text-align: center;
  }
  .science_content .section_heading {
    gap: 10px !important;
  }
  .section_heading .science_heading .h2 {
    max-width: 12ch;
    margin: 0 auto;
  }
  .discover_content .section_heading .h2 {
    max-width: 15ch;
    margin: 0 auto;
  }
  .customer_content .section_heading {
    max-width: 23ch;
    margin: 0 auto;
  }
  .faqs_right .btn {
    padding: 15px 20px;
  }
  .faqs_section {
    padding: 50px 0;
  }
  .science_content .section_heading {
    gap: 10px !important;
  }
  .stories_content .section_heading {
    max-width: 30ch;
    margin: 0 auto;
  }
  .owl-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
  }
  .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #e5f5c9;
    opacity: 1;
    display: inline-block;
    border-radius: 50%;
  }
  .owl-dots .owl-dot.active span {
    background-color: var(--green);
  }
  .wellness_carousel .owl-dots .owl-dot span {
    background-color: var(--lime);
  }
  .wellness_carousel .owl-dots .owl-dot.active span {
    background-color: var(--green);
  }
  .real_stories_section {
    background-image: url(../images/testimonial-bg-mbl.webp) !important;
  }
  .hero-space {
    padding-left: 0;
  }
}
