:root {
    --fontsmcColor: #233354;
    --headingColor: #13161d;
    --fontFamilyCommon: "Red Hat Text", sans-serif;
    --fontFamilySecondary: "Lora", sans-serif;  
    --bodyFont: 12px;
    --fontP: 14px;
    --colorBlue: #2945b8;
}
body {
    font-family: var(--fontFamilyCommon);
    font-size: var(--bodyFont);
    line-height: 1.5;
}
p{
    font-size: var(--fontP);
}
.logo img{
    max-width: 250px;
}
.qst{
    color: var(--headingColor);
    text-decoration: none;
    font-weight: 500;
}

.top-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-section img {
    border-radius: 30px;
    width: 100%;
}
.slider-nav img{
    width: 130px;
    height: 116px;
    border-radius: 6px;
}
.slider-for{
    margin-bottom: 37px;
}

img{
    max-width: 100%;
    height: auto;
}
.offerSelectorV2__productName {
    font-size: 42px;
    font-family: var(--fontFamilySecondary);
}
.offerSelectorV2__headline{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.7px;
}
.left-section,
.right-section{
    margin: 2rem 0;
}
.offerSelectorV2__reviewsStars {
    max-width: 110px;
}
.offerSelectorV2__reviewsText {
    color: #848689;
    font-weight: 500;
    font-size: 14px;
}
.radioBox .nav-pills .nav-link.active{
    background-color: #2945b8 !important;
    border: 1px solid #2945B8 !important;
    font-size: var(--fontP);
    letter-spacing: 2px;
    font-weight: 700;
    padding: .6rem 1rem;
    color: #fff;
}
.radioBox .nav-link:hover {
    color: #fff;
}

.radioBox .nav-pills .nav-link{
    background-color: #ffffff !important;
    border: 1px solid #b9c9ee !important;
    font-size: var(--fontP);
    letter-spacing: 2px;
    font-weight: 700;
    padding: .6rem 1rem;
    color: #b9c9ee;
}
.offerSelectorV2__optionText{
    font-size: 20px;
}
.offerSelectorV2__optionSavingsPrice {
    background-color: #c2e329;
    letter-spacing: 1px;
}
.offerSelectorV2__optionActualPrice{
    font-size: 27px;
}
.offerSelectorV2__optionRegularPrice{
    font-size: 16px;

}
.label-flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.radioBoxItem .form-check-input:checked {
    background-color: #2945b8;
    border-color: #2945b8;
    width: 20px;
    height: 20px;
    
    margin: 18px 8px 0;
}
.form-check .form-check-input{
    width: 20px !important;
    height: 20px !important;
    margin: 18px 8px 0;
}
.radioBoxItem {
    border: 1px solid #B9C9EE;
    border-radius: 20px;
    padding: 0;
}
.radioBoxItem .form-check{
    border-bottom: 1px solid #B9C9EE;
}
.radioBoxItem .form-check:last-child{
    border-bottom: none;
}
.offerSelectorV2__button {
    background-color: #f8a022;
    border-radius: 40px;
    border: none;
}
.offerSelectorV2__buttonText{
    font-size: 20px;
    letter-spacing: 2px;
}
.offerSelectorV2__shippingIcon {
    max-width: 20px;
}
.offerSelectorV2__shippingText {
    letter-spacing: 1.7px;
    font-weight: 500;
}
.offerSelectorV2__subscriptionConfirmTitle {
    font-size: 15px;
    font-weight: 700;
}
.form-check.checkBox {
    display: flex;
    align-items: normal;
    justify-content: center;
    padding: 13px 0 6px;
}
.checkBox .form-check .form-check-input {
    width: 22px ;
    height: 22px;
    margin: 8px 8px 0;
}
.offerSelectorV2__subscriptionConfirmText {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 20px;
    border: 1px solid black;
    padding: 8px;
}
.md-policy{
    background-color: var(--colorBlue);
    border-radius: 60px;
    padding: 46px 20px 10px;
}
.os__callOutsTitle {
    font-size: 44px;
    font-weight: 500;
    font-family: var(--fontFamilySecondary);
    text-align: center;
}
.os__callOutsBenefits {
    border-radius: 30px;
    padding: 1rem;
}
.os__callOutsBenefitImage {
    max-height: 90px;
}
.os__callOutsBenefitText {
    line-height: 19px;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.os__callOutsBenefitImageWrapper {
    margin-bottom: 1rem;
}
.os__callOutsIngredientNotUsed img {
    max-width: 35px;
    margin-right: 7px;
}
.os__callOutsIngredientNotUsed {
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.os__callOutsCheckmar {
    display: flex;
    align-items: flex-start;
    padding: 0 60px;
}
.os__callOutsIngredientNotUsed p,
.os__callOutsCheckmar{
    margin: 0;
}
.os__callOutsCheckmar img{
    width: 20px;
    margin-right: 7px;
}
/* ======= */
.os__mbgImage {
    max-width: 175px;
}
.os__mbgTitle span {
    font-family: var(--fontFamilySecondary);
    font-weight: 500;
    background-image: linear-gradient(transparent 60%, #E7F3AB 40%);
    font-size: 14px;
}
.os__mbgTitle {
    font-size: 40px;
    font-family: var(--fontFamilySecondary);
}
.os__mbg {
    padding: 2rem 17rem;
}
.formula {
    background-color: #e8f4ff;
}
.formula h4{
    font-size: 30px;
}
.formula h5{
    font-size: 20px;
}
.formula h4, .formula h5, .formula p{
    text-align: center;
    font-weight: 400;
}
.formula p{
    font-size: 16px;
}
.formulaHeading{
    padding: 2rem 18rem 1rem;
}
.ingredients-slider-info {
   width: 295px;
    /* padding: 0 16px; */
    overflow-y: hidden;
    border-radius: 32px;
    
}
/* .ingredient-box{
    max-width: 295px;
    max-height: 540px;
} */
 .ingredient-box{
    position: relative;
    margin: 0 5px;
 }
.responsiveSlide {
    max-width: 92%;
    width: 95%;
    padding: 0 20px;
    margin: 16px auto;
    position: relative;
}
.ingredients-slider-container{
    position: absolute;
    padding: 20px 28px;
    border-radius: 24px;
    background: white;
    margin: 20px 16px;
    top: 6px;
}

.ingredients-slider-container p {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: block;
    text-align: left;
    margin: 4px 0;
}
.title {
    color: #28377a !important;
    font-family: 'Figtree', sans-serif;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
    letter-spacing: .34px;
    margin: 0;
}
.responsiveSlide .slick-prev:before, .responsiveSlide .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #0a0a0a;
}
.responsiveSlide .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
}
.responsiveSlide .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #2945b8;
}
.responsiveSlide .slick-dots {
    position: absolute;
    bottom: -40px;
}
.save-green {
    padding-left: 40px;
}
.review_section h4{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-family: var(--fontFamilySecondary);
}
.review_section h4 img{
    width: 220px;
    margin-right: 20px;
}
.review_section h4 span{
    font-size: 20px;
}
.review_section h4 span {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-left: 8px;
    margin-top: 11px;
}
.pt-90{
    padding-top: 60px;
}
.pb-90{
    padding-bottom: 60px;
}
.review_blue_bx{
    background: #2945B8;
    border-radius: 1rem;
    padding: 14px;
    
}
.review_blue_bx h5{
    text-align: left !important;
    color:#fff;
}
.review_blue_bx p{
    color: #C2E329;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0px;
}
.review_blue_bx p img{
    width: 15px;
    margin-right: 5px;
}
.revie_right_txt img{
    width: 100px;
}
.customer_review_area {
    margin-top: 51px;
}
.revie_right_txt h3{
    font-family: "Red Hat Text", sans-serif;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;

}
.revie_right_txt p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}
.revie_right_txt p span{
    font-size: 11px;
    color: #848689;
}
.customer_reviw_box {
    padding: 40px 0px;
    border-bottom: 2px solid #e5e7eb;
}
.brand_area{
    margin-top: 50px;
    background-color: #E8F4FF;
    padding: 50px;
    border-radius: 50px;
}
.brand_area h4{
    font-family: var(--fontFamilySecondary);
    font-weight: 500;
    font-size: 28px;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.brand_area p{
    text-align: left;
    font-size: 13px;
}
.use_section h3{
    font-size: 33px;
    font-family: var(--fontFamilySecondary);
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}
.use_section .text h3 span{
    font-style: italic;
}
.use_list ul li {
    font-family: "Red Hat Text", sans-serif;
    font-size: 15px;
    list-style: none;
    margin-bottom: 12px;
}

.use_list ul{
    padding-left: 0px;
}
.use_list ul li img{
    width:25px;
    margin-right: 8px;
}


.accordion-container{
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
  }
  .accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #E8F4FF;
    border-radius: 40px;
    margin-bottom: 20px;
    
  }
  .set > a{
    display: block;
    padding: 16px 25px;
    text-decoration: none;
    color: #2945B8;
    font-weight: 600;
    background-color: #E8F4FF;
    border-radius: 40px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0px;
  }
  .set > a i{
    float: right;
    margin-top: 2px;
  }
  
  .content {
    text-align: left;
    display: none;
    padding: 0px 25px;
}
  .content p {
    margin: 0;
    color: #000;
    text-align: left;
    font-weight: 600;
    font-family: "Red Hat Text Semibold", sans-serif;
    font-size: 15px;
}
  .min_box {
    display: flex;
    padding: 0px 0px 17px;
}
 .left_icon img {
    width: 50px;
   
}
.left_icon{
    margin-right: 10px;
}
.content h5{
    font-size: 25px;
    margin-bottom: 20px;
}
.content p {
    font-weight: 300;
    line-height: 24px;
}
.skin_list_area ul {
    display: flex;
    align-items: center;
    padding-left: 0px;
    justify-content: space-between;
}
.skin_list_area ul li{
    display: flex;
    align-items: center;
    color: #2945B8;
    font-size: 17px;
font-family: "Red Hat Text", sans-serif;
font-weight: 500;
}
.skin_list_area li img {
    width: 39px;
    margin-right: 10px;
}
.skin_list_area ul li span {
    width: calc(100% - 53px);
    display: inline-block;
}
.new_content h6 {
    font-weight: 700;
    line-height: 26px;
}
.skin_list_area {
    padding-bottom: 13px;
}
.skin_list_area li:first-child img{
  width: 25px;
}
.new_content h5{
    font-family: var(--fontFamilySecondary);
    font-weight: 500;
    font-size: 21px;
}
.skin_white{
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}
.skin_white h5 img{
    width: 200px;
}
.skin_white h5{
    margin-bottom: 0px;
    margin-top: 30px;
    

}
.skin_white h4{
    font-family: var(--fontFamilySecondary);
    font-weight: 500;
}
.skin_wht{
    padding-bottom: 20px;
}
.set a .fa-plus {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/37d92180-2c0a-4a11-b53a-fe94a1aca726/0c92860e-da0d-4b07-83ab-2e7bb685d425/plus.webp") no-repeat center center / 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 28px;
    transform: translateY(-50%);
}

.set a .fa-minus{
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/37d92180-2c0a-4a11-b53a-fe94a1aca726/0c92860e-da0d-4b07-83ab-2e7bb685d425/minus.png")no-repeat center center / 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 28px;
    transform: translateY(-50%);
}

.text_blue{
    color:#2945B8;
}
.bg_light_blue{
    background: #E8F4FF;
    border-radius: 4rem;
}
.faq_secton p{
    color: #2945B8;
    font-family: "Red Hat Text", sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.max800{
    max-width: 800px;
    margin: 0 auto;
}
.accordian_area_faq .set > a{
    background: transparent;
    font-family: "Red Hat Text", sans-serif;
    font-weight: 400;
    
}
.accordian_area_faq .set{
    border: 2px solid #2945B8;
    border-radius: 30px;
    
}
.accordian_area_faq .set p{
    color:#000;
    margin-bottom: 10px;

}
.accordian_area_faq .content{
    padding-bottom: 20px;
}
.ft_list ul{
    display: flex;
    padding-left: 0px;
}
.ft_list ul li{
    list-style: none;
    border-right:1px solid #fff;
    padding: 0px 4px;
    line-height: 13px;
}
.ft_list ul li a{
    color:#F5F5F5;
    font-weight: 300;
    text-decoration: underline;
}
.footer_area{
    background: #2945B8;
   
    margin-bottom: 100px;
}
.main_footer{
    padding: 60px 0px;
}

.ft_list ul li:first-child{
    padding-left: 0px;
}
.ft_list ul li:last-child{
    border-right:0px;
}
.ft_logo p{
    margin-bottom: 5px;
    color:#F5F5F5;
    font-size: 13px;
}
.ft_logo img{
    margin-bottom: 20px;
}
.footer_area p{
    color:#F5F5F5;
    font-weight: 300;
    font-size: 13px;
}
.strong_box {
    color: #F5F5F5;
    line-height: 18px;
    border: 1px solid #F5F5F5;
    font-weight: 500;
    margin-bottom: 20px;
}
.strong_box p {
    margin-bottom: 0px;
    font-weight: 600;
    padding: 7px;
    font-size: 13px;
}
.footer_try_sticky h3{
    font-family: var(--fontFamilySecondary);
    font-weight: 500;
    font-size: 32px;
    color:#000;
}
.footer_try_sticky .claim_btn{
    max-width: 340px;
    background-color: #F8A022;
    border-radius: 40px;
    letter-spacing: 2.4px;
    padding: 1rem 21px;
    font-family: "Red Hat Text", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color:#000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 50px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.footer_try_sticky .claim_btn:hover{
    background: #000;
    color:#fff;
}
.footer_try_sticky {
    background: #fff;
    padding: 20px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer_try_txt{
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.top-header .qst {
    gap: 1.5rem;
   
}
.top-header .qst a{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color:#000;
}
.top-header p{
    font-weight: 600;
    letter-spacing: 1.45px;
    font-size: 12px;
}
.right-section{
    padding-left: 30px;
}
.offerSelectorV2__reviewsText {
    color: #848689;
    font-weight: 500;
    font-size: 14px;
    margin-left: 13px;
}
.offer-selector-v2 .offerSelectorV2__packageTopText{
    color: #212529;
}
.radioBox li.nav-item {
    margin-right: 22px;
}
.radioBox li.nav-item:last-child{
    margin-right: 0px;
}
.radioBox .offerSelectorV2__optionText {
    font-size: 20px;
    font-weight: 700;
}
.radioBox .offerSelectorV2__optionActualPrice {
    font-size: 27px;
    font-weight: 700;
}
.radioBox .offerSelectorV2__optionSavings.d-flex.flex-column.text-end.me-2{
    padding-right: 15px;
}
.radioBox .offerSelectorV2__buttonText {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    letter-spacing: 2.5px;
}
.offerSelectorV2__button{
    transition: all 0.5s ease-in-out;
}
.offerSelectorV2__button:hover{
    background:#000;
    color:#fff;
}
.radioBox p.offerSelectorV2__drCommentText.fw-bold.fst-italic.fs-sm{
    font-family: "Red Hat Text Semibold Italic", sans-serif;
    font-style: italic;
    font-weight: 600;
}
.radioBox img.offerSelectorV2__drCommentImg {
    margin-right: 22px;
}
.left-section button.slick-prev.slick-arrow {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/37d92180-2c0a-4a11-b53a-fe94a1aca726/0c92860e-da0d-4b07-83ab-2e7bb685d425/leftarrow.png") no-repeat center center / 50px;
    left: 20px;
    z-index: 2;
    width: 50px;
    height: 50px;
}
.left-section button.slick-prev.slick-arrow:before, .left-section .slick-next:before{
    display: none;
}
.left-section .slick-next{
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/37d92180-2c0a-4a11-b53a-fe94a1aca726/0c92860e-da0d-4b07-83ab-2e7bb685d425/rightarrow.png")no-repeat center center / 50px;
    right: 20px;
    z-index: 2;
    width: 50px;
    height: 50px;
}
.left-section .slick-slide{
    margin: 0px 5px;
    opacity: 0.7;
}
.left-section .slick-current{
    opacity: 1;
}

.slider-nav .slick-arrow{
    display: none !important;
}
.md-policy .os__callOutsNotUsed.d-flex.justify-content-center.align-items-center.gap-2 {
    margin-bottom: 1.25rem;
}
.md-policy .os__callOutsCheckmar p {
    font-size: 16px;
}

.os__mbgTitle span{
    font-size: 40px;
    font-family: var(--fontFamilySecondary);
    font-weight: 500;
}
.os__mbgInfo p.os__mbgText {
    text-align: left !important;
    font-size: 15px;
}
.os__mbgInfo {
    padding-left: 20px;
}
.mobile{
    display: none;
}
.ingredient-box img{
    width:100%;
}
@media (max-width:1199px) {
    .left-section .slick-slide img{
       margin: 0 auto;
    }
}

@media screen and (max-width:1024px){
    .logo img{
        max-width: 190px;
    }
    .thumbnail-img{
        display: none;
    }
    .md-policy{
        border-radius: 0;
    }
    .os__callOutsIngredientNotUsed, .os__callOutsCheckmar {
     
       align-items: flex-start;
       padding: 0 10px;
    }
    .os__callOutsNotUsed {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: center;
    }
    .os__mbg {
        padding: 2rem;
    }
    .formulaHeading{
        padding: 1rem;
    }
    .responsiveSlide .slick-next {
        right: 0;
    }
    .responsiveSlide .slick-prev {
        left: 0;
    }
    .ingredients-slider-container {
        max-width: 260px;
    }
    .responsiveSlide {
        max-width: 80%;
    }
    html, body{
        overflow-x: hidden;
    }
}
@media (max-width:1023px) {
    .top-header .qst {
        gap: .5rem;
    }
    .footer_try_sticky h3 {
        font-size: 23px;
    }
    .footer_try_sticky .claim_btn{
        font-size: 1rem;
        letter-spacing: 1px;
    }
    .dasktop{
        display: none;
    }
    .mobile{
         display: block;
    }
    .brand_area h4 br{
        display: none;
    }
    .ft_list ul li a {
        color: #F5F5F5;
        font-weight: 300;
        text-decoration: underline;
        font-size: 10px;
    }
    .os__mbgTitle, .os__mbgInfo p.os__mbgText{
        text-align: center;
    }
    .os__mbgInfo p.os__mbgText {
        text-align: center !important;
    }
}

@media (max-width:767px) {
.offerSelectorV2__productName {
    font-size: 34px;
    font-family: var(--fontFamilySecondary);
}
.radioBox .nav-pills{
    flex-wrap: nowrap;
}
.radioBox .nav-pills .nav-link, .radioBox .nav-pills .nav-link.active{
    letter-spacing: 1px;
    font-size: 12px;
}
.footer_try_txt{
    flex-wrap: wrap;
}
.offerSelectorV2__drcomment{
    margin-top: 20px;
}
.os__callOutsTitle {
    font-size: 33px;
    
    margin-bottom: 15px !important;
}
.os__callOutsBenefits{
    gap: 1rem;
}

.os__mbgTitle {
    font-size: 28px;
}
.os__mbgTitle span {
    font-size: 29px;
}
.ingredients-slider-container {
    max-width: 100%;
}
.review_section h4{
    flex-wrap: wrap;
}
.review_blue_bx{
    margin-bottom: 20px;
}
.use_section .text{
    padding-top: 20px;
}
.content h5 {
    font-size: 21px;
    margin-bottom: 10px;
}
.skin_list_area ul{
    flex-wrap: wrap;
    gap:1rem;
}
.skin_white img{
    width: 200px;
    margin: 0 auto;
    display: table;
}
.accordian_area_faq .set > a, .set > a {
    font-size: 17px;
    padding-right: 32px;
}
.pb-90 {
    padding-bottom: 46px;
}
.pt-90 {
    padding-top: 46px;
}
.use_section h3 {
    font-size: 28px;
}
.footer_try_sticky h3{
    text-align: center;
}
.footer_try_sticky .claim_btn {
    margin-left: 0px;
    padding: 9px 10px;
}
.main_footer {
    padding: 37px 0px;
}
.brand_area{
    padding: 22px;
}
.customer_reviw_box {
    padding: 24px 0px;
}
.responsiveSlide {
    max-width: 100%;
}
.right-section {
    padding-left: 0;
}
.radioBox .offerSelectorV2__optionActualPrice {
    font-size: 21px;
    font-weight: 700;
}
.radioBox .offerSelectorV2__optionText {
    font-size: 16px;
    font-weight: 700;
}
.left-section .slick-slide img{
    height: auto;
}
.radioBox .offerSelectorV2__buttonText {
    font-size: 18px;
    letter-spacing: 2px;
   
    letter-spacing: 1px;
}
span.logo img {
    width: 100%;
}
span.logo {
    width: 139px;
}
.os__mbgInfo {
    padding-left: 0;
}
}