@import "../../../theme/css/variables.css";

@media screen and (max-width: 1024px) {
    body {
        font-family: "Figtree Light ", serif;
        margin: 0;
        min-width: unset;
        letter-spacing: normal;
    }
    .mobile_banner .select_quantity .sel_qty.one-unit{
        border-radius: 5px 5px 0 0;
        margin-bottom: 0;
    }
    .mobile_banner .select_quantity .sel_qty.one-unit{
        border-radius: 5px 5px 0 0;
    }
    .header-steps{
        padding-bottom: 10px;
    }
    .swiper_mob_test .swiper_disclaim {
        max-width: 80%;
        margin: auto;
        margin-top: -50px;
        text-align: center;
        font-size: 12px;
    }
    
    .step{
		width: 100px;
	}
	.step .step-text{
		color: #000000;
		font-family: "Red Hat";
		font-size: 12px;
		letter-spacing: -0.24px;
		line-height: 16px;
		text-align: center;
	}
    .header-steps{
        padding-bottom: 7px;
    }
    

   

    .product-content {
        position: relative;
        top: 5px;
        padding-bottom: 30px;
    }

    .container {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .gundry-md-logo {
        display: block;
        width: 155px;
        margin: 0 auto 14px 0;
    }

    .leftAlign {
        text-align: left;
    }

    .badge-mob{
        max-width: 100px;
        float: right;
        margin-top: -50px;
    }

    .vip-buttons {
        margin-bottom: 45px;
        display: flex;
    }

    .vip-button {
        background-color: #848fae;
        border-radius: 4px;
        /* width: 35%; */
        padding: 10px;
        color: white;
        font-size: 20px;
        border: 5px solid #27377a;
        position: relative;
        border-radius: 4px;
    }

    .vip-button_under {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
    }

    .vip-button_container {
        width: 35%;
        position: relative;
    }

        .vip-button_container.active {
            width: 65%;
        }

            .vip-button_container.active .vip-button {
                background-color: #fff;
                color: #27377a;
                border: 5px solid orange;
            }

        .vip-button_container .vip-button {
            border: 5px solid #27377a;
            ;
        }

    .vip-button.box1, .vip-button.box2 {
        position: relative;
    }

    .subCaption {
        color: #10e648;
        font-size: 14px;
    }

    .whatIs {
        /* position: absolute; */
        font-size: 14px;
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
        margin: 5px 0;
        letter-spacing: 1.2px;
    }

    .whatIs_question {
        border: 2px solid #FFF;
        position: relative;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .whatIs_question:hover {
            background: #16c054 !important;
        }

    .whatIs p {
        margin: 0;
        color: #FFF;
    }

    .active {
        color: #FFFFFF;
    }

    .badges {
        background: #d4eaf5;
        padding: 30px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .bbb {
        max-width: 108px;
    }

    .usa {
        max-width: 89px;
    }

    .quantity {
        margin-bottom: 10px;
    }

    .quantity-buttons {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .quantity-button span {
        height: 32px;
        width: 10px;
        color: rgba(74, 144, 226, 0.27);
        font-size: 26px;
        line-height: 40px;
        text-align: center;
    }

    .active-quantity-button {
        height: 40px;
        width: 30%;
        border-radius: 20px;
        background-color: #4990E2;
    }

        .active-quantity-button span {
            color: #FFFFFF;
        }

    .active-quantity {
        height: 40px;
        width: 30%;
        border-radius: 20px;
        background-color: #4990E2;
    }

    .quantity-button.active-quantity span {
        color: #FFFFFF;
    }

    .price {
        color: #4A90E2;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .retail-price {
        color: red;
        text-decoration: line-through;
        font-size: 14px;
        letter-spacing: -0.12px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .now-price {
        color: #29397B;
        font-size: 60px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: bold;
        font-family: "Figtree Regular", serif;
    }

    .free-shipping {
        color: #4A4A4A;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .buy-button {
        border-radius: 4px;
        background: linear-gradient(180deg, #FFC073 0%, #FB8143 100%);
        max-width: 300px;
        padding: 7px;
        margin: auto;
        /* font-family: 'Figtree', sans-serif; */
    }

        .buy-button span {
            color: #FFFFFF;
            font-size: 26px;
            line-height: 32px;
        }

    .buy-button1 {
        border-radius: 20px;
        background: linear-gradient(180deg, #FFC073 0%, #FB8143 100%);
        width: 100%;
        padding: 7px;
        border-radius: 4px;
        width: 192px;
        margin: 5px auto;
    }

        .buy-button1 span {
            color: #FFFFFF;
            font-size: 26px;
            line-height: 32px;
            letter-spacing: normal;
        }

    .verticalAlignTop {
        vertical-align: top;
    }

    .check-yes-desc {
        color: #4A4A4A;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    th.checkbox-yes input {
        margin-bottom: 205%;
    }

    .vip-signup-desc {
        font-size: 10px;
        letter-spacing: -0.1px;
        color: #4A4A4A;
        max-width: 300px;
        margin: 25px auto;
        text-align: left;
    }

    .terms-conditions {
        color: #5094E3;
        text-decoration: none;
    }

    .terms-link {
        text-decoration: none;
        color: #000;
    }

    .dead-buy-button {
        background: #F1F1F1;
    }

        .dead-buy-button span {
            color: #707070;
            font-family: 'Figtree', sans-serif;
        }

    .checkbox {
        box-sizing: border-box;
        height: 20px;
        width: 20px;
        border: 2px solid #E0E0E0;
        border-radius: 2px;
    }

    .checkmark {
        display: none;
        width: 19px;
    }

    .VipWrap {
        display: none;
    }

    .money-back {
        margin: 0;
        padding: 0;
        font-family: var(--tiemposRegular);
        color: white;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .faq-section {
        padding-bottom: 50px;
    }

    .faqs-p {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .question-div {
        padding-left: 14px;
        position: relative;
        border-bottom: none;
    }

        .question-div h3 {
            color: #4780c2;
            text-align: left;
            font-family: "Figtree Light ", Arial, sans-serif;
            letter-spacing: 1px;
        }

    .blue-triangle {
        position: absolute;
        top: 7px;
        left: -2px;
    }

    .hidden-answer {
        display: none;
    }

    .answer {
        margin-top: 10px;
        text-align: left;
        font-family: Figtree Light , arial, sans-serif;
        color: #000;
    }

        .answer ul li {
            list-style: disc;
        }

        .answer img {
            max-width: 100%;
        }

    .nutrition {
        max-width: 100%;
    }

    .guarantee-pic {
        width: 155px;
        margin-bottom: 10px;
    }

    .short-hr {
        width: 42px;
        border: 0;
        border-top: 1px solid;
        margin: 15px auto;
    }

    .work-hard {
        font-size: 15px;
        text-align: left;
        margin: 0;
        color: white;
        line-height: 24px;
    }

    .buy-button-up {
        border-radius: 20px;
        background: linear-gradient(180deg, #FFC073 0%, #FB8143 100%);
        height: 40px;
        width: 100%;
        display: inline-block;
        padding-top: 5px;
    }

        .buy-button-up span {
            font-family: 'Figtree Regular', sans-serif;
            color: #FFFFFF;
            font-size: 26px;
            line-height: 32px;
        }

    .bottle-90-day {
        max-width: 250px;
        margin: auto;
    }

   

    .package-title {
        color: #fff;
        text-align: center;
        background-color: #303679;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: -5px;
    }

    .choose-package {
        font-size: 23px;
        font-family: var(--tiemposRegular);
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .money-back-section {
        margin-bottom: 0px;
        background-color: #334579;
        padding: 22px 0px;
    }

    .inlineBlock {
        display: inline-block;
    }

    .signUpCheckboxContainer {
        margin: 30px auto 20px auto;
    }

    .blue-box {
        border: 3px solid #4A90E2;
    }

    

    .inlineBlock p {
        text-align: center;
    }

    #reviewWraps p {
        font-size: 20px;
    }

    .reviewText {
        margin-left: 10px;
        color: lightblue;
    }

    #reviewWraps {
        padding-bottom: 30px;
    }

    .startRatingImg {
        width: 89px;
    }

    #reviewWraps {
        padding: 30px 0px;
    }

    .longGrey {
        box-sizing: border-box;
        height: 2px;
        border: 0.25px solid #80808026;
        margin-bottom: 30px;
    }

    .floatLeft {
        float: left;
    }

    .floatRight {
        float: right;
    }

    .clear {
        clear: both;
    }

   

    .gundryGreen {
        color: #B9D536;
        text-decoration: underline;
    }

    .phone-image {
        margin-top: 2px;
        width: 15px;
        vertical-align: top;
    }

    .phone-number {
        font-weight: bold;
    }

    .bioText {
        font-family: var(--tiemposRegular);
        color: #000000;
        font-size: 20px;
        line-height: 32px;
        text-align: left;
    }

    .backgroundBlue {
        background: #303679;
        padding-bottom: 10px;
    }

    .nonVipWrap {
        text-align: center;
        padding: 0 10px;
    }

        .nonVipWrap p {
            text-align: center;
        }

    .VipWrap {
        text-align: center;
    }

    .active {
        color: #27377A;
        /* width: 65%; */
    }

    .quantity-button {
        display: block;
        height: 40px;
        width: unset;
        margin: 10px 0px;
        border-radius: 4px;
        border: 1px solid #505050;
    }

        .quantity-button span {
            color: black;
            font-size: 20px;
        }

    .price {
        margin-top: 20px;
        color: #F69220;
        position: static;
    }

    .free-shipping {
        color: #4A90E2;
    }

    .active-quantity {
        border: 2px solid rgb(74, 144, 226);
        color: white !important;
    }

    .check-yes-desc {
        color: #4A90E2;
        margin-left: 2px;
    }

    .inlineBlock {
        width: 100%;
    }

    .reviews {
        color: #27377A;
        font-size: 30px;
    }

    .gundryBio {
        background-color: #E5E9EA;
    }

        .gundryBio p {
            text-align: left;
            font-size: 15px;
            line-height: 24px;
        }

        .gundryBio h2 {
            color: #27377A;
            font-family: var(--tiemposRegular);
            font-size: 24px;
        }

        .gundryBio .container {
            padding: 20px 0px;
        }

    .question-div {
        padding-left: 0px;
    }

        .question-div h3 {
            color: #27377A;
            font-family: Figtree SemiBold, arial, sans-serif;
        }

        .question-div img.rotate {
            position: absolute;
            right: 0;
            top: 7px;
        }

    .blue-triangle {
        left: unset;
        right: -2px;
        width: 11px;
        transform: rotate(180deg);
    }

    .transition {
        transform: rotate(180deg);
        transition-timing-function: ease-in;
    }

    #last-div {
        background-color: #E5E9EA;
        padding: 20px 0px;
        margin-bottom: 0px;
        color: #000;
    }

        #last-div .money-back {
            color: #27377A;
        }

    .buy-button-up {
        border-radius: 4px;
    }


    .productText {
        letter-spacing: 1.25px;
        margin-bottom: -2px;
    }

    .about {
        font-family: var(--tiemposRegular);
    }

    .mobileorder_subscription_buyNow.disabled {
        pointer-events: none;
        opacity: 0.5;
        background: #f1f1f1;
        color: #707070;
    }

    .mobileorder_subscription_buyNow.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .mobileorder_subscription_disclaimer {
        text-align: left;
        color: #000;
    }

    .continuity_wrap {
        max-width: 300px;
        margin: 20px auto 0 auto;
    }

    .mobileorder_subscription_contCheckbox img {
        display: none;
    }

    .mobileorder {
        text-align: center;
    }

    .mobileorder_nonCont_qty.active, .mobileorder_subscription_qty.active {
        background-color: #4a90e2;
        border: 1px solid #4a90e2;
        color: #fff;
        font-family: "Figtree", serif;
    }

    .mobileorder_subscription, .mobileorder_nonCont {
        font-size: 24px;
        margin-bottom: 0;
        /* border:4px solid #4a90e2; */
        margin: 30px 20px 0 20px;
        padding: 14px;
        box-shadow: 0 6px 12px 0 rgb(0 0 0 / 15%);
    }

        .mobileorder_nonCont.active {
            border: 4px solid #4a90e2;
        }

        .mobileorder_subscription.active {
            border: 4px solid #4a90e2;
        }

    .contOrNonContToggle.active .mobileorder_subscription_radio_inner, .contOrNonContToggle.active .mobileorder_nonCont_radio_inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 17px;
        height: 17px;
        margin: auto;
        border-radius: 50%;
        background: #4a90e2;
    }

    .contOrNonContToggle.active .hiddenSubscriptionToggle {
        display: initial;
    }

    .mobileorder {
        padding-bottom: 30px;
    }

        .mobileorder h2 {
            color: #26387a;
            margin-bottom: 0;
        }

        .mobileorder h1 {
            color: #26387a;
            font-family: “Figtree”, sans-serif;
            margin-top: 5px;
            margin-bottom: 0px;
            font-size: 36px;
        }

    .green_line {
        width: 70px;
        height: 4px;
        margin: 5px auto;
        background-color: #b8d435;
        border: none;
    }

    .mobileorder_selectText {
        margin: 5px;
    }

    .mobileorder_subscription_radio, .mobileorder_nonCont_radio {
        width: 25px;
        height: 25px;
        border: 1px solid #62676b;
        border-radius: 50%;
        margin-right: 8px;
        position: relative;
        float: left;
    }

    .mobileorder_subscription_qty, .mobileorder_nonCont_qty {
        color: #000;
        margin: 5px auto;
        width: 82%;
        background-color: #fff;
        height: unset;
        border-radius: 4px;
        border: 1px solid #505050;
        display: inline-block;
        padding: 10px;
        box-sizing: border-box;
        font-size: 20px;
    }

    .mobileorder_subscription_choose, .mobileorder_nonCont_choose {
        font-size: 14px;
        color: #26387a;
        margin-bottom: 5px;
    }

    .mobileorder_subscription_yourQty, .mobileorder_nonCont_yourQty {
        font-size: 20px;
        color: #26387a;
        font-family: “Figtree”, sans-serif;
        margin-top: 0;
    }

    .mobileorder_subscription_text, .mobileorder_nonCont_text {
        color: #26387a;
        font-family: "Figtree Regular", serif;
        text-transform: uppercase;
        font-size: 23px;
        letter-spacing: 1.25px;
        display: inline-block;
        font-weight: 600;
    }

    .mobileorder_nonCont_text {
        font-size: 26px;
    }

    .mobileorder_subscription_pricePerJar, .mobileorder_nonCont_pricePerJar {
        color: #4a90e2;
        margin: 5px 0 0;
        padding: 0;
        font-size: 20px;
        flex-basis: 100%;
    }

    .mobileorder_subscription_retailPrice, .mobileorder_nonCont_retailPrice {
        color: #62676b;
        font-size: 16px;
        text-decoration: line-through;
        margin: 5px 0;
    }

    .mobileorder_subscription_offerPrice, .mobileorder_nonCont_offerPrice {
        font-size: 18px;
        letter-spacing: .75px;
        margin-right: 8px;
    }

    .mobileorder_subscription_offerPrice_numb, .mobileorder_nonCont_offerPrice_numb {
        font-size: 48px;
        color: #26387a;
        font-weight: bolder;
    }

    .mobileorder_subscription_shipping, .mobileorder_nonCont_shipping {
        display: block;
        color: #62676b;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        margin: 0;
    }

    .mobileorder_subscription_buyNow, .mobileorder_nonCont_buyNow {
        background: linear-gradient(180deg,#ffc073 0,#fb8143 100%);
        border-radius: 4px;
        color: #fff;
        font-family: “Figtree”, sans-serif;
        font-size: 22px;
        letter-spacing: 2px;
        margin: 10px auto 20px;
        text-align: center;
        padding: 10px;
        display: block;
        max-width: 290px;
        width: 100%;
    }

    .mobileorder_subscription_contCheckbox, .mobileorder_nonCont_contCheckbox {
        border: 3px solid #4a90e2;
        height: 30px;
        width: 30px;
        border-radius: 2px;
        box-shadow: none;
        margin-right: 10px;
        display: inline-block;
    }

    .mobileorder_subscription_contText, .mobileorder_nonCont_contText {
        display: inline-block;
        width: 80%;
        vertical-align: top;
        font-family: “Figtree”, sans-serif;
font-weight:600;
        font-size: 15px;
        line-height: 16px;
        text-align: left;
        flex-basis: 80%;
        font-weight: 700;
        padding: 5px 0;
        color: #4a90e2;
    }

    .mobileorder_subscription_disclaimer, .mobileorder_nonCont_disclaimer {
        background-color: #fff;
        border-radius: 20px;
        z-index: 1;
        font-weight: 400;
        display: block;
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto;
        max-width: 100%;
        padding: 0;
        flex: 0 0 100%;
        margin: 10px 0 5px;
        font-size: 10px;
        line-height: 12px;
    }

    .mobileorder_nonCont {
        margin-top: 20px;
    }

    .hiddenSubscriptionToggle {
        display: none;
    }

    .mobileorder_nonCont.contOrNonContToggle .hiddenNonContToggle {
        display: none;
    }

    .mobileorder_nonCont.contOrNonContToggle.active .hiddenNonContToggle {
        display: initial;
    }

    .gundryCont {
        width: 30%;
        display: inline-block;
        vertical-align: middle;
    }

    .gundryTitle {
        width: 65%;
        display: inline-block;
    }

    #carousel-custom .carousel-indicators li {
        width: 19%;
        margin-right: 0;
        padding: 0;
    }

    #carousel-custom .carousel-indicators {
        overflow: visible;
    }

    .offerSelector .carousel-badge {
        max-width: 37%;
    }


    /*TOUC-7729*/
    .gundry-md-logo {
        width: 155px;
        margin: 0 auto 14px 0;
        display: inline-block;
        float: left;
    }

    .header_cta_mob {
        border-radius: 8.55px;
        background-color: #F69220;
        float: right;
        padding: 5px 20px;
        color: white;
        font-size: 18px;
        margin-top: 5px;
    }

    .offer_pageTopBanner_container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .offer_pageTopBanner_content {
        padding-top: 25px;
    }

    .offer_pageTopBanner_textOne, .offer_pageTopBanner_textTwoHalf, .offer_pageTopBanner_textTwo {
        width: 100%;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }
    /*VSL Start*/
    .playVSLButtonContainer {
        text-align: center;
        margin: 0 auto 20px auto;
        width: 100%;
    }

    .playVSLButton {
        background-color: #d6ef59;
        border: 1px solid #c2e028;
        width: 100%;
        height: 36px;
        color: #49555e;
        font-weight: 700;
        font-family: Arial;
        font-size: 16px;
        -webkit-box-shadow: #666 0 1px 3px;
        box-shadow: #666 0 1px 3px;
        margin: 15px auto 0;
        cursor: pointer;
    }

        .playVSLButton img {
            margin-right: 10px;
            height: 17px;
            padding-top: 1px;
            vertical-align: text-bottom;
        }

    /*.orderpage_btnB_mob {
        font-weight: 700;
        background: #dfa15a;
        background-image: -webkit-linear-gradient(top, #dfa15a, #ed8924);
        background-image: -moz-linear-gradient(top, #dfa15a, #ed8924);
        background-image: -ms-linear-gradient(top, #dfa15a, #ed8924);
        background-image: -o-linear-gradient(top, #dfa15a, #ed8924);
        background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 3px #666666;
        -moz-box-shadow: 0px 1px 3px #666666;
        box-shadow: 0px 1px 3px #666666;
        font-family: Arial;
        color: #ffffff;
        font-size: 20px;
        border: solid #e47925 1px;
        text-decoration: none;
        width: 94%;
        margin-top: 35px;
        margin-bottom: 8px;
        padding: 8px;
        box-sizing: border-box;
        border-radius: 11px;
        background-color: #F69220;
        width: 300px;
    }

        .orderpage_btnB_mob:hover {
            background: #e47825;
            background-image: -webkit-linear-gradient(top, #e47825, #ba5b12);
            background-image: -moz-linear-gradient(top, #e47825, #ba5b12);
            background-image: -ms-linear-gradient(top, #e47825, #ba5b12);
            background-image: -o-linear-gradient(top, #e47825, #ba5b12);
            background-image: linear-gradient(to bottom, #e47825, #ba5b12);
            text-decoration: none;
            color: #fff;
        }*/

    .videocontainer, .playVSLButtonContainer, #CTALink {
        max-width: 100%;
    }
    /*VSL End*/
    .productSection_text_orderScroll_mob {
        margin: auto;
        margin-top: 15px;
    }

    .productSection_text_orderScroll_mob {
        width: 300px;
        border-radius: 8.55px;
        background-color: #F69220;
        padding-top: 10px;
        padding-bottom: 5px;
        color: #FFFFFF;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 29px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: bold;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .productSection_text_orderScroll_mob {
        padding-top: 10px;
    }

    .drGundry_bio {
        width: 100%;
    }

    .accomplish_container .img-grid {
        flex-direction: column;
    }

        .accomplish_container .img-grid .img-block img {
            max-width: 200px;
        }

    .butyrate_container img {
        max-width: 250px;
    }

    .left-right {
        flex-direction: column;
    }

    .offer_beforeOfferSelectionNew .container {
        width: 100%;
    }

    .offer_beforeOfferSelectionNew .green_box {
        margin: 0 auto;
    }

    .notebook_container {
        background: url(https://cdn.gundrymd.com/images/bc3-ecomm/notebook@3x-background.jpg);
        /*min-height: 350px;*/
        color: white;
        margin: 0;
        background-size: cover;
        padding-top: 0;
    }

        .notebook_container .container {
            width: 100%;
        }

    .notebook {
        width: 300px;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0;
        /* background-size: 50% auto; */
        background-size: 300px 480px;
        margin: auto;
        margin-left: 30px;
        padding-top: 80px;
    }

    .notebook_container .inner-container {
        flex-direction: column;
    }

    .notebook_container .left-text h3 {
        color: #FFFFFF;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 30px;
    }

    .notebook_container ul {
        font-family: "Figtree", sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 280px;
        text-align: left;
    }

    .notebook_container img {
        /*position: absolute;*/
        width: 100%;
        left: 0;
        height: 400px;
        z-index: 0;
    }

    .butyrate_component .green_box {
        width: 247px;
    }

    .butyrate_component.left-content {
        border: none;
    }

    .checkmark_list li {
        font-size: 20px;
        line-height: 20px;
    }

        .checkmark_list li::marker {
            margin-top: 10px;
        }

    .checkmark_list .left-right .right-content, .checkmark_list .left-right .left-content {
        padding: 5px;
    }

    .checkmark_list li {
        text-align: left;
    }

    .intro_problem img {
        max-width: 100%;
    }

    .product_intro .right-content {
        text-align: center;
    }

    .intro_problem h3.blue {
        line-height: initial;
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .product_intro h2 {
        font-size: 28px;
    }

    .container.product_section {
        width: 100%;
        text-align: left;
    }

   



    .product_section .right-content p {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 13.07px;
        letter-spacing: 0.16px;
        margin-top: 0;
        line-height: 16px;
    }

    .product_section b {
        color: #848689;
        font-family: "Red Hat";
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 9px;
        text-align: left;
    }

    .product_section .left-right .left-content, .product_section .left-right .right-content {
        padding: 5px;
    }

    .select_flavors{
        justify-content: center;
        gap: 10px;
    }
    .product_section .select_flavors .sel_pay {
        margin: 0;
        color: #2945B8;
        font-family: "Figtree",sans-serif;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 2.24px;
        line-height: 19px;
        text-align: center;
        justify-content: center;
        align-content: center;
        display: flex;
        align-items: center;
        padding: 10px;
    }

    .product_section .sel_qty {
        margin-bottom: 10px;
        align-items: center;
        display: flex;
    }
    .product_section .sel_qty .left_section{
        color: #13161D;
        font-family: "Red Hat Bold";
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;

    }
    .regular_price_mb, .regular_price_mb .old_price{
        color: #13161D;
  font-family: "Red Hat";
  font-size: 16px;
  display: flex;
  justify-content: end;
  font-weight: 600;
  letter-spacing: 0.39px;
  line-height: 17.2px;
    }
    .product_section .sel_qty .right_section .flag_contain{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .select_quantity .sel_qty img{
        width: 24px;
        height: 24px;
        margin-right: 2px;
    }
    .sel_qty .inner_flag{
        width: 100px;
        display: inline-block;
        margin: auto;
        margin-bottom: 5px;
    }
    .sel_qty .new_price{
        color: #13161D;
  font-family: "Red Hat Bold";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26.46px;
    }



    .product_section .sel_qty {
        color: #54565A;
        font-family: "Figtree";
        font-size: 18.76px;
        font-weight: 600;
        letter-spacing: 0.26px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 0;
    }

    .product_section .select_flavors, .product_section .select_quantity, .product_section .select_payment {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .product_section .left-content {
        padding-bottom: 0;
    }
    .container.product_section{
        padding-left: 0;
        padding-right: 0;
    }
    .container.product_section .left-right .left-content{
        padding: 0;
    }
    .container #carousel-custom img{
        border-radius: 0%;
    }
    .container #carousel-custom img.carousel-control{
        border-radius: 35px;
    }
    .carousel-indicators{
        display: none;
    }
    .mob-text-top{
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }
    .mob-text-top h5{
        color: #13161D;
        font-family: "Red Hat";
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.68px;
        text-transform: uppercase;
        line-height: 16px;
        text-align: left;
    }
    .mob-text-top h3{
        color: #13161D;
  font-family: Lora;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.64px;
  line-height: 40px;
  text-align: left;
    }
    .mob-text-top .star_rating{
        display: flex;
    }
    .mob-text-top p{
        color: #13161D;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;

    }
    .product_section .mob-text-top .rating_description{
        color: #848689;
        font-family: "Red Hat";
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 16px;
    }
    .carousel-indicators{
        display: none;
    }
    .banner_product_section_desktop{
        padding-left: 15px;
        padding-right: 15px;
        border: none;
        text-align: center;
    }
    .stocks{
        display: none;
    }


    

    .banner_product_section_desktop {
        padding-bottom: 15px;
    }
    .features{
        padding-left: 0;
    padding-right: 0;

    overflow-x: hidden;
    }

    .nutrition_container p{
        color: #848689;
        font-family: "Red Hat";
        font-size: 12px;
        letter-spacing: 0.96px;
        line-height: 16px;
        text-align: center;
    }

    .grid-nutrition {
        border-top: none;
        /*width: 400%;
        justify-content: space-around;
        font-family: “Figtree”, sans-serif;
font-weight:600;
        display: flex;
        white-space: nowrap;
        will-change: transform;
        animation: marquee 25s linear infinite;
        margin-top: 0;
        margin-bottom: 0;
        padding: 5px;*/
    }
    
    .container{
        overflow-x: clip;
    }

    @keyframes marquee {
        0% {
          transform: translateX(0);
        }
        
        100% {
          transform: translateX(-50%);
        }
      }  
      

    .container {
        width: 100%;
    }
    .badges_top{
        padding: 15px;
        flex-direction: column;
    }
    .iname{
        color: #13161D;
  font-family: "Red Hat";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
    }
    .badges_top .badges_inner{
        display: flex;margin-bottom: 10px;
        justify-content: space-between;
    }
    .badges_top img{
        height: 60px;
    }
    .badges_icons{
        flex-direction: column;
    }
    .badges_bottom{
        padding: 10px 15px;
    }
    .badges_bottom img{
        margin-right: 10px;
    }
    .badges_container h1{
        color: #FFFFFF;
        font-family: Lora;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: -0.56px;
        line-height: 36px;
    }
    .badges_bottom .item_c{
        display: flex;
        flex-direction: column;
        gap: 30px;
        text-align: left;
    }
    footer .contianer{
        text-align: left;
    }
    .smftrtext{
        padding-left: 0 !important;
        padding-right: 0 !important;
        color: #FFFFFF;
        font-family: "Red Hat";
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
    }
    footer .links-container{
        margin-top: -20px;
        text-align: left;
        color: #FFFFFF;
        font-family: "Red Hat";
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
    }
    footer a{
        margin-top: -10px;
        text-decoration: underline;
    }
    footer .box{
        border: 1px solid white;
        color: #FFFFFF;
        font-family: "Red Hat";
        font-size: 14px;
        padding: 5px;
        margin-top: 15px;
        margin-bottom: 15px;
        letter-spacing: 0;
        line-height: 18px;
        text-align: left;
        font-weight: bold;
    }
    .badges_bottom .item_b{
        display: flex;
    }
    .guarantee-grid{
        flex-direction: column;
        padding-top: 30px;
    }
    .guarantee-section{
        padding-top: 0;
        padding-bottom: 0;
    }
    .guarantee-content h3{
        text-align: center;
        color: #13161D;
        font-family: Lora;
        font-size: 28px;
        font-style: italic;
        font-weight: 500;
        letter-spacing: -0.56px;
        line-height: 36px;
        text-align: center;
    }
    .guarantee-content p{
        color: #13161D;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
    }
    .product_section .sel_flavor {
        margin: 0;
        border-radius: 0 0 16px 16px;
        border: 1px solid #e5e5e5;
        color: #13161D;
        font-family: "Red Hat Bold";
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px;
    }
    .product_section .sel_flavor#watermelon{
        border-radius:16px 16px 0 0;
    }
    .product_section .sel_flavor.active{
        background-color: #F1F7FF;
    }
    .banner_product_section_desktop .productSection_text_orderNow_btn{
        margin: auto;
        background: none;
        background-color: #F8A022;
        border-radius: 35px;
        padding: 15px;
        color: #13161D;
        font-family: "Red Hat Bold";
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 2.4px;
        line-height: 40px;
        margin-top: 15px;
    }

    .product_section .subdisclaimer .sub-label {
        font-family: "Figtree", sans-serif;
        font-size: 16.61px;
        font-weight: 600;
        letter-spacing: 0.17px;
        line-height: 17px;
        text-align: left;
        align-items: center;
        align-self: center;
        color: #000;
        padding-right: 30px;
        padding-left: 10px;
        padding-top: 7px;
    }
    .product_section .subdisclaimer h3{
        margin-bottom: 5px;
    }

    .product_section .subdisclaimer .highlights-flex{
        font-size: 14px;
        line-height: 18px;
    }

    .product_section .subdisclaimer {
        text-align: center;
    }

        .product_section .subdisclaimer label {
            height: 27px;
            width: 27px;
            margin-right: 0;
            border: 2px solid #54565A;
            border-radius: 2px;
            display: inline-block;
            margin-bottom: 0;
            z-index: initial;
        }

        .product_section .subdisclaimer .subdis-top {
            text-align: center;
            justify-content: center;
            cursor: pointer;
            margin: auto;
            padding: 5px 15px;
        }

            .product_section .subdisclaimer .subdis-top label.addCheck {
                background-color: #54565a;
                background-image: url(https://cdn.gundrymd.com/images/newcheckmark_gray-removebg-preview.png);
                background-size: 22px;
                background-position: 1px 1px;
            }

    .product_section .subdisclaimer {
        display: none;
    }

        .product_section .subdisclaimer.active {
            display: block;
        }

    .product_section p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .product_section .actual-price {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .product_section .initial-price {
        margin-left: 10px;
        margin-right: 10px;
    }

    .product_section .prices-section {
        margin-bottom: 15px;
    }

    .product_section .sub-section {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
    }

    .three-steps .step {
        padding-left: 0;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .three-steps .number {
        line-height: 100px;
        font-size: 100px;
    }

    .three-steps .step-content {
        padding-top: 0;
        margin-top: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .three-steps .step-content h4 {
            font-size: 24px;
            letter-spacing: 0;
            line-height: 30px;
        }

        .three-steps .step-content b {
            font-size: 24px;
            letter-spacing: 0;
            line-height: 30px;
        }

    .team_discovery .right-content img {
        max-width: 100%;
    }
    .question-div .answer .left-right-n{
        display: flex;
        flex-direction: row;
        gap: 5px;
    }
    .question-div .left-right-n h5{
        color: #000000;
        font-family: "Red Hat Bold";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }
    .question-div .left-right-n p{
        height: 175px;
        width: 224px;
        color: #000000;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }
    .aboutDr .answer{
        text-align: center;
    }
    .aboutDr h5{
        color: #13161D;
        font-family: Lora;
        font-size: 21px;
        font-weight: 500;
        letter-spacing: -0.42px;
        line-height: 29px;
        text-align: left;
    }
    .aboutDr p{
        color: #13161D;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: left;
    }
    .aboutDr img{
        margin: auto;
        width: 150px;
    }
    .aboutDr .answer{
        padding: 5px 15px;
        padding-bottom: 0px;    
    }
    .howtouse img{
        width: 40px;
    }
    .howtouse .answer{
        padding: 5px 15px;
    }
    .question-div .flavor{
        padding: 15px 10px;
        height: 380px;
        background-size: cover;
        border-radius: 35px;
    }
    .question-div .caprylic{
        background-image: url(https://cdn.gundrymd.com/images/caprylc.PNG);
    }
    .question-div .currant{
        background-image: url(https://cdn.gundrymd.com/images/ingredient-berries.PNG);
    }
    .question-div .complex{
        background-image: url(https://cdn.gundrymd.com/images/ingredient-grapes.PNG);
    }
    .question-div.ingredients .answer{
        padding: 5px 15px;
    }
    #CTALink a{
        max-width: 340px;
        display: block;
        font-size: 20px;
        line-height: 28px;
        padding: 16px 30px;
        border-radius: 40px;
        width: 100%;
        letter-spacing: 2.4px;
    }
    .flavor .blurb{
        border-radius: 35px;
        background-color: white;
        margin-left: 15px;
        padding-top: 10px;
        padding-left: 5px;
    }
    .flavor .blurb h4{
        color: #13161D;
        font-family: "Red Hat Bold";
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
        padding: 5px 20px 0;
    }
    .flavor .blurb p{
        color: #13161D;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        padding: 5px 20px 10px;
    }
    .mob_faqs p{
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq {
        width: 100%;
    }

    #faq_container {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .faq .question-div h3 {
        border-top: none;
    }

    .question-div h3 {
        display: flex;
        justify-content: space-between;
    }

    .signature_img {
        max-width: 100%;
    }

    #about_doctor .leftright {
        flex-direction: column;
    }

    #about_doctor .left-content img {
        max-width: 100%;
    }

    .faq .toggle {
        float: none;
    }

    #about_doctor .right-content img {
        max-width: 100%;
    }

    .faq .toggle img {
        width: 20px;
        margin-right: 10px;
    }

    .faq .text {
        padding-right: 10px;
    }
    footer{
        margin-top: -70px;
        padding-bottom: 50px;
    }
    footer .container{
        margin-bottom: 90px;
    }

    .sticky-footer .plan-container .footer-popup-section {
        width: 100%;
    }

    .sticky-footer .plan-popup {
        max-width: 100%;
        bottom: 209px;
    }

    .sticky-footer-mobile {
        flex-direction: column;
        height: auto;
    }

        .sticky-footer-mobile .plan-container .footer-popup-section .popup-txt {
            color: #54565A;
            font-family: "Figtree", sans-serif;
            font-size: 12.6px;
            letter-spacing: 0.16px;
            line-height: 19.6px;
        }

    .sticky-footer .plan-container .footer-popup-section .popup-actions .edit-section {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.17px;
        line-height: 18.2px;
        text-align: right;
        padding-right: 8px;
        padding-top: 9px;
    }

    .sticky-footer .plan-container .footer-popup-section .popup-actions .arrow-section span {
        font-size: 30px;
    }

    .sticky-footer .plan-container .footer-popup-section {
        padding: 10px 15px;
        height: 70px;
    }

    .plan-prices-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 15px;
    }

    .sticky-footer .plan-prices-left .reg-price {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 11.97px;
        letter-spacing: 0.15px;
        line-height: 14px;
        margin-top: 39px;
    }

    .sticky-footer .plan-prices-right .instant-savings {
        color: #2845B8;
        font-family: "Figtree", sans-serif;
        font-size: 11.97px;
        letter-spacing: 0.15px;
        line-height: 14px;
        text-align: right;
    }

    .sticky-footer .plan-prices-right .your-price {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 19.95px;
        font-weight: bold;
        letter-spacing: 0.25px;
        line-height: 24px;
    }

    .sticky-footer .plan-popup .popup-title {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 12.6px;
        font-weight: bold;
        letter-spacing: 0.16px;
        line-height: 16px;
        text-align: center;
    }

    .sticky-footer .plan-popup .popup-body {
        padding: 10px 15px;
    }

    .sticky-footer .verify-txt {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 12.6px;
        font-weight: bold;
        letter-spacing: 0.16px;
        line-height: 16px;
        text-align: center;
    }

    .sticky-footer .unit-selection {
        padding-top: 10px;
    }

        .sticky-footer .unit-selection .pkg-unit {
            font-family: "Figtree", sans-serif;
            font-size: 17.4px;
            font-weight: 600;
            letter-spacing: 0.28px;
            line-height: 22px;
            text-align: center;
        }

    .sticky-footer .flavor-selection {
        padding-top: 10px;
    }

        .sticky-footer .flavor-selection .pkg-flavor {
            font-family: "Figtree", sans-serif;
            font-size: 13.49px;
            font-weight: 600;
            letter-spacing: 0.17px;
            line-height: 17px;
            text-align: center;
        }

    .sticky-footer .label-custom .top-txt {
        font-family: "Figtree", sans-serif;
        font-size: 12.6px;
        font-weight: 600;
        letter-spacing: 0.16px;
        line-height: 16px;
    }

    .sticky-footer .label-custom .bottom-txt {
        font-family: "Figtree", sans-serif;
        font-size: 8.4px;
        letter-spacing: 0.1px;
        line-height: 11px;
    }

    .sticky-footer .price-custom .price-container {
        font-family: "Figtree", sans-serif;
        font-size: 12.6px;
        font-weight: 600;
        letter-spacing: 0.16px;
        line-height: 16px;
        text-align: right;
    }

        .sticky-footer .price-custom .price-container .reg-price {
            font-family: "Figtree", sans-serif;
            font-size: 12.6px;
            font-weight: 600;
            letter-spacing: 0.16px;
            line-height: 16px;
            text-align: right;
        }

    .sticky-footer .onetime-container .txt-top {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 12.88px;
        font-weight: 600;
        letter-spacing: 0.14px;
        line-height: 17.71px;
        text-align: center;
        font-weight: 600;
    }

    .sticky-footer .cart-section {
        padding: 15px;
        text-align: center;
    }

    .productSection_text_orderNow_btn.disabled {
        border-radius: 35px;
        background-color: #BBBBBB;
        color: #54565A;
    }

    .footer-info {
        margin-bottom: 220px;
    }

    .productSection_text_orderNow_btn {
        border-radius: 4.9px;
        background-color: #F5F5F5;
        color: #2845B8;

    }

    .sticky-footer .cart-section .cart-icon {
        position: absolute;
        /* left: -10px; */
        margin-left: -30px;
        margin-top: 5px;
    }

    .sticky-footer .onetime-container ul {
        font-family: "Figtree", sans-serif;
        font-size: 12.28px;
        font-weight: 600;
        letter-spacing: 0.12px;
        line-height: 21.57px;
    }

    .sticky-footer .subdisclaimer .sub-label {
        font-family: "Figtree", sans-serif;
        font-size: 16.61px;
        font-weight: bold;
        letter-spacing: 0.17px;
        line-height: 17px;
        text-align: center;
        align-self: center;
    }

    .sticky-footer .sub-section {
        padding: 10px 15px;
        vertical-align: middle;
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .offer_testemonials_featured{
        text-align: center;
    }
    .offer_testemonials_featured--text{
        font-family: "Figtree SemiBold",Arial,sans-seri;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
    }
    .offer_testemonials_featured--img{
        max-width: 353px;
        margin: auto;
        width: 100%;
    }

    .mob_faqs p.question_call{
        margin-bottom: 20px;
        color: #2945B8;
        font-weight: 600;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
    }
    .mob_faqs p.question_call b{
        font-family: 'Red Hat Bold';
    }

    @media screen and (max-width:391px) {
        .sticky-footer .sub-section {
            padding: 0 15px;
        }

        .sticky-footer .subdisclaimer img {
            left: 73px;
        }

        .sticky-footer .popular-txt {
            margin-top: -13px;
        }
    }

    .sticky-footer .sub-section label {
        margin-top: 7px;
        outline: none;
        border: 1px solid #54565A;
    }

        .sticky-footer .sub-section label.active {
            margin-top: 7px;
            outline: none;
            border: 1px solid #54565A;
        }

    .sticky-footer .subdisclaimer img {
        left: 92px;
    }

    .onetime-container .left-right {
        flex-direction: row;
        justify-content: space-around;
    }

    .mct_content .leftright {
        flex-direction: column;
    }
    .mct_content.faqs .left-content, .mct_content.faqs .right-content{
        width: 100%;
    }

    .mct_content img {
        max-width: 100%;
    }

    .mct_content {
        padding-left: 0;
        padding-right: 0;
    }

    .divider {
        max-width: 100%;
    }

    

    .reviews_grid {
        flex-direction: column;
    }

    .grid-badges {
        align-items: center;
    }
    .grid-nutrition {
        margin: 5px;
        padding: 5px;
    }

    .grid-nutrition img {
        max-width: 100px;
    }

    .grid-nutrition-p2 {
        margin: 15px 5px;
        display: flex;
        justify-content: space-evenly;
    }

        .grid-nutrition-p2 img {
            max-width: 100px;
        }

    .mct_content .right-content, .mct_content .left-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    

    .mct_content h4 {
        color: #13161D;
        font-family: Lora;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -0.56px;
        line-height: 36px;
    }
    .mct_content p{
        color: #13161D;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }
    .mobile_os_banner img{
        width: 101%;
        margin-left: -1%;
    }

    .mct_content .list-section .content-container {
        padding-top: 0;
        padding-left: 10px;
        color: #13161D;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .mct_content .leftright {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .mct_content .right-content p {
        margin-top: 10px;
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 15.4px;
        letter-spacing: 0.19px;
        line-height: 18px;
        text-align: left;
    }

    .mct_content .divider {
        height: 1px;
        width: 100%;
        border-top: 3px solid #2845B8;
        border-bottom: none;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mct_content p.disclaimer_list {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 12.6px;
        letter-spacing: 0.16px;
        line-height: 22.4px;
    }

    .mct_content .list-section {
        margin-bottom: 10px;
    }

    .mct_content .left-content {
        text-align: left;
    }

    .mct_content .bullet-container {
        padding: 5px;
    }

    .grid-badges .img-badge {
        margin: 0;
    }

        .grid-badges .img-badge img {
            width: 100px;
            height: auto;
            margin-right: 10px;
        }

    
        .faq_section.container{
            padding-left: 0;
            padding-right: 0;
        }
        .faq {
            padding-left: 15px;
            padding-right: 15px;
        }
        .faqs h2{
            color: #2945B8;
            font-family: Lora;
            font-size: 28px;
            font-weight: 500;
            letter-spacing: -0.56px;
            line-height: 36px;
            text-align: center;
            text-align: center;
            margin-bottom: 15px;
        }
        .faqs .faq .description_p{
            color: #2945B8;
            font-family: "Red Hat";
            font-size: 16px;
            letter-spacing: 0;
            line-height: 24px;
            text-align: center;
            margin-bottom: 15px;
        }
        

        .faq .question-div h3 {
            color: #2945B8;
            font-family: "Red Hat";
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 28px;
        }

        .faq .longGrey {
            margin-bottom: 0;
            display: none;
        }

        .faqs.about_section{
            background-color: white;
        }
        .faqs.about_section .question-div{
            background-color: #E8F3FF;
            border: none;
            padding-bottom: 3px;
            padding-right: 2px;
        }
        
        .customer_reviews .review_box {
            margin: 0;
            text-align: left;
            display: block;
            background-color: #fff;
        }
        .customer_reviews .star_section{
            flex-direction: column-reverse;
            justify-content: center;
            display: flex;
        }
        
        .customer_reviews .review_box .verified_customer{
            color: #C2E329;
            font-family: "Red Hat";
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 24px;
        }
        .star_section img{
            width: 125px;
            margin: auto;
        }
        .customer_reviews .review_box .user_info {
            width: 100%;
            max-width: none;
            justify-content: space-between;
        }
        .customer_reviews {
            padding-bottom: 25px;
        }
    
        .customer_reviews h2.title-card {
            color: #334579;
            font-family: "Figtree", sans-serif;
            font-size: 18.2px;
            font-weight: 600;
            letter-spacing: 7px;
            line-height: 22px;
            text-align: center;
            border-bottom: none;
            margin-bottom: 15px;
        }
        .customer_reviews .review_box {
            background-color: white;
            margin: 15px 0;
            padding: 15px;
            flex: 1;
        }
        .customer_reviews .title-card .span{
            padding: 0;
        }
    
            .customer_reviews .review_box .customer_name {
                font-family: "Red Hat";
                font-size: 16px;
                font-weight: 600;
                letter-spacing: 0;
                line-height: 24px;
                font-weight: normal;
            }
    
            .customer_reviews .review_box .customer_location {
                color: white;
                color: #FFFFFF;
                font-family: "Red Hat";
                font-size: 16px;
                font-style: italic;
                letter-spacing: 0;
                padding: 0;
                margin: 0;
            }
            .customer_reviews h2{
                color: #13161D;
                font-family: Lora;
                font-size: 28px;
                font-weight: 500;
                letter-spacing: -0.56px;
                line-height: 36px;
                text-align: center;
            }
    
            .customer_reviews .review_box .customer_rating {
                padding-top: 10px;
                color: #FFD054;
            }
    
            .customer_reviews .review_box .customer_review_headline {
               
                color: #13161D;
                font-family: "Red Hat Bold";
                font-size: 16px;
                font-weight: bold;
                letter-spacing: 0;
                line-height: 28px;
                margin-top: 5px;
                margin-bottom: 9px;
            }
    
            .customer_reviews .review_box .customer_review_content {
                color: #13161D;
                font-family: "Red Hat";
                font-size: 16px;
                letter-spacing: 0;
                line-height: 24px;
            }
            .customer_reviews .review_box .customer_name{
                margin-bottom: 0;
            }
            .customer_reviews .review_box .user_info{
                display: flex;
                flex-direction: column;
                
            }
            .customer_reviews .divisor{
                width: 2px;
                height: 15px;
                background-color: white;
            }
            .cust_top{
                display: flex;
                align-items: center;
                gap: 8px;
            }

        .press_section{
            padding: 25px 15px;
            text-align: center;
            background-color: rgb(232,244,255);
        }
        .press_section h4{
            color: #13161D;
            font-family: Lora;
            font-size: 28px;
            font-weight: 500;
            letter-spacing: -0.56px;
            line-height: 36px;
            text-align: center;
        }
        .cta_section{
            background-color: white;
        }
        .press_section p{
            color: #13161D;
            font-family: "Red Hat";
            font-size: 12px;
            font-style: italic;
            letter-spacing: 0;
            line-height: 16px;
            text-align: center;
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .press_section img{
            max-width: 100%;
        }

        
        .pricing_info .instant-savings{
            font-size: 15px;
            letter-spacing: 0.15px;
            line-height: 14px;
            margin: 0 auto;
        }
        .pricing_info .your-price{
            font-size: 25px;
            font-weight: 600;
            letter-spacing: 0.25px;
            margin-top: 6px;
            margin-bottom: 11px;
        }
        .left-right.pricing_info{
            flex-direction: row;
            justify-content: center;
        }
        .pricing_info.left-right .left-content{
            justify-content: center;
            gap: 10px;
            color: #13161D;
            font-family: "Red Hat";
            font-size: 33px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 24px;
        }
        .pricing_info .your-price{
            color: #2845B8;
            font-family: "Red Hat Bold";
            font-size: 33px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 24px;
        }
        .pricing_info .reg-price{
            color: #BDBEBF;
            font-family: "Red Hat";
            font-size: 33px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 24px;
        }
        .pricing_info.left-right .left-content .reg-price{
            margin: 0;
        }
        .shipping_section{
            text-align: center;
            color: #13161D;
            font-family: "Red Hat";
            font-size: 12px;
            letter-spacing: 0.6px;
            line-height: 16px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .popup-box-mobile {
            position: fixed;
            left: -210px;
            top: 15px;
            height: auto;
            width: 200px;
            background: #e8e806;
            box-shadow: 2px 2px 14px #555;
            color: black;
            border-radius: 10px;
            z-index: 1000;
            /* to override #doctor-wrap */
        }
    
        .popup-box-mobile ul {
            padding: 10px 17px 10px 17px;
            text-align: center;
            list-style: none;
        }
        .popup-box {
            position: fixed;
            min-height: 79px;
            width: 278px;
            background: #F5F5F5;
            
            box-shadow: 2px 2px 14px #555;
            color: #2845B8;
            border-radius: 10px;
            z-index: 1000;
            /* to override #doctor-wrap */
        }
        
        .popup-box-mobile .popup-header{
            width: 100%;
            padding: 5px 3px;
            border: 3px solid #2845B8;
            background-color: #2845B8;
            color: white;
            font-family: "Figtree";
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 3px;
            line-height: 19px;
            text-align: center;
            border-radius: 10px 10px 0 0;
        }
        .popup-box-mobile .mct-label{
            font-weight: bold;
        }
        
        .popup-box-mobile #purchase-box-mobile {
            margin: 0;
            border: 3px solid #2845B8;
            border-radius: 0 0 10px 10px;
            background: #F5F5F5;
        }
        #purchase-box-mobile li::after{
            content: 'MCT Wellness';
            font-weight: bold;
        }
        #carousel-custom{
            margin-top: 0;
        }
        .question-div.question-div.ingredients .answer{
            padding: 5px 5px;
        }
        .show_btn_mob{
            cursor: pointer;
        }
        .faq .question-div .show_supplements h5{
            color: #2945B8;
            font-family: "Red Hat";
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 2.24px;
            line-height: 24px;
        }
        .xs_hide{
            display: flex;
            flex-direction: row;
        }
        .xs_show{
            display: none;
        }
        .badges_container{
            border-radius: 0;
        }
        .badges_icons{
            align-items: center;
            margin: auto;
            text-align: left;
        }
        
        @media screen and (max-width:768px) {
            .xs_hide{
                display: none;
            }
            .xs_show{
                display: flex;
            }
            .badges_icons{
                align-items: baseline;
            }
        }
}
@media screen and (max-width:390px) {
    
}
@media only screen and (max-width : 400px) {
    #vip {
        vertical-align: top;
        padding: 10px;
    }

    #vip1 {
        vertical-align: top;
        padding: 10px;
    }

    .sticky-footer .sub-section {
        padding: 0 15px;
    }

    .sticky-footer .subdisclaimer img {
        left: 73px;
    }

    .sticky-footer .popular-txt {
        margin-top: -13px;
    }
}

@media only screen and (min-width : 480px) {
    .about_dr {
        font-size: 24px;
    }
}
@media screen and (max-width:391px) {
    .customer_reviews .review_box .customer_name{
        font-size: 18px;
    }
    .product_section .sel_qty .left_section{
        text-align: left;
    }
    .sel_qty .inner_flag{
        max-width: 95px;
    }
    .sel_qty .old_price, .sel_qty .new_price{
        font-size: 15px;
    }
    .select_quantity .sel_qty{
        padding: 10px 5px;
    }
    .regular_price_mb, .sel_qty .old_price{
        font-size: 12px;
    }
}
@media screen and (min-width:768px) {
    .question-div .flavor{
        padding: 40px;
    }
}
