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

@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Lora Italic';
    src: url('https://cdn.gundrymd.com/fonts/Lora-Italic.ttf');
    font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-ExtraBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('https://cdn.gundrymd.com/fonts/Figtree-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


@font-face {
    font-family: "Atlas Typewriter";
    src: url("../fonts/AtlasTypewriter-Light.otf");
}

@font-face {
    font-family: "Tiempos Headline";
    src: url("https://cdn.gundrymd.com/fonts/TiemposHeadline-Medium.otf");
}

@font-face {
    font-family: "Atlas Grotesk";
    src: url("../fonts/AtlasGrotesk-Light.otf");
}

@font-face {
    font-family: "Tiempos Headline";
    src: url("https://cdn.gundrymd.com/fonts/TiemposHeadline-Regular.otf");
}

@font-face {
    font-family: "Tiempos Headline Medium";
    src: url("../fonts/TiemposHeadline-Medium.otf");
}
/* all */
html, body, * {
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px auto;
    font-family: “Figtree”, sans-serif;
    color: #5e5f61;
    min-width: 960px;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

ul li {
    list-style: none;
}

.container {
    width: 970px;
    margin: 0px auto;
}

.guarantee {
    width: 170px;
    height: 140px;
}



.topFooter {
    float: left;
}

.phone {
    float: right;
}

#phoneImage {
    margin-left: -25px;
}

.logoPhone {
    float: left;
}

.number {
    float: right;
    font-size: 14px;
}

.description {
    margin-left: 10px;
}

/* HEADER */
/* HEADER */
header {
	background: white;
	padding-bottom: 10px;
}

.topHeader {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	align-items: center;
    padding-top: 10px;
}

.topHeader img {
	max-width: 180px;
}

.phone {
	display: flex;
	align-items: center;
}

.number {
	color: #13161D;
  font-family: "Red Hat";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 16px;
}

.description {
	margin-left: 10px;
}


/* Top Steps */
.header-steps{
	width: 100%;
	background-color: #E8F4FF;
}
.header-steps .steps-top{
	display: flex;
	width: 100%;
    justify-content: space-evenly;
}
.step .step-lever{
	border-radius: 40px;
	height: 8px;
	margin-top: 25px;
	background-color: #D0E4F6;
}
.step.active .step-lever{
  	background-color: #2945B8;
}
.step-lever{
	border-radius: 40px;
	width: 100%;
	display: block;	
	background-color: #D0E4F6;
}
.step .step-text{
	color: #848689;
	font-family: "Red Hat";
	font-size: 16px;
	letter-spacing: -0.32px;
	line-height: 38px;
	text-align: center;
	display: block;
}
.step img{
	width: 17px;
}
.step .step-text span{
    font-family: 'Red Hat Bold';
	font-weight: bold;
}
.step.active .step-text{
	color: black;
}
.step.active .step-text span{
	color: #2945B8;
}


/* MAIN */

#main {
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}


/*start Touc-7729*/
header.stickTop {
    position: absolute;
    width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    padding-top: 25px;
}
.faq_supp_desk{
    max-width: 580px;
}

    header.stickTop .logo_scroll {
        display: none;
    }

    header.stickTop.release .logo_noscroll {
        display: none;
    }

    header.stickTop.release .logo_scroll {
        display: block;
    }

    header.stickTop.release {
        position: fixed;
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16);
    }

        header.stickTop.release .leftright .right-content a {
            color: #333;
        }

            header.stickTop.release .leftright .right-content a.header_cta {
                color: white;
            }



.offer_pageTopBanner_content {
    position: relative;
    /*height: 568px;*/
    background-image: url(https://cdn.gundrymd.com/images/Hero_Background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 25px;
}

.hide-desktop {
    display: none;
}

.offer_pageTopBanner_container {
    width: 980px;
    margin: 0 auto;
    color: white
}

.offer_pageTopBanner_textOne {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 25px;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 53px;
    font-weight: 600;
}

.offer_pageTopBanner_textTwo {
    width: fit-content;
    font-weight: 600;
    margin: 0;
    position: relative;
    height: auto;
    text-align: left;
    padding: 3px;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 49px;
    font-family: "tiempos headline semibold", serif, serif;
    letter-spacing: 3.33px;
    color: #FFFFFF;
    background-color: #D43636;
}

    .offer_pageTopBanner_textTwo p {
        margin-top: 4px;
        margin-bottom: 7px;
        margin-left: 4px;
    }

.offer_pageTopBanner_textTwoHalf {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 5px;
    text-align: left;
    padding: 3px;
    top: 0;
    left: 0;
    color: white;
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;
}

.offer_pageTopBanner_textThree {
    font-family: "Figtree SemiBold", sans-serif, sans-serif;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #FFFFFF;
}

.offer_pageTopBanner_textTwoHalf, .offer_pageTopBanner_textOne, .offer_pageTopBanner_textTwo {
    font-family: 'Tiempos Headline';
}

/* Start Video Style */

.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 {
    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: 100%;
    margin-top: 35px;
    margin-bottom: 8px;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 11px;
    background-color: #F69220;
    padding: 10px 50px;
}

    .orderpage_btnB: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: 450px;
}

.playVSLButtonContainer {
    display: none;
}

#CTALink {
    margin-top: 15px;
    margin-bottom: 15px;
}
#CTALink img{
    width: 25px;
}

/* End Video Style */


/*Start BioComplete info*/
.offer_beforeOfferSelectionNew {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #F4F4F4;
}

    .offer_beforeOfferSelectionNew h2 {
        font-weight: bold;
    }

.w976auto {
    width: 976px;
    margin-right: auto;
    margin-left: auto;
}

.bio3_head {
    color: #27377A;
    margin-top: 1.8rem;
    font-size: 2.4rem;
}

.drGundry_bio {
    width: 60%;
}

    .drGundry_bio b {
        font-family: "Figtree Regular", sans-serif;
        font-size: 24px;
        margin-top: 15px;
    }

    .drGundry_bio span {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
        letter-spacing: 0;
    }

    .drGundry_bio small {
        font-size: 75%;
    }

.productSection_text_orderNow_btn {
    padding-top: 2px;
    border: none;
    font-family: “Figtree”, sans-serif;
    font-size: 24px;
    width: 100%;
    height: 50px;
    cursor: pointer;
   font-weight:bold;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 6px 24px 0 rgb(0 0 0 / 15%);
}

.raspberry-disclaimer {
    display: none;
    margin: -2px 0;
    padding: 30px 0 15px;
    background-color: #fff;
    color: red;
    text-align: center;
}
.flavor-watermelon .raspberry-disclaimer{
    display: none;
}

.productSection_text_orderScroll {
    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 {
    padding-top: 10px;
}

.productSection_text_orderNow_btn.disabled {
    padding-top: 2px;
    border: none;
    font-family: “Figtree”, sans-serif;
    font-size: 24px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    background: #C9C9C9;
    box-shadow: 0 6px 24px 0 rgb(0 0 0 / 15%);
}

.accomplish_container {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .accomplish_container .info_header {
        font-size: 24px;
        font-weight: 700;
    }

    .accomplish_container .img-grid .img-block p {
        color: #D43636;
        font-size: 21px;
        line-height: 27px;
        font-weight: 800;
    }

    .accomplish_container .img-grid .img-block img {
        margin: 25px;
        margin-bottom: 0;
    }

    .accomplish_container .img-grid {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    .accomplish_container .bottom_p {
        font-size: 21px;
        margin-top: 15px;
    }

        .accomplish_container .bottom_p span {
            color: #B8D436;
            font-weight: 600;
        }

    .accomplish_container .info_header b {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 30px;
    }

.drGundry .info_header h3 {
    font-weight: bold;
}

.green_box {
    width: 275px;
    margin: 0;
    margin-bottom: 25px;
    font-weight: bold;
    padding: 5px 25px;
    background-color: #B8D436;
    color: #27377A;
    font-family: "Figtree", sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 58px;
    text-align: center;
}

.butyrate_component .green_box {
    padding-top: 0;
    padding-bottom: 0;
}

.left-right {
    display: flex;
    justify-content: space-between;
}

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

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

.butyrate_container .text-container b {
    color: #27377A;
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.butyrate_container .text-container p {
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
}

.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: 100px;
}

.notebook {
    background: url(https://cdn.gundrymd.com/images/bc3-ecomm/notebook-standalone.png);
    width: 600px;
    padding-bottom: 100px;
    background-size: cover;
    padding-top: 100px;
    padding-right: 25px;
    padding-left: 25px;
}

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

.notebook_container .inner-container {
    display: flex;
}

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

    .notebook_container .inner-container .right-text {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }

        .notebook_container .inner-container .right-text ul {
            list-style: circle;
        }

.notebook_addendum {
    padding-top: 25px;
}

    .notebook_addendum p {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .notebook_addendum small {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 15px;
        font-style: italic;
        letter-spacing: 0;
        line-height: 30px;
    }

.container h3.blue {
    color: #27377A;
    font-family: "Figtree", sans-serif;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 54px;
    text-align: center;
}

.butyrate_src {
    background-color: #F4F4F4;
    padding: 25px;
}

    .butyrate_src p {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
        text-align: center;
    }

    .butyrate_src h3 {
        margin-bottom: 0;
    }

.butyrate_component {
    flex: 2;
}

    .butyrate_component p {
        text-align: left;
    }

    .butyrate_component.left-content {
        border-right: 11px solid #27377A;
    }

.probiotic_food_sources h3 {
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.probiotic_food_sources .food-name {
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
    margin-bottom: 15px;
}

.prebiotic_food_sources h3 {
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

.container .images-container {
    display: flex;
    flex-wrap: wrap;
}

.probiotic_food_sources {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .probiotic_food_sources .images-container .img-wrap-single {
        flex-grow: 1;
        text-align: center;
    }

.prebiotic_food_sources .images-container {
    justify-content: center;
}

    .prebiotic_food_sources .images-container .img-wrap-single {
        text-align: center;
    }

.probiotic_food_sources img {
    display: block;
    max-width: 220px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

.prebiotic_food_sources {
    color: white;
    background-color: #3F6DAF;
    text-align: center;
}

    .prebiotic_food_sources .container {
        max-width: 100%;
        width: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .prebiotic_food_sources .img-wrap-single {
        padding: 15px;
    }

    .prebiotic_food_sources img {
        display: block;
        width: 100%;
        max-width: 218px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .prebiotic_food_sources .food-name {
        color: #FFFFFF;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 29px;
        text-align: center;
    }

.checkmark_list {
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .checkmark_list li {
        /* <url> values */
        list-style-image: url('https://cdn.gundrymd.com/images/bc3-ecomm/✓@1x.png');
        color: #27377A;
        font-family: "Figtree", sans-serif;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 30px;
        text-transform: uppercase;
    }

    .checkmark_list small {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 15px;
        font-style: italic;
        letter-spacing: 0;
        line-height: 30px;
    }

.intro_problem {
    background-color: #F4F4F4;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .intro_problem img {
        max-width: 500px;
    }

    .intro_problem .container {
        max-width: 1020px;
    }

    .intro_problem p {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }

        .intro_problem p.blue {
            text-align: center;
            color: #27377A;
            font-family: "Figtree", sans-serif;
            font-size: 24px;
            font-weight: lighter;
            letter-spacing: 0;
            line-height: 40px;
        }

    .intro_problem h3.blue {
        font-size: 30px;
        margin-top: 0;
        font-weight: bold;
    }

.problem_answer {
    max-width: 1020px;
    width: 100%;
}

    .problem_answer p {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .problem_answer h3.blue {
        color: #27377A;
        font-family: "Figtree", sans-serif;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 0;
        text-align: left;
        line-height: 48px;
    }

.problem_answer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.product_intro {
    background: url('https://cdn.gundrymd.com/images/bc3-ecomm/bc3-greenlines-bg@3x.jpg');
    background-size: cover;
}

    .product_intro .container {
        max-width: 1020px;
        width: 100%;
        color: white;
    }

    .product_intro h2 {
        font-family: "Figtree", sans-serif;
        font-size: 65px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 78px;
    }

    .product_intro p {
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }

        .product_intro p.p-head {
            font-family: "Figtree", sans-serif;
            font-size: 35px;
            letter-spacing: 0;
            line-height: 42px;
        }

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

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

    .product_intro small {
        font-style: italic;
    }
/*Swiper*/
.swipersf {
    width: 600px;
    height: 300px;
    overflow: clip;
}

.swiper-wrapper .vjs-big-play-button {
    display: none;
}

.product_section .left-right .right-content {
    flex: 1;
}

.product_section .left-right .left-content {
    flex: 1;
}

.product_section h3 {
    color: #13161D;
    font-family: Lora;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -0.88px;
    line-height: 52px;
    margin-top: 2px;
}
.product_section h5{
    font-size: 14px;
    margin-bottom: 0;
    line-height: 16px;
    letter-spacing: 1.7px;
    font-family: 'Red Hat';
    color: #13161D;
    font-weight: 600;
}
.product_section h3 sup{
    top: -16px;
    font-size: 12px;
}

.product_section p {
    color: #13161D;
    font-family: "Red Hat";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.product_section .actual-price {
    color: #256BA2;
    font-family: "Figtree", sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.product_section .initial-price {
    color: #A2A2A2;
    font-family: "Figtree", sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.product_section .saving-flag {
    color: #FFFFFF;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    background-color: red;
    padding: 2px 5px;
}

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

.product_section .notice {
    color: #B8D436;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

.custom-select {
    /* wrapper style */
    position: relative;
    display: block;
    max-width: 400px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .custom-select select {
        /* Select Reset */
        border: 1px solid #b6b6b6;
        outline: none;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        margin: 0;
        display: block;
        width: 100%;
        cursor: pointer;
        /* custom select appearance */
        padding: 12px 55px 15px 15px;
        font-size: 14px;
    }
    /* the down arrow */
    .custom-select:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        line-height: 50px;
        content: url("https://cdn.gundrymd.com/images/bc3-ecomm/Icons_Arrow_Down.png");
        text-align: center;
        z-index: -1;
        background: #fff;
        color: #fff;
        font-size: 18px;
    }

.product_section .sub-section {
    padding: 5px 10px;
    background: none;
    color: #2D2B29;
    font-family: "Figtree", sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 24px;
}

    .product_section .sub-section.active {
        background-color: #EAEAEA;
    }

.product_section .cart-btn {
    color: #FFFFFF;
    font-family: "Figtree", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

.product_section .subdisclaimer {
    display: none;
}

.product_section .subdisclaimer h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    font-family: "Figtree", sans-serif;
    color: #13161d;
    margin-bottom: 0;
    margin-top: 15px;
}
.product_section .subdisclaimer .highlights-flex{
    display: flex;
    color: rgb(94, 95, 97);
    font-size: 16px;
    line-height: 24px;
    font-family: "Figtree", sans-serif;
    gap: 10px;
    justify-content: center;
    margin: auto;
    margin-top: 10px;
    text-align: left;
}
.product_section .subdisclaimer .highlights-flex img{
    display: inline-block;
    position: relative;
    left: 0;
    width: 20px;
}
.product_section .subdisclaimer .highlights-flex .highlight.blue{
    color: rgb(41, 69, 184);
    font-weight: bold;
}


    .product_section .subdisclaimer input[type="checkbox"] {
        display: none;
        ;
    }

    .product_section .subdisclaimer label {
        border: 3px solid #4a90e2;
        height: 30px;
        width: 30px;
        border-radius: 2px;
        box-shadow: none;
        margin-right: 10px;
        z-index: 100;
    }

    .product_section .subdisclaimer .sub-label {
        color: #4a90e2;
        color: #4A90E2;
        font-family: "Figtree", sans-serif;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-shadow: 0px 0px 0px #000;
    }

    .product_section .subdisclaimer p {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 12px;
        margin-bottom: 0;
    }

    .product_section .subdisclaimer .subdis-top {
        display: flex;
        flex-direction: row;
        justify-content: start;
        margin-top: 10px;
        align-items: center;
    }

.sticky-footer .subdis-top .tooltiptext {
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    margin-top: 30px;
    z-index: 1;
    display: none;
}

.product_section .subdisclaimer .check-png {
    display: none;
    position: absolute;
    width: 25px;
    margin-left: 3px;
    margin-top: 3px;
    z-index: 99;
}

.product_section .no-risk {
    color: #2D2B29;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-top: 25px;
}

.product_section input[type="submit"] {
    margin-top: 15px;
}

.swiper_container h3.blue {
    color: #27377A;
    font-family: "Figtree", sans-serif;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 54px;
    text-align: center;
}

.swiper_container .disclaimer {
    display: none;
}

.three-steps h3.blue {
    color: #27377A;
    font-family: "Figtree", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

.three-steps p.text-center {
    color: #000000;
    font-family: "Figtree", sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.three-steps .step {
    display: flex;
    justify-content: flex-start;
    background-color: #E2E3E5;
    padding-left: 100px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 25px;
}

.three-steps .number {
    float: none;
    color: #B8D436;
    font-family: "Figtree", sans-serif;
    font-size: 150px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 181px;
    margin-right: 25px;
}

.three-steps .step-content {
    padding-top: 50px;
}

    .three-steps .step-content h4 {
        color: #27377A;
        font-family: "Figtree", sans-serif;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 30px;
    }

    .three-steps .step-content b {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 36px;
    }

.team_discovery {
    background-color: #e3e3e3;
    padding-bottom: 100px;
}

    .team_discovery .left-content {
        padding-left: 0;
    }

    .team_discovery p {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .team_discovery b {
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 30px;
    }

    .team_discovery .right-content img {
        max-width: 500px;
    }

#about_doctor {
    background: linear-gradient(180deg, #4780C2 0%, #27377A 100%);
    padding-top: 50px;
}

    #about_doctor .leftright {
        display: flex;
        justify-content: flex-end;
    }

    #about_doctor h3 {
        color: #FFFFFF;
        font-family: "Figtree", sans-serif;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 48px;
        margin-top: 0;
    }

    #about_doctor p {
        color: #FFFFFF;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }

    #about_doctor small {
        color: #FFFFFF;
        font-family: "Figtree", sans-serif;
        font-size: 15px;
        font-style: italic;
        font-weight: 100;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    #about_doctor .right-content img {
        max-width: 375px;
    }

    #about_doctor .left-content img {
        max-width: 600px;
        margin-bottom: 15px;
    }

.faq .faq_header {
    color: #27377A;
    font-family: "Figtree", sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.33px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 25px;
}
.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;
}
.mct_content .aboutDr .left-right{
    display: flex;
    justify-content: flex-start;
    /* justify-content: space-between; */
    gap: 50px;
}
.mct_content .aboutDr .left-content{
    max-width: 55%;
    padding: 0;
}
.mct_content .aboutDr .right-content{
    padding: 0;
    display: flex;
    justify-content: center;
}
.mct_content  .aboutDr img{
    width: 100%;
    max-width: 180px;
    padding: 0;
    padding-bottom: 0;
}
.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: 320px;
    display: block;
    font-size: 15.75px;
}
.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;
    margin-bottom: 0;
}
.flavor .blurb p{
    color: #13161D;
    font-family: "Red Hat";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 5px 20px 10px;
}
.faq .question-div .show_supplements{
    margin-top: 25px;
    padding: 15px 10px;
    border-radius: 35px;
    background-color: white;
    margin: 20px;
}
.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;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.show_supplements h5 img{
    width: 100%;
    max-width: 20px;
    height: auto;
    border-radius: 0;
    display: block;
}
.show_supplements .show_btn{
    cursor: pointer;
}
.show_supplements img{
    display: none;
}

.faq .question-div h3 {
    color: #4780c2;
    font-family: "Figtree", sans-serif;
    font-size: 19px;
    font-weight: bold;
    /* letter-spacing: 0; */
    /* line-height: 23.94px; */
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.question-div .closeFaq{
    display: none;
}
.question-div.open .openFaq{
    display: none;
}
.question-div.open .closeFaq{
    display: block;
    margin-top: 4px;
}

.faq .question-div:first-child h3 {
    border-top: 2px solid black;
}



.faq .toggle {
    float: right;
}

    .faq .toggle img {
        width: 30%;
    }


.information {
    margin: 10px auto;
    text-align: left;
    margin-top: 20px;
    padding: 15px 35px;
    color: #696B71;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    border: 1px solid #cfcfcf;
}


/*End touc-7729*/

.title {
    margin-top: 60px;
    float: left;
}

    .title h1 {
        width: 430px;
        color: #27377a;
        font: 37px;
        font-weight: 100;
    }

    .title hr {
        width: 45px;
        float: left;
        border: 0;
        border-top: 1px solid;
        margin-top: 0;
    }

    .title p {
        width: 550px;
        /*position: absolute;*/
        /*top: 33%;*/
        color: #62676b;
        font-size: 17px;
    }

    .title ul li {
        width: 245px;
        margin-top: 6%;
        line-height: 100%;
    }

.lists {
    width: 270px;
    margin-left: 40px;
    margin-top: -20px;
}

.break {
    margin-top: 25px;
}

.choices {
    width: 325px;
    height: 90px;
    margin: 20px auto;
    background-color: #f2f2f2;
    position: relative;
    border: 2px solid white;
}

.hr {
    width: 45px;
    float: left;
    border: 0;
    border-top: 1px solid black;
    margin-top: -13px;
}

.moneyHr {
    margin-top: 40px;
    border: 1px solid black;
}

.choice1:hover .jars,
.choice2:hover .jars,
.choice3:hover .jars {
    font-size: 24px;
    color: #474648;
    font-weight: bold;
}

.choice1:hover .price,
.choice2:hover .price,
.choice3:hover .price {
    color: #474648;
    font-size: 17px;
    font-weight: bold;
}

.choice1:hover .exact,
.choice2:hover .exact,
.choice3:hover .exact {
    color: #474648;
    font-size: 12.75px;
    top: 24px;
    font-weight: bold;
}

.choice1:hover .savings,
.choice2:hover .savings,
.choice3:hover .savings {
    color: #2f3779;
    left: 142px;
    top: 57px;
    font-weight: bold;
}

.first {
    color: #474648;
    position: absolute;
    left: 18px;
    top: 27px;
    font-size: 24px;
}

.jars {
    position: absolute;
    left: 18px;
    top: 27px;
    font-size: 24px;
    color: #abaeb6;
}

.price {
    position: absolute;
    right: 76px;
    top: 10px;
    font-size: 17px;
    color: #abaeb6;
}

.exact {
    font-size: 12.75px;
    position: absolute;
    top: 24px;
    color: #abaeb6;
}

.savings {
    position: absolute;
    left: 142px;
    top: 57px;
    color: #abaeb6;
}

#click {
    display: block;
    height: 90px;
    cursor: pointer;
}

.choices.active {
    background-color: #e4f3fc;
    border: 2px solid #4880c2;
    width: 325px;
    height: 90px;
    margin: 20px auto;
    position: relative;
    font-weight: bold;
}

    .choices.active .jars {
        color: #474648;
    }

.active .price {
    color: #474648;
}

.active .savings {
    color: #2f3779;
}

.active .exact {
    color: #474648;
}

.package {
    margin-top: -12px;
}

#product {
    margin-left: 230px;
    margin-top: -154px;
}

/*  PRODUCT CHOICE */
.choice {
    position: relative;
    float: right;
    width: 365px;
    height: 560px;
    box-shadow: 0px 0px 10px #8C8C83;
    margin-top: 80px;
    background-color: white;
}

.truck {
    margin-left: 25px;
}

.truckImage {
    margin-top: -8px;
}

.shipping {
    color: #474648;
    font-size: 13px;
    position: absolute;
    margin-left: 12px;
    bottom: 90px;
}

.button {
    width: 326px;
    height: 42px;
    margin: 28px auto;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    border: 1px solid #e47925;
    background: #dfa15a;
    background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
    color: white;
    opacity: .9;
    position: absolute;
    bottom: 2px;
    left: 22px;
    font-size: 25px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px #666666;
}

    .button:hover {
        box-shadow: 0px 1px 3px #666666;
        background: #e47825;
        background-image: linear-gradient(to bottom, #e47825, #ba5b12);
    }

#popular {
    position: absolute;
    top: 0;
    right: 0;
}

.purchases {
    float: left;
    margin-top: 14px;
}

#moneyPic {
    float: left;
    margin-top: 45px;
}

/* MAIN WRAP */
.mainWrap {
    height: 250px;
}

.money h3 {
    float: left;
}

.money p {
    float: left;
}

.moneyBackHr {
    margin-top: 25px;
}

.moneyBack {
    width: 755px;
    height: 125px;
    float: right;
    margin-top: 30px;
}

    .moneyBack h3 {
        font-size: 27px;
        color: #27377a;
    }

    .moneyBack p {
        font-size: 16px;
        color: #62676b;
        margin-top: 5px;
    }

/* DOCTOR WRAP */
#doctorWrap {
    height: 330px;
    background: #b9d537;
    position: relative;
}

.info {
    width: 615px;
    float: left;
    margin-top: 45px;
    color: white;
}

    .info p {
        font-size: 26px;
    }

#space {
    margin-left: 5px;
}

.info hr {
    width: 45px;
    float: left;
    margin-top: -10px;
    border: 0;
    border-top: 1px solid #fff;
}

#docGun {
    float: right;
    margin-top: 40px;
}

#docInfo {
    font-size: 17px;
    font-weight: 100;
    margin-top: -3px;
}

.badges {
    background: #d4eaf5;
    display: flex;
    padding: 36px 0;
    gap: 60px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.bbb {
    width: 232px;
}

.usa {
    width: 130px;
    align-self: baseline;
}

.greenText {
    color: #b9d537;
}

.offer_customBlock_button {
    padding: 16px;
    align-items: center;
    border: 3px solid #e6e7e7;
    background: #e6e7e7;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

    .offer_customBlock_button.continuity.selected {
        border: 3px solid #b9d537;
    }

    .offer_customBlock_button.selected {
        border: 3px solid #4880c2;
        background: #e4f3fc;
    }

        .offer_customBlock_button.selected .customBlock_radio_button {
            display: block;
        }

.customBlock_continuity_text_right p:last-of-type img {
    visibility: hidden;
}

.offer_customBlock_button.continuity.selected .hover-rule-text {
    display: block;
}

.hoverQuestionMark {
    border: 2px solid #3d85c6;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: relative;
    transition: 0s .5s;
    margin-left: 5px;
}

    .hoverQuestionMark span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.customBlock_additionalSection:hover .hoverQuestionMark {
    background: #3d85c6;
    color: #fff;
    transition: 0s;
}

.customBlock_continuity_text {
    display: flex;
    width: 100%;
}

    .customBlock_continuity_text p {
        font-size: 11px;
        font-family: “Figtree”, sans-serif;
        align-items: center;
        letter-spacing: 0.5px;
        font-weight: bold;
    }

.customBlock_continuity_text_left {
    margin-right: 8px;
}

.customBlock_continuity_right {
}

.customBlock_continuity_text img {
    margin-right: 6px;
    width: 15px;
}

.customBlock_radio {
    flex-basis: 28px;
    height: 28px;
    border: 3px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    box-sizing: border-box;
}

.customBlock_radio_button {
    display: none;
    background: #27377a;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #e4f3fc;
    box-sizing: border-box;
}

.customBlock_additionalSection {
    color: #3d85c6;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    font-weight: 700;
    cursor: pointer;
}

.customBlockAdditionalSection {
    margin: 0;
}

.hover-rule-text {
    position: absolute;
    bottom: -145px;
    width: 672px;
    left: -370px;
    cursor: initial;
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 10px;
    display: none;
}

/* FAQ */
.faq_section.container {
    padding-left: 35px;
    padding-right: 35px;
}

.faq {
    margin-top: 30px;
    line-height: 150%;
    padding-bottom: 50px;
}

    .faq p {
        color: #000000;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }

.answer {
    padding-bottom: 20px;
    display: none;
}

.faqHr {
    width: 45px;
    float: left;
    margin-top: -5px;
    border: 0;
    border-top: 1px solid black;
}

.question-div {
    border-bottom: 2px solid #c1deff;
}

    .question-div h3 {
        margin-top: 40px;
        color: #4780c2;
        font-size: 17px;
        cursor: pointer;
    }

.faqs {
    color: #4780c2;
    font-size: 17px;
    text-align: center;
    background-color: #E8F3FF;
}
.faqs .faq .description_p{
    color: #2945B8;
  font-family: "Red Hat";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.faqs h2{
    color: #2945B8;
    font-family: Lora;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.8px;
    line-height: 48px;
    text-align: center;
}
.faqs .question-div{
    max-width: 800px;
    margin: auto;
    border: 1px solid #2945B8;
    border-radius: 35px;
    margin-bottom: 15px;
}
.faq .question-div h3{
    color: #2945B8;
    font-family: "Red Hat";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    padding-top: 15px;
    padding-left: 15px;
}

.faqInformation {
    color: #62676b;
    font-size: 17px;
    font-weight: normal;
}

.magicImage {
    margin-top: 30px;
    width: 150px;
}

.magicInfo {
    width: 300px;
    margin-left: 20px;
    position: absolute;
    left: 120px;
    top: 28px;
}

.magicImage img {
    float: left;
}

.magicTitle {
    color: #4780c2;
    font-size: 17px;
}

.magicP {
    font-size: 14px;
    color: #62676b;
}

.image {
    width: 480px;
    float: left;
    position: relative;
}

.insideContainer {
    width: 740px;
    margin: 0px auto 60px;
    position: relative;
}

.productImage {
    margin-top: 50px;
    float: left;
}

.productInfo {
    width: 450px;
    float: left;
    position: absolute;
    top: 125px;
    right: -5px;
}

.button1 {
    width: 95px;
    height: 35px;
    margin: -10px auto 10px;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: black;
    border: 1px solid #e47925;
    box-shadow: 0px 1px 3px #666666;
    background: #dfa15a;
    background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
}

    .button1:hover {
        box-shadow: 0px 1px 3px #666666;
        background: #e47825;
        background-image: linear-gradient(to bottom, #e47825, #ba5b12);
    }

#now1 {
    opacity: .9;
    color: white;
    font-size: 14px;
}

.faqs.bottomFaq {
    border-bottom: 1px solid black !important;
}

.firstImage {
    width: 250px;
}

.imageTitle {
    color: #27377a;
    font-size: 28px;
    float: left;
    line-height: 1;
    margin-top: 5px;
}

.imageHr {
    float: left;
    border: 0;
    border-top: 1px solid;
    margin-top: 15px;
    position: absolute;
    left: 0px;
    width: 45px;
}

.imageInfo {
    font-size: 14px;
    color: #62676b;
    display: block;
    margin-top: 11px;
}



/*  GUNDRY PAGE */
#topWrap {
    height: 490px;
}

.titleHr {
    width: 45px;
    border: 1px solid black;
    float: left;
}

.titleG {
    width: 750px;
}

    .titleG h1 {
        width: 750px;
        color: #27377a;
        font: 37px;
        font-weight: 100;
    }

    .titleG p {
        width: 750px;
        color: #62676b;
        font-size: 17px;
    }

.topContainer {
    margin-top: -35px;
    position: relative;
}

#design {
    margin-left: 545px;
}

#star {
    position: absolute;
    top: 30px;
    right: 0px;
}

li {
    list-style: none;
}

.break {
    margin-left: -40px;
}

.listTwo {
    position: absolute;
    right: 209px;
    top: 211px;
}

#doctorWrapper {
    height: 350px;
    margin: 0px auto;
    background: #b9d537;
    position: relative;
}

#docFrameGun {
    width: 220px;
    height: 220px;
    position: absolute;
    left: 17px;
    top: 17px;
}

#docFrame {
    background: white;
    width: 255px;
    height: 300px;
    top: 22px;
    position: absolute;
}

.backorder {
    margin: 0;
    margin-bottom: -35px;
    padding: 20px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

sup {
    font-size: x-small;
}

.red {
    color: #cc0000;
}

.new-lists {
    margin-left: 40px;
    margin-top: -20px;
    width: 400px;
}


#video-title {
    color: #27377a;
    font-size: 30px;
    margin: 35px 0 20px;
}

.title {
    margin-top: 50px;
}

.results {
    font-size: 14px;
    text-align: left;
    margin-left: 50px;
    padding-top: 10px;
}

.jar-grey {
    float: right;
    width: 95px;
    background-color: #f2f2f2;
    margin-top: 13px;
}

    .jar-grey p {
        padding: 5px 0;
        font-size: 20px;
    }

.jar3 {
    float: right;
    width: 105px;
    background-color: #f2f2f2;
}

    .jar3 p {
        padding: 10px 0;
        font-size: 25px;
    }

.bottle-pic-div {
    text-align: center;
    margin: 10px 0 15px;
}

.grey1 {
    /* margin-left: 10px; */
}

.grey2 {
    /* margin-right: 10px; */
}

.jar-div {
    width: 334px;
    text-align: center;
    margin: 30px auto 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details-div {
    text-align: center;
}

.reg-price {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.inst-sav {
    font-size: 21px;
    font-family: “Figtree”, sans-serif;
    margin: 5px 0;
}

.memb-sav {
    font-size: 21px;
    font-family: “Figtree”, sans-serif;
    margin: 0 0 23px;
    color: #FF0000;
    display: none;
}

.details-div hr {
    width: 45px;
    margin: 15px auto 8px;
}

.big-price {
    margin-top: 0;
    font-size: 40px;
    font-family: “Figtree”, sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
}

.truck-pic {
    width: 25px;
}

.ship-cost {
    margin-left: 10px;
    vertical-align: 4px;
    font-family: “Figtree”, sans-serif;
    color: #4880c2;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.addToCart {
    width: 280px;
    text-align: center;
    border: 1px solid #e47925;
    background: #dfa15a;
    color: #fff;
    font-size: 25px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px #666666;
    margin: 8px auto 0;
    padding: 7px;
    background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
}

    .addToCart:hover {
        box-shadow: 0px 1px 3px #666666;
        background: #e47825;
        background-image: linear-gradient(to bottom, #e47825, #ba5b12);
    }

.choice {
    height: 100%;
    width: 370px;
    padding-bottom: 15px;
    margin-top: 35px;
}

.ship-div {
    text-align: center;
    margin: 10px 0 0;
}

.title h1 {
    width: 100%;
    font-weight: normal;
}

.jar {
    border: 2px solid #fff;
}

    .jar:hover {
        cursor: pointer;
    }

    .jar.selected {
        background-color: #e4f3fc;
        border: 2px solid #4880c2;
    }

#intro {
    color: #27377a;
    font-weight: 100;
    margin-top: 0;
    padding-top: 70px;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 0;
}

.title {
    margin-top: 0;
}

.hover-rule-text .checking-text {
    font-size: 15px;
    margin: 0;
    font-family: 'Figtree Light ', sans-serif;
    line-height: 22px;
}

.subscribe-div {
    padding: 15px 5px 15px 15px;
    font-size: 18px;
    font-weight: 900;
    position: relative;
    width: 230px;
    margin: auto;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(220, 220, 221, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(220, 220, 221, 1);
    box-shadow: 2px 2px 5px 0px rgba(220, 220, 221, 1);
    background: rgba(210, 231, 244, 1);
    background: -webkit-linear-gradient(rgba(210, 231, 244, 1) 0%, rgba(219, 238, 249, 1) 33%, rgba(228, 244, 253, 1) 55%, rgba(219, 238, 249, 1) 71%, rgba(210, 231, 244, 1) 100%);
    background: -o-linear-gradient(rgba(210, 231, 244, 1) 0%, rgba(219, 238, 249, 1) 33%, rgba(228, 244, 253, 1) 55%, rgba(219, 238, 249, 1) 71%, rgba(210, 231, 244, 1) 100%);
    background: linear-gradient(rgba(210, 231, 244, 1) 0%, rgba(219, 238, 249, 1) 33%, rgba(228, 244, 253, 1) 55%, rgba(219, 238, 249, 1) 71%, rgba(210, 231, 244, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2e7f4', endColorstr='#d2e7f4', GradientType=0);
}

.sub-save {
    color: #27377a;
    font-size: 22px;
    font-family: “Figtree”, sans-serif;
    letter-spacing: .5px;
}

.checkbox {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    background-color: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: -6px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.red-check {
    position: absolute;
    left: 2px;
    top: 2px;
    display: none;
}

#inputy,
#book-input {
    position: absolute;
    z-index: 100;
    opacity: 0;
    height: 30px;
    width: 30px;
    left: 0;
    top: -6px;
    cursor: pointer;
}

.monthly {
    font-size: 26px;
    color: #616161;
}

.terms-link {
    text-decoration: underline;
    color: #5e5f61;
}

.center {
    text-align: center;
    margin: 5px 0 0;
}

.choose-title {
    /* padding: 20px 0; */
}

.optional-title {
    background-color: #27377a;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.choice1 .optional-title {
    padding: 13px;
}

.optional-text {
    font-family: “Figtree”, sans-serif;
    margin: 0;
    padding: 10px 0 0;
    font-size: 18px;
}

.sub-ten-title {
    font-family: “Figtree”, sans-serif;
    font-size: 22px;
    margin: 0;
    font-weight: bold;
}

.blue-triangle {
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 20px solid #27377a;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.sign-up {
    color: #474648;
    margin: 10px 0;
}

.save-ten {
    color: #d72d2a;
    font-family: “Figtree”, sans-serif;
}

.sub-text-div {
    text-align: left;
    display: inline;
}

.top-list li {
    font-family: “Figtree”, sans-serif;
    list-style-image: url("https://cdn.thegutrenewal.com/red-check2.png");
    margin-bottom: 18px;
    color: #474648;
    font-size: 17px;
}

.top-list {
    width: 199px;
    margin: auto;
    margin-top: 20px;
}

.second-box {
    margin-top: 10px;
}

.list-ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 20px 0;
}

    .list-ul li {
        list-style-image: url("https://cdn.thegutrenewal.com/check.png");
        font-size: 15px;
        flex-basis: 50%;
        padding-bottom: 10px;
        line-height: 1.7;
    }

.subInfo {
    margin-top: 13px;
    font-weight: bold;
}

.oo-player-container .oo-state-screen .oo-fading-underlay {
    background-color: transparent !important;
}

.oo-player-container .oo-start-screen .oo-start-screen-linear-gradient {
    background: transparent !important;
}

.red-title {
    color: #c22d19 !important;
    font-family: “Figtree”, sans-serif;
    font-size: 23px !important;
    width: 530px !important;
    margin: 0;
    padding-bottom: 10px;
}

.book-content ul li {
    width: 90%;
    margin-top: 10px;
    background: url("https://cdn.thegutrenewal.com/red-check2.png") no-repeat;
    padding-left: 33px;
    background-position: -9px 0px;
}

.book-content ul {
    padding-left: 0;
}

.buybook-div {
    width: 215px;
    margin: auto;
    padding: 15px;
    border-radius: 5px;
    padding-bottom: 10px
}

.add-book {
    font-size: 22px !important;
}

.over-div {
    margin: 5px auto 0;
    float: right;
    width: 340px;
}

.stars-div {
    float: right;
    text-align: left;
    padding-top: 20px;
}

.mar0 {
    margin: 0;
}

.sidebar-div {
    text-align: center;
}

.bold {
    font-family: “Figtree”, sans-serif;
}

.mon-back {
    font-size: 17px;
    color: #23376e;
    font-family: “Figtree”, sans-serif;
}

.sidep {
    line-height: 150%;
    font-size: 14px;
}

.font19 {
    font-size: 19px;
    margin-top: 0;
}

.side-hr {
    text-align: left;
    width: 30px;
    margin: 0;
    color: #22376e;
    border-color: #22376e;
    border-bottom: none;
    margin-bottom: 15px;
}

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

.star-down {
    margin-bottom: -2px;
}

.marleft1 {
    margin-left: 1px;
}

.marleft3 {
    margin-left: 3px;
}

.review-title {
    color: #23376e;
    font-size: 20px;
    font-family: “Figtree”, sans-serif;
}

.customer-name {
    font-size: 14px;
    vertical-align: 4px;
    margin-left: 9px;
}

.reviews-link {
    vertical-align: 4px;
    margin-left: 10px;
}

.small-garan-div {
    width: 320px;
    text-align: center;
}

.light-blue {
    background-color: #d9ecf7;
    width: 400px;
    padding: 30px 0 10px;
    margin: -15px 0 20px -25px;
}

.fadeout {
    width: 425px;
    height: 200px;
    z-index: 99;
    position: absolute;
    bottom: -30px;
    left: -12px;
    background: url("assets/images/bottom-fade.png") bottom center no-repeat;
}


#main {
    margin-bottom: -10px;
}

.faqs.bottomFaq {
    border-bottom: 0 !important;
}



.font14 {
    font-size: 14px;
}

#book-image {
    width: 110px;
    margin-right: 10px;
}

.reg-hr {
    float: left;
    width: 45px;
}

.second-list {
    float: right;
    width: 500px;
}

.choice3 {
    width: 302px;
    margin-top: 35px;
}

.ctaSection {
    padding: 11px 11px 0 11px;
}

.book-content {
    float: right;
    width: 120px;
    margin-top: 10px;
    margin-right: 40px;
}

    .book-content p {
        margin: 0;
        margin-top: 5px;
    }

.book-img {
    width: 100px;
    margin-left: 20px;
    margin-top: 20px;
}

.choice1 {
    margin-right: -5px;
    margin-left: 0;
    padding-bottom: 0;
}

.mid-choice {
    z-index: 99;
}

.smaller-title {
    font-size: 22px;
    padding: 0;
    line-height: 1.1;
}

.option-title {
    font-size: 17px;
    color: #fff;
    margin: 0;
}

.sub-ten-title.smaller-title {
    margin: 0;
}

.yes-text {
    float: right;
    width: 171px;
    margin: 0;
    padding-right: 10px;
}

.yes-text2 {
    width: 181px;
}

.hover-checking {
    position: absolute;
    background: #fff;
    width: 212px;
    padding: 20px 15px 10px;
    border-radius: 5px;
    right: -170px;
    top: -50px;
    border: 1px solid;
    display: none;
}

.garan-content {
    float: right;
    width: 740px;
    padding-top: 20px;
}

.blue-big-div {
    background-color: #d9ecf7;
    padding: 25px 0 20px;
    position: relative;
    z-index: 2;
    margin-top: -40px;
}

.garan-h3 {
    font-size: 27px;
    margin: 0;
    color: #27377a;
}

.garan-img {
    height: 140px;
}

.garan-inside p {
    margin: 20px 0 30px;
}

#main-subscribe {
    font-size: 17px;
    margin-top: 20px;
}

.upper {
    text-transform: uppercase;
}

.garan-inside {
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
}

    .garan-inside img {
        width: 150px;
        margin: 49px auto 20px;
    }

.popup-box {
    position: fixed;
    bottom: -120px;
    left: 5vw;
    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 .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 .mct-label{
    font-weight: bold;
}

#purchase-box {
    margin: 0;
    border: 3px solid #2845B8;
    border-radius: 0 0 10px 10px;
    color: black;
}

.popup-box ul {
    padding: 17px;
    text-align: center;
    list-style: none;
}

.demand_notice {
    text-align: center;
    font-size: 15px;
    padding: 10px;
}

    .demand_notice p {
        margin-top: 0;
        margin-bottom: 0;
    }




.carousel-inner {
    position: relative;
}
.carousel-inner .ribbons-container{
    position: absolute;
    display: none;
    z-index: 100;
    right: 20px;
    top: 20px;
    flex-direction: column;
    align-items: end;
}
.carousel-inner .ribbon{
    height: 35px;
    border-radius: 15px;
    background-color: white;
    margin-bottom: 10px;
    color: #2945B8;
    font-family: "Red Hat";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    width: fit-content;
}


.carousel-control.left, .offerSelector .carousel-control.right {
    background: none;
    border: none;
}

.carousel-control.right {
    right: 20px;
}

.carousel-badge {
    max-width: 192px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    display: none;
}

.sticky-footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
    display: none;
    background-color: white;
    justify-content: space-around;
    border-top: solid 2px #ffebf2;
    z-index: 1000000;
}
.sticky-footer .plan-container{
	display: none;
}
    .sticky-footer .plan-container .hidden {
        display: none;
    }

    .sticky-footer .plan-container .footer-popup-section {
        display: flex;
        background-color: #FFECF2;
        padding: 15px 35px;
        height: 100px;
        /* vertical-align: baseline; */
        align-items: center;
        justify-content: space-between;
        width: 425px;
    }

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

            .sticky-footer .plan-container .footer-popup-section .popup-txt .plan-txt {
                font-weight: bold;
            }

        .sticky-footer .plan-container .footer-popup-section .popup-actions {
            display: flex;
            color: #54565A;
            font-family: "Figtree", sans-serif;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 0.25px;
            line-height: 26px;
            text-align: right;
            height: 80%;
            align-items: center;
            cursor: pointer;
        }

            .sticky-footer .plan-container .footer-popup-section .popup-actions .edit-section {
                border-right: 1px solid #54565A;
                padding-right: 13px;
                height: 100%;
                font-weight: bolx;
                padding-top: 12px;
            }

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


    /* Popup */
    .sticky-footer .plan-popup {
        position: absolute;
        bottom: 100px;
        width: 425px;
        box-shadow: 0 1px 6px 0 rgba(0,0,0,0.21);
    }

        .sticky-footer .plan-popup .popup-header {
            background-color: #FFEBF2;
            text-align: center;
            height: 50px;
            padding-top: 14px;
        }

        .sticky-footer .plan-popup .popup-title {
            display: inline-block;
            color: #54565A;
            font-family: "Figtree", sans-serif;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 0.23px;
            line-height: 22px;
            text-align: center;
        }

        .sticky-footer .plan-popup .close-popup {
            color: #54565A;
            font-family: "Figtree", sans-serif;
            font-weight: bold;
            position: absolute;
            cursor: pointer;
            right: 5px;
            display: inline-block;
        }

        .sticky-footer .plan-popup .popup-body {
            background-color: white;
            text-align: center;
            padding: 25px 35px;
        }

            .sticky-footer .plan-popup .popup-body .subdisclaimer p {
                margin-bottom: 0;
            }

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

    .sticky-footer .unit-selection {
        display: flex;
        justify-content: space-between;
        padding-top: 25px;
    }

        .sticky-footer .unit-selection .pkg-unit {
            padding: 10px 15px;
            width: 100px;
            font-family: "Figtree", sans-serif;
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 0.25px;
            line-height: 24px;
            text-align: center;
            align-items: center;
            color: #54565A;
            border: 1px solid #54565A;
            border-radius: 5px;
        }

.flavor-watermelon .unit-selection .pkg-unit.active {
    background-color: #F5F5F5;
    color: #2845B8;
}

.sticky-footer .flavor-raspberry .unit-selection .pkg-unit.active {
    background-color: #2845B8;
    color: #fff;
}

.sticky-footer .flavor-selection {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

    .sticky-footer .flavor-selection .pkg-flavor {
        width: 50%;
        margin: 4px;
        padding: 10px;
        font-family: "Figtree", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.19px;
        line-height: 18px;
        text-align: center;
        align-items: center;
        color: #54565A;
        border: 1px solid #54565A;
        border-radius: 5px;
    }

.flavor-watermelon .flavor-selection .pkg-flavor.active {
    background-color: #F5F5F5;
    color: #2845B8;
}

.sticky-footer .flavor-raspberry .flavor-selection .pkg-flavor.active {
    background-color: #2845B8;
    color: #fff;
}

.sticky-footer .popular-txt {
    position: absolute;
    margin-top: -7px;
    background-color: white;
    padding: 3px 10px;
    color: #2845B8;
    font-family: "Figtree", sans-serif;
    font-size: 12px;
    letter-spacing: 0.15px;
    line-height: 14px;
    text-align: center;
    left: 37%;
}

.sticky-footer .sub-section {
    border: 1px solid #2845B8;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
    display: flex;
}

    .sticky-footer .sub-section input[type="radio"] {
        display: none;
    }

    .sticky-footer .sub-section label {
        border: 4px solid #fff;
        outline: 1px solid #54565A;
        background-color: #fff;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        box-shadow: none;
        margin-right: 20px;
    }

    .sticky-footer .sub-section.active label {
        border: 4px solid #fff;
        outline: 1px solid #54565A;
        background-color: #2845B8;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        box-shadow: none;
        margin-right: 20px;
    }

.sticky-footer .label-custom {
    text-align: left;
}

    .sticky-footer .label-custom .top-txt {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.23px;
        line-height: 22px;
    }

    .sticky-footer .label-custom .bottom-txt {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 12px;
        letter-spacing: 0.15px;
        line-height: 14px;
    }

.sticky-footer .price-custom {
    margin-left: auto;
}

    .sticky-footer .price-custom .price-container {
        color: #54565A;
        font-family: "Figtree", sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.23px;
        line-height: 22px;
        text-align: right;
    }

.sticky-footer .subdisclaimer {
    display: none;
    padding-top: 15px;
}

.sticky-footer .onetime-container {
    display: none;
    padding-top: 15px;
}

    .sticky-footer .subdisclaimer.active,.banner_product_section_desktop_only .subdisclaimer.active, .sticky-footer .onetime-container.active {
        display: block;
    }

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

        .sticky-footer .onetime-container .txt-top .bottom {
            font-weight: bold;
        }

    .sticky-footer .onetime-container ul {
        align-items: center;
        padding-left: 0;
    }

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

.sticky-footer .onetime-container ul li {
    list-style-image: url('https://cdn.gundrymd.com/images/newcheckmark_gray-removebg-preview.png');
    ;
}

.sticky-footer .subdisclaimer input[type="checkbox"] {
    display: none;
}

.sticky-footer .subdisclaimer label {
    height: 27px;
    width: 27px;
    border: 2px solid #54565A;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 0;
}

.sticky-footer .subdisclaimer img {
    display: none;
    position: absolute;
    width: 25px;
    left: 66px;
    margin-top: 3px;
    z-index: 99;
}

.sticky-footer .subdisclaimer .subdis-top {
    display: flex;
    justify-content: center;
    width: 300px;
    margin: auto;
}

    .sticky-footer .subdisclaimer .subdis-top label {
        z-index: 100;
    }

        .sticky-footer .subdisclaimer .subdis-top label.addCheck {
            background-image: url(https://cdn.gundrymd.com/images/newcheckmark_gray-removebg-preview.png);
            background-size: 28px;
            background-position: 1px 1px;
        }

.sticky-footer .subdisclaimer .sub-label {
    color: #54565A;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.23px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
    text-shadow: 0px 0px 0px #000;
}

.sticky-footer .subdisclaimer p {
    color: #54565A;
    padding-top: 15px;
    font-family: "Figtree", sans-serif;
    font-size: 9px;
    letter-spacing: 0.11px;
    line-height: 11px;
    text-align: center;
}

.subdisclaimer .subdis-top.with-border {
    border-bottom: 3px solid red;
    padding-bottom: 5px;
}
.banner_product_section_desktop_only .subdisclaimer input[type="checkbox"] {
    display: none;
}

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

.banner_product_section_desktop_only .subdisclaimer img {
    display: none;
    position: absolute;
    width: 25px;
    left: 66px;
    margin-top: 3px;
    z-index: 99;
}

.banner_product_section_desktop_only .subdisclaimer .subdis-top {
    display: flex;
    justify-content: center;
    margin-top:15px;
    margin: auto;
	padding-top: 15px;
    cursor: pointer;
}
.sub-label-opt{
    cursor: pointer;
}

    .banner_product_section_desktop_only .subdisclaimer .subdis-top label {
        z-index: 100;
    }

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

.banner_product_section_desktop_only .subdisclaimer .sub-label {
    color: #000;
    font-family: "Figtree", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.23px;
    line-height: 22px;
    text-align: left;
    display: block;
    text-shadow: 0px 0px 0px #000;
}

.banner_product_section_desktop_only .subdisclaimer p {
    color: #54565A;
    font-family: "Figtree", sans-serif;
    font-size: 9px;
    letter-spacing: 0.11px;
    line-height: 11px;
    text-align: center;
}


.sticky-footer .plan-prices-left .reg-price {
    color: #54565A;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    letter-spacing: 0.23px;
    line-height: 22px;
    margin-right: 20px;
}

.sticky-footer .plan-prices-left .member-savings {
    display: none;
}

.sticky-footer .plan-prices-right .instant-savings {
    margin-top: 20px;
    color: #2845B8;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    letter-spacing: 0.23px;
    line-height: 22px;
}

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

.productSection_text_orderNow_btn {
    padding-left: 35px;
}

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



.sticky-footer .cart-section.flavor-raspberry .cart-icon {
    color: #fff;
}

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

.sticky-footer .cart-section .cart-icon {
    color: #2845B8;
}

.sticky-footer .cart-section.disabled .cart-icon {
    color: #54565A;
}

.productSection_text_orderNow_btn.disabled .cart-icon {
    color: #54565A;
}

.product_section p {
    color: #54565A;
    font-family: "Figtree", sans-serif;
    font-size: 15px;
    letter-spacing: 0.19px;
    line-height: 18px;
    margin-top: 10px;
}

.grid-nutrition {
    margin: 25px;
    padding: 25px;
    display: flex;
    justify-content: space-evenly;
}
.guarantee-section{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.guarantee-section span{
    font-family: 'Lora Italic',serif;
    font-weight: 500;
    font-style: italic;
    background-image: linear-gradient(transparent 60%,#E7F3AB 40%);
    background: url(https://cdn.gundrymd.com/wp-content/uploads/2023/04/line-green-highlight.jpg);
    background-size: 20px;
    background-repeat: repeat-x;
    background-position: center 70%;
}
.guarantee-section img{
    width: 175px;
}
.guarantee-grid{
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}
.guarantee-content{
    max-width: 650px;
}
.guarantee-content h3{
    color: #13161D;
  font-family: Lora;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 48px;
  text-align: left;
}
.guarantee-content p{
    color: #13161D;
    font-family: "Red Hat";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
.mct_content .leftright {
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
}

.mct_content .list-section {
    display: flex;
}

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

.mct_content .bullet-container .bullet {
    width: 25px;
    height: 26px;
    border-radius: 100%;
    background: none;
    background-image: url('https://cdn.gundrymd.com/images/blue_check_bg.PNG');
    background-size: contain;
    background-repeat: no-repeat;
}

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

.mct_content p.disclaimer_list {
    color: #848689;
    font-family: "Red Hat";
    font-size: 11px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 35px;
}

.mct_content .right-content p {
    color: #54565A;
    font-family: "Figtree", sans-serif;
    font-size: 22px;
    letter-spacing: 0.28px;
    line-height: 26px;
}
.faq .question-div h5{
    color: #13161D;
  font-family: Lora;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 29px;
}
.mct_content .question-div p{
    color: #13161D;
  font-family: "Red Hat";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.question-div.party .answer{
    text-align: left;
}
.formula-test{
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}
.formula-test .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.formula-test img{
    width: 50px;
}
.formula-test span{
    color: #2945B8;
  font-family: "Red Hat";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}
.sponsor .blurb{
    border-radius: 35px;
    background-color: white;
    margin-left: 15px;
    padding-top: 10px;
    padding-left: 15px;
    padding-top: 15px;
    display: flex;
    text-align: left;
    padding-bottom: 25px;
}
.sponsor .blurb .charity_text{
    max-width: 80%;
}
.question-div.sponsor .answer{
    padding-right: 15px;
}
.sponsor .charity_text img{
    width: 180px;
    margin-right: 15px;
}
.sponsor .blurb .charity_img img{
    width: 75px;
}
.faq h5{
    padding-left: 15px;
}

.mct_content b {
    font-family: 'Figtree';
}

.mct_content h4 {
    color: #13161D;
    font-family: Lora;
    font-size: 29px;
    font-weight: 500;
    letter-spacing: -0.58px;
    line-height: 39px;
  text-align: left;
}
.mct_content.faqs .question-div{
    background-color: #E8F4FF;
    border: none;
}
.mct_content.faqs .question-div h3{
    padding-bottom: 15px;
}
.mct-content h4 sup{
    top: -12px;
    font-size: 15px;
    left: 2px;
}
.mct_content img {
    border-radius: 15px;
    max-width: 100%;
}

.mct_content .divider {
    height: 1px;
    width: 349px;
    border: 3px solid #2845B8;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.mct_content.faqs{
    background:none;
}
/*.mct_content .right-content, .mct_content .left-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
}*/
.mct_content .leftright{
    gap: 25px;
}
.section_banner img{
    width: 100%;
}
.section_banner{
    margin-bottom: 25px;
}
.cta_section{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
#CTALink a{
    margin: auto;
	background: none;
	background-color: #F8A022;
	border-radius: 35px;
	padding: 15px;
	color: #13161D;
	font-family: "Figtree",sans-serif;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 2.52px;
	line-height: 40px;
    display: inline;
	
}

/* Badges STart*/
.badges_container{
    width: 100%;
    border-radius: 60px;
    background-color: #2945b8;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.badges_container h1{
    font-size: 44px;
    font-family: Lora;
    color: white;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 40px;
}
.badges_top{
    margin-bottom: 25px;
    background-color: white;
    border-radius: 30px;
    padding: 15px 70px 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #13161D;
    font-family: "Red Hat";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    color: #13161D;
    font-family: "Red Hat";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
}
.badges_top img{
    max-height: 90px;
    margin-bottom: 10px;
}
.badges_top span{
    font-weight: 300;
    font-size: 11px;
    line-height: 12px;
}
.badges_bottom{
    margin-bottom: 25px;
    background-color: white;
    border-radius: 30px;
    padding: 4px 25px;
    width: 100%;
   
    text-align: center;
    color: #13161D;
    font-family: "Red Hat";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
}
.badges_icons, .badges_features{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;

}
.badges_icons b{
    font-family: "Red Hat Bold";
}
.badges_icons .item{
    display: flex;
    text-align: left;
    align-items: center;
    max-width: 340px;
}
.badges_icons .item p{
    color: #13161D;
  font-family: "Red Hat";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 0;
}
.badges_icons img{
    height: 40px;
    width: 35px;
    margin-right: 6px;
}
.badges_features img{
    height: 20px;
  width: 20px;
  margin-right: 5px;
}

/*Badges End*/
.grid-badges {
    padding: 15px;
    display: flex;
    justify-content: center;
}


    .grid-badges .img-badge {
        margin: 25px;
        text-align: center;
    }

        .grid-badges .img-badge img {
            height: 100px;
        }



.popup-overlay {
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}
/* CUstomer reviews */
.customer_reviews {
    background-color: #fff;
	padding-bottom: 15px;
	padding-top: 25px;
}
.customer_reviews h2{
    color: #13161D;
  font-family: Lora;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 48px;
  text-align: center;
}
.star_section img{
    width: 230px;
}
.customer_reviews .star_section{
    color: #13161D;
    color: #13161D;
    font-family: Lora;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 44px;
    text-align: center;
}
.star_section .avg span{
    font-size: 12px;
}


.customer_reviews .reviews_grid {
	display: flex;
	padding-bottom: 25px;
}
.customer_reviews .review_box {
    display: flex;
    background-color: white;
    padding: 30px 30px 30px 0;
    margin-bottom: 15px;
	border-bottom: 2px solid #E3E3E3;
    flex: 1;
}
.customer_reviews .review_box .user_info {
    width: 200px;
    min-width: 200px;
    padding: 10px;
    height: min-content;
    background-color: #2945b8;
    color: white;
    margin-right: 40px;
    border-radius: 16px;
}
.customer_review_content {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.customer_review_content::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.customer_reviews .review_box .customer_name {
    margin-left: 15px;
    color: #FFFFFF;
    font-family: "Red Hat";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
}

.customer_reviews .review_box .customer_location {
	color: white;
    margin-left: 15px;
    font-family: "Figtree", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 19px;
    padding-bottom: 10px;
}
.customer_reviews .review_box .verified_customer {
    padding-left: 15px;
    color: #C2E329;
  font-family: "Red Hat";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    gap: 8px;
}
.customer_reviews .disclaimer_p{
    color: #848689;
  font-family: "Red Hat";
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.verified_customer img{
    width: 15px;
}
.customer_reviews .review_box .verified_customer img {
	height: 13px;
}

.customer_reviews .review_box .customer_rating {
	color: #FFD054;
}

.customer_reviews .review_box .customer_review_headline {
	color: #13161D;
    font-family: "Red Hat";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
}

.customer_reviews .review_box .customer_review_content {
	color: #13161D;
    font-family: "Red Hat";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
.review_box .customer_discaimer{
	color: #848689;
  font-family: "Red Hat";
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 25px;
}
.title-card {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #2845B8;
    line-height: 0.1em;
    margin: 10px 0 40px;
    padding-top: 20px;
}

.title-card .span {
	display: inline;
	background: #fff;
	padding: 10px 70px;
	color: #334579;
	font-family: "Figtree", sans-serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 10px;
	line-height: 31px;
	text-align: center;
}

.customer_reviews .title-card .span {
    background-color: #F4F5F6;
}



.banner_product_section_desktop {
    width: 100%;
    text-align: left;
    padding-top: 15px;
}

    .banner_product_section_desktop .productSection_text_orderNow_btn {
        width: 100%;
    position: relative;
    padding-top: 15px;
    height: auto;
    padding-bottom: 15px;
    color: #13161D;
    font-family: "Figtree",sans-serif;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1.89px;
    line-height: 40px;
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: CENTER;
    ALIGN-ITEMS: CENTER;
    border-radius: 35px;
    }

       

    .banner_product_section_desktop b {
        color: #848689;
  font-family: "Red Hat";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;

    }

    .select_flavors{
        display: flex;
    justify-content: space-between;
    flex-direction: row;
    }
.select_quantity, .select_payment {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.flavor-raspberry.select_flavors{
    flex-direction: row-reverse;
}

    .select_flavors .sel_pay {
        padding: 10px 15px;
        text-transform: uppercase;
        width: 50%;
        margin: 15px;
        color: #FFFFFF;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
        align-items: center;
        color: #54565A;
        border: 1px solid #2845B8;
        color: #2945B8;
        font-family: "Figtree",sans-serif;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 2.24px;
        line-height: 22px;
        border-radius: 25px;
    }

.flavor-watermelon .select_flavors .sel_pay.active {
    background-color: #2845B8;
    color: #fff;
}

.flavor-raspberry .select_flavors .sel_pay.active {
    background-color: #2845B8;
    color: #fff;
}

.select_quantity .sel_qty {
    padding: 10px 15px;
   
    margin: 15px;
    font-family: "Figtree", sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.33px;
    line-height: 31px;
    text-align: left;
    align-items: center;
    color: #13161D;
    
    margin:0;
    margin-top: 0;
    width: 100%;
}
.gundryEmoji{
    width: 70px !important;
    height: auto !important;
}
.sel_qty.six-unit{
    border-radius: 0 0 16px 16px;
}
.sel_qty.one-unit{
    border-radius: 16px 16px 0 0 !important;
}
.sel_qty .left_section{
    color: #13161D;
  font-family: "Red Hat";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
.sel_qty .left_section{
    display: flex;
    align-items: center;
    gap: 10px;
}
.sel_qty .left_section .inner_flag{
    width: 90px;
}
.sel_qty img{
    width: 24px;
    height: 24px;
}
.sel_qty .bottle-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.bottle-text .junit{
    font-family: 'Red Hat Bold', sans-serif;
}
.sel_qty .right_section{
    text-align: right;
}
.stocks{
    color: #13161D;
  font-family: "Red Hat";
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.stocks img{
    width: 15px;
    height: 14px;
}
.ship_sec{
    display: flex;
    gap:3px;
}

.select_quantity .sel_qty img{
    margin-right: 5px;
}
.bottom-disclaimer{
    color: #13161D;
  font-family: "Red Hat";
  padding-top: 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.68px;
  line-height: 26px;
  text-align: center;
  display: none;
}
.bottom-disclaimer img{
    width: 20px;
}
.select_quantity .sel_qty .fill-check{
    width: 24px;
    display: none;
}
.select_quantity .sel_qty .blank-check{
    width: 24px;
    display: inline;
}
.select_quantity .sel_qty.active .blank-check{
    display: none;
}
.select_quantity .sel_qty.active .fill-check{
    display: inline;
}

.select_quantity .sel_qty_container{
    flex:1;
}
.sel_qty{
    display: flex;
    justify-content: space-between;
}
/*.sel_qty .save-qty-section{
    margin-left: 3px;
    margin-right: 10px;
    color: #2845B8;
    text-transform: uppercase;
    font-family: 'Red Hat Bold';
}*/
.sel_qty .inner_flag{
    background-color: #B9D537;
    display: inline;
    color: black;
    text-transform: uppercase;
    color: #13161D;
  font-family: "Red Hat";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 16px;
  padding: 3px;
  color: #13161D;
  font-family: "Red Hat";
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 18.52px;
  height: 23px;
  text-align: center;
  border-radius: 15px;
}
.sel_qty .old_price{
    color: #BDBEBF;
  font-family: "Red Hat";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21.17px;
}
.sel_qty .new_price{
    color: #13161D;
    font-family: "Red Hat Bold";
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35.72px;
}

.select_quantity .sel_qty_flag{
    content: 'Most Popular';
    width: 100%;
    text-align: center;
    height: 25px;
    font-weight: 700;
    padding-top: 3px;
    border-radius: 5px 5px 0 0;
    margin-top: 5px;
    justify-content: center;
    cursor: pointer;
}
.flavor-watermelon .select_quantity .sel_qty_flag{
    background-color: #54565A;
    color: #fff;
    border-right: 1px solid #54565A;
    border-left: 1px solid #54565A;
    border-top: 1px solid #54565A;
}
.flavor-watermelon .select_quantity .sel_qty_container.active .sel_qty_flag{
    background-color: #2845B8;
    color: #fff;
    border-right: 1px solid #2845B8;
    border-left: 1px solid #2845B8;
    border-top: 1px solid #2845B8;
}
.flavor-raspberry .select_quantity .sel_qty_flag{
    background-color: #54565A;
    color: #fff;
    border-right: 1px solid #54565A;
    border-left: 1px solid #54565A;
    border-top: 1px solid #54565A;
}
.flavor-raspberry .select_quantity .sel_qty_container.active .sel_qty_flag{
    background-color: #fff;
    color: #2845B8;
    border-right: 1px solid #2845B8;
    border-left: 1px solid #2845B8;
    border-top: 1px solid #2845B8; 
}


.select_quantity .sel_qty{
    border: 1px solid #BAC9EE;
}

.select_quantity .sel_qty.active {
    background-color: #F1F7FF;
}

.star_rating {
    color: #FFD054;
    display: flex;
    align-items: center;
}
.rating_description{
    color: #848689;
    font-family: "Red Hat";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 10px;
}

.sel_pay, .sel_flavorment, .sel_qty, .pkg-unit, .pkg-flavor, .sub-section, .sel_flavor {
    cursor: pointer;
}

.select_payment .sel_flavor {
    padding: 10px 15px;
    text-align: left;
    margin: 15px;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.23px;
    line-height: 22px;
    text-align: left;
    align-items: center;
    color: #54565A;
    border: 1px solid #54565A;
    border-radius: 5px;
}

.flavor-watermelon .select_payment {
    color: #13161D;
}

.select_payment .sel_flavor {
    background-color: #F5F5F5;
    color: #13161D;
}
.select_payment .sel_flavor .fill-check{
    width: 24px;
    display: none;
}
.select_payment .sel_flavor .blank-check{
    width: 24px;
    display: inline;
}
.select_payment .sel_flavor.active .blank-check{
    display: none;
}
.select_payment .sel_flavor.active .fill-check{
    display: inline;
}

.pricing_info .reg-price{
    color: #54565A;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    letter-spacing: 0.23px;
    line-height: 22px;
    text-align: center;
    margin-right: 20px;
    margin: 10PX auto;
}
.pricing_info .left-content{
    padding: 0;
    text-align: center;
    width: 50%;
    justify-self: center;
    align-items: center;
}
.pricing_info .instant-savings{
    margin-top: 10px;
    color: #2845B8;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.23px;
    line-height: 22px;
}
.pricing_info .your-price{
    color: #54565A;
    font-family: "Figtree", sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.38px;
    line-height: 36px;
}
.product_section .pricing_info .right-content{
    padding: 0;
}


#purchase-box {
	/* min-height: 20px; */
    background: #F5F5F5;
}

#purchase-box li {
	display: none;
}

#purchase-box li::after{
    content: 'MCT Wellness';
    font-weight: bold;
}

.popup-box ul {
	padding: 10px 17px 10px 17px;
	text-align: center;
	list-style: none;
}

.buyButton{
    background: none;
	background-color: #F8A022;
	border-radius: 35px;
	padding: 15px;
	color: #13161D;
	font-family: "Red Hat";
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 2.52px;
	line-height: 40px;
}
.pricing_info .left-content{
    display: flex;
}
.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: #F5F5F5;
  font-family: "Red Hat";
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.select_payment{
    margin-top: 10px;
}
.product_section .left-right .right-content .sel_flavor{
    margin: 0;
    margin-right: 7px;
    font-size: 15px;
    border-radius: 0;
    border: 1px solid #E7E7E7;
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
    border-radius: 0 0 16px 16px;
    font-family: 'Red Had Bold',sans-serif;
}
.product_section .left-right .right-content .sel_flavor#watermelon{
    border-radius: 16px 16px 0 0;
}
.product_section .left-right .right-content .sel_flavor.active{
    background-color: #E8F4FF;   
}
.pricing_info.left-right{
    align-items: center;
    display: none;
}

.why_us_container{
    padding-left: 25px;
    padding-right: 25px;
}
.why_us .why_us_container{
	display: flex;
	align-items: center;
	justify-content: space-between;
    background-color: #E8F4FF;
	width: 100%;
	border-radius: 50px;
	padding-top:0;
	padding-bottom: 0;
    margin-bottom: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.why_us .content-container{
    padding:15px;
}
.why_us .content-container h3{
	color: #13161D;
  font-family: Lora;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.58px;
  line-height: 39px;
  
}
.why_us .content-container .disclaimer{
    color: #13161D;
  font-family: "Red Hat";
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 16px;
}
.why_us .content-container p{
	color: #000000;
  font-family: "Red Hat";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}

.why_us .img-container img{
	max-width: 90%;
    float: right;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    max-width: 666px;
}
.why_us .content-container img{
    max-width: 100%;
}
.why_us #claim_btn a{
	background: none;
	background-color: #F8A022;
	border-radius: 35px;
	padding: 15px;
	color: #13161D;
	font-family: "Red Hat";
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 2.52px;
	line-height: 40px;
}
.bottom_cta{
    width: 100%;
    text-align: center;
    display: none;
    justify-content: center;
    padding-bottom: 10px;
    position: fixed;
    bottom: 0;
    background: white;
    z-index: 100000000;
}
.bottom_cta h2{
    font-family: Lora,serif;
    font-weight: 500;
    font-size: 32px;
    margin-right: 10px;
}
.bottom_cta.active{
    display: flex;
    gap: 50px;
}
.bottom_cta .buyButton{
    height: 50px;
    text-align: center;
    padding: 8px 1px;
    margin-top: 0;
    width: 100%;
    max-width: 400px;
}

/* Footer Styles */
footer {
	background-color: #2845B8;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 0px;
	margin-bottom: -21px;
	margin-top: -10px;
    padding-bottom: 25px;
}

.blueText {
	color: #27377a
}

footer a,
footer a:hover,
footer a:visited {
	text-decoration: none;
	color: #fff;
}

footer p {
	font-size: 12px;
	text-align: left;
	color: #fff;
}

@media screen and (min-width:1024px) {
    /*.notebook_container .container{
		width: 100%;
		padding-left:100px;
		padding-right: 100px;
	}*/
    /* Header Styles */
    .swiper_disclaim {
        position: absolute;
        bottom: 5px;
    }
    .left-right-n{
        display: flex;
    }
    .left-right-n img{
        width: 40px;
        height: 55px;
        border-radius: 0;
    }
    .question-div .left-right-n .right-content h5{
        color: #000000;
  font-family: "Red Hat";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
    margin-top: 0px;
  text-align: left;
    }
    .question-div .left-right-n .right-content{
        text-align: left;
    }

    .left-right-n .right-content p{
        color: #000000;
  font-family: "Red Hat Text";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  width: auto;
  height: auto;
    }
    #CTALink a{
        padding: 15px 20px;
        font-size: 20px;
    }
	header {
		box-shadow: 0 0 15px #e4e5e2;
		padding: 25px 0 25px;
	}
	.top_txt{
		color: #13161D;
		font-family: "Red Hat";
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 1.44px;
		line-height: 16px;
	}

	.topHeader {
		padding: 0;
	}

	.topHeader img {
		max-width: 200px;
	}
    .step .step-lever{
		min-width: 300px;
	}
    .product_section .left-right .left-content {
        flex: 1;
    }

    .product_section .left-right .right-content .sel_pay,
    .product_section .left-right .right-content .sel_flavor {
        margin: 0;
        margin-right: 7px;
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .product_section .left-right .right-content .sel_flavor{
        color: #13161D;
        font-family: "Red Hat Bold";
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
    }
    .select_payment .sel_flavor img{
        margin-right: 5px;
    }
    .product_section .mid_section{
        max-width: 150px;
        display: flex;
        flex-direction: column;
    }
    .product_section .mid-price{
        color: #13161D;
        font-family: "Red Hat";
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.42px;
        line-height: 18.52px;
        display: flex;
        margin-top: -7px;
        justify-content: end;
    }
    .product_section .mid-price .old_price{
        color: #13161D;
        font-family: "Red Hat";
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.42px;
        line-height: 18.52px;
    }
    .product_section .left-right .right-content .sel_qty{
        margin: 0;
        margin-right: 7px;
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .sticky-footer.container {
        justify-content: center;
        align-items: center;
        align-self: center;
        margin: auto;
        width: 100%;
    }

    .sticky-footer .footer-left {
        display: flex;
        justify-content: flex-start;
    }

    .sticky-footer .footer-right {
        display: flex;
        justify-self: flex-end;
    }
    /* Footer Styles */
	.smftrtext {
		margin-top: 40px;
		line-height: 19.125px;
		padding: 0;
		font-size: 12.75px;
	}
	/* Footer Styles */
	footer {
		background-color: #2845B8;
		color: #fff;
		font-family: Red Hat,sans-serif;
		font-weight: 100;
		font-size: 12px;
		flex:1;
	}
	footer p{
		font-weight: 100;
		opacity: 0.8;
		color: #F5F5F5;
		font-family: "Red Hat";
		font-size: 16px;
		letter-spacing: 0;
		line-height: 20px;
	}
	footer .footer-container{
		max-width: 1120px;
		background: none;
		margin: auto;
		display: flex;
		padding: 75px 0;
		align-items: baseline;
        margin-bottom: 90px;
	}
    .footer-container img{
        margin-bottom: 20px;
    }
    .terms-container .box{
        border: 1px solid white;
        padding: 5px;
        color: #FFFFFF;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .terms-container p{
        color: #FFFFFF;
        font-family: "Red Hat";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
    }

	footer .logo{
		font-family: Red Hat,sans-serif;
		letter-spacing: 4px;
		font-size: 20px;
		font-weight: 100;
		margin-bottom: 50px;
	}
	footer .logo img{
		width: 200px;
	}
	footer .logo span{
		font-weight: 700;
	}
	footer .copyright, footer a{
		color: #F5F5F5;
		font-family: "Red Hat";
		font-size: 12px;
		letter-spacing: 0;
		line-height: 20px;
		text-align: left;
	}
	footer .terms-container{
		color: #FFFFFF;
		font-family: Red Hat,sans-serif;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 20px;
		font-weight: 100;
		padding: 5px 35px;
		flex: 2;
		text-align: left;
	}
	footer .terms-container .terms-box{
		color: #F5F5F5;
		font-family: "Red Hat";
		font-size: 16px;
		letter-spacing: 0;
		line-height: 20px;
		font-weight: 100;
		border: 1px solid #f5f5f5;
		padding: 10px 15px;
	}
	
	.footer-blink{
		text-decoration: underline;
	}
    footer hr {
		display: none;
	}
	footer p {
		font-family: “Figtree”, sans-serif;
        font-weight:300;
	}

    .plan-prices-left {
        padding-left: 25px;
    }

    .cart-section {
        padding-left: 25px;
        padding-top: 10px;
    }

    .notebook_container .left-text {
        width: 50%;
    }

    .notebook_container .right-text {
        width: 50%;
    }

    .productSection_text_orderNow_btn {
        width: 204px;
        margin-top: 15px;
    }

    .notebook_container ul {
        width: 100%;
        /* margin: auto; */

        padding-left: 25px;
        padding-right: 25px;
        color: #000000;
        font-family: "Figtree", sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }
    .product_section .pricing_info.left-right .left-content{
        padding: 0;
        text-align: center;
        width: 50%;
        justify-self: center;
        align-items: center;
    }
    .banner_product_section_desktop .select_quantity .sel_qty.one-unit{
        margin-top: 10px;
        border-radius: 5px;
    }
    .product_section .leftright .left-content{
        flex: 1;
    }
    .testimonial_backdrop{
        background-color: white;
        padding: 50px 0px;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .testimonial_backdrop .swiper_testimonials.container{
        border-radius: 35px;
        top: -30px;
        max-width: 1270px;
        width: 100%;
        padding-bottom: 25px;
    }
}
@media screen and (max-width:1200px) {
    .pricing_info .reg-price{
        font-size: 15px;
    }
    .pricing_info .instant-savings{
        font-size: 15px;
    }
    .pricing_info .your-price{
        font-size: 25px;
    }
}
.subdisclaimer .disclaimer_p{
    border: 1px solid #54565A;
    padding: 5px;
}
.subdisclaimer .disclaimer_p a{
    color: #334579;
    font-weight: 600;
}
.subdisclaimer .disclaimer_p b{
    display: inline-block;
    font-size: inherit;
    font-weight:bold;
    font-family:'Red Hat Bold', sans-serif;
    line-height: inherit;
    color:#54565A;
    margin: 0;
}
