@font-face {
  font-family: "SuisseScreenTrial";
  src: url("../../custom/fonts/SuisseScreenTrial-Regular.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi_Regular";
  src: url("../../custom/fonts/Satoshi-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../custom/fonts/Roboto-VariableFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Common styles */
/* Import Google Fonts */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --font-card: "SuisseScreenTrial";
  --font-Satoshi: "Satoshi_Regular";
  --forest_Green: #1b3b13;
  --vibrant_Lime: #d5fa99;
  --dark_forest_Green: #142d0e;
  --Deep_Plum: #781945;
  --Green_BG: #d3d6bb;
  --airy_cream: #f0f1e9;
}
body {
  background-color: var(--airy_cream);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  font-family: var(--font-card);
  font-size: 48px;
}
p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-Satoshi);
}
.primary-btn-default {
  background-color: var(--forest_Green);
  color: var(--airy_cream);
  padding: 8px 20px;
  width: fit-content;
  border-radius: 50px;
  font-size: 18px;
  text-decoration: none !important;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.primary-btn-default:hover {
  background-color: var(--vibrant_Lime);
  color: var(--forest_Green);
}
.primary-btn-default:focus-visible,
.secondary-btn-default:focus-visible,
.secondary-btn-default:focus,
.primary-btn-default:focus {
  outline: none;
  border-radius: 50px;
}
.secondary-btn-default {
  background: transparent;
  border: 1px solid var(--vibrant_Lime);
  padding: 8px 20px;
  font-size: 18px;
  color: var(--vibrant_Lime);
  border-radius: 50px;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.secondary-btn-default:hover {
  color: var(--forest_Green);
  background-color: var(--vibrant_Lime);
}
.sticky-top {
  z-index: 10 !important;
}
.nutritionist_team_section,
.leadership_team_section,
.note_founder_section,
.all-in-one-section .content-area {
  max-width: 2000px;
  margin: auto;
}
.section_heading p {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 1rem !important;
}
.about_hero_area {
  min-height: 290px;
  padding: 40px 50px 50px;
}
.about_hero_area .container {
  max-width: 1440px;
}
.persona-box-wrapper {
  background-image: url("../../custom/images/about_updated/aboutUs-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 24px;
}
.persona-box-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  left: 6%;
  top: 28%;
  color: #f0f1e9;
  max-width: 480px;
}
.persona-box-head h1 {
  font-family: var(--font-card);
  font-size: 56px;
  color: var(--dark_forest_Green);
  margin-bottom: 12px;
}
.persona-box-head p {
  font-family: var(--font-card);
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: 400;
  color: var(--dark_forest_Green);
}
.persona-box-mobile-wrapper img {
  width: 100%;
  max-width: 311px;
  height: 325px;
}
.persona-box-mobile-wrapper {
  display: flex;
  flex-direction: column;
  font-family: var(--font-card);
  color: var(--dark_forest_Green);
  background-image: url("../../custom/images/about_updated/aboutUs-hero-mbl.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 15px;
  text-align: left;
  padding-top: 60px;
  border-radius: 24px;
  height: 890px;
}
.persona-box-mobile-wrapper h1 {
  margin: 0;
  text-align: left;
}
.our_team_section {
  background-color: var(--Green_BG);
  padding: 80px 0;
}
.our_team_header {
  margin: 0 auto 50px;
  max-width: 880px;
  font-family: Montserrat;
}
.our_team_header h1,
.our_team_header p {
  color: var(--dark_forest_Green);
}
.team_photo img {
  border-radius: 24px;
}
.leadership_team_section {
  background-color: #d9cfc357;
  padding: 70px 40px 120px;
}
.leadership_team_section .sec_header {
  font-size: 48px;
  margin-bottom: 30px;
  color: var(--dark_forest_Green);
  font-family: var(--font-card);
  text-align: center;
}
.leadership_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.leader_img {
  display: flex;
}
.leaders .leader_img button {
  border: none;
  background: transparent;
  margin: auto;
  position: relative;
  width: fit-content;
}
.leadership_img {
  width: 170px;
}
.greenArrow {
  width: fit-content;
  position: absolute;
  right: 0px;
  bottom: -5px;
}
.leader_header p {
  font-size: 32px;
  font-family: var(--font-card);
  text-align: center;
  margin-top: 24px;
  color: var(--dark_forest_Green);
}
.leader_subheader p {
  text-align: center;
  color: var(--dark_forest_Green);
  opacity: 50%;
  line-height: 120%;
}
.leadership_carousel .owl-prev {
  position: absolute;
  bottom: -65px;
  left: 45%;
}
.leadership_carousel .owl-next {
  position: absolute;
  bottom: -65px;
  right: 48%;
}
.leader_subhead {
  font-size: 22px;
  text-align: center;
  margin: auto;
  max-width: 1024px;
  margin-bottom: 100px;
}
.each-leader img {
  height: 400px;
}
.nutritionist_team_section {
  background-color: var(--Deep_Plum);
  padding: 67px 80px 80px;
}
.nutritionist_team_section .container {
  max-width: unset !important;
}
.nutritionist_wrapper {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
}
.nutritionist_content {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.nutritionist_content .sec_header {
  margin-bottom: 0;
}
.sec_header {
  color: #333436;
}
.capitalize {
  text-transform: capitalize;
}
.primary-red-btn:focus,
.primary-green-btn:focus {
  border-radius: 60px;
}
.meet_nutri {
  font-size: 18px;
  margin-bottom: 32px;
  color: var(--vibrant_Lime);
  font-weight: 400;
}
.nutritionist_content .primary-red-btn {
  font-size: 22px;
  background-color: #e5e0e6 !important;
  border-color: #e5e0e6;
  font-weight: 700;
  color: #3d5f32 !important;
}
.nutritionist_img {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 23px;
}
.nutri_left {
  display: grid;
  grid-template-rows: 66% auto;
}
.nutri_right {
  display: grid;
  grid-template-rows: 39% auto;
}
.small-img {
  height: 230px;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.nutritionist_content .sec_header {
  font-size: 48px;
  font-weight: 400;
  color: var(--vibrant_Lime);
  max-width: 100%;
  font-family: var(--font-card);
  letter-spacing: -2%;
}
.nutri_subheader {
  font-size: 24px;
  color: var(--vibrant_Lime);
  font-family: var(--font-card);
  margin-bottom: 32px;
}
.large-img {
  height: 399px;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.note_founder_section {
  display: flex;
  justify-content: space-between;
  padding: 80px 80px 130px;
}
.founder_content {
  max-width: 850px;
  color: #333436;
}
.founder_note {
  font-family: cardo;
  font-style: italic;
  font-size: 24px;
  margin-bottom: 0;
}
.note_header {
  font-size: 35px;
  font-weight: 700;
  font-family: cardo;
  margin-bottom: 65px;
}
.note_content_one {
  margin-bottom: 40px;
}
.note_content_one,
.note_content_two {
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 400;
}
.founder_signature {
  font-size: 24px;
  font-style: italic;
  font-family: cardo;
}
.founder-img img {
  border-radius: 20px;
  width: 725px;
}
.help_from_nutritions {
  margin: 30px 0 130px;
}
.help_from_nutritions .nutritionists_title h1 {
  padding: 15px 0;
}
.help_from_nutritions .text-center {
  margin: 15px 0 0;
}
.help_from_nutritions .text-center p {
  padding-bottom: 25px;
}
.nutritionists_title .learn_medication,
.nutritionists_title h3 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: "Open Sans";
}
.nutritionists_title h1 {
  font-family: Sentinel-Semibold;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 20px;
  position: relative;
}
.nutritionists_title p {
  line-height: 24px;
  font-family: "Open Sans";
  margin: 0;
}
.nutritionists_title p span {
  font-family: Sentinel-SemiboldItalic;
}
.all-in-one-section .content-area {
  display: grid;
  grid-template-columns: 40% auto;
  border-radius: 20px;
  gap: 10px !important;
}
.personalized-pack {
  width: 100%;
}
.health-class {
  font-style: italic;
  line-height: 50px;
}
.personalized-pack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.personalized-health {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  background-color: #fbe3ec;
  padding: 50px;
  text-align: center;
  align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.personalized-health .para.better-nutri {
  font-weight: 500;
}
.jason-total {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 40px;
}
.modal-dialog {
  max-width: 1000px;
}
.jason-image {
  width: 170px;
  margin-bottom: 16px;
  border-radius: 50%;
}
.Jason-content {
  text-align: center;
  color: #fff;
}
.Jason-content p {
  margin: 0;
}
.btn-close.custom-close:focus {
  box-shadow: none;
}
.modal-header {
  border: 0;
  margin: 0;
  padding: 0;
}
.modal-header .btn-close {
  font-size: 12px;
  position: absolute;
  right: 40px;
  top: 45px;
  z-index: 1000;
}
.modal-body {
  margin: 40px;
  padding: 0;
}
.modal-content {
  background-color: rgb(229, 245, 201);
  border-radius: 24px;
}
.jason-history p {
  letter-spacing: 4%;
  font-size: 16px;
}
.Jason-content .m-title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-card);
  letter-spacing: -2%;
  color: var(--dark_forest_Green);
}
.Jason-content .m-sub {
  font-size: 14px;
  font-weight: 300;
  color: var(--dark_forest_Green);
}
.jason-history {
  padding-right: 66px;
}
.spec-sec {
  font-weight: 700;
}
.m-title {
  font-weight: 600;
}
.m-sub {
  font-weight: 400;
}
.custom-close {
  opacity: 1 !important;
}
.vitamin_section {
  padding: 140px 0;
}
.vitamin_section .container {
  max-width: 1400px;
}
.angel_wrapper {
  display: grid;
  gap: 75px;
  grid-template-columns: 50% auto;
  align-items: center;
}
.angels_content h3 {
  font-size: 40px;
  font-family: Montserrat;
  color: #3d5f32;
  margin-bottom: 32px;
}
.persona-box-mobile-wrapper a {
  text-decoration: none;
}
.ourMission {
  margin-bottom: 8px !important;
}
.angels_content p {
  font-size: 22px;
  color: #121926;
  margin-bottom: 55px;
}
.vitamin-wrapper {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.vitamin-container {
  background-color: #3d5f32;
  border-radius: 20px;
  padding: 18px 35px;
}
.vitamin-container h4 {
  color: #faf7f3;
  font-size: 30px;
  font-family: Montserrat;
}
.vitamin-container p {
  margin-bottom: 0px;
  color: #faf7f3;
  font-size: 16px;
}
.red_banner {
  padding: 14px 0 27px;
  background-color: #a9391c;
}
.red_banner .owl-stage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100% !important;
  justify-content: center;
}
.each-red {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.each-red h4 {
  font-family: Montserrat;
  color: #faf7f3;
  font-size: 80px;
}
.each-red p {
  font-size: 22px;
  color: #faf7f3;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  max-width: 300px;
}
.support-link {
  font-family: var(--font-Satoshi) !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: var(--forest_Green) !important;
  border: 1px solid var(--forest_Green) !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
}
.ans-text.mb-4 {
  padding-bottom: 21px !important;
}
.faq-left {
  display: grid !important;
  grid-template-columns: 100% !important;
}
.health-content {
  background-position: center;
  border-radius: 30px;
  background-size: cover;
}
.health_wrapper {
  background: linear-gradient(
    90deg,
    rgba(134, 130, 130, 0.1) 0%,
    rgba(32, 31, 31, 0.6) 50%,
    rgba(11, 11, 11, 0.7) 100%
  );
  padding: 70px 50px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.health_wrapper ul {
  color: #eff0e8;
  font-size: 40px;
  font-weight: 700;
  margin-left: 150px;
}
.health_wrapper li {
  position: relative;
}
.health_wrapper p {
  color: #eff0e8;
  font-size: 26px;
  font-weight: 500;
  margin-left: 150px;
  margin-top: 33px;
  margin-bottom: 80px;
}
.health_wrapper .tertiary-btn-default.primary-red-btn {
  background-color: #faf7f3;
  border-color: #faf7f3;
  color: #3d5f32 !important;
  margin-left: 150px;
  margin-top: 80px;
}
.your-health .container {
  margin: 170px auto;
}
.transparency-wrapper {
  backdrop-filter: blur(38.79999923706055px);
  background-color: #781945;
  border-radius: 20px;
}
.transparency-main {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 50px;
}
.simple_wrapper {
  display: flex;
  gap: 24px;
}
.simple-section-head,
.transparency-section-head {
  color: #f0f1e9;
}
.simple-section-head h3,
.transparency-section-head h3 {
  font-family: var(--font-card);
  font-size: 32px;
  color: var(--airy_cream);
  margin-bottom: 12px;
}
.simple-section-head p,
.transparency-section-head p {
  font-family: var(--font-Satoshi);
  font-size: 18px;
  color: var(--airy_cream);
}
.transparency-main img {
  flex: 1;
  object-fit: cover;
  height: 300px;
}
.transparency-space {
  padding: 50px;
}
.backed-wrapper {
  background-color: var(--forest_Green);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
}
.backed-head h1 {
  color: var(--airy_cream);
  font-family: var(--font-card);
  font-size: 48px;
}
.backed-head h1 span {
  color: var(--vibrant_Lime);
}
.healthier-you-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  color: var(--vibrant_Lime);
  place-items: center;
  padding: 150px 64px;
}
.Healthier-You-wrapper {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.health-head {
  width: 100%;
}
.health-head h1 {
  font-family: var(--font-card);
  font-size: 56px;
  color: var(--vibrant_Lime);
}
.health-content p {
  font-family: var(--font-Satoshi);
  font-size: 20px;
  margin-bottom: 40px;
  color: var(--vibrant_Lime);
}
.health-content a {
  color: var(--vibrant_Lime);
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--vibrant_Lime);
  border-radius: 30px;
  padding: 12px 24px;
  font-family: var(--font-Satoshi);
}
.simple-image,
.transparency-image {
  display: block;
}
.simple-mobile,
.transparency-mobile {
  display: none;
} /* faq css */
.faqs {
  background-color: var(--airy_cream) !important;
}
.card-header > a.btn::after {
  background-image: url("../../custom/images/about_updated/greenDownArrow.svg") !important;
}
.card-header > a.btn:not(.collapsed)::after {
  background-image: url("../../custom/images/about_updated/greenUpArrow.svg") !important;
}
.faq-section .card {
  border-radius: 24px !important;
  background: var(--airy_cream) !important;
}
.pera_text {
  font-family: var(--font-Satoshi) !important;
  color: var(--forest_Green) !important;
}
.pera_text a {
  color: var(--forest_Green) !important;
}
.banner_text {
  background-image: url("../../custom/images/about_updated/VA_HeroBg.webp") !important;
  background-repeat: no-repeat;
  background-position: right 24% center;
  width: 100%;
  background-size: cover;
  height: fit-content;
}
.mobile_banner_text h1 {
  font-family: var(--font-card);
}
.mobile-banner-text p {
  font-size: 20px;
  font-family: "satoshi";
}
.mobile_banner_text {
  max-width: 50%;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #f0f1e9;
  padding-left: 64px;
}
.purchase-wrapper-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(7%, -50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  backdrop-filter: blur(38.8px);
  color: var(--vibrant_Lime);
  padding: 20px 48px;
  border-radius: 20px;
  max-width: 40%;
  box-shadow: rgba(213, 250, 153, 0.5) 1px 0px 1px;
  background-color: rgba(000, 000, 000, 0.2);
}
.va_text {
  position: absolute;
  bottom: 33px;
  right: 130px;
  color: var(--vibrant_Lime);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -2%;
}
.purchase-wrapper-head h1 {
  font-size: 40px;
}
.purchase-wrapper-head p {
  font-size: 18px;
  font-weight: 500;
}
.purchase-wrapper-head p.bold-font {
  font-weight: 700;
}
.your-purchase-wrapper {
  background-image: url("../../custom/images/about_updated/purchase_helpBg.webp");
  background-repeat: no-repeat;
  background-position: 30%;
  width: 100%;
  background-size: cover;
  height: 630px;
  position: relative;
}
.banner_mobie_display {
  display: block !important;
}
.banner_mobie_display_mbl {
  display: none !important;
}
.card-header {
  border-radius: 24px !important;
  padding: 16px 40px;
}
.card-header > a.btn {
  color: var(--forest_Green) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}
.qns-faq {
  font-size: 56px;
  font-family: var(--font);
  letter-spacing: -2%;
  font-weight: 500;
}
.ans-text.mb-4 {
  font-family: "Roboto";
  font-size: 18px;
}
.owl-dots .owl-dot span {
  display: none !important;
}
@media screen and (max-width: 1400px) {
  .your-purchase-wrapper {
    height: 650px;
  }
}
@media screen and (max-width: 1140px) {
  .transparency-main {
    flex-direction: column;
  }
  .banner_text {
    background-position: center;
  }
  .your-purchase-wrapper {
    height: 953px;
    background-position: left;
  }
}
@media screen and (max-width: 767px) {
  .transparency-main {
    flex-direction: column;
    padding: 20px;
  }
  .transparency-main img {
    height: 300px;
    width: 100%;
    gap: 32px;
  }
  .banner_text {
    background: none !important;
  }
  .purchase_outer {
    padding: 40px 32px;
    padding-bottom: 0;
  }
  .purchase-wrapper-head {
    position: unset !important;
    transform: none !important;
    max-width: 100%;
    backdrop-filter: none;
    padding: 12px;
  }
  .va_text {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    position: unset;
  }
  .purchase-wrapper-head img {
    border-radius: 12px;
  }
  .simple-image,
  .transparency-image {
    display: none;
  }
  .simple-mobile,
  .transparency-mobile {
    display: block;
  }
  .backed-head h1 {
    text-align: center;
    font-size: 32px;
    margin: 0;
  }
  .healthier-you-grid {
    grid-template-columns: 1fr;
    padding: 80px 26px;
  }
  .transparency-space {
    padding: 40px 32px;
  }
  .your-purchase-wrapper {
    background-position: right !important;
    height: fit-content;
  }
  .health-content p {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1440px) {
  .about_hero_text h1 {
    font-size: 64px;
  }
  .about_hero_content {
    font-size: 20px;
  }
  .aboutHeroImgWrapper {
    margin-left: 50px;
  }
  .hero_img_text,
  .hero_img_text_two {
    font-size: 21px;
  }
  .founder_content {
    max-width: 600px;
    margin-right: 30px;
  }
  .founder_note {
    font-size: 22px;
  }
  .founder_signature {
    font-size: 22px;
  }
  .note_header {
    margin-bottom: 50px;
    font-size: 28px;
  }
  .note_content_one,
  .note_content_two {
    font-size: 18px;
  }
  .founder-img img {
    width: 494px;
  }
  .leader_img button {
    width: 280px;
  }
  .sec_content_area p,
  .transparency_sec p {
    font-size: 18px;
  }
  .nutritionist_wrapper {
    grid-template-columns: 44% auto;
  }
  .meet_nutri {
    font-size: 18px;
  }
  .nutritionist_content {
    max-width: 420px;
  }
  .personalized-health .para.better-nutri {
    font-size: 18px;
  }
  .personalized-health {
    gap: 30px;
  }
  .personalized-health .primary-green-btn {
    font-size: 24px;
  }
  .ans-text {
    font-size: 26px !important;
  }
  .card-header > a.btn {
    font-size: 16px !important;
  }
  .leadership_team_section {
    padding-left: 66px;
  }
  .sec_header {
    font-size: 36px !important;
  }
  .leadership_carousel .owl-prev {
    left: 42%;
  }
  .leadership_carousel .owl-next {
    right: 46%;
  }
  .large-img {
    height: 315px;
  }
  .small-img {
    height: 180px;
    width: 100%;
    object-position: top;
  }
  .nutritionist_content .primary-red-btn {
    font-size: 15px;
  }
  .health_wrapper ul {
    color: #eff0e8;
    font-size: 32px;
  }
  .health_wrapper p {
    color: #eff0e8;
    font-size: 24px;
  }
  .primary-red-btn {
    font-weight: 700;
    font-size: 25px !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1260px) {
  .persona-box-head {
    left: 4%;
  }
  .about_hero_area {
    padding: 70px 40px 50px;
  }
  .our_team_section {
    padding: 70px 0;
  }
  .leadership_team_section {
    padding: 70px 20px 120px;
  }
  .nutritionist_team_section {
    padding: 80px 40px;
  }
  .note_founder_section {
    padding: 80px 40px 130px;
  }
}
@media only screen and (max-width: 1200px) {
  .about_hero_text h1 {
    font-size: 56px;
  }
  .about_hero_content {
    font-size: 18px;
  }
  .aboutHeroImgWrapper {
    margin-left: 0;
  }
  .hero_img_text,
  .hero_img_text_two {
    font-size: 14px;
  }
  .make_it_simple_sec,
  .transparency_sec {
    margin-top: 90px;
  }
  .about_hero_area .col-sm-4 {
    width: 42%;
  }
  .about_hero_area .col-sm-8 {
    width: 58%;
  }
  .leadership_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .sub-headings {
    font-size: 24px;
  }
  .note_content_one {
    margin-bottom: 28px;
  }
  .nutritionist_team_section {
    padding: 110px 40px 60px;
  }
  .note_founder_section {
    padding: 80px 40px 70px;
  }
  .nutritionist_content .primary-red-btn {
    font-size: 18px;
  }
  .meet_nutri {
    margin-bottom: 60px;
  }
  .nutri_subheader {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .nutritionist_wrapper {
    gap: 30px;
  }
  .nutritionist_content {
    max-width: unset;
  }
  .meet_nutri {
    font-size: 16px;
  }
  .founder_note {
    font-size: 18px;
  }
  .founder_content {
    max-width: 520px;
  }
  .note_content_one,
  .note_content_two {
    font-size: 14px;
  }
  .note_header {
    margin-bottom: 30px;
  }
  .personalized-health .para.better-nutri {
    font-size: 16px;
  }
  .personalized-health .primary-green-btn {
    font-size: 18px;
  }
  .personalized-health {
    gap: 18px;
  }
  .leadership_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .about_hero_area .col-sm-4 {
    width: 100%;
  }
  .about_hero_area .col-sm-8 {
    width: 100%;
  }
  .sec_content_area p,
  .transparency_sec p {
    font-size: 16px !important;
  }
  .sec_content_area {
    margin-left: 45px;
  }
  .meet_nutri {
    font-size: 14px;
  }
  .nutritionist_content .primary-red-btn {
    font-size: 14px;
  }
  .meet_nutri {
    margin-bottom: 40px;
  }
  .nutritionist_team_section {
    padding: 88px 40px 40px;
  }
  .note_founder_section {
    flex-direction: column;
    gap: 40px;
  }
  .founder_content {
    order: 2;
    max-width: unset;
    margin-right: 0;
  }
  .note_content_one,
  .note_content_two {
    font-size: 18px;
  }
  .health-head h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #mainNav {
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    top: 59px !important;
  }
  .card-header {
    padding: 3px !important;
  }
  .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle.show::before {
    display: none !important;
  }
  .about_hero_area {
    padding: 30px 8px 17px;
  }
  .about_hero_content {
    margin-top: 20px;
  }
  .aboutHeroImgWrapper {
    margin-top: 17px;
    flex-direction: column;
    gap: 15px;
  }
  .sec_content_area .sec_header,
  .transparency_sec .sec_header {
    font-size: 26px !important;
  }
  .about_hero_content {
    font-size: 20px;
  }
  .hero_img_two {
    display: flex;
    align-items: center;
  }
  .hero_img_text_two,
  .hero_img_text {
    margin-left: 15px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
  }
  .about_hero_text h1 {
    font-size: 43px;
    margin: 0 auto;
    max-width: 500px;
    color: #12284c;
  }
  .make_it_simple_sec,
  .transparency_sec {
    grid-template-columns: 100%;
    margin-top: 45px;
    gap: 30px;
  }
  .transparency_sec .sec_img_area {
    order: 2;
  }
  .sec_content_area {
    margin-left: 0;
  }
  .sec_content_area p,
  .transparency_sec p {
    font-size: 16px;
  }
  .modal-dialog {
    margin: 20px;
  }
  .our_team_section {
    color: #12284c;
    padding: 0;
    padding: 40px 0 60px;
  }
  .team_photo {
    margin: 0 32px;
  }
  .our_team_header p {
    font-weight: 400;
    padding: 0 40px;
    font-size: 18px;
  }
  .our_team_section .container {
    padding: 0;
    color: #fff;
    overflow: hidden;
  }
  .leadership_team_section {
    padding: 45px 20px 100px;
  }
  .members_list {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
  }
  .leadership_team_section .sec_header {
    margin-bottom: 50px;
    font-size: 36px !important;
  }
  .greenArrow {
    right: 48px;
    bottom: 7px;
  }
  .nutritionist_content .sec_header {
    margin-bottom: 24px;
  }
  .nutritionist_mbl {
    order: 2;
    margin: 40px 0;
  }
  .nutritionist_mbl .owl-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .nutritionist_mbl .owl-dots .owl-dot.active {
    background-color: #d6aeff;
  }
  .nutritionist_mbl .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: rgba(214, 174, 255, 0.36);
    margin-left: 10px;
    border-radius: 50%;
  }
  .carousel-indicators.carousel-two {
    margin-top: 22px;
    position: absolute;
    bottom: -55px;
  }
  .carousel-indicators.carousel-two [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: var(--forest_Green);
    margin: 0 5px;
    transition: all 0.3s ease;
    opacity: 26%;
  }
  .carousel-indicators.carousel-two .active {
    opacity: 100%;
  }
  .team_photo img {
    width: 100%;
  }
  .jason-total {
    grid-template-columns: 100%;
  }
  .jason-history {
    padding: 0;
  }
  .nutritionist_wrapper {
    grid-template-columns: 100%;
  }
  .nutritionist_content {
    order: 2;
  }
  .nutritionist_img {
    gap: 6px;
  }
  .nutritionist_wrapper {
    margin-top: -37px;
  }
  .meet_nutri {
    font-size: 18px;
  }
  .note_header {
    margin-bottom: 20px;
  }
  .nutritionist_team_section {
    padding: 85px 32px 50px;
  }
  .nutritionist_content .primary-red-btn {
    font-size: 16px;
    width: 100%;
    display: block;
  }
  .all-in-one-section .content-area {
    grid-template-columns: 100%;
    gap: 0 !important;
    padding: 0 0;
  }
  .personalized-pack {
    order: 2;
  }
  .sub-headings {
    font-size: 26px;
  }
  .personalized-health {
    padding: 34px;
  }
  .personalized-health .para.better-nutri {
    font-size: 18px;
    line-height: 30px;
  }
  .personalized-health {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .personalized-pack img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .persona-box-mobile-wrapper p {
    margin-top: 20px;
    font-size: 18px;
  }
  .persona-box-mobile-wrapper .primary-btn-default {
    margin: 32px 0 24px;
  }
  .persona-box-mobile-wrapper img {
    max-width: 100%;
    object-fit: contain;
  }
  .simple_wrapper {
    flex-direction: column;
  }
  .faq-section {
    margin-top: 60px;
  }
  .mb-4.qns-faq {
    font-size: 36px !important;
  }
  .mobile_banner_text {
    color: var(--forest_Green);
    max-width: 100%;
    padding: 20px 32px 40px;
  }
  .banner_text {
    background: none;
    background-image: none !important;
  }
  .mobile_banner_text p {
    font-size: 16px;
  }
  .mobile_banner_text h1 {
    font-size: 36px;
  }
  .mobile_banner_text img {
    width: 100%;
  }
  .va_logo {
    width: 142px !important;
  }
  .purchase-wrapper-head h2 {
    font-size: 24px;
  }
  .purchase-wrapper-head p {
    font-size: 16px;
  }
  .pera_text {
    font-size: 18px;
    opacity: 50%;
  }
  .faqs_right .card-body {
    padding-right: 0 !important;
  }
  .wellness_carousel .owl-dots .owl-dot span {
  display: inline-block !important;
}
}
@media only screen and (max-width: 480px) {
  .hero_img_text_two,
  .hero_img_text {
    font-size: 14px;
  }
  .personalized-health .primary-green-btn {
    font-size: 16px;
  }
  .note_founder_section {
    padding: 35px 40px 70px;
  }
  .wellness_carousel .owl-dots .owl-dot span {
  display: inline-block !important;
}
}
