@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Updating Grid */
.container {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

@media all and (max-width: 768px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
}

body,
html {
    font-family: 'Open Sans', sans-serif;
    /* content font family */
    font-size: 19px;
    font-weight: 400;
    color: #000;
    background: #E6E6E6;
    background-image: url(../img/main-page/grey-bg-img.jpg);
    /* main background color */
}

@media all and (min-width: 768px) {

    body,
    html {
        font-size: 18px;
    }
}

@media all and (min-width: 992px) {

    body,
    html {
        font-size: 19px;
    }
}

@media all and (min-width: 1200px) {

    body,
    html {
        font-size: 19px;
    }
}

p {
    margin-bottom: 36px;
    line-height: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
    /* heading font family */
    font-weight: 800;
    /* heading font weight */
}

.first-font {
    font-family: 'Montserrat', sans-serif;
    /* first font family */
}

.second-font {
    font-family: 'Open Sans', sans-serif;
    /* second font family */
}

strong {
    font-weight: 700;
    /* Define strong */
}

.font-weight-bolder {
    font-weight: 900 !important;
}

.zup {
    z-index: 99;
    position: relative;
}

.container {
    max-width: 900px;
    /* main container width */
}

.container-sm {
    max-width: 700px;
    padding: 40px;
}

@media all and (max-width: 768px) {
    .container-sm {
        padding: 20px;
    }
}


sup {
    font-size: 12px;
}


/* Background Colors */
.bg-blu-1 {
    background: #F3F8FA;
}

.bg-blu-2 {
    background: #DFEDF2;
}

.bg-green-1 {
    background: #023700;
}

.bg-grn-1 {
    background: #023700;
}

.bg-gry-1 {
    background: #E6E6E6;
}

.bg-gry-2 {
    background: #262626;
}

.bg-drk {
    background: #000;
}

.bg-ylw-1 {
    background: #FFEB00;
}


.bg-red-1 {
    background: #ED1C24;
}


.bg-red-2 {
    background: #801A23;
}

.bg-red-3 {
    background: #400D12;
}

.bg-blu-1g {
    background: #dfedf2;
    background: -moz-linear-gradient(top, #dfedf2 0%, #f3f8fa 19%, #f3f8fa 100%);
    background: -webkit-linear-gradient(top, #dfedf2 0%, #f3f8fa 19%, #f3f8fa 100%);
    background: linear-gradient(to bottom, #dfedf2 0%, #f3f8fa 19%, #f3f8fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfedf2', endColorstr='#f3f8fa', GradientType=0);
}

.bg-gry-1g {
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 16%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 16%, #ffffff 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 16%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
}

.bg-blk-1g {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: url(../img/main-page/intro-bg.jpg);
}


/* Text Colors */
.text-black {
    color: #000;
}

.text-blue-1 {
    background: #010822;
}

.text-blue-2 {
    background: #101836;
}


.text-blue-3 {
    color: #003CFF;
}

.text-ylw {
    background: #FFEB00;
}

.text-red {
    color: #ED1C24;
}

.text-clr-ylw {
    color: #FFEF2E;
}

.text-blu {
    color: #2251FF;
}

/*Font Sizes*/
.p-24 {
    font-size: 24px;
}

@media all and (max-width: 768px) {
    .p-24 {
        font-size: 18px;
    }
}

.h-42 {
    font-size: 41px;
}

@media all and (max-width: 768px) {
    .h-42 {
        font-size: 26px;
    }
}

.h-40 {
    font-size: 41px;
}

.fs-72 {
    font-size: 72px;
}

@media all and (max-width: 768px) {
    .fs-72 {
        font-size: 36px;
    }
}


.fs-22 {
    font-size: 22px;
}

@media all and (max-width: 768px) {
    .fs-22 {
        font-size: 20px;
    }
}

.fs-17 {
    font-size: 17px;
}



.fs-28 {
    font-size: 28px;
}

@media all and (max-width: 768px) {
    .fs-28 {
        font-size: 22px;
    }
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

/*Image Styling*/

.img-stl {
    border: 5px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}


/* negative margins*/

.img-nl {
    margin-left: -60px;
    transform: scale(1.2);
}

@media all and (max-width: 768px) {
    .img-nl {
        margin-left: auto;
        transform: scale(1)
    }
}

.img-nl-1 {
    margin-left: -40px;
    transform: scale(1.2);
}

@media all and (max-width: 768px) {
    .img-nl-1 {
        margin-left: auto;
        transform: scale(1)
    }
}

.img-nr {
    margin-left: 60px !important;
    transform: scale(1.2)
}


@media all and (max-width: 768px) {
    .img-nr {
        margin-left: auto !important;
        transform: scale(1)
    }
}

.img-nr-1 {
    margin-left: 40px !important;
    transform: scale(1.2)
}

@media all and (max-width: 768px) {
    .img-nr-1 {
        margin-left: auto !important;
        transform: scale(1)
    }
}

.img-n90 {
    margin-left: -90px;
}

@media all and (max-width: 768px) {
    .img-n90 {
        margin-left: -20px;
    }
}

.white-box {
    border: 1px solid #000;
    padding: 20px;
    text-align: center;
}

/* List */

.remember-things {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

.remember-things li {
    padding: 0px 10px;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.remember-things li img {
    max-width: 60px;
    margin-top: 10px;
    margin-right: 20px;
    flex-basis: auto;
    display: block;
    align-self: flex-start;
}

.remember-things li span {
    display: block;
    flex-basis: 100%;
}


.red-cross {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #000;
    text-align: left;

}

.red-cross li {
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}

.red-cross li:after {
    content: "";
    background-image: url(../img/graphics/cross.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 3px;


}


.blu-check {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #000;
    text-align: left;
}

.blu-check li {
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}

.blu-check li:after {
    content: "";
    background-image: url(../img/graphics/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 3px;
}

.blu-arw {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #000;
    text-align: left;
}

.blu-arw li {
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}

.blu-arw li:after {
    content: "";
    background-image: url(../img/graphics/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 3px;
}


/*References*/
ol {
    padding-left: 20px;
}

.list-ref li {
    font-size: 18px;
}

@media all and (max-width: 768px) {
    .list-ref li {
        font-size: 16px;
    }
}



/* CARET CSS */
.notch-top-center {
    position: relative;
}

.notch-top-center:after {
    content: "";
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-color: red transparent transparent;
    border-width: 20px 48px 0 48px;
    left: 10%;
    right: auto;
    bottom: auto;
    top: 10%;
    position: absolute;
}

.notch-top-center:after {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 0%;
    transform: translateX(-50%);
}

/* Change Bottom Notch Colors */

.notch-top-center.notch-white:after {
    border-color: #fff transparent transparent;
}

.notch-top-center.notch-blu:after {
    border-color: #F3F8FA transparent transparent;
}



/* PRICING SECTION */

/* Price Table */
.pt-main {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.pt-box {
    max-width: 320px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 5px;
    border: 1px solid #04311E;
    border-radius: 10px;
}

.pt-box-sm {
    max-width: 200px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 5px;
    border: 1px solid #04311E;
    border-radius: 10px;
}

.pt-header {
    background: #023700;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
}

.pt-header-2 {
    background: #262626;
    font-size: 24px;
}

.pt-header-3 {
    background: #023700;
}


.pt-header-sm {
    background: #023700;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 15px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
}

.pt-header-sm2 {
    background: #262626;
    font-size: 18px;
}

.pt-header-sm3 {
    background: #023700;
}


.pt-normal:hover,
.pt-best:hover,
.pt-popular:hover {
    background: red;
    background-image: url(../img/main-page/bg-red.jpg);
    color: #fff
}

.pt-price-left:hover,
.pt-price-per:hover {
    color: #fff !important;
}

.pt-supply {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    padding-top: 20px;
    height: 50px;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.pt-supply-sm {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-top: 20px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
}



.pt-body {
    padding: 20px;
    padding-top: 0;
}

.pt-product {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.responsive {
    width: 100%;
    height: auto;
}

.pt-price-tag {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

.pt-btn-main a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800 !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.16);
}

.pt-btn-main-sm a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800 !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.16);
    padding: 8px 12px;
}

.pt-cta-btn {
    background: #ffc400;
    background-image: url(../img/main-page/btn-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px soild #F7A201;
    border-radius: 4px;
    padding: 15px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    transition: transform 0.1s ease;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.18);
    margin-top: 20px;
    margin-bottom: 20px;
}

.pt-cta-btn:hover,
.pt-cta-btn:focus,
.pt-cta-btn:active {
    transform: scale(1.1);
    font-style: normal;
    color: #fff;
    text-decoration: none;
}

.pt-total-price-tag {
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
}

/* PT Price*/
.pt-price {
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pt-price .pt-price-left {
    font-size: 68px;
    font-weight: bold;
}

.pt-price .pt-price-left sup {
    font-size: 52px;
}

.pt-price .pt-price-right-sm {
    font-size: 10px;
    font-weight: bold;
    margin-top: 50px;
}


.pt-price .pt-price-left-sm {
    font-size: 45px;
    font-weight: bold;
}



.pt-price .pt-price-left-sm sup {
    font-size: 30px;
}

.pt-price .pt-price-right-sm {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}


/* PT Total Price*/
.pt-total-price {
    display: flex;
    justify-content: center;
    font-weight: 700;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: #A62F03;
}

.pt-box {
    margin-top: 36px;
}

.pt-box-sm {
    margin-top: 36px;
}

.pt-best {
    margin-top: 0;
    transform: scale(1.02);
}

.hr-grey {
    border: 1px solid #D2D2D2;
}

.pt-txt-big {
    font-size: 28px;
    font-weight: bold;
}

.pt-txt-sml {
    font-size: 17px;
}

.pt-payment-methods {
    text-align: center;
}

.pt-total-save {
    font-size: 24px;
    font-weight: 600;
}

.pt-price-per {
    font-size: 22px;
    font-weight: 600;
}

.pt-price-per-sm {
    font-size: 14px;
    font-weight: 600;
}




@media all and (max-width: 820px) {
    .pt-main {
        flex-direction: column;
        max-width: 100%;
        align-items: center;
    }

    .pt-box;

    .pt-box-sm {
        width: 100%;
        margin-bottom: 20px;
    }

    .pt-popular {
        order: -1;
    }

    .pt-best {
        order: -2;
    }
}

.pb-total-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
}

.pb-original-amt {
    color: #898C8F;
    font-weight: bold;
    font-size: 40px;
    margin-right: 10px;
    position: relative;
}

.pb-original-amt:after {
    content: "";
    background: #EB1311;
    height: 3px;
    width: 110%;
    position: absolute;
    top: 50%;
    left: -5%;
    border-radius: 4px;
}

.pb-dis-amt {
    color: #801A23;
    font-weight: bold;
    font-size: 40px;
}

.pb-original-amt-sm {
    color: #898C8F;
    font-weight: bold;
    font-size: 28px;
    margin-right: 10px;
    position: relative;
}

.pb-original-amt-sm:after {
    content: "";
    background: #EB1311;
    height: 3px;
    width: 110%;
    position: absolute;
    top: 50%;
    left: -5%;
    border-radius: 4px;
}

.pb-dis-amt-sm {
    color: #801A23;
    font-weight: bold;
    font-size: 28px;
}


.pt-saving {
    font-size: 16px;
    font-weight: 500;
}

.pt-saving-sm {
    font-size: 12px;
    font-weight: 500;
}

/*price table end*/


/* Responsive classes custom */
@media all and (max-width: 768px) {
    .center-sm {
        text-align: center;
    }

    .img-50-sm {
        max-width: 50%;
    }

    .img-80-sm {
        max-width: 80%;
    }

    .h2r {
        font-size: 1.4rem;
    }

    .h3r {
        font-size: 1.2rem;
    }

    .h4r {
        font-size: 1.1rem;
    }

    .display-4 {
        font-size: 2.4rem;
    }
}


hr {
    background: #A8DCF1;
    height: 1px;

}

/* Buttons */
.btn-cta-main {
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    background: #fdc71f;
    border: none;
    background: rgb(227, 144, 0);
    background: linear-gradient(176deg, rgba(227, 144, 0, 1) 0%, rgba(229, 146, 0, 1) 32%, rgba(244, 169, 0, 1) 100%);
    box-shadow: 0 6px 0px rgba(206, 131, 0, 6);
    transition: transform 100ms ease-in;
    line-height: 1.2em;
    padding: 20px 30px !important;
    color: #fff;

}

.btn-cta-main i {
    position: relative;
    margin-left: 4px;
}

.btn-cta-main-downsell {
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    background: #fdc71f;
    border: none;
    background: rgb(227, 144, 0);
    background: linear-gradient(176deg, rgba(227, 144, 0, 1) 0%, rgba(229, 146, 0, 1) 32%, rgba(244, 169, 0, 1) 100%);
    box-shadow: 0 6px 0px rgba(206, 131, 0, 6);
    transition: transform 100ms ease-in;
    line-height: 1.2em;
    padding: 20px 30px !important;
    color: #fff;

}

.btn-cta-main-downsell i {
    position: relative;
    margin-left: 4px;
}

.btn-cta-main-text2 {
    font-size: 22px;
}

.bta-cta-big {
    font-size: 2rem;
    padding: 10px 30px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.btn-cta-main:hover {
    transform: scale(1.1);
    color: #fff;
}

@media all and (max-width: 768px) {
    .btn-cta-main {
        font-size: 22px;
    }
}

@media all and (max-width: 768px) {
    .btn-cta-main-downsell {
        font-size: 18px;
    }
}

#clock {
    display: block;
    max-width: 300px;
    background: red;
    color: #fff;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
}



.bg-intro {
    background-image: url(../img/main-page/intro-bg.jpg);
}

.bg-intro-1 {
    background-image: url(../img/main-page/anabolic-boost-intro-bg.jpg);
}

.mb-240 {
    margin-bottom: -240px !important;
}

.pt-200 {
    padding-top: 200px;
}



.bg-red-4 {
    background: #CB1C23;
}



.fs-30 {
    font-size: 30px;
}

@media all and (max-width: 768px) {
    .fs-30 {
        font-size: 24px;
    }
}


.mn-40 {
    margin-top: -60px;
}

.zup {
    z-index: 999
}

.mb-100 {
    margin-bottom: -145px;
    padding-bottom:
}

.pt-60 {
    margin-top: 60px;
}


.faq-list {
    font-size: 18px;
    line-height: 1.5em;
}


.faq-list li {
    font-size: 18px;
    line-height: 1.5em;

}


/*testimional box*/
.tm-box-quote {
    position: relative;
}

.tm-box-quote:after {
    content: "";
    height: 80px;
    width: 60px;
    background-image: url(../img/main-page/quote-ylw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 85%;
    top: 95%;
}


@media all and (max-width: 768px) {
    .tm-box-quote:after {
        left: 75%;
        top: 96%;
    }
}

.border-pt {
    border: solid #000000 1px;
}


/*Upsell-2 css*/

.fs-24 {
    font-size: 24px;
}

@media all and (max-width: 768px) {
    .fs-24 {
        font-size: 20px;
    }
}


.img-nr-ups {
    margin-left: 60px;
    transform: scale(1.5);
    margin-top: 70px;
}

@media all and (max-width: 768px) {
    .img-nr-ups {
        margin-left: auto !important;
        transform: scale(1);
        margin-top: 0px;

    }
}


.img-nl-ups {
    margin-left: -60px;
    transform: scale(1.5);
    margin-top: 70px;
}

@media all and (max-width: 768px) {

    .img-nl-ups,
    mg-nr-up {
        margin-left: auto;
        transform: scale(1);
        margin-top: 0px;
    }
}



.bg-gry-3 {
    background: #F9F9F9;
}

.btn-cta-main-sm {
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    background: #fdc71f;
    border: none;
    background: rgb(227, 144, 0);
    background: linear-gradient(176deg, rgba(227, 144, 0, 1) 0%, rgba(229, 146, 0, 1) 32%, rgba(244, 169, 0, 1) 100%);
    box-shadow: 0 6px 0px rgba(206, 131, 0, 6);
    transition: transform 100ms ease-in;
    line-height: 1.2em;
    padding: 20px 30px !important;
    color: #fff;

}

.btn-cta-main-sm:hover {
    transform: scale(1.1);
    color: #fff;
}

@media all and (max-width: 768px) {
    .btn-cta-main-sm {
        font-size: 22px;
    }
}




.btn-cta-main-dsell {
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    background: #fdc71f;
    border: none;
    background: rgb(227, 144, 0);
    background: linear-gradient(176deg, rgba(227, 144, 0, 1) 0%, rgba(229, 146, 0, 1) 32%, rgba(244, 169, 0, 1) 100%);
    box-shadow: 0 6px 0px rgba(206, 131, 0, 6);
    transition: transform 100ms ease-in;
    line-height: 1.2em;
    padding: 20px 30px !important;
    color: #fff;

}

.btn-cta-main-dsell:hover {
    transform: scale(1.1);
    color: #fff;
}

@media all and (max-width: 768px) {
    .btn-cta-main-dsell {
        font-size: 18px;
        padding: 15px 20px !important;
    }
}

/*Red Arrow*/
.red-arrow {
    position: relative;
}

.red-arrow:after {
    content: "";
    height: 80px;
    width: 50px;
    background-image: url('../img/3x-upsell/red-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 6%;
    bottom: -50px;
}


.fs-42 {
    font-size: 42px;
}

@media all and (max-width: 768px) {
    .fs-42 {
        font-size: 32px;
    }
}

@media all and (max-width: 992px) {
    .red-arrow {
        display: none;
    }
}

.carousel-cell {
    width: 270px;
    height: 230px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    background: none;
    margin-bottom: 40px;
}

.hm-tm-img {
    margin-top: -60px;
}

.hm-tm-img img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 6px solid #fff;
}


@media all and (max-width: 768px) {
    .carousel-cell {
        width: 270px;
    }
}

#myButton {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 800;

}

.check-box {
    display: flex;
    justify-content: center;
}


/*upsell popup and check box*/
.fs14{
    font-size: 14px;
    line-height: 1.6em;
}

.checkbox {
    --background: #f9f9f9;
    border: #D1D6EE;
    --border-hover: #BBC1E1;
    --border-active: #1E2235;
    --tick: #fff;
    position: relative;
    font-size: 14px;
}

.checkbox input,
.checkbox svg {
    width: 21px;
    height: 21px;
    display: block;
}

.checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    border: solid #000 2px;
}

.checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
}

.checkbox input:checked {
    --b: var(--border-active);
}

.checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
    transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox.path input:checked {
    --s: 2px;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
}

.checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    -webkit-transition: stroke-dasharray .6s, stroke-dashoffset .6s;
    transition: stroke-dasharray .6s, stroke-dashoffset .6s;
}

.checkbox.bounce {
    --stroke: var(--tick);
}

.checkbox.bounce input:checked {
    --s: 11px;
}

.checkbox.bounce input:checked + svg {
    -webkit-animation: bounce .4s linear forwards .2s;
    animation: bounce .4s linear forwards .2s;
}

.checkbox.bounce svg {
    --scale: 0;
}

@-webkit-keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.sbCountdown{
    background: red;
    padding: 20px;
    border-radius: 4px;
    color: #fff
}


/*thankyou page*/

.attention-box {
    border: 2px solid #ED1C24;
    border-radius: 4px;
    border-style: dashed;
}


.bg-gray{
    background-color: #F1F1F1;
}


.border-red-1{
    border: 3px solid #CB1C23;
    border-style: solod;
}
