/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&amp;family=Montserrat:wght@400;600&amp;display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Define the fonts in root variables */
:root {
    --font-card: 'Cardo', serif;
    --font-montserrat: 'Montserrat', sans-serif;
    --primary-color: #3F0071;
    --secondary-color: #f8f8f8;
    --text-color: #121926;
    --sec-text-color: #001A6E;
    --white: #FFFFFF;
    --mustard : #FAD054;

}
.text_primary {
    color:var(--primary-color);
}
.text-mustard {
    color:var(--mustard);
}
.bg-primary-blue {
    background-color:var(--primary-color);
}
.bg-primary-blue {
    padding: 8px 0px 10px;
}
.twenty_off_banner h3 {
    text-align: center;
    margin-bottom: 0px;
}
.twenty_off_banner h3 a {
    font-family: var(--font-montserrat) !important;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    text-align: center;
    padding:10px 20px;
    margin:0;
    text-decoration: none !important;

}
.twenty_off_banner h3 a:hover {
    color:var(--mustard)!important;
}
.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews .border-right {
    border-right:2px solid var(--primary-color);
    padding-right:17px;
}
.people-img {
    width:35px;
    margin-right:15px;
}
/* Apply the fonts */
.jan_new_home h1, .jan_new_home h2, .jan_new_home h3, .jan_new_home h4, .jan_new_home h5, .jan_new_home h6, .jan_new_home .title, .jan_new_home .headline {
    font-family: var(--font-card);
}

body.jan_new_home, .jan_new_home button, .jan_new_home .body-text, .jan_new_home .button-copy {
    font-family: var(--font-montserrat);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
}
.jan_new_home .content_area {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}
.jan_new_home .hero_section {
    position: relative;
    width: 100%;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(84, 5, 103, 0.23);
}
.jan_new_home .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.jan_new_home .content {
    display: grid;
    place-items: center;
    text-align: center;
    background: transparent;
    padding: 2rem;
}
.jan_new_home .content h1 {
    font-family: var(--font-card);
    font-size: clamp(30px, 3vw, 60px);
    font-weight: 700;
    line-height: 65px;
    padding: 0 0 15px;
    border-bottom: 2px solid var(--text-color);
    color: var(--text-color);
}
.jan_new_home .content p {
    font-size: clamp(24px, 3vw, 24px);
    font-weight: 500;
}
.jan_new_home .primary-btn-default {
    color: #3F0071;
    font-size: clamp(16px, 2vw, 18px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.58);
    padding: 15px 30px 12px;
    font-weight: 700;
    max-width: 380px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.jan_new_home .secondary-btn-default {
    color: #fff;
    font-size: clamp(16px, 2vw, 18px);
    border-radius: 50px;
    border: 3px solid #E5E0E6;
    background: #3F0071;
    padding: 15px 30px;
    font-weight: 700;
    max-width: 350px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.jan_new_home .tertiary-btn-default {
    color: #fff !important;
    font-size: clamp(16px, 2vw, 18px);
    border-radius: 50px;
    border: none;
    background: #3F0071;
    padding: 15px 30px;
    font-weight: 700;
    max-width: 350px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.jan_new_home .primary-btn-default:hover {
    color: #3F0071;
    border: 1px solid #FAD054;
    background: #FAD054;
}

/* .jan_new_home .primary-btn-default span {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.jan_new_home .primary-btn-default:hover span {
    transform: translateX(-5px);
} */

.hero_wrapper {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.persona_hero {
    padding: 50px 0 30px;
}
.hero_txt .h1 {
    font-size: clamp(28px, 2.5vw, 40px);
}
.hero_txt p {
    font-size: clamp(18px, 2vw, 22px);
}
.five_minutes_wrapper {
    background-color: #3F0071;
    padding: 40px 50px;
    border-radius: 20px
}
.five_minutes_wrapper {
    display: grid;
    grid-template-columns: 37% auto;
    gap: 10%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.five_minutes {
    padding: 30px 0 50px;
}
.five_minutes_txt p {
    font-size: clamp(18px, 2vw, 22px);
    max-width: 40ch;
}
.jan_new_home .secondary-btn-default:hover {
    color: #3F0071;
    border: 3px solid #E5E0E6;
    background: var(--white);
}
.jan_new_home .tertiary-btn-default:hover {
    background: rgba(63, 0, 113, 0.36);
    border:none
}

.jan_new_home .primary-btn-default:hover, .jan_new_home .tertiary-btn-default:hover, .jan_new_home .secondary-btn-default:hover, .jan_new_home .primary-btn-default:focus, .jan_new_home .secondary-btn-default:focus, .jan_new_home .tertiary-btn-default:focus {
    border-radius: 50px;
}
.jan_new_home .content button:hover {
    background: #333;
}

.jan_new_home .features-section {
    width: 100%;
    text-align: center;
    padding: 30px 15px;
}
.jan_new_home .features-section .reviews {
    font-size: 1.2rem;
    color: #4a4a4a;
}
.jan_new_home .reviews a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    color: var(--primary-color);
}
.jan_new_home .reviews a:hover {
    color: var(--primary-color);
}
.jan_new_home .features-section .reviews span {
    color: var(--primary-color);
    font-family: Montserrat;
    font-size: clamp(16px, 3vw, 20px);
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    margin-left: 15px;
}
.jan_new_home .features-section .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 2rem;
}

.jan_new_home .feature-container {
    text-align: center;
    max-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jan_new_home .mbl_index {
    position: absolute;
    left: -97px;
    width: 160px;
    bottom: -60px;
}
.jan_new_home .feature {
    width: 180px;
    height: 180px;
    margin: 20px auto;
}

.jan_new_home .feature-container p {
    margin-top: 0.5rem;
    color: var(--text-color);
    text-align: center;
    font-size: clamp(10px, 3vw, 24px);
    font-weight: 700;
}

.jan_new_home .assessment-section {
    width: 100%;
    padding: 60px 0px 100px;
    background: var(--primary-color);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
}
.jan_new_home .why_persona {
    margin: 30px auto 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 60px;
}

.jan_new_home .why_persona_one .assessment-image {
    position: relative;
    height: 500px;
    margin: auto 0px auto 40px;
}
.jan_new_home .why_persona_one .why-background-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* .jan_new_home .why_persona_one .assessment-image img {
    position: absolute;
    left: -97px;
    width: 160px;
    bottom: -60px;
} */
.jan_new_home .assessment-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.jan_new_home .point_one h2 {
    color: #121926;
    opacity: 0.1;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.95);
    font-size: clamp(130px, 3vw, 180px);
    font-style: normal;
    font-weight: 700;
    line-height: 0.6;
}
.jan_new_home .why_persona_one .point_one h2 {
    color: inherit;
    opacity: 0.3;
}
.jan_new_home .point_text {
    margin: 40px auto 40px;
    display: grid;
    gap: 30px;
}
.jan_new_home .assessment-text .point_text h2 {
    text-shadow: 0px 2px 2px rgba(0, 26, 110, 0.22);
    font-family: Cardo;
    font-size: clamp(32px, 3vw, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

.jan_new_home .assessment-text p {
    font-family: Montserrat;
    font-size:  clamp(18px, 3vw, 22px);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.jan_new_home .assessment-text button {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    color: var(--sec-text-color);
    background: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.jan_new_home .assessment-text button:hover {
    background: #e6e6e6;
}
.jan_new_home .assessment-section.why_persona_one {
    color: #fff;
}
.jan_new_home .assessment-section.why_persona_two {
    background-color: #E6DDD6;
    color: var(--text-color);
    padding: 60px 0px 0px;
}
.jan_new_home .assessment-section.why_persona_three {
    background-color: #fff;
    color: var(--text-color);
    padding: 90px 0px;
}
.jan_new_home .buit_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
  
.jan_new_home .buit-feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.jan_new_home .icon {
    width: 26px;
    height: 26px;
}
.jan_new_home .buit_in p {
    font-weight: 600;
    margin: 0;
    font-size: clamp(16px, 3vw, 16px);;
}
/* three points css closes here */

/* Products card */
.jan_new_home .product-section {
    width: 100%;
    padding: 3rem 1rem;
    background: #f4f0ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3rem;
}

.jan_new_home .product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jan_new_home .product-card {
    max-width: 250px;
    text-align: center;
}

.jan_new_home .product-card img {
    max-width: 100%;
    border-radius: 50%;
    background: var(--primary-color);
    padding: 1rem;
}

.jan_new_home .product-card h3 {
    font-family: var(--font-card);
    font-size: 1.5rem;
    margin: 1rem 0;
}

.jan_new_home .product-card p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.jan_new_home .product-card button {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.jan_new_home .product-card button:hover {
    background: #50287c;
}

.jan_new_home .product-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jan_new_home .carousel-button {
    font-size: 2rem;
    cursor: pointer;
    background: none;
    border: none;
    color: var(--sec-text-color);
}
/* .howitwork_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
} */

/* trusted_by_customer css */
.jan_new_home .trusted_by_customer {
    background: #F1EEFD;
    padding: 60px 0;
}
.jan_new_home .trust_customer .tertiary-btn-default {
    max-width: 390px;
}
.jan_new_home .trusted_by_customer .trust_customer h3, .jan_new_home .science_driven_hero h4, .jan_new_home .elevate_hero h4, .jan_new_home .vit_hero h5, .jan_new_home .persona_text h5 {
    text-shadow: 0px 2px 2px rgba(0, 26, 110, 0.22);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}
.jan_new_home .vit_hero h5 {
    text-transform:unset;
}
.jan_new_home .trusted_by_customer .trust_customer p, .jan_new_home .science_driven_hero p, .jan_new_home .elevate_hero p, .jan_new_home .vit_hero p {
    font-family: Montserrat;
    font-size: clamp(18px, 3vw, 22px);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.jan_new_home .trust_customer .tertiary-btn-default {
    max-width: 390px;
}
/* end trusted_by_customer css */

/* science_driven csss */
.jan_new_home .science_driven_one {
    background: #eef3f7;
    background-color: rgb(238, 243, 247);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    background-image: url(../webp/persona_melatonin3mg_desktop.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #36619d;
    min-height: 700px;
    position: relative;
}
.jan_new_home .science_driven_two {
    background: #3F0071;
    min-height: 700px;
    position: relative;
}
.jan_new_home .science_driven_three {
    background: #E6DDD6;
    min-height: 700px;
    position: relative;
}
.jan_new_home .scince_driven_text {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.jan_new_home .science_based_nutrition {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jan_new_home .advisor_wrapper {
    max-width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jan_new_home .medical_advisor img {
    width: 300px !important;
}
.jan_new_home .science_driven_two p, .jan_new_home .science_driven_two a {
    color: #FAD054;
}

.jan_new_home .medical_advisor {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px auto 0px;
  gap: 30px;
}
/* end science_driven css */

/* innovation_elevate css */
.jan_new_home .innovation_elevate {
    background: #fff;
    padding: 60px 0;
}
/* End innovation_elevate css */

/* vitamin_angels css */
.jan_new_home .vitamin_angels {
    background: #F1EEFD;
    padding: 60px 0;
}
.jan_new_home .vitamin_angels_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.jan_new_home .persona_offer .persona_text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* align-items: center; */
    margin: 0px auto -160px;
}
.jan_new_home .angels_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.jan_new_home .angels_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jan_new_home .angels_text a {
    color: var(--text-color);
    font-weight: 600;
}
.jan_new_home .angels_img img.angels_logo {
    width: 300px;
}
/* End vitamin_angels css */

.jan_new_home .persona_offer {
    background: #3F0071;
    padding: 0px 0;
    display: none;
}
.jan_new_home .persona_text h5 {
    color: #fff;
    margin-bottom: 50px;
}
.jan_new_home .offer_hero_text {
    width: 100%;
    max-width: 84%;
    margin: -100px auto 0 !important;
    margin-top: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.jan_new_home .trust_customer {
    margin: 0 0 40px;
    text-align: left;
    max-width: 600px;
}
.jan_new_home .innovation_text {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.jan_new_home .elevate_hero {
    margin: 0px 60px;
}
.jan_new_home .innovation_text h4 {
    margin: 20px auto 36px;
}
.jan_new_home .innovation_text .tertiary-btn-default {
    margin: 20px auto 45px;
}
.jan_new_home .offer_btn a {
    float: right;
}
/* Supplements View css */
/* Accordian Styles */
.jan_new_home .accordian-item-wrapper {
    min-height: 300px;
    margin: 0 auto;
}

.jan_new_home .accordian-item-wrapper h2 {
    position: relative;
}

.jan_new_home .accordian-item-wrapper h2::after {
    position: absolute;
    content: "";
    background: #3F0071;
    width: 300px;
    height: 4px;
    left: 16px;
}
.jan_new_home .accordion-item-one, .jan_new_home .accordion-item-two, .jan_new_home .accordion-item-three, .jan_new_home .accordion-item-four {max-width:320px;width:100%;}
.jan_new_home .accordion-button {
    min-height: 130px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    position: relative;
    background-color: transparent;
}
.jan_new_home .accordion-button::after, .accordion-button:not(.collapsed)::after {
    background-image: unset;
}
.jan_new_home .car-one.protocol_image_new {
    background: #3084EF !important;
}
.jan_new_home .car-two.protocol_image_new {
    background: #F1E7B9 !important;
}
.jan_new_home .car-three.protocol_image_new {
    background: #DA473D !important;
}
.jan_new_home .car-one a.pill_learn_more {
    background: rgba(255, 255, 255, 0.32);
}
.jan_new_home .car-two a.pill_learn_more {
    background: rgba(255, 255, 255, 0.32);
}
.jan_new_home .car-three a.pill_learn_more {
    background: rgba(255, 255, 255, 0.32);
}
.jan_new_home .protocol_image_new img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 360px !important;
    height: 350px !important;
}
.jan_new_home .protocol_image_new img.b12_pill{
    max-width: unset !important;
    height: unset !important;
}
.jan_new_home .accordion-button[aria-expanded="true"]::before {
    position: absolute;
    content: "-";
    width: 20px;
    height: 20px;
    background-image: unset;
    -webkit-transition: none;
    transition: none;
    right: -2px;
    bottom: 48px;
}

.jan_new_home .accordion-button::before {
    position: absolute;
    content: "+";
    width: 32px;
    height: 32px;
    background-image: unset;
    -webkit-transition: none;
    transition: none;
    right: -2px;
    bottom: 35px;
    font-size: 36px;
}

.jan_new_home .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jan_new_home .accordion-button:focus {
    border-color: none;
}

.jan_new_home .accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jan_new_home .accordion-body {
    font-size: 22px;
    max-width: 432px;
    color: #3F0071;
}
.jan_new_home .supplement_view {
    padding: 90px 0;
}
.jan_new_home .pill_video {
    position: absolute;
    top: 13%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    border: 15px solid #3F0071;
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
.jan_new_home .carosel-section {
    background-color: #E6DDD6;
}
.jan_new_home #pill-carousel {
    position: relative;
}

.jan_new_home #pill_carousel .single_item_new {
    display: grid;
    grid-template-columns: 52% 48%;
    margin: 0 auto;
}

.jan_new_home #pill_carousel .protocol_image_new,
.jan_new_home #pill_carousel .protocol_title_new {
    width: 100%;
}

.jan_new_home #pill_carousel .protocol_image_new {
    padding: 50px 60px 100px;
}

.jan_new_home #pill_carousel .pill_advisor {
    border-radius: 43px;
}

.jan_new_home #pill_carousel a {
    text-decoration: none;
}

.jan_new_home #pill_carousel a:hover {
    text-decoration: none;
}

.jan_new_home #pill_carousel a.pill_learn_more {
    color: #121926;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 20px 20px 30px;
    border-radius: 43px 0px 0px 43px;
}

.jan_new_home #pill_carousel a.pill_vitamin_advisor {
    color: #121926;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 43px 43px 0;
}

.jan_new_home #pill_carousel .pill_detail {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.40);
    color: #121926;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.jan_new_home #pill_carousel .protocol_title_new {
    padding: 20px 30px;
}

.jan_new_home #pill_carousel .protocol_title_new h3 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}

.jan_new_home #pill_carousel .pill_detail {
    padding: 0 20px 0 30px;
}


.jan_new_home #pill_carousel .pill_detail {
    max-width: 430px;
    width: 100%;
    padding: 10px 20px;
}

/* Prev and Next Button Styles */
.jan_new_home #pill_carousel .owl-prev {
    position: relative;
}

.jan_new_home #pill_carousel .owl-prev::after {
    position: absolute;
    content: "";
    background: #000;
    height: 36px;
    width: 2px;
    left: 65px;
    top: 5px;
}

.jan_new_home #pill_carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    background-color: #fff;
    padding: 7px 15px;
    border: 1px solid var(--text-color);
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

/* Nutrinist section changes */
.why_persona_three .assessment-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    overflow: hidden;
    min-height: 500px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
  .nutritionist_mage {
    background-color: #F1EEFD;
    overflow: hidden;
    min-height: 500px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
.nutritionist_mage.nist_two {
    background-color: #DBD2FF;
}
.nutritionist_mage.nist_three {
    background-color: #B7A5FF;
}
.nutritionist_mage img {
    width: 100%;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    max-height: 400px;
    height: 100%;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nutritionist_mage img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* Trustpilot review */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
}
.grid-item {
    padding: 40px;
    text-align: left;
    border: 1px solid var(--text-color);
    position: relative;
    overflow: hidden;
}
.reviwer_name {
    text-align: right;
}
.full-width {
    grid-column: span 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.full-width .grid-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.review_quote {
    padding-right: 80px;
}
.quote {
    font-size: 30px;
    color: var(--primary-color);
}
.stat {
    font-size: 100px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--font-card);
    line-height: 90px;
}
.initail_show {
    display: block;
}
.hover_show {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.grid-item:hover .hover_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}
.initail_show {
    display: block;
    position: absolute;
    bottom: 10px;
    /* left: 50%;
    transform: translateX(-50%); */
    text-align: center;
}
.get_20off_every_order {
    color:var(--primary-color);
    font-weight:700;
    text-align: center;
    font-size:20px;
    line-height:30px;
    padding:30px 0;
    font-family:var(--font-montserrat)!important;
    text-transform: capitalize;
}
p.trust_rate {
    display: block;
    margin-top: 40px;
    color: var(--text-color);
    font-weight: 600 !important;
}
p.trust_rate a {
    color: var(--text-color);
    cursor: pointer;
}
p.trust_rate a:hover {
    color: var(--text-color);
}
.hover_show .primary-btn-default:hover {
    color: #fff;
    border: 2px solid #fff;
    background: #3F0071;
}
.save_twenty_content {
    display: grid;
    grid-template-columns:53% auto;
}
.save_twenty_right img{
    height:100%;
    width:100%;
}
.save_twenty_left {
    padding:50px;
    background-color:var(--primary-color); 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.save_left_content {
    border:1px solid var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:80px 50px;
}
.save_twenty_left h5{
    font-weight: 700;
    font-size: clamp(30px, 3vw, 36px);
    color:var(--white);
    font-family: var(--font-montserrat)!important;
    
}
.save_twenty_left p {
    font-weight:400;
    font-size: 18px;
    color:var(--white);
    padding-bottom:30px;
    width:100%;
    text-align: left;
}
.save_twenty_left p.text-mustard {
    color:var(--mustard);
    font-size: clamp(24px, 2vw, 28px);
    font-family: var(--font-card);
}
.save_left_content .primary-btn-default:hover {
    background-color:var(--white);
    color:var(--primary-color);
    border:1px solid var(--white);
}
@media only screen and (min-width:2000px) {
    .save_twenty_left p {
        max-width:80%;
    }
}

@media only screen and (max-width:1200px) {

    .jan_new_home #pill_carousel a.pill_learn_more,
    .jan_new_home #pill_carousel a.pill_vitamin_advisor {
        padding: 20px 15px;
        font-size: 14px;
    }

    .jan_new_home #pill_carousel .protocol_title h3 {
        font-size: 32px;
    }

    .jan_new_home #pill_carousel .pill_detail {
        font-size: 22px;
    }
    .jan_new_home .content_area {padding: 0 15px}
    .five_minutes_wrapper {padding: 40px 20px;gap: 5%}
}

@media only screen and (max-width: 767px) {
    .jan_new_home .assessment-section.why_persona_one .content_area {
        min-height:auto;
    }
    .save_twenty_left p {
        text-align: center;
    }
    
    .jan_new_home .lower_zindex {
        z-index:-1;
    }
    .jan_new_home .mbl_index {
        z-index:2;
    }
    .jan_new_home .center_btn {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        margin: 0 auto;
    }
    .jan_new_home .hero_section {
        height: 60vh;
    }
    .jan_new_home .content_area {
      padding: 0 20px;
    }
    .jan_new_home .content h1 em {
        font-weight: 400;
        font-style: italic;
    }
    .jan_new_home .content h1 {
        line-height: 42px;
    }
    .jan_new_home .content {
        padding: 0px;
    }
    .jan_new_home .features-section {
        padding: 0px;
    }
    .jan_new_home .reviews a {
        padding: 10px 0px 0px;
    }
    .jan_new_home .features-section .reviews {
        margin-bottom: 40px;
    }
    .jan_new_home .features-section .features {
        gap: 5px;
        padding-bottom: 20px;
    }
    .jan_new_home .features-section .reviews span {
        margin-left: 8px;
    }
    .jan_new_home .feature-container {
        max-width: 100px;
    }
    .jan_new_home .feature {
        width: 70px;
        height: 70px;
        margin: 4px auto;
    }
    .jan_new_home .why_persona {
        margin: 0px auto 0px;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .jan_new_home .assessment-text {
        gap: 15px;
    }
    .jan_new_home .point_text {
        margin: 20px auto 20px;
        display: grid;
        gap: 10px;
    }
    .jan_new_home .assessment-text .point_text h2 {
        line-height: 40px;
    }
    .jan_new_home .assessment-section {
        padding: 60px 0px 40px;
        gap: 0px;
    }
    .jan_new_home .why_persona_one .assessment-image {
        position: relative;
        height: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .jan_new_home .why_persona_one .why-background-video {
        height: 380px;
    }
    .jan_new_home .why_persona_one .assessment-image .mbl_index {
        position: initial;
        left: 50%;
        width: 100%;
        max-width: 280px;
        text-align: center;
        -webkit-transform: initial;
        transform: initial;
        margin: -70px auto 0px;
        bottom: auto;
    }
    .jan_new_home .why_persona_one .assessment-image img {
        width: 260px;
        max-width: 280px;
    }
    .jan_new_home .assessment-section.why_persona_three {
        background-color: #fff;
        color: var(--text-color);
        padding: 60px 0px 0px;
    }
    .innovation_elevate {
        padding: 25px 0 0;
    }
    .jan_new_home .innovation_elevate .content_area, .jan_new_home .vitamin_angels .content_area, .jan_new_home .carosel-section .content_area {
        padding: 0px;
    }
    .jan_new_home .innovation_text {
        max-width: 100%;
    }
    .jan_new_home .elevate_hero {
        margin: 0px 5px;
    }
    .jan_new_home .innovation_text h4 {
        margin: 20px auto 36px;
        line-height: 40px;
    }
    .jan_new_home .innovation_text .tertiary-btn-default {
        margin: 20px auto 60px;
    }
    .jan_new_home .vitamin_angels_content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .jan_new_home .angels_img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .jan_new_home .angels_text {
        padding: 0 20px;
    }
    .jan_new_home .faq-left {
        text-align: center;
    }
    .jan_new_home .faq-section {
        grid-template-columns: 1fr;
        padding: 50px 0px;
        gap: 40px;
    }
    .jan_new_home .card-header a::before {
        right: 0;
        top: 50%;
        width: 20px;
        height: 3px;
    }
    .jan_new_home .card-header a::after {
        right: 9px;
        top: 50%;
        width: 3px;
        height: 20px;
        margin-top: -8px;
    }
    .jan_new_home .reviews .border-right {
        border-right:none;
    }
    .jan_new_home .people-img {
        width:36px;
        height:26px;
    }

    /* carosel css*/
    .jan_new_home .supplement_view {
        padding: 0px 0;
    }
    .jan_new_home .accordian_view {
        padding: 60px 15px;
    }
    .jan_new_home .pill_video_mbl {
        border-radius: 50%;
        border: 15px solid #3F0071;
        width: 280px;
        height: 280px;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .jan_new_home .pill_video {
        display: none;
    }
    .jan_new_home .accordian-item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
    .jan_new_home #pill_carousel .single_item_new {
        grid-template-columns: 1fr;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
    }
    .jan_new_home #pill_carousel .single_item_new.item_one {
        background-image: url('../webp/mobile-moon.webp');
    }
    .jan_new_home #pill_carousel .single_item_new.item_two {
        background-image: url('../webp/mobile-hemp.webp');
    }

    .jan_new_home #pill_carousel .single_item_new.item_three {
        background-image: url('../webp/mobile-blood.webp');
    }
    .jan_new_home #pill_carousel .protocol_image_new {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background-color: unset!important;
        padding: 60px 15px;
    }

    .jan_new_home #pill_carousel .protocol_title_new {
        padding: 30px 15px;
        background-image: unset !important;
    }

    .jan_new_home #pill_carousel .protocol_title_new h3 {
        padding-bottom: 50px;
    }

    .jan_new_home #pill_carousel .pill_detail {
        padding: 5px 20px;
    }

    .jan_new_home #pill_carousel a.pill_learn_more,
    .jan_new_home #pill_carousel a.pill_vitamin_advisor {
        padding: 20px 10px;
    }

    /* Prev and Next Button Styles */
    .jan_new_home #pill_carousel .owl-nav {
        display: unset;
        background-color: unset;
        padding: unset;
        border: unset;
        position: unset;
    }

    .jan_new_home #pill_carousel .owl-prev,
    .jan_new_home #pill_carousel .owl-next {
        position: absolute;
        background-color: #fff !important;
        border: 1px solid #000 !important;
        padding: 7px 15px !important;
        top: 65%;
    }

    .jan_new_home #pill_carousel .owl-prev {
        left: 10px;
    }

    .jan_new_home #pill_carousel .owl-next {
        right: 20px;
    }

    .jan_new_home #pill_carousel .owl-prev::after {
        content: none;
    }

    .jan_new_home #pill_carousel .owl-prev img,
    .jan_new_home .owl-next img {
        width: 30px;
        height: 30px;
        padding: 0px;
    }
    .jan_new_home .accordian-item-wrapper {
        min-height: 100%;
    }
    .jan_new_home .accordion-item-one, .jan_new_home .accordion-item-two, .jan_new_home .accordion-item-three, .jan_new_home .accordion-item-four {
        max-width: 100%;
        margin-bottom: 35px;
    }
    .jan_new_home .accordian-item-wrapper h2::after {
        width: 100%;
        height: 4px;
        left: 0px;
    }
    .jan_new_home .accordion-button:not(.collapsed), .accordion-button {
        padding: 0px;
    }
    .jan_new_home #accordionExample {
        margin: 0px 15px;
    }
    .jan_new_home .science_driven_one {
        background-image: url(../webp/mobile-persona_melatonin3mg_mobile.webp);
        background-position: bottom;
        min-height: 700px;
    }
    .jan_new_home .scince_driven_text {
        position: initial;
        top: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 50px 0px 10px;
    }
    .jan_new_home .advisor_wrapper {
        max-width: 100%;
        padding-top: 30px;
    }
    .jan_new_home .medical_advisor img {
        width: 200px !important;
    }
    .jan_new_home .medical_advisor {
        margin: 0px auto;
    }
    .jan_new_home .persona_offer .persona_text {
        grid-template-columns: 1fr;
        margin: 0px auto 0px;
    }
    .jan_new_home .offer_bg {
        max-width: 100%;
    }
    .jan_new_home .offer_hero_text {
        width: 100%;
        max-width: 100%;
        padding: 0 20px 50px;
    }

    /* nutrisinst section new css */
    .assessment-image {
        min-height: 400px;
    }
    .nutritionist_mage {
        min-height: 350px;
    }
    .jan_new_home .trust_customer {
        text-align: center;
    }
    .grid-container {
        display: block;
    }
    .full-width {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .grid-item {
        padding: 20px;
        border-right: none;
        border-left: none;
    }
    .quote img{
        width: 60px;
    }
    .review_quote {
        padding-right: 0px;
    }
    .full-width .grid-item {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .initail_show {
        position: initial;
    }
    .stat {
        line-height: 140px;
    }
    .initail_show p.stat_anchor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .stat {
        font-size: 70px;
    }
    .save_twenty_content {
        grid-template-columns: 1fr;
    }
    .save_twenty_right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .save_twenty_left {
        padding:50px 20px;
    }
    .save_left_content {
        padding: 30px 15px 60px;
    }
    .save_twenty_left h5 {
        text-align: center;
        margin-bottom:30px;
    }
    .save_twenty_right img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .persona_hero {
    padding: 30px 0 30px;
}
    .hero_wrapper {
    grid-template-columns: 1fr;
    text-align: center;
}
    .five_minutes_wrapper {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 30px;
        text-align: center
}
    .five_minutes_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.faqs .content_area {
    padding: 0 20px!important;
}
    
}