@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;500;800&display=swap");

body {
    background-color: var(--background-color);
    color: var(--main-font-color);
    font-size: var(--font-normal);
    font-family: var(--main-font-family);
    overflow: hidden auto !important;
}

b, .bold {
    font-family: bold-font;
    font-weight: bold;
}

.hihlite {
    color: #b08484;
}

.prodctCnt {
    font-weight: 400 !important;
    font-size: 1.4rem !important;
    letter-spacing: 1px;
}
.link_box label{
    max-width: 100% !important;
}
.crt-btn {
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: fit-content;
    margin: 0px auto;
}

.medium {
    font-weight: 500;
}

.shrtGift-bg {
    background-image: url("../img/stars-unsplash3.jpg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: cover;
    background-position-y: top;
}

img.h-img {
    max-width: 155px;
}

.freeCAP {
    color: red;
    text-transform: uppercase;
    font-weight: 600;
}

.vsl-head {
    font-family: Nunito;
    font-weight: bold;
    font-size: 45px;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    line-height: 0.95;
    margin-bottom: 24px;
}

.vsl-head u {
    color: yellow;
}

.m-bold {
    font-family: bold-m-font;
    font-weight: 700;
}

.light {
    font-family: light-font;
    font-weight: 300;
}

.semi-b {
    font-family: Nunito !important;
    font-family: semi-bold-font;
    font-weight: 600;
}

.bigger-sub {
    font-size: 2rem;
    line-height: 1.1;
}

.product-img {
    max-height: 240px;
}

h1 {
    font-weight: bold;
    font-size: var(--font-large);
}

h4, h5, h6 {
    font-size: 32px;
}

h1.small-title {
    font-size: 56px;
    line-height: 1;
}

h4,
.small-title {
    font-size: 25px;
}

h1.b-price {
    font-size: 50px;
}

p.smaller {
    font-size: 18px;
}

p.smaller2 {
    font-size: 16px;
}

h2 {
    font-size: 2.4rem;
    line-height: 1;
    margin: 2.5rem 0 10px;
}

.longH2 {
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
    margin: 2.5rem 0 17px -2.5%;
    padding: 24px 30px;
    background-color: #ffedd1;
    border-radius: 8px;
}

.longH2 span {
    color: #449793;
}

h3.smaller {
    font-size: 29px;
}

h3.small.hdln {
    font-size: 2.2rem;
    line-height: 1;
    padding: 14px 0 2px;
    color: #4d7ea0;
    font-weight: 600;
}

p {
    font-size: 1.125rem;
}
.clr_black{
    color: #000 !important;
    text-decoration: none;
}
.ndx-about p {
    font-size: 1.5rem;
    line-height: 1.2;
}

.hd-italic {
    font-style: italic;
    color: #f8a2a2;
}

ol, ul {
    padding-left: 1rem;
}

#long-about p,
.long-page p {
    font-size: 1.65rem;
    line-height: 1.2;
}

.img-rght {
    position: absolute;
    right: -100%;
    transition: right 1s;
    width: 100%;
}

.img-lft {
    position: absolute;
    left: -100%;
    transition: right 1s;
    width: 100%;
}

.img-left {
    float: left;
    margin: -16px -10% 0px 12px;
    border-radius: 8px;
}

.img-right {
    float: right;
    margin: -16px -10% 0px 12px;
    border-radius: 8px;
}

.red-bg-small {
    background-color: red;
    padding: 7px;
}

.drk-blue-bg {
    background-color: #202c51;
    background: linear-gradient(to bottom, rgba(19, 45, 68, 1) 10%, rgba(44, 83, 158, 1) 100%);
}

.drk-blue-bg h1 {
    color: yellow;
    letter-spacing: 1.6px;
    font-size: 3.2rem;
    line-height: 1;
}

.heroSub {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}

.sbhd-ups1 {
    text-align: center;
    color: #ff7800;
    font-size: 1.4rem;
    line-height: 1;
}

.strkthrgh {
    text-decoration: line-through solid 3px red;
    color: #777;
}

.blink {
    font-size: 1.9rem;
    background-color: yellow;
    line-height: 1;
    padding: 12px 0 8px;
    color: brown;
}

.text-center.upgrd-large {
    font-size: 3.6rem;
    line-height: 1.1;
    font-weight: 800;
}

.upgrd-sub {
    font-size: 2.65rem;
    line-height: 1;
    margin: -6px 0 8px 0;
}

.flashPrice {
    margin: 0;
    line-height: 1;
}

.upgrd-subHd2 {
    font-size: 2.15rem;
    line-height: 1;
    margin: -6px 0 8px 0;
    font-style: italic;
    color: #449793;
}

.upsll-benefit {
    justify-content: center;
    width: 94%;
    margin: 16px 3%;
    background-color: #eee;
    border-radius: 20px;
    padding: 24px 20px 14px;
}

.upgrd-tick {
    border-radius: 50%;
    max-width: 42px;
    margin: -1px 10px -4px -10px;
    float: left;
    border: 4px solid #ff8150;
}

.img-rht.img-myMail {
    max-width: 120px;
    float: right;
    margin: 12px 0 0 12px;
    transform: rotate(12deg);
}

h3.upsll-subhd4 {
    text-align: center;
    font-size: 4.2rem;
    line-height: 1;
    padding-bottom: 8px;
    margin: -36px 5% 14px 5%;
    color: red;
    border-bottom: 1px solid;
    font-weight: 800;
}

.bonus-disc {
    color: #999;
    margin: 7px 0 0 0;
    font-size: 1.1rem;
}

.crd-title {
    margin: 0 0 6px 0;
}

.crdHdr {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1;
    margin: 12px 0 -8px 0;
}

.bonus-img {
    padding-right: 30px;
}

.lowStock {
    background-color: #ffe300;
    color: #522929;
    font-size: 1.9rem;
    padding: 8px 60px 6px;
    border-radius: 30px;
    box-shadow: 0px 3px 6px #55555547;
    display: inline-block;
    margin: -6px 0 34px;
}

.upsll-rush {
    background-color: #444;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
    padding: 22px 5%;
    border-radius: 10px;
}

.upsll-rush span {
    color: yellow;
}

.awkn-blue {
    color: #4a7a9c !important;
    font-weight: 800;
}

.upgd-365days {
    margin: -14px 20px 0 -20px;
    width: 100%;
    max-width: 200px;
}

.framed-grntee {
    border: 1px solid #a56a6a;
    border-radius: 26px;
    padding: 0px 30px 16px 45px;
    background-color: #ededdc7a;
}

.oneTime {
    font-size: 3.7rem;
    font-weight: 200;
    line-height: 1;
}

.oneTime-sub {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 600;
    color: red;
    padding: 3px 0 8px 0;
}

.guarantees {
    display: inline-flex;
    justify-content: space-around;
    width: 44%;
    margin: -30px;
}

.awkn-certs {
    max-width: 210px;
}

.fnt-green {
    color: #269226;
}

.cta-price {
    text-align: center;
}

.upgrd-cta {
    font-size: 2.65rem;
    line-height: 1;
    margin: -6px auto -9px;
    border-bottom: 1px solid;
    padding: 14px 0 5px 0;
    display: inline-block;
    text-align: center !important;
    font-weight: 800;
}

.upgrd-cta span {
    color: #295b7e;
}

.awkn-prime {
    margin: -60px 0 0;
}

.btn-upgrade {
    background-color: red;
    color: #fff;
    text-decoration: none;
    font-size: 2.3rem;
    line-height: 1;
    padding: 12px 30px;
    border-radius: 9px;
}

.btn-upgrade:hover {
    color: yellow;
    background-color: #c21c1c;
}

.nothanks {
    border: 1px solid red;
    border-radius: 16px;
    padding: 12px 3% 0 3%;
}

.nothanks p {
    font-size: 1.1rem;
}

.btn-noThnks.declinepopup {
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 30px 1px 30px;
    background-color: #fff;
    border: 1px solid #777;
    color: red;
    border-radius: 9px;
    margin-bottom: 6px;
}

.btn-noThnks.declinepopup:hover {
    background-color: yellow;
    border: 1px solid yellow;
}

.contest-profit {
    background-color: #f3fbff;
    border-radius: 16px;
    margin: 2em auto !important;
    padding: 1.5em 4% !important;
    color: #000;
    font-size: 20px;
}

.contest-profit .heading {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    color: #6b73b7;
    margin-bottom: 15px;
}

.contest-profit__row {
    margin-top: 1em;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}

.contest-profit__row .content {
    flex: 1;
    width: 100%;
}

.contest-profit__row .img-wrapper {
    max-width: 300px;
    flex: 0 0 300px;
}

.contest-profit__row .img-wrapper img {
    width: 100%;
}

.contest-profit__row .txt-lg {
    font-size: 2em;
    font-weight: bold;
}

.contest-profit__row .txt-sm {
    font-size: 1.3em;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
}

.contest-profit__row .profit-list {
    list-style: none;
    font-size: 1.1em;
}

.contest-profit__row .profit-list li {
    padding: 10px 10px 10px 0;
}

.contest-profit__row .profit-list li:not(:last-of-type) {
    border-bottom: 1px dotted;
}

.contest-profit__row .profit-list li:not(:last-of-type):before {
    content: '';
    background-image: url('/assets-mbn/images/eye-dngbt3.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
    width: 35px;
    height: 30px;
}

.contest-profit__row .profit-list li a {
    color: #0d6efd;
}

.contest-profit__row .profit-list li a.sign-up-btn {
    display: inline-block;
    background-color: orange;
    color: #fff;
    font-family: inherit;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 2em;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

@media (max-width: 560px) {
    .drk-blue-bg h1 {
        letter-spacing: 1px;
        font-size: 1.9rem;
    }

    .lowStock {
        background-color: #ffe300;
        color: #522929;
        font-size: 1.3rem !important;
        padding: 8px 60px 6px;
        border-radius: 12px;
        box-shadow: 0px 3px 6px #55555547;
        display: inline-block;
        margin: -6px 0 34px;
        line-height: 1;
    }

    .text-center.upgrd-large {
        font-size: 2.6rem;
        line-height: 0.8;
        padding-bottom: 17px;
    }

    .bonus-img {
        padding-right: 30px;
        margin: 30px 0 0 0;
    }

    .upgrd-sub {
        font-size: 1.95rem;
        line-height: 1;
        margin: 0px 3% 8px 3%;
    }

    .bigger.flashPrice,
    .upgrd-subHd2 {
        text-align: center;
        font-size: 1.5rem !important;
    }

    .upsll-rush {
        font-size: 1.4rem;
        line-height: 1;
        padding: 20px 28px;
        margin: 26px 0;
    }

    .oneTime {
        font-size: 2.8rem;
    }

    .oneTime-sub {
        font-size: 2.1rem;
        line-height: 0.9;
    }

    .bns-affirm {
        max-width: 290px;
    }

    .awkn-certs {
        max-width: 164px;
        padding-top: 16px;
    }

    .upgrd-cta {
        text-align: center !important;
        font-size: 1.15rem !important;
    }

    .upgrd-cta span {
        padding: 0 0px !important;
    }

    .awkn-prime {
        margin: 0 0 10px;
    }

    .btn-upgrade {
        font-size: 1.4rem;
    }

    .upgrd-nrrw p {
        font-size: 0.9rem;
        padding: 0 12px 0 12px;
    }
}

.modal-TWO {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
    background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

.mdl2-wrapper {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #1d3159;
}

.mdl2-content {
    margin: auto;
    position: relative;
    outline: 0;
    max-width: 850px;
    padding: 0px 10px 20px 34px;
    background-color: #ddd;
    border-radius: 16px;
    box-shadow: 5px 8px 12px #000;
    background-color: #dbdbdb;
}

.mdl-noT-cntnt {
    display: flex;
}

.mdl-awknThree {
    margin: -20px 0 -14px;
}

.modal__content.pricePnl {
    margin-top: 30px;
    margin-bottom: -16px;
}

.mdl-upgde-yes a {
    background-color: red;
    color: yellow !important;
    display: inline-block;
    text-align: center;
    width: 94%;
    margin: 0 auto 0 1.5%;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 6px;
    text-decoration: none;
}

.mdl-upgde-yes a:hover {
    background-color: blue;
}

.mdl-upgde-no a {
    background-color: #3e74a3;
    color: white !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 94%;
    margin: 7px auto 0 1.5%;
    padding: 14px 0;
    line-height: 1;
    border-radius: 6px;
}

.mdl-upgde-no a:hover {
    background-color: #1b3f77;
}

.toprightX {
    float: right;
    font-size: 3rem;
    margin: -24px 14px -20px 0;
    font-weight: 200;
    color: #999;
}

.toprightX:hover {
    color: white;
    cursor: pointer !important;
}

.mdl-hdr-lstCh {
    background-color: #000;
    padding: 12px 0 6px 7%;
    color: red;
    margin: 0px -10px -18px -34px;
    border-radius: 14px 14px 0 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}

.upPricing {
    display: flex;
    flex: 7;
}

.upPrice-regular {
    color: red;
    text-align: center;
    margin: 19px 6px auto;
    padding: 23px 16px;
    float: left;
    position: absolute;
    border: 1px solid red;
    width: 165px;
}

.pricePnl {
    width: 94%;
}

.upPrice-regular p {
    font-size: 1rem;
    font-weight: 400;
}

.upPrice-regular span {
    font-size: 1.7rem;
    font-weight: 600;
}

.upPrice-today {
    color: rgb(255, 255, 255);
    text-align: center;
    border: 1px solid;
    margin: 19px 18px;
    padding: 15px 20px 10px;
    width: 47%;
    float: right;
}

.upPrice-today p {
    font-size: 1rem;
    font-weight: 400;
}

.price-today span {
    font-size: 2.8rem;
    letter-spacing: -2px;
    font-weight: 700;
}

.btn-updde-yes {
    background-color: red;
    color: yellow;
    display: inline-block;
    text-align: center;
    width: 94%;
    margin: 0 auto 0 1.5%;
    padding: 14px 0 0;
    line-height: 1;
    border-radius: 6px;
}

.btn-updde-yes:hover {
    background-color: #9f1c0f;
}

.btn-updde-no {
    background-color: #3e74a3;
    color: white;
    display: inline-block;
    text-align: center;
    width: 94%;
    margin: 7px auto 0 1.5%;
    padding: 14px 0 0;
    line-height: 1;
    border-radius: 6px;
}

.btn-updde-no p {
    font-size: 19px;
    padding: 0;
    margin: 0 0 10px;
}

.btn-updde-no:hover {
    background-color: #1d3c5d;
}

.freeShip {
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.aligned-sb2 {
    border: 1px solid;
    padding: 9px 24px;
    border-radius: 24px;
    display: grid;
    margin: 0 6% 20px;
}

.upgrd-align {
    font-size: 2.7rem;
    color: #000;
    line-height: 1;
    font-weight: 600;
}

.upgrd-align span {
    color: #10c7f8;
}

.pnl-upselAlign {
    border-radius: 20px;
    box-shadow: 0 5px 8px #26416a66;
    padding: 34px 3% 20px;
    background: linear-gradient(
            to bottom,
            rgba(157, 178, 204, 0.48) 0%,
            rgb(255, 255, 255) 73%,
            rgb(255, 255, 255) 73%
    );
    border: 5px solid #fff;
}

.align-bullets p {
    text-align: left;
    border-bottom: 1px dotted #323232;
    padding: 0px 0 14px;
    margin: 25px 4.5%;
    font-size: 1.4rem;
}

.align-newMbr {
    background-color: yellow;
    margin: 30px;
    border-radius: 12px;
    padding-bottom: 4px;
}

.align-newMbr h3 {
    color: red;
}

.align-newMbr h3 span {
    text-transform: uppercase;
    font-size: 1.9rem;
    color: #000;
}

.algn-hd2 {
    font-size: 2.9rem;
    line-height: 1;
    padding: 0 0 12px;
    font-weight: 600;
    color: #9c67fe;
}

.sky-bg {
    background: radial-gradient(
            circle at 60% 52%,
            #e7f0ff,
            #e3eafa 27%,
            #bbd6e6 79%,
            #b2d0ef 89%
    );
    border-radius: 28px;
    border: 4px solid #fff;
    box-shadow: 3px 5px 19px #f2f3ffde;
    margin-bottom: 10px;
}

.bonus-disc-aligned {
    font-size: 1rem;
    margin: 20px 0;
    color: #3a6898c4;
}

.crdHdr-aligned {
    background-color: #84a3c5;
    color: #fff;
    margin: 0 -1.5rem;
    padding: 14px 0 10px;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0px;
    border-radius: 25px 25px 0 0;
    text-shadow: 1px 1px 3px #0d4a81;
}

.crd-title-algn {
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1;
    color: #1f536c;
}

.crd-title-algn span {
    font-size: 1.9rem;
    font-weight: 600;
}

.emAllCaps {
    text-transform: uppercase;
    font-weight: 600;
    color: red;
    font-size: 2.2rem !important;
}

.left-pnl-algn {
    border: 7px solid #7ab6d3;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 12px #063a538a;
}

.price-pnl-hdr {
    background-color: #7ab6d3;
    text-align: center;
    font-size: 1.4rem;
    padding: 6px 0 8px !important;
    margin-top: -3px;
    margin-bottom: 12px;
}

.mid-pnl-algn {
    border: 7px solid #1398d9;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 12px #0e4864;
}

.price-pnl-hdr-middle {
    background: #1398d9;
    text-align: center;
    font-size: 1.4rem;
    padding: 6px 0 8px !important;
    margin-top: -3px;
    margin-bottom: 12px;
}

.guarantees-by180 img {
    max-width: 480px;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    display: inline-block !important;
}

.modal-wrapper.exit-intent .modal-content.algn-exit {
    font-size: 19px;
    width: 55%;
    background-image: url(../img/whitescan.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    border: 14px solid #d4b36c;
}

@media (max-width: 560px) {
    .upsll-head-vivo {
        font-size: 1.6rem;
    }

    .vivo-sbhd {
        font-size: 1.9rem !important;
    }

    h1.algnUp {
        font-size: 1.7rem;
        line-height: 1.1;
    }

    .aligned-sb2 {
        font-size: 1.2rem;
    }

    .upgrd-video {
        height: auto !important;
    }

    .upgrd-align {
        font-size: 1.7rem;
        line-height: 1;
    }

    .pnl-upselAlign h1 {
        font-size: 2.2rem !important;
    }

    .guarantees-by180 img {
        max-width: 310px;
    }
}

.modal-TWO {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
    background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

.mdl2-wrapper {
    z-index: 3;
    display: none;
    padding-top: 8%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0);
}

.mdl2-content {
    margin: auto;
    position: relative;
    outline: 0;
    max-width: 850px;
    padding: 14px 10px 20px 34px;
    background-color: #ddd;
    border-radius: 16px;
    box-shadow: 5px 8px 12px #000;
    background-color: black;
}

.toprightX {
    float: right;
    font-size: 3.5rem;
    margin: -50px 14px -20px 0;
    font-weight: 200;
    color: #999;
}

.toprightX:hover {
    color: white;
    cursor: pointer !important;
}

.mdl-hdr-lstCh {
    background-color: #000;
    padding: 12px 0 6px 14%;
    color: red;
    margin: 8px -12px -18px -34px;
    border-radius: 18px 18px 0 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}

.lowestHd {
    text-align: center;
    color: white;
    margin-top: -12px;
}

.lowestHd span {
    color: yellow;
}

.txt-white {
    color: white;
}

.upPricing {
    display: flex;
    flex: 7;
}

.upPrice-regular {
    color: red;
    text-align: center;
    margin: 19px 6px auto;
    padding: 23px 16px;
    float: left;
    position: absolute;
    border: 1px solid red;
    width: 165px;
}

.pricePnl {
    width: 94%;
}

.upPrice-regular p {
    font-size: 1rem;
    font-weight: 400;
}

.upPrice-regular span {
    font-size: 1.7rem;
    font-weight: 600;
}

.upPrice-today {
    color: rgb(255, 255, 255);
    text-align: center;
    border: 1px solid;
    margin: 19px 18px;
    padding: 15px 20px 10px;
    width: 47%;
    float: right;
}

.upPrice-today p {
    font-size: 1rem;
    font-weight: 400;
}

.price-today span {
    font-size: 2.8rem;
    letter-spacing: -2px;
    font-weight: 700;
    padding-left: 7px;
}

.btn-updde-yes {
    background-color: red;
    color: yellow;
    display: inline-block;
    text-align: center;
    width: 94%;
    margin: 0 auto 0 1.5%;
    padding: 14px 0 0;
    line-height: 1;
    border-radius: 6px;
}

.btn-updde-yes:hover {
    background-color: #9f1c0f;
}

.btn-updde-no {
    background-color: #3e74a3;
    color: white;
    display: inline-block;
    text-align: center;
    width: 94%;
    margin: 7px auto 0 1.5%;
    padding: 14px 0 0;
    line-height: 1;
    border-radius: 6px;
}

.btn-updde-no p {
    font-size: 19px;
    padding: 0;
    margin: 0 0 10px;
}

.btn-updde-no:hover {
    background-color: #1d3c5d;
}

.freeShip {
    color: #ffa700;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.mainCard {
    background-color: rgb(255, 255, 255);
    width: auto;
    margin: 0 8%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 5px 20px #13608663;
}

.mainCard-option {
    background-color: #f0f8ffbf;
    width: auto;
    margin: 0 8%;
    padding: 40px 20px 0;
    border-radius: 20px;
    box-shadow: 2px 5px 20px #13608663;
}

.shortHd {
    background-color: #0087ff9e;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 5% 8px !important;
    border-radius: 10px;
}

.pt-1.giftHd {
    font-size: 3.8rem;
    line-height: 0.9;
    margin: 17px 0 0;
}

.gfthd-sml {
    font-size: 2.7rem;
    font-weight: 600;
    padding: 0;
    margin: 0 0 4px;
}

.shortHd h2 {
    margin: 0;
}

.shortWarn {
    box-shadow: 4px 6px 9px #06233d;
    margin: -14px 20% 40px;
    border-radius: 10px;
    background-color: #fff;
    transform: rotate(-4deg);
    background-image: url("../img/shrt-giftBk.jpg");
    width: 300px;
    height: 380px;
    background-position-y: center;
    background-size: cover;
}

.wrnng-img {
    max-height: 460px;
    border-radius: 11px 11px 0 0;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0s;
}

.shrtTxt {
    font-size: 1.5rem;
    margin: 5px 0;
    font-weight: 500;
}

ul.shrtPoint {
    margin-left: -30px;
}

.shrtPoint li {
    list-style: none;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
}

.shrtPoint li::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    background-image: url("../img/mrk-tick.png");
    background-size: 30px;
    margin: 4px 9px -7px;
}

.shrtEmail {
    text-align: center;
    font-family: Nunito;
    margin: 20px 3%;
}

#femail {
    width: 100%;
    font-size: 1.5rem;
    color: #999;
    padding: 6px 0 6px 21px;
    border: 1px solid #ff5400;
    border-radius: 4px;
}

.shrtSbmt {
    background-color: #4bbbff;
    border: 1px solid #73cbff;
    margin: 16px;
    padding: 8px 50px;
    border-radius: 6px;
    font-size: 1.4rem;
    box-shadow: 3px 4px 7px #214f80;
    color: #000;
}

.shrtSbmt:hover {
    background-color: #009fff;
}

.shrtClose {
    border: 1px solid #80b1ff;
    padding: 28px;
    color: #033e62;
    font-weight: 500;
    border-radius: 20px;
}

.shrtGift-option {
    margin-top: 14px !important;
    border: 1px solid #80b1ff;
    padding: 32px 7% 9px;
    color: #033e62;
    font-weight: 500;
    border-radius: 20px;
    background-color: #ffffffc9;
}

.shrtClose-option {
    background-color: transparent !important;
    color: #fff;
}

.shrtClose p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    padding: 4px 0;
    margin: 4px 0;
}

.shrtHrs-img {
    margin: -70px auto 0px;
    max-width: 75px;
}

.shrtClose p span {
    color: #a33838;
    font-weight: 800;
}

.shrtGift-option p span {
    font-weight: 800;
    color: #ba1c1c;
}

.footer-bottom-bg.shrtFtr {
    background: transparent !important;
    color: #fff;
}

.shrtClose-option {
    background-color: transparent !important;
    color: #fff;
}

@media (max-width: 560px) {
    .shrtGift-bg {
        background-image: url("../img/stars-unsplash-m.jpg");
    }

    .hero-hd-lng {
        font-size: 2.9rem !important;
        line-height: 1.1;
    }

    .shortHd {
        margin: -12px 5% -12px !important;
    }

    #long-about p,
    .long-page p {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .shortHd h2 {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .shortWarn {
        margin: -14px -5% 40px;
        max-width: 110%;
    }

    .pt-1.giftHd {
        font-size: 2.4rem;
        line-height: 0.95;
    }

    .gfthd-sml {
        font-size: 1.7rem;
        margin: 5px 0 4px;
        line-height: 1;
        color: #2e5383;
    }

    .shrtTxt {
        font-size: 1.3rem;
        text-align: center;
    }

    .shrtPoint li {
        font-size: 1.3rem;
    }

    .img-right,
    .img-left {
        float: none !important;
        width: 100%;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }

    .lngPgMdl-Price {
        font-size: 3rem;
        font-weight: 600;
        margin: -12px 0 8px;
    }

    .shrtSbmt {
        padding: 6px 13px;
        font-size: 0.9rem;
    }

    .sbmtGft {
        width: 130% !important;
        text-align: center;
        margin: 0 -15%;
    }

    .shrtEmail {
        margin: 20px -4%;
    }

    #femail {
        width: 100%;
        font-size: 1.1rem;
        color: #999;
        padding-left: 12px;
    }

    .shrtGift-option p {
        font-size: 17px;
    }
}

.btn-dwnld-Collection a {
    background-image: url("../images/affiliates/btn-dwnld-Collection.png");
    background-position: 0 0 !important;
    margin: 6px -2% 0 28px;
    width: 200px !important;
    height: 194px !important;
    display: inline-block;
    color: transparent;
}

.yellow-bg {
    border: #e7303f 4px solid;
    border-radius: 10px;
    background-color: #f9f8da;
    border-style: dashed;
}

.blueish-bg {
    border-radius: 10px;
    background-color: #e6f4ed;
    background-size: contain;
}

.bg-mov {
    background-image: url("./../img/bg-bar.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dotted-bg {
    border: #000 2px solid;
    border-radius: 11px;
    background-color: #fff;
    border-style: dashed;
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px;
}

.small-bg {
    border: #000000 2px dashed;
    border-radius: 11px;
    background-color: #ffffff;
}

.dark-purple-bg {
    background-color: #000;
    z-index: -1000;
    line-height: 1;
}

.rust-bg {
    background-color: #bf5d5d;
    z-index: -1000;
    min-height: 84px;
    line-height: 1;
}

.accent-color {
    color: #19265b;
}

.hero-hd {
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px !important;
}

.hero-subimg {
    margin-top: -1rem !important;
}

.hero-hd-lng {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: -10px;
}

#buyBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#buyBtn:hover {
    background-color: #555;
}

#arrwBounce h4 {
    font-size: 1.15rem !important;
    letter-spacing: 1px;
    padding: 20px 0;
}

#arrwBounce h4 span {
    font-size: 1.1rem !important;
    letter-spacing: 1px;
    font-weight: 800;
    color: yellow;
}

.blinking {
    animation: opacity 2.5s ease-in-out infinite;
    opacity: 1;
}

@keyframes opacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bg-info-vsl {
    background-color: #000000 !important;
    color: #fff !important;
    text-align: center;
    font-size: 2rem;
    line-height: 1.1;
    padding: 10px 0;
    font-weight: 800;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 19px;
}

.hamburger-menu {
    position: absolute;
    right: 0;
}

.order-now-button {
    max-width: 155px;
    height: 52px;
    transition: 0.5s;
    margin-top: -10px;
    position: relative;
    left: -10px;
}

.btn-noThanks {
    background-color: transparent;
    border: 0;
    font-size: 2rem;
    color: #0070ff;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .contest-profit {
        font-size: 18px;
    }

    .contest-profit .heading {
        font-size: 1.7em;
    }

    .contest-profit__row {
        flex-direction: column-reverse;
    }
}

@media (min-width: 992px) {
    .order-now-button {
        margin-top: 0;
        left: 0;
    }
}

.bonus-height {
    min-height: 390px;
    border-radius: 0 0 20px 20px;
}

.bonusframe {
    border-radius: 20px 20px 0 0;
}

.probiotic-img.img-fluid.d-block.mx-auto.pt-4.pt-lg-0.mb-4 {
    border-radius: 50% !important;
}

.order-now-button:hover {
    transform: scale(1.05);
}

.light-purple-bg {
    background-image: radial-gradient(
            circle at 30% 50%,
            #eff4fe,
            #91a0e0 20%,
            #2142c7 57%,
            #2642b7 65%
    );
}

.light-purple-bg-long {
    background-image: url(../img/lng-bg-hero.jpg);
    background-size: cover;
    background-position: bottom;
}

.long-page-short {
    margin: 0 14%;
}

p.bigger {
    line-height: 1.2;
    margin: 0px 0 20px 0;
    font-size: 1.6rem;
}

p.bigger-gray {
    color: #999;
}

p.check {
    font-size: 19px;
}

.left.awkn-prc {
    border: #8cb3ff 7px solid;
    border-radius: 10px;
    box-shadow: 0px 3px 9px #8cb3ff;
    background: linear-gradient(
            to bottom,
            #d7e2ea5c 0%,
            #d4dbe1f0 49%,
            #c9d4df 49%,
            #fff 100%
    );
}

.price-boxhdr-awknVSL {
    background-color: #8cb3ff;
    text-align: center;
    font-size: 1.4rem;
    padding: 10px 0 5px !important;
    margin-top: -4px;
    margin-bottom: 12px;
}

.middle.awknVSL {
    border: solid 8px #ff8367;
    border-radius: 20px;
    margin-top: -20px;
    filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));
    background: linear-gradient(
            to bottom,
            rgb(255, 255, 255) 0%,
            rgba(247, 191, 51, 0.88) 45%,
            rgb(255, 232, 176) 46%,
            rgba(249, 225, 164, 0) 100%
    );
}

.price-boxhdr-best.awknVSL {
    background-color: #ff8367;
    text-align: center;
    font-size: 1.4rem;
    padding: 8px 0 7px !important;
    margin-bottom: 12px;
    margin-top: -2px;
}

.awkn-buy6 {
    display: flex;
    border: 7px solid #8cb3ff;
    border-radius: 40px;
    padding: 0 7%;
}

.awkn-buy6 h1 {
    font-size: 3.4rem;
    font-weight: 600;
    color: #304494;
    line-height: 1;
    padding: 46px 0 6px;
    margin: 5.2% 0 auto;
}

.awkn-prdct-new {
    margin: -50px 0;
}

.awknVSL.price_product_box {
    height: 208px !important;
    max-height: 228px !important;
    padding-bottom: 20px !important;
}

.bottle1pop {
    margin-top: -4px;
    margin-bottom: 8px !important;
}

.vsl-product-img1 {
    min-width: 362px;
    margin-left: -25px !important;
    margin-top: -12px;
}

.pricebox-product-img3 {
    min-width: 352px !important;
    margin: 4px 0 0 -20px !important;
}

.vsl-product-img6 {
    margin: 42px 0 0 -16px !important;
    min-width: 332px !important;
}

.btn-buyOne,
.btn-buyThree {
    height: 84px;
    overflow: hidden;
    margin-top: -12px;
}

.buy-now1:hover {
    margin: -89px 8px !important;
}

.btn-buyTWO {
    height: 94px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.buy-now2 {
    margin: -6px 0 0 0;
}

.buy-now2:hover {
    margin: -105px 0px !important;
}

.mdl-prdct {
    max-width: 370px;
    margin: -20px 20px 0 -50px;
}

.modal-content-awkn h2 {
    font-size: 4.3rem !important;
    padding: 0 0 !important;
    font-weight: 600;
    color: red;
    display: inline-block;
    margin-top: -14px;
}

.modal-content-awkn {
    margin: 0 8%;
}

.mdl-awkn-txt {
    text-align: left;
    padding: 0 0 20px 0;
}

@media (max-width: 560px) {
    .vsl-product-img6 {
        margin: 30px 0 0 3px !important;
        min-width: 332px !important;
    }

    .btn-buyOne,
    .btn-buyTWO {
        height: auto;
        overflow: hidden;
        margin: 0;
    }
}

.aff-mnu-bg {
    background-color: #2b4a59;
    box-shadow: -3px 1px 2px;
}

.aff-cntct {
    background-color: #df6105;
    padding: 2px 14px 1.5px;
    border-radius: 4px;
}

.awkn-heads {
    margin: 40px 0 -26px;
}

.text-white {
    --bs-text-opacity: 1;
    color: #2b4a59 !important;
}

.awkn-heads {
    margin: 36px 0 -34px !important;
}

.awkn-heads h1 {
    color: #449793;
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 600;
    text-shadow: 0px 0px 0px #162831;
}

.blue-txt {
    color: #375c6d;
    font-weight: 600;
    text-shadow: 0px 0px 0px #c98901;
}

.green-text {
    color: #449793;
}

.awkn-heads h3 {
    font-size: 3.5rem;
    line-height: 1;
    color: #375c6d;
    margin-bottom: -2px;
    font-weight: 600;
}

font-size:

1.3
rem

;
letter-spacing:

1
px

;
margin-bottom:

-
4
px

;
}
h4.aff-smlSub {
    font-size: 1.8rem !important;
    font-weight: 600;
    color: #375c6d;
    font-style: italic;
    letter-spacing: 1.5px !important;
    margin: -4px 0 34px 0;
}

.NavBarLogo {
    width: 100% !important;
    max-width: 230px !important;
}

.aff-heroTxt h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    padding: 44px 0 0;
}

.aff-heroTxt i {
    color: #375c6d;
    margin-left: -8px;
}

.aff-heroTxt em {
    font-style: inherit;
}

.aff-introHd {
    background-color: #f3fbff;
    border-radius: 18px;
}

.aff-subhd1-whte {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.45rem;
    line-height: 1.2;
}

.aff-subhd1-blck {
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 1.45rem;
    line-height: 1.2;
}

.aff-heroTxt {
    margin-right: 4%;
    margin-left: 10px;
    padding-bottom: 20px;
}

.container.awkn-affPro {
    color: #fff;
    margin: 0px 21%;
    width: 66% !important;
    padding: 34px 0% 0;
    border-radius: 26px;
    margin-top: -16px;
}

.container.affProgram {
    color: #fff;
    margin: 0px 21%;
    width: 66% !important;
}

.awkn-affPro-col12 {
    flex: 0 50%;
    width: 100%;
}

.twoCol-list li {
    font-size: 1.4rem;
    line-height: 1;
    padding: 0 0 16px 0;
    list-style-image: url("../images/affiliates/bullet.png");
    color: #222 !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: #2b4a59 !important;
}

.rle-2px-red {
    border-bottom: 0.5px solid red !important;
    border-top: 0;
    opacity: 1;
    width: 92% !important;
}

.awkn-epcs {
    rotate: -0.5deg;
    border: 12px solid #e0dede;
    border-radius: 12px;
    padding: 1px;
    margin: 30px 0 0;
}

.container.awkn-getStarted {
    background-color: #f3fbff;
    border-radius: 18px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-shadow: 3px 3px 4px #f3fbff;
    padding: 36px 0 0px;
    margin: 0 6%;
    width: 88%;
}

.aff-form-step {
    color: #0d4683;
    border-bottom: 1px solid;
    margin: -15px 0 8px 0;
    font-size: 24px;
}

.affSteps-count {
    text-align: center;
    background-color: #2b4a59;
    border-radius: 50%;
    max-width: 100px !important;
    max-height: 100px !important;
    padding: 12px 0 18px;
    font-size: 37px;
    line-height: 0.9;
    font-weight: 800;
    box-shadow: -1px -1px 2px #fff;
    text-shadow: 1px 1px 1px #f0f8ff70;
    color: #fff;
}

.affSteps-count span {
    font-size: 17px;
    font-weight: 400;
}

.bar-left {
    border-left: 10px solid red;
    margin-top: 12px;
    line-height: 1.1;
    font-size: 1.1rem;
    color: #333;
    padding: 10px 10px 8px 17px;
    background-color: #ffddb24f;
}

.awkn-tandc {
    border: 1px solid red;
    padding: 30px 5% 20px !important;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
}

.awkn-tandc ol {
    margin: 12px;
    width: 90%;
    border: 1px solid red;
    padding: 32px 3% !important;
    border-radius: 30px;
}

.awkn-tandc li {
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 0 0 12px 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.tandc-exclam {
    margin-left: -30px;
    color: #2b6b89;
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: 400;
    padding-top: 8px;
}

.aff-Updates {
    padding: 36px 38px 24px;
    width: 92%;
    margin: 0 0 30px;
    border-radius: 12px;
    border: 1px solid #2b4a59;
    margin: 10px auto;
}

.aff-Updates, .cbawkn-form {
    background-color: transparent !important;
    border: 1px solid red !important;
    box-shadow: none;
}

.aff-Updates label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #666;
    margin-top: 16px;
}

.aff-Updates input {
    width: 100%;
    padding: 6px 0 5px 14px;
    border-radius: 4px;
    font-size: 1.26rem;
    font-weight: 200;
    background-color: #dfe3e7;
    border-bottom: 2px dotted !important;
    border: 0;
}

.container.affProgram {
    padding: 34px 0% 0;
    border-radius: 26px;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0px -8px 5px #272540b0;
    margin-top: 20px;
}

input.aff-cbSubmit {
    background-color: red;
    margin: 16px 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    padding: 18px 0 14px;
    border: none !important;
    text-shadow: 0px 1px 0px #610707;
}

.aff-cbSubmit:hover {
    background-color: #000;
}

.aff-affInfo-bg {
    background: radial-gradient(
            circle at 60% 52%,
            #d3e4ff,
            #d5dee9 27%,
            #97b5e4 79%,
            #adc3e4 89%
    );
    border: 0;
    padding: 20px;
    box-shadow: 0 0 20px #0000007a;
}

#emailAd:focus-visible,
#fname:focus-visible,
#frm-CBID:focus-visible {
    background-color: #fff;
    border: 0 !important;
}

.threeCol-form {
    display: flex;
    justify-content: center;
    width: 95% !important;
    flex-direction: column;
    margin: 0 auto;
}

.threeCol-form label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #3f3f3f;
    margin-top: 16px;
    letter-spacing: 0.5px;
    width: 186px;
    border-bottom: 1px dotted;
    margin-right: -12px;
}

.awkn-CB.affinfo {
    font-size: inherit;
    line-height: inherit;
    width: 96%;
    padding: 7px 16px;
    border-radius: 6px;
    border: 0;
    margin: 6px 0;
    background-color: #ffffff94;
}

.cbawkn-form {
    display: flex;
    justify-content: center;
    width: 100% !important;
    max-width: 700px;
    flex-direction: column;
    margin: 0 auto;
    background-color: #dfe3e7;
    padding: 36px 30px 24px;
    margin: 0 0 30px;
    border-radius: 12px;
    border: 1px solid #bd5c5c;
    box-shadow: 0 0 12px #f3fbff;
    margin: 0px auto;
    margin-bottom: 40px;
}

.affInfo-awknFrm {
    display: flex;
    flex-direction: column;
}

.cbawkn-form label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #3f3f3f;
    margin-top: 16px;
    letter-spacing: 0.5px;
    width: 96%;
    border-bottom: 1px dotted;
    margin-right: -12px;
}
.awkn-aff-cbCopy {
    background-color: red;
    margin: 16px 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    padding: 18px 0 14px;
    border: none !important;
    text-shadow: 1px 1px 2px #610707;
    width: 100%;
    max-width: 30%;
    box-shadow: 0px 2px 4px #000;
}

.awkn-aff-cbCopy:hover {
    background-color: #000;
}

.awkn-aff-cntstWinners {
    margin-left: 10%;
}

hr.aff-Sct-rule {
    opacity: 1;
    height: 1px !important;
    color: red;
}

.awkn-cntst.img-fluid {
    max-width: 350px;
    float: right;
    rotate: 5deg;
    margin: -24px 0 0 0;
}

.aff-cntstWinners {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-left: 46px;
}

li.aff-cntstWinners::marker {
    color: red !important;
    font-size: 2rem;
    line-height: 0.6;
}

.subhd-awkn {
    font-size: 2rem;
    line-height: 1;
}

.dmo-dingbat.img-fluid {
    float: left;
    margin: 6px 8px 1px -10px;
    max-width: 74px;
    rotate: -4deg;
}

.sbhd-drkBlue {
    color: #0d3346;
    margin-bottom: -3px;
    padding-top: 10px;
}

.awkn-demog {
    padding: 30px 2% 20px;
    background-color: #f3fbff;
    border-radius: 18px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-shadow: 3px 3px 4px #f3fbff;
}

.row.mt-5.awkn-shortPnl {
    width: 66%;
    margin: 0 17%;
}

.col-12.col-lg-3.bnnrFrame {
    border: 1px solid #cdc5c526;
    width: 21% !important;
    display: grid;
    padding: 20px;
    margin: 0 2%;
    text-align: center;
    border-radius: 12px;
    height: fit-content;
}

.noteTxt {
    font-size: 1.1rem;
    color: #725454;
    line-height: 1.1;
    background-color: #ffff004a;
    padding: 10px 3%;
    margin-top: -10px;
}

.awkn-xprTips {
    margin-bottom: 3px !important;
    color: #547246;
    font-size: 2.9rem;
    line-height: 1;
}

.xprtTips li {
    list-style: none;
    font-size: 1.35rem;
    line-height: 1.2;
    border-bottom: 1px dotted;
    padding: 7px;
}

.awkn-affil.noteTxt a {
    background-color: red;
    margin: 16px 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    padding: 18px 0 14px;
    border: none !important;
    text-shadow: 1px 1px 2px #610707;
    width: 100%;
}

.awkn-affil.swpDwnld {
    background-color: red;
    margin: 12px auto;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    padding: 18px 0 14px;
    border: none !important;
    text-shadow: 1px 1px 2px #610707;
    width: 80%;
    text-decoration: none;
}

.swpDwnld a {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer !important;
}

.awkn-affil.swpDwnld:hover {
    background: black;
    color: #fff !important;
}

.awakn-bnnr-pnl {
    border: 1px solid #5a0f0fbf;
    border-radius: 30px;
    padding: 16px 5% 40px;
    margin: 0 auto;
    background-color: #361010;
    border-top: 2px solid #6c3939;
    border-left: 2px solid #6c3939;
    box-shadow: 3px 3px 4px #3b0a0a;
}

.bnnr-dwnld a {
    color: #bda1a1;
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1;
    background-color: #210507;
    padding: 4px 16px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #000;
    cursor: pointer !important;
    letter-spacing: 1px;
}

.bnnr-dwnld a:hover {
    background-color: #9595534d;
}

.awkn-bnnrDwnld {
    float: right;
}

.btn-bnnr {
    margin: -8px 0 6px 0;
}

.pineal-banner-img {
    width: 100%;
    max-width: 220px;
    border-radius: 7px;
    border: 12px solid #fff;
    box-shadow: 0px 4px 12px #0006;
    margin: -26px auto 26px;
    padding: 10px 10px 10px !important;
    background-color: #fff;
    display: block;
}

.btn-dwnld-Collection:hover {
    background-position-y: 98.25%;
}

.medium::marker {
    color: red;
    font-size: 1.9rem;
    line-height: 0.7;
}

.bnnr-sets.pl-0 {
    margin: -8px 0 20px 20px;
}

.mble-only {
    display: none;
}

label.affInfo-frm3 {
    display: flex;
    width: 100%;
    max-width: 30%;
    border-bottom: 0;
}

select#landing-page {
    padding: 7px 0 8px 8px;
    width: 65%;
    margin: 5px;
    font-size: 19px;
    box-shadow: 1px 1px 3px #543e2c;
    border-top: 2px solid #fff;
    border-radius: 8px;
    background-color: #e6e6e0;
    color: #747474;
    cursor: pointer !important;
}

.extra_flex {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

@media (max-width: 560px) {
    .dsktp-only {
        display: none !important;
    }

    .container {
        margin: 0 3%;
        width: 94%;
    }

    .awkn-heads h1 {
        font-size: 2.7rem;
    }

    .awkn-primeProd-img {
        margin: 0px 0 0px 0px !important;
    }

    .awkn-heads {
        margin: 24px 0 20px;
    }

    h3 {
        font-size: 24px !important;
    }

    .aff-heroTxt h2 {
        padding: 0 0 !important;
        font-size: 2.1rem;
    }

    .container.awkn-affPro {
        padding: 34px 0 0;
        margin: -14px auto;
        width: 85%;
    }

    .container.awkn-getStarted {
        padding: 36px 20px 0;
        margin: 0 auto;
        width: 108%;
    }

    .awkn-affPro-col12 {
        flex: 0 100%;
        width: 100%;
    }

    .aff-subhd1-whte {
        font-size: 1.3rem !important;
    }

    .awkn-cntst.img-fluid {
        max-width: 286px;
        float: none;
        rotate: 4deg;
        margin: 20px auto 28px -14px;
    }

    .row.mt-5.awkn-shortPnl {
        width: 94.5% !important;
        margin: 0 2%;
    }

    .affSteps-count {
        margin-bottom: 26px;
        margin-top: -30px !important;
    }

    .aff-Updates input {
        width: 100%;
        padding: 6px 0 5px 0px;
        border-radius: 4px;
        font-size: 1.2rem;
    }

    input.aff-cbSubmit {
        background-color: red !important;
        margin: 16px 0;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0px;
        line-height: 1;
        padding: 18px 0 14px !important;
        border: none !important;
        text-shadow: 1px 1px 2px #610707;
        font-size: 1rem !important;
    }

    .col-12.col-lg-3.bnnrFrame {
        width: 80% !important;
        padding: 15px;
        margin: 2px auto;
        text-align: center;
        border-radius: 12px;
    }

    .awkn-affil.swpDwnld {
        font-size: 1rem;
        line-height: 1.1;
        padding: 11px 12px;
    }

    .btn-dwnld-Collection {
        float: none;
        margin: -10px auto 20px;
    }

    .awkn-tandc {
        padding: 22px 4% 20px 10% !important;
        width: 94%;
        margin: 0 auto;
    }
}

.sumarian-img {
    max-height: 460px;
    border: 6px solid #c7c8c973;
    border-radius: 20px;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0s;
}

.intro-img {
    max-height: 400px;
    max-width: 256px;
    border: 6px solid #c7c8c973;
    border-radius: 20px;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0s;
    margin: 24px 0 0 0;
    padding: 0;
}

.hero2-img {
    margin: -2px -3% 0 10px;
    max-width: 380px;
}

.packHero-img {
    width: 750px !important;
    margin: -30px auto 20px;
}

.pineal-img {
    max-width: 492px;
    margin: -6px 0 0 24px;
}

.church-img {
    max-width: 364px;
    margin: 6px 32px 0 0;
}

.bud-img {
    max-width: 200px;
    margin: 0 -1% 0 16px;
}

.horus-img {
    margin: 0 10px 0 -3%;
}

.tesla-img {
    max-width: 490px;
    margin: 0 32px 0 0;
}

.classified-img {
    max-width: 300px;
    margin: 0px 6px 0 -2%;
}

.chakra-img {
    max-width: 315px;
}

.bhag-img {
    margin: 15px 30px 0 -3%;
    max-width: 600px;
}

.switch-img {
    max-width: 300px;
    margin: -2px 20px 0 -5%;
}

.calc-img {
    max-width: 192px;
    margin: 6px 32px 0 0;
    border-radius: 8px;
}

.depress-img {
    max-width: 375px;
    margin: 0 0 0 33px;
}

.eric-img {
    max-width: 214px;
    margin: 5px 33px 0 0;
}

.anger-img {
    max-width: 400px;
    border-radius: 20px;
    margin: 8px -2% 0 22px;
}

.protest-img {
    max-width: 564px;
    margin: 8px 40px 0 0;
}

.flouride-img {
    max-width: 380px;
    margin: -6px 0 0 -6%;
}

.rsrch2-img {
    max-width: 300px;
    margin: 0;
}

.reseaech-img {
    max-width: 360px;
    margin: 0 0 0 30px;
}

.hazard-img.img-left {
    max-width: 400px;
    margin: -8px 12px 0 -7%;
}

.demonic-img {
    max-width: 380px;
    margin: 0 0 0 30px;
}

.brush-img {
    max-width: 376px;
}

.reunion-img {
    max-width: 450px;
    margin: 4px 0 0 15px;
}

.farafay-img {
    max-width: 326px;
    margin: 0 30px 0 0;
}

.stargate-img {
    max-width: 338px;
    margin: 4px 30px 0 0;
}

.napkin-img {
    margin: -28px -3% 0 0;
}

.aerial-img {
    margin: 0 0 0 30px;
    max-width: 224px;
}

.prdctX6-img {
    max-width: 480px;
    margin: 0 0 0 0;
}

.test-img {
    margin: 0 20px 0 -4%;
    max-width: 338px;
}

.zen-img {
    margin: 0 30px 0 -3%;
    max-width: 334px;
}

.control-img {
    max-width: 450px;
    margin: 0 -4% 0 20px;
}

.top5-img {
    margin: 8px 14px 0 -3%;
    max-width: 300px;
}

.awake-img {
    margin: 0 -3% 0 20px;
    max-width: 300px;
}

.dollar-img {
    max-width: 320px;
    margin: 0;
}

.badgesSml {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
}

.oneYear-img {
    max-height: 250px;
    height: 100% !important;
    margin: -38px 0 0 0;
}

.warn-img {
    margin: 3px 16px -8px 0;
    max-width: 310px;
    float: left;
}

.before-img {
    max-width: 275px;
    margin: 4px 30px 0 0;
    border-radius: 6px;
}

.after-img {
    max-width: 400px;
    margin: 4px 0 0 30px;
    border-radius: 6px;
}

.prdct-img {
    max-width: 198px;
    border-radius: 46px;
    border: 6px solid #ccc;
    margin: 0 30px 0 0;
}

.mdl-hdr {
    background-color: red;
    color: #fff;
    font-size: 2.7rem;
    line-height: 1;
    padding: 0 0 20px 0;
    font-weight: 600;
}

.mdlLng-hd {
    margin-top: 26px;
}

.mdl-hdr p {
    font-size: 3.2rem;
    margin: -26px 0 0px;
}

.lngPgMdl-exit {
    margin-top: 20px !important;
}

.lngMdl-cntnt {
    display: flex;
}

.lngMdl-txt {
    font-size: 1.45rem !important;
    line-height: 1.2;
}

.mdl-prdctImg {
    max-width: 380px;
    margin: 0 0 0 -22%;
}

.modal-content-image {
    width: 20%;
}

.lngPgMdl-Price {
    font-size: 3.5rem;
    font-weight: 600;
    margin: -21px 0 0;
}

.lngPgMdl-Price span {
    font-size: 2.5rem;
    font-weight: 400 !important;
    margin: -21px 0 0;
    padding-right: 20px;
    text-decoration: line-through solid 4px #ff00008c;
    color: #999;
}

.extra-text.lngPgeMdl {
    margin: -4px 0 20px 0 !important;
}

.container-fluid.blue {
    background-image: radial-gradient(
            circle at 30% 50%,
            #eff4fe,
            #dbe0f9 20%,
            #c9d3fb 57%,
            #b7c1e8 65%
    );
    padding: 40px 0 30px;
    text-align: center;
    margin: 40px 0;
}

.container-fluid.purple {
    background-image: radial-gradient(
            circle at 30% 50%,
            #f7e4fb,
            #f2eafc 20%,
            #edcdff 57%,
            #dfc8ff 65%
    );
    color: #354769;
    padding: 40px 0 30px;
    text-align: center;
    margin: 40px 0;
}

.hlight-brdr {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
    border-left: 12px solid #c794de;
    padding: 14px 24px;
    margin: 30px 0;
    color: #255aac;
    background: radial-gradient(
            circle at 30% 50%,
            #f7e4fb,
            #eddeff 20%,
            #f7effc 57%,
            #fcf9ff 65%
    );
}

#testim p {
    font-variant: full-width !important;
    color: #445176 !important;
    line-height: 1.1 !important;
    font-size: 1.3rem !important;
    font-style: italic;
    letter-spacing: 0.5px;
}

.comment-long {
    background-color: #e9e1d17d;
    padding: 4% 8% 2%;
    border-radius: 18px;
    margin: 0 4%;
}

.accent-red {
    color: #d54545;
}

p {
    font-size: 1.4rem;
    line-height: 1.2;
}

p.smaller {
    font-size: 21.6px;
    line-height: 1.3;
    padding: 0 0 1px !important;
}

p.smaller2 {
    font-size: 17px;
}

h3.smaller {
    font-size: 29px;
}

.smaller2.d-inline.medium-font.ml-2 b {
    color: #007cffcc;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-left: 12px;
}

.ref-bg {
    background-color: #f5f5f5;
}

.leaves-bg {
    background: radial-gradient(
            circle at 60% 52%,
            #d3e4ff,
            #d5dee9 27%,
            #97b5e4 79%,
            #adc3e4 89%
    );
    margin: 0 6%;
    border-radius: 28px;
    border: 4px solid #fff;
    box-shadow: 3px 5px 19px #00000045;
}

.white-bg-rounded {
    border-radius: 10px;
    background-color: #fff;
}

.sect-knowing {
    background-image: url(../img/bg-doctor.jpg);
    background-size: cover;
}

.long-page-short p {
    font-size: 1.5rem;
    line-height: 1.2;
    max-width: 860px;
}

.checkmark {
    height: 29px;
    width: 29px;
    position: relative;
    top: -2px;
}

.dark-purple-bg-round {
    background-color: #24515f;
    border-radius: 5px;
}

.probiotic-img {
    max-height: 200px;
    border-radius: 50%;
    border: 12px solid #fff;
    box-shadow: 4px 4px 14px #0006;
    margin: -26px 0 0 0;
}

em {
    color: #375c6d;
}

.col-12.col-lg-4 {
    border: 1px solid #ffffffde;
    margin: 0 0.8%;
    border-radius: 20px;
}

.col-12.col-lg-3.proIng {
    border: 4px solid #d8d8d86b;
    margin: 0 1%;
    border-radius: 20px;
    background-color: #ecf2e3ab;
}

@media (max-width: 560px) {
    .col-12.col-lg-3.proIng {
        margin: 0 1% 40px !important;
    }

    .hero-hd-lng {
        font-size: 2.5rem !important;
        line-height: 1.1;
        margin: 0px 12px;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        width: 23% !important;
    }
}

.py-3.spacerPrice {
    padding: 0 0 6px 0 !important;
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 31.333%;
    }
}

.logoBW.doctor-img {
    max-width: 490px;
    width: 100%;
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 5s;
}

.mint-bg {
    background-image: url(../img/mint2c.png);
    background-position: 100% 130px;
    background-repeat: no-repeat;
    background-size: cover;
}

.checkmark-bigger {
    height: 50px;
    width: 50px;
    position: relative;
    top: -4px;
}

.bonus-bg {
    background-image: radial-gradient(
            circle at 50% 50%,
            #223654,
            #5b7d9a 34%,
            #518ca9 74%,
            #488e9e 81%
    );
}

.video-bg {
    background-image: radial-gradient(
            circle at 50% 48%,
            #8ba9dd,
            #5263a7 26%,
            #19265b 75%,
            #19265b 85%
    );
}

.bonus-green-border {
    border-radius: 10px;
    border: solid 5px #007953;
}

.bonus-white-border {
    border-radius: 26px;
    border: solid 5px #ffffff6b;
    margin: 0 1%;
    background-color: #00000047;
}

.accent-yellow {
    color: #eefe3c;
}

.shipping-badge {
    max-height: 218px;
    padding: 0 20px;
}

.testimonial-face {
    max-height: 100px;
    border: 5px solid #9d9de2;
    border-radius: 50% !important;
    padding-right: 18px !important;
}

.testimonial-stars {
    max-width: 136px;
    position: relative;
    top: -3px;
}

.div.d-none.d-md-block {
    margin-right: 24px;
}

.references.clickable .reference-link {
    text-decoration: none;
    pointer-events: auto;
}

ol.tsl-ref li {
    font-size: 14px;
    color: #272727;
    padding-bottom: 8px;
    text-align: justify;
    word-break: break-all;
    font-weight: 500;
}

.triangle-grey-ctr {
    position: relative;
    z-index: -3;
    margin: -8px 0 0;
}

.triangle-grey-ctr:after,
.triangle-grey-ctr:before {
    content: " ";
    display: block;
    background-color: red;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1000;
}

.triangle-grey-ctr:after {
    background-color: #f8f8f8;
}

.triangle-grey-ctr:before {
    background-color: #edeaea;
}

.triangle-grey-ctr.tg:before {
    background-color: #bf5d5d !important;
}

.triangle-grey-ctr.tg:after {
    background-color: #bf5d5d !important;
}

.triangle-grey-ctr:after {
    top: -1px;
}

.footer-top-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-middle-bg {
    background-color: #fff !important;
}

.footer-bottom-bg {
    background-color: #d8d8d8 !important;
}

.footer-wrapper .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
}

.footer-wrapper .footer-menu .footer-menu-links {
    list-style: none;
    display: inline-block;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-family: bold-font;
}

@media (min-width: 993px) {
    .footer-wrapper {
        background-color: var(--footer-background-color);
        background-size: 100% auto;
    }

    .footer-wrapper .footer-menu .footer-menu-links A {
        text-decoration: none;
    }

    .footer-wrapper .footer-menu .footer-menu-links A:hover {
        text-decoration: none;
        color: var(--footer-hover-color);
    }
}

.footer-menu .footer-menu-links {
    text-align: center;
    padding: 5px;
}

.footer-logo {
    left: -20%;
}

.footer-menu .footer-menu-links a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    font-family: Nunito;
    letter-spacing: 1px;
}

.footer-menu .footer-menu-links a:hover {
    color: #8c9292 !important;
}

.footer-main-section p {
    font-size: 14px;
    color: #000000;
    letter-spacing: -0.1px;
    font-weight: 300;
}

a.footer-link {
    color: #000000;
    font-size: 14px;
}

.copyright h3 {
    font-size: 16px;
    color: #000000;
}

.bg-text-disclaimer {
    color: #000000 !important;
}

footer #disclaimer .main.container > div {
    background-color: transparent !important;
    box-shadow: none !important;
}

footer p {
    font-size: 0.875rem;
}

.headline {
    color: var(--headline-color);
}

.purple-bg-row {
    background-color: #19265b;
}

.grey-bg-row {
    background-color: #f5f5f5;
}

.text-yellow {
    color: #eefe3c;
}

.text-green {
    color: #5ac150;
}

.text-red {
    color: #f4e77c;
}

.text-blue {
    color: #0040eb;
}

.videobox {
    font-size: var(--font-medium);
    display: block;
}

.guarantee-img {
    max-height: 240px;
    height: 100% !important;
}

.badges-bg {
    background-color: #272727;
}

.badges-bg-up {
    background-color: #f5f5f5;
}

.menu A:hover {
    color: #49a4a8;
}

.middle {
    border: solid 7px #ec8a74;
    border-radius: 20px;
    margin-top: -20px;
    filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));
    background-image: radial-gradient(
            circle at 50% 35%,
            #fff,
            #fbe0d3 34%,
            #f7d8b1 74%,
            #fcd8b8 81%
    );
}

.middle-up-top1 {
    background-color: blue;
    top: -90px;
    position: relative;
    width: 65%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: -2;
    background-color: #ffd39e;
    color: #272727;
    font-size: 28px;
}

.middle-up-top2 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #272727;
    margin-top: -107px;
    position: relative;
    width: 85%;
    color: #ffffff;
    z-index: -1;
}

.middle-up {
    border-radius: 23px;
    margin-top: -35px;
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.42);
    background-image: url(../img/middle-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.left {
    border: #c6d2ea 7px solid;
    border-radius: 20px;
    background-color: #ffffff;
}

.middle:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));
    z-index: 4;
    position: relative;
}

.middle-up:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.42);
    z-index: 4;
    position: relative;
}

.left:hover {
    transform: scale(1.02);
    z-index: 4;
    position: relative;
}

.pricePont {
    max-width: 250px !important;
}

.pricebox .price-box {
    transition: transform 0.3s;
}

.pricebox .price-box:hover {
    transform: scale(1.03);
}

.pricebox .price_header {
    font-size: 35px;
    color: white;
    border-radius: 16px;
}

.pricebox .price {
    padding: 2px;
    font-size: 55px;
    line-height: 63px;
    font-weight: bold;
}

.pricebox .per_bottle {
    padding: 2px;
    font-size: 31px;
    font-weight: bold;
    line-height: 29px;
}

.pricebox .price_product_box {
    height: 228px;
    max-height: 228px;
    padding-bottom: 20px;
}

.card-section p {
    font-size: 1rem !important;
}

p.cardTxt {
    text-align: center;
    color: #999;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 0.9rem !important;
    margin: 0 0 6px 0;
}

.pt-3.spacerPrice {
    padding: 0 0 17px 0 !important;
}

.pricebox .price_bottle {
    color: #272727;
}

.pricebox .price-box S {
    color: #272727;
    font-weight: normal;
}

@media (min-width: 993px) {
    .pricebox .highlighted .price-box::before {
        content: " ";
        position: absolute;
        top: -50px;
        right: -50px;
        display: block;
        z-index: 5;
        background-size: 100% 100%;
        width: 100px;
        height: 100px;
    }
}

.mypop {
    z-index: 20;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background-color: RGBA(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.mypop A {
    text-decoration: none;
    color: var(--main-font-color);
}

.mypop .videorow .col {
    padding: 40px;
}

.mypop .mypop_inner {
    position: relative;
    border-radius: 45px;
    border: solid 3px white;
    width: 915px;
    max-width: 100%;
    height: 650px;
    max-height: 100%;
    margin: auto;
    background: linear-gradient(
            0deg,
            rgba(255, 254, 255, 1) 0%,
            rgba(215, 255, 254, 1) 100%
    );
}

.mypop .close_buton {
    display: flex;
    z-index: 5;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
    border: solid 2px white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.mypop .close_buton A {
    color: black;
}

.bg-info {
    background: black !important;
    text-align: center;
    color: #fff;
    padding: 0 12px 0;
    margin: 0 0 40px;
}

.card-product {
    padding: 0 19px;
}

.price-boxhdr {
    background-color: #c6d2ea;
    text-align: center;
    font-size: 1.4rem;
    padding: 6px 0 8px !important;
    margin-top: -3px;
    margin-bottom: 12px;
}

.price-boxhdr-best {
    background-color: #ec8a74;
    text-align: center;
    font-size: 1.4rem;
    padding: 0 0 8px;
    margin-bottom: 12px;
    margin-top: -2px;
}

.mainPrice {
    font-size: 5.8rem;
    text-align: center;
    font-weight: 600;
    color: #304494;
}

.mainPrice span {
    font-size: 1.8rem;
    margin-left: -24px;
    font-weight: 400;
}

.pricebox-free-bonus-img {
    margin: -8px 0 -22px;
}

.pricebox-bottle-nr.text-center {
    font-size: 2rem;
    margin-bottom: -7px !important;
}

.mb-lg-5 {
    margin-bottom: 2rem !important;
}

.pricebox-shipping-info {
    color: red;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0;
    margin: 0 0 24px 0 !important;
    font-family: Nunito;
}

.atf_wrapper {
    max-height: 100vh;
    width: 100%;
    max-width: calc(100vh * 1.35);
    margin: auto;
    display: block;
    --overflow: hidden;
    --max-headline: 8vh;
}

.atf_wrapper .headline SVG {
    width: 100%;
    --max-height: 8vh;
}

.container.pricebox {
    margin: 28px auto !important;
}

.badgesSml {
    max-width: 5000px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oneYear-sml,
.ship-sml {
    max-width: 220px;
    padding: 0 12px 0;
    margin: -20px 0 30px 0;
}

[filter] {
    display: none;
}

.ret-bg {
    background-image: url(../img/form-green.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ret-bg2 {
    background-image: url(../img/form-red.png);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: center;
}

@media (max-width: 993px) {
    .light-purple-bg {
        background-image: radial-gradient(
                circle at 50% 20%,
                #8ba9dd,
                #5263a7 20%,
                #19265b 57%,
                #19265b 65%
        );
    }

    .ret-bg2 {
        background-size: 100% 100%;
    }
}

.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #00baf0;
    background: inherit;
    color: #fff;
    height: 50px;
    padding: 1em;
    margin: 0 6%;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 4px 0 -4px;
    padding: 0;
}

.menu > li {
    margin: 0 1rem;
    overflow: hidden;
}

.menu.menu-long > li a {
    font-size: 0.9rem;
    font-weight: 300;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: "";
    margin-top: -8px;
}

.menu-button::after {
    content: "";
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

.menu > li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 1.6px;
}

.menu > li a:hover {
    text-decoration: none;
}

.mobile-space {
    margin-left: -55px;
}

.mobile-space2 {
    margin-left: -25px;
}

.mobile-space1 {
    margin-left: -80px !important;
}

@media (max-width: 992px) {
    .menu-button-container {
        display: flex;
        position: fixed;
        right: 10%;
        background: #272727;
        width: 44px;
        height: 44px;
        border-radius: 10px;
        z-index: 999999999;
    }

    .menu {
        position: fixed;
        z-index: 99999999;
        top: 0;
        margin-top: 0px !important;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: start;
        align-items: center;
        z-index: 9999;
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked ~ .menu li {
        border: 1px solid #272727;
        height: 3.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked ~ .menu li a {
        color: #fff;
        text-align: left;
        font-size: 19px;
    }

    .menu > li {
        display: flex;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #272727;
    }

    .menu > li a {
        padding-left: 5px;
    }

    .menu > li:not(:last-child) {
        border-bottom: 1px solid #6d4a91;
    }
}

@media (max-width: 860px) {
    .menu {
        margin-top: 90px;
    }
}

@media (max-width: 481px) {
    .menu {
        margin-top: 80px;
    }

    .btn-dwnld-Collection a {
        margin: 6px -5% 0 72px;
        width: 140px !important;
        height: 180px !important;
        background-size: 189% !important;
        background-repeat: no-repeat;
    }

    .btn-dwnld-Collection {
        display: inline-block;
        z-index: 200;
        width: 190px;
        height: 230px;
        float: inline-end;
        margin-left: -60px;
    }
}

@media (max-width: 992px) {
    .menu {
        margin-top: 80px;
    }

    .mobile-space {
        margin-left: 0px !important;
    }

    .mobile-space1 {
        margin-left: 0px !important;
    }

    .mobile-space2 {
        margin-left: 0px !important;
    }
}

.videobox {
    font-size: var(--font-medium);
    display: block;
}

@keyframes vslPulseButtonDesktop {
    from {
        background-size: 40% auto;
    }
    to {
        background-size: 42% auto;
    }
}

@keyframes vslPulseButtonMobi {
    from {
        background-size: 70% auto;
    }
    to {
        background-size: 72% auto;
    }
}

.up_container a.soundButton {
    animation: vslPulseButtonMobi 1s linear infinite alternate;
    opacity: 0.9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
}

.up_container div.playpause {
    animation: vslPulseButtonMobi 1s linear infinite alternate;
    opacity: 0.9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
}

@media (min-width: 993px) {
    .up_container a.soundButton {
        animation: vslPulseButtonDesktop 1s linear infinite alternate;
        background-size: 40% auto;
    }

    .up_container div.playpause {
        animation: vslPulseButtonDesktop 1s linear infinite alternate;
        background-size: 40% auto;
    }
}

* {
    font-family: Nunito !important;
}

.orderreel {
    z-index: 100;
    opacity: 0.9;
    transform: scale(0.45);
    transition: transform 0.5s, left 0.5s;
    display: flex;
    font-family: Arial;
    position: fixed;
    bottom: 5px;
    left: -15px;
    background-color: white;
    border: solid 4px #227dc2;
    border-radius: 50px;
    background: white;
}

.orderreel .message {
    size: 0.2rem;
    transition: width 1s;
    width: 0px;
    height: 0px;
    width: 0px;
    opacity: 0;
    text-align: center;
    display: inline-block;
}

.orderreel .message .msg {
    margin-right: 20px;
    margin-top: 4px;
}

.countdown-title {
    color: var(--countdown-title-color);
}

.countdown-time {
    color: #eefe3c;
    font-size: 54px;
}

.up_container {
    border: solid 4px white;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 50%);
    box-sizing: border-box;
}

.up-buy-button {
    transition: 0.5s;
    width: 859px;
}

.up-buy-button:hover {
    transform: scale(1.01);
}

.saving-details {
    font-size: 26px;
}

.nr-of-jars {
    font-size: 38px;
}

.triangle-check li {
    background: url('../img/checkmark2.png') no-repeat left 0px top 3px;
    padding: 6px 0px 0px 35px;
    list-style: none;
    margin: 0;
    vertical-align: middle;
    background-size: 30px 30px;
}

.faq {
    font-size: 29px;
}

.faq li::marker {
    font-weight: bold;
    font-family: Nunito;
}

.form {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 80%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.upsell_buy_btn {
    transition: 0.7s;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold !important;
    font-family: bold-font !important;
    --btn-color: #003fe2;
    border-radius: 10px;
    border: solid 3px var(--btn-color);
    background-color: #ffe24f;
    color: var(--btn-color);
    font-size: 19px;
    text-decoration: none !important;
    text-align: center;
    letter-spacing: 0px;
    line-height: 1.09;
    padding: 13px 3px;
    max-width: 88%;
}

.upsell_buy_btn:hover {
    transform: scale(1.015);
    transition: 0.7s;
}

@media (min-width: 375px) {
    .upsell_buy_btn {
        font-size: 22px;
        max-width: 320px;
    }
}

@media (min-width: 767px) {
    .upsell_buy_btn {
        max-width: 100%;
        position: relative;
        padding: 15px 20px 18px 20px;
    }
}

@media (min-width: 993px) {
    .upsell_buy_btn {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 36px;
        padding: 15px 20px 18px 20px;
        border: solid 3.7px var(--btn-color);
    }
}

@media (min-width: 1200px) {
    .upsell_buy_btn {
        font-size: 43px;
    }
}

#advertorial {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    color: #fff;
}

.dark-height {
    max-height: 76px;
}

DIV.buy-container .action-btn {
    background: linear-gradient(
            360deg,
            rgba(226, 190, 0, 1) 0%,
            rgba(255, 228, 86, 1) 100%
    );
}

DIV.vsl_timer article {
    width: auto;
    text-align: center;
    border-radius: 10px;
    margin: 0px auto 8px;
    padding: 5px;
    overflow: hidden;
    box-shadow: none;
    background-color: #f0f8ff00;
}

DIV.vsl_timer article h2 {
    font-weight: bold;
    line-height: 1.4;
    padding: 15px;
    padding-bottom: 0;
    color: #fff;
}

DIV.vsl_timer article #timer {
    background-color: #f0f8ff00;
    color: #eefe3c;
    font-size: 54px;
}

.order-support-table {
    border: 2px solid #dee2e6;
}

.order-support-table tr:nth-child(2n) {
    background: #f5f5f5;
}

.order-support-table tr td:nth-last-of-type(2) {
    width: 45%;
    padding-top: 10px;
}

.order-support-table td {
    padding: 10px;
}

.support-table-img {
    max-width: 35px;
}

tr.support-table-numbers,
.support-table-numbers {
    display: none;
}

#contactUsInfoTrigger {
    cursor: pointer;
}

.buy-container {
    padding: 35px 10px !important;
}

.leaves-bg2 {
    background-image: url('../img/leaves-bg-up.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.triangle-check li {
    background: url('../img/checkmark2.png') no-repeat left 0px top 5px;
    padding: 3px 0px 10px 35px;
    list-style: none;
    margin: 6px 0 0 0;
    vertical-align: middle;
    background-size: 30px 30px;
    font-size: 19px !important;
    font-weight: normal !important;
    line-height: 1.1;
    font-family: Nunito;
}

.triangle-check-2 li {
    background: url('../img/checkmark2.png') no-repeat left 0px top 10px;
    padding: 15px 0px 0px 45px;
    list-style: none;
    margin: 0;
    vertical-align: middle;
    background-size: 40px 40px;
    font-size: 20px !important;
    font-weight: normal !important;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.has-text-centered.is-size-5-touch {
    margin-bottom: 24px;
}

#continueWatching {
    background-color: red;
    text-decoration: none;
    padding: 0 30px;
}

@media only screen and (max-width: 560px) {
    .col-6 {
        width: auto;
    }

    .pricebox .price_product_box {
        display: none;
    }

    .modal-wrapper.exit-intent .modal-content,
    .modal-wrapper {
        display: none;
    }

    .lngMdl-txt {
        font-size: 1.35rem !important;
        line-height: 1.2;
        margin: 0 6% 12px;
    }

    .modal-content-image {
        display: none;
    }

    .footer-menu {
        display: none !important;
    }

    .menu-button-container {
        right: 8%;
    }

    #buyBtn {
        right: 24% !important;
    }
}

#contWatch {
    border: none !important;
    margin: 0 auto;
    background-color: red;
    border-radius: 6px !important;
    padding: 7px 30px;
    font-size: 1.7rem;
    line-height: 1.1;
    color: #fff;
    box-shadow: 0px 3px 6px #000;
    z-index: 3000;
}

#contWatch::before,
#contWatch::after {
    content: initial;
}

.lngPge-btn {
    padding: 10px 45px !important;
    font-size: 1.5rem !important;
    margin: -10px auto 0 !important;
}

@media only screen and (min-width: 768px) {
    .modal-wrapper.exit-intent .modal-content {
        font-size: 19px;
        width: 55%;
        background-image: url(../img/bg-modal1.jpg);
        background-position: bottom right;
        background-repeat: no-repeat;
        border: 8px solid #ffbf00;
    }
}

.modal-content__padding h2 {
    font-size: 4.3rem !important;
    padding: 0 0 !important;
    font-weight: 600;
    color: red;
    display: inline-block;
}

.mdl-red-sml {
    font-size: 3.4rem !important;
    padding: 0 !important;
    margin: 0 0 -4px;
    color: red;
}

.mdl-red-sml span {
    font-size: 2.8rem;
    color: #000;
}

.subMdl {
    font-size: 32px;
    padding: 0 !important;
    margin-bottom: 0px;
}

.modal-content__padding span {
    font-weight: 600;
    text-transform: uppercase;
}

.minCount {
    display: block ruby;
    font-size: 1.3rem;
}

.mdl1-upgrde {
    top: 5%;
}

.modal-wrapper {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
    background-color: #000000bf;
}

.modal-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 999;
    overflow: hidden;
    display: block;
}

.modal-wrapper.active .modal-content {
    opacity: 1;
}

.modal-wrapper .modal-content {
    z-index: 1;
    opacity: 0;
    transition: opacity;
    position: relative;
    overflow-x: hidden;
    box-shadow: 0 4px 20px 0 #00000036;
    border-radius: 4px;
    background-color: #f0f1f2;
    color: #4e4e4e;
    overflow-y: auto;
    max-width: 1170px;
    width: 95%;
    height: 98%;
    font-size: 18.2px;
}

.modal-wrapper .modal-content .close-btn:not(a):active,
.modal-wrapper .modal-content .close-btn:not(a):focus,
.modal-wrapper .modal-content .close-btn:not(a):hover {
    opacity: 1;
    background: rgba(128, 128, 128, 0.5);
}

.modal-wrapper .modal-content .close-btn:not(a)::after,
.modal-wrapper .modal-content .close-btn:not(a)::before {
    content: " ";
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: currentColor;
}

.modal-wrapper .modal-content .close-btn:not(a)::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-wrapper .modal-content .close-btn:not(a)::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-wrapper .modal-content .header-wrapper {
    background-color: #5fb7c3;
    padding: 0.8em;
    text-align: center;
    color: #fff;
}

.modal-wrapper .modal-content .header-wrapper .img-wrapper {
    max-width: 85%;
    margin: 0 auto;
}

.modal-wrapper .modal-content .header-wrapper .sub-heading {
    font-family: Merriweather, sans-serif;
    font-size: 1.1em;
    text-align: center;
}

.modal-wrapper .modal-content .inner-content {
    padding: 1em 0.7em 0.5em 0.7em;
}

.modal-wrapper .modal-content .inner-content .bottles-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.5em;
}

.modal-wrapper .modal-content .inner-content .bottles-wrapper img {
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
}

.modal-wrapper .modal-content .inner-content .bottles-wrapper .plus {
    color: #5fb7c3;
    font-size: 6em;
    font-weight: 600;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 0.7;
}

.modal-wrapper .modal-content .inner-content .recommended-text {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 0.8em;
    font-style: italic;
    margin-right: 1em;
    margin-left: 1em;
    color: #000;
}

.modal-wrapper .modal-content .inner-content .btn {
    color: #fff;
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0.6em 1em;
    margin-top: 0.7em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    cursor: pointer;
    display: block;
}

.modal-wrapper .modal-content .inner-content .btn.btn__atc {
    background: linear-gradient(
            180deg,
            #ffd500,
            gold,
            #ffd900,
            #ffdb00,
            #ffde00,
            #ffe000,
            #ffe200,
            #ffe400
    );
    border: 2px solid #fff700;
}

.modal-wrapper .modal-content .inner-content .btn.btn__decline {
    background: linear-gradient(
            180deg,
            #d41d29,
            #d41d29,
            #d41d29,
            #d41d29,
            #d51d29,
            #d51d29,
            #d51d29,
            #d51d29
    );
    border: 2px solid #d41d29;
}

@media only screen and (min-width: 485px) {
    .modal-wrapper .modal-content {
        height: auto;
    }

    .modal-wrapper .modal-content .close-btn:not(a) {
        position: absolute;
        right: 1%;
        color: #fff;
    }

    .modal-wrapper .modal-content .header-wrapper {
        padding: 0.8em 1em;
    }

    .modal-wrapper .modal-content .header-wrapper .img-wrapper {
        max-width: 400px;
    }

    .modal-wrapper .modal-content .header-wrapper .sub-heading {
        font-size: 1.2em;
    }

    .modal-wrapper .modal-content .inner-content {
        padding: 1em 1.5em 0.5em 1.5em;
    }

    .modal-wrapper .modal-content .inner-content .bottles-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .modal-wrapper .modal-content .inner-content .bottles-wrapper img {
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        max-width: 180px;
    }

    .modal-wrapper .modal-content .inner-content .bottles-wrapper .plus {
        line-height: 1.2;
        font-size: 7em;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .modal-wrapper .modal-content .inner-content .inner-content .btn {
        font-size: 1em;
    }
}

@media only screen and (min-width: 768px) {
    .modal-wrapper .modal-content {
        width: auto;
    }

    .modal-wrapper .modal-content .header-wrapper .sub-heading {
        font-size: 1.3em;
    }

    .modal-wrapper .modal-content .inner-content .btn {
        font-size: 1.1em;
    }
}

@media only screen and (min-width: 1400px) {
    .modal-wrapper .modal-content .header-wrapper .img-wrapper {
        max-width: 500px;
    }

    .modal-wrapper .modal-content .header-wrapper .sub-heading {
        font-size: 1.5em;
    }

    .modal-wrapper .modal-content .inner-content .bottles-wrapper img {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }

    .modal-wrapper .modal-content .inner-content .recommended-text {
        font-size: 0.9em;
    }

    .modal-wrapper .modal-content .inner-content .btn {
        font-size: 1.2em;
    }
}

.modal-wrapper.exit-intent .modal-content {
    background-color: #fff;
    width: 95%;
    font-size: 18.2px;
    height: auto;
    text-align: center;
    margin: 0 auto !important;
}

.modal-wrapper.exit-intent .modal-content__padding {
    padding: 1rem 1rem;
}

.modal-wrapper.exit-intent .modal-content .close-btn:not(a) {
    position: relative;
    border: 1px solid;
    display: block;
    margin: 1rem 1.5rem 0 auto;
    border-radius: 50%;
    color: #484141;
    background-color: transparent;
    padding: 15px;
    cursor: pointer;
    top: 2%;
    opacity: 0.6;
    transition: all 0.2s ease-in-out;
}

.modal-wrapper.exit-intent .modal-content .close-btn:not(a)::after,
.modal-wrapper.exit-intent .modal-content .close-btn:not(a)::before {
    height: 15px;
    width: 1.5px;
}

.modal-wrapper.exit-intent .modal-content .heading {
    font-family: Montserrat, sans-serif;
}

.modal-wrapper.exit-intent .modal-content .heading span {
    color: #5fb7c3;
}

.modal-wrapper.exit-intent .modal-content form {
    margin-top: 1em;
}

.modal-wrapper.exit-intent .modal-content form .form-field {
    margin-bottom: 0.7em;
}

.modal-wrapper.exit-intent .modal-content form .form-field input {
    width: 100%;
    padding: 10px 12px;
    outline-color: #bababa;
    border: 1.7px solid #bababa;
    border-radius: 5px;
    box-shadow: none;
    font-family: Montserrat, sans-serif;
    font-size: 0.9em;
    font-weight: 500;
}

.modal-wrapper.exit-intent
.modal-content
form
.form-field
button[type="submit"] {
    text-transform: uppercase;
    background-color: #5fb7c3;
    color: #fff;
    border: none;
    padding: 1em;
    text-align: center;
    width: 100%;
    font-size: 1em;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.modal-wrapper.exit-intent .modal-content form .form-field .error-msg {
    color: tomato;
    font-size: 0.875em;
    font-weight: 500;
}

.modal-wrapper.exit-intent .modal-content .extra-text {
    font-size: 11px;
}

.modal-wrapper.exit-intent .modal-content .extra-text a {
    color: inherit;
}

@media only screen and (min-width: 768px) {
    .modal-wrapper.exit-intent .modal-content {
        font-size: 19px;
        width: 55%;
        margin-top: 2% !important;
    }

    .modal-wrapper.exit-intent .modal-content__padding {
        padding: 0rem 4rem 2rem;
    }

    .modal-wrapper.exit-intent .modal-content .extra-text {
        font-size: 14px;
        margin-top: 40px;
    }
}

.btn-dwnld-Collection a {
    margin-right: -12%;
}

.flex90 {
    flex: 89%;
    padding-left: 30px;
}

.flex10 {
    flex: 11%;
}

.step {
    display: flex;
    margin-bottom: 30px;
}

.stepsRow {
    padding: 0px 50px;
}

.demographics_box {
    background-color: #fff;
    border: 0.8px solid #6b73b7;
    border-radius: 20px;
    padding: 0;
}

.email-swipes-section {
    margin: 50px 0;
}

.contentBox p {
    font-size: 25px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 1);
}

.noteTxt {
    font-size: 1.1rem !important;
    color: #535353;
}

.tips-txt {
    font-size: 39px;
    color: #375c6d;
    margin-bottom: 15px;
}

.xprtTips li {
    font-size: 1.3rem;
    width: 80%;
    margin: 0 10% 0;
    border-bottom: 1px dotted;
    line-height: 1.1;
    padding: 15px 0;
    list-style: none;
}

h4.allcaps {
    font-size: 25px;
}

.swipeDwnld {
    background-color: #f6f6e1;
    padding: 15px 20px 2px;
    border-radius: 26px;
    border: 6px solid #f48b8b85;
    margin: 35px 60px 0;
    margin: 0 auto;
}

.demographics h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    background-color: #375c6d;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px;
}

.demographics_cntent {
    padding: 40px;
}

.flex_row {
    display: flex;
}

.demoGraph {
    display: flex;
    width: 100%;
    border-top: 1px solid #000;
}

.dmo-dingbat {
    float: left;
    max-width: 85px;
    padding-right: 19px;
}

.sbhd-drkBlue {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    color: #375c6d;
    margin-bottom: 5px;
}

.col-lg-6.bnnrFrame {
    margin: -26px -14px -60px 14px;
    border-radius: 20px;
    background-color: #eaeaeac4;
    width: 47%;
    padding: 16px 30px;
    margin-bottom: 30px;
}

.bnnrFrame {
    max-width: 700px;
    margin: 0 1% 16px;
    border-radius: 20px;
    background-color: #eaeaeac4;
    margin: 0 auto;
}

.dwn-img:hover, .dwn-img:active {
    background-image: url("../images/affiliates/btn-dwnld-Collection.png");
    background-position: -200px 0px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.txt-banners {
    font-size: 1.25rem;
    line-height: 1;
}

.btn-bnnr a {
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    background-color: #9d877782;
    padding: 4px 16px;
    color: #fff;
    border-radius: 20px;
}

.btn-bnnr a:hover {
    background: #375c6d;
}

.bnnrSpecs {
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    font-weight: 600;
    margin: 0 0 -2px 0 !important;
}

.bnnr-title p {
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 6px 0;
}

.bnnr-sets li {
    padding: 3px 0px 3px 16px;
    list-style: none;
    margin: 6px 0 0 0;
    font-size: 17px !important;
    font-weight: normal !important;
    line-height: 1;
    border-bottom: 1px dotted;
}

.medium.bnr-except {
    margin: 13px 0 6px -12px;
    border-bottom: 0;
    color: #ea7676;
}

.btn-dwnld-Collection {
    display: inline-block;
    z-index: 200;
    width: 220px;
    height: 230px;
    float: inline-end;
    margin-left: -60px;
}

.dsplydsktp {
    display: block;
}

.dsplynn428 {
    display: block;
}

.blk {
    display: block;
}

.wordBreak {
    word-break: break-all;
}

@media (max-width: 1880px) {
    .btn-dwnld-Collection a {
        max-width: 210px;
        height: 210px;
    }

    ul.bnnr-sets .medium {
        font-size: 17px;
    }
}

@media (max-width: 1536px) {
    .btn-dwnld-Collection a {
        max-width: 183px;
        height: 210px;
        margin-right: 10%;
        margin-top: 0px;
    }
}

@media (max-width: 1440px) {
    .container.awkn-getStarted {
        margin: 0px auto;
        width: 100%;
    }

    h1.small-title {
        font-size: 50px;
        line-height: 1.3;
    }

    .awkn-heads h1 {
        font-size: 3.5rem;
        line-height: 1.3;
    }

    .awkn-heads h3 {
        font-size: 3.4rem;
        line-height: 1.3;
    }

    .aff-heroTxt h2 {
        font-size: 2.8rem;
        line-height: 1.3;
    }

    .affSteps-count {
        max-width: 75px !important;
        max-height: 75px !important;
        font-size: 26px;
        line-height: 1.1;
    }
}

@media (min-width: 0) and (max-width: 1023px) {
    .triangle-grey-ctr:after,
    .triangle-grey-ctr:before {
        width: 40px;
        height: 40px;
    }

    .col-lg-6.bnnrFrame {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }

    .container-md {
        max-width: 1140px;
    }

    .container-sm {
        max-width: 1040px;
    }
}

@media (max-width: 1270px) {
    .btn-dwnld-Collection a {
        max-width: 230px;
    }
}

@media (max-width: 1170px) {
    .bnnr-sets li {
        padding: 3px 0px 3px 0px;
        font-size: 16px !important;
    }
}

@media (min-width: 993px) {
    .col-lg-6.col-lg-6-small {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }

    .saving-details {
        font-size: 40px;
    }

    .nr-of-jars {
        font-size: 56px;
    }
}

@media (min-width: 1024px) {
    .triangle-grey-ctr:before {
        width: 50px;
        height: 50px;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
    }
}

@media (max-width: 1024px) {
    .awkn-heads h3 {
        font-size: 3rem;
    }

    .awkn-heads h1 {
        font-size: 3.1rem;
    }

    .aff-heroTxt h2 {
        font-size: 2.5rem;
    }

    h1.small-title {
        font-size: 42px;
    }

    .container.awkn-affPro {
        margin: 0px auto;
        width: 85% !important;
    }

    .row.mt-5.awkn-shortPnl {
        width: 80% !important;
        margin: 0 auto;
    }

    .container.awkn-getStarted {
        padding: 0px 0;
    }

    .affSteps-count span {
        font-size: 14px;
    }

    .affSteps-count {
        padding: 8px 0 18px;
    }

    .dmo-dingbat.img-fluid {
        max-width: 60px;
    }

    .sbhd-drkBlue {
        font-size: 22px;
    }

    p {
        font-size: 1.2rem;
    }
}

@media (max-width: 993px) {
    .dotted-bg {
        margin: -25px;
    }

    h1.b-price {
        font-size: 36px;
    }

    h1.small-title {
        font-size: 23px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 32px;
    }

    h2.smaller {
        font-size: 20px;
    }

    h2.reth2 {
        font-size: 36px;
    }

    p.bigger {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 24px;
    }

    h3.smaller {
        font-size: 29px;
    }

    h4 {
        font-size: 20px;
    }

    h4.small-title {
        font-size: 20px;
    }

    .time {
        font-size: 40px !important;
    }
}

@media (max-width: 768px) {
    .col-lg-6.bnnrFrame {
        width: 100%;
        margin: auto;
    }

    .awkn-primeProd-img img {
        max-width: 400px;
    }

    .aff-heroTxt h2 {
        font-size: 2.3rem;
        margin: 0px 0px 15px;
        padding: 0px;
    }

    .aff-heroTxt {
        margin-right: 0%;
        margin-left: 0px;
        padding-bottom: 20px;
        padding: 0px 20px 20px;
    }

    h1.small-title {
        font-size: 38px;
        line-height: 1.2;
    }

    .awkn-primeProd-img img {
        margin: 30px auto 0px !important;
    }

    .NavBarLogo {
        max-width: 170px !important;
    }

    .container.awkn-affPro {
        width: 70% !important;
    }

    ul.twoCol-list {
        margin-bottom: 0px;
    }

    .mbl-p0 {
        padding-bottom: 0px !important;
    }

    .row.mt-5.awkn-shortPnl {
        width: 100% !important;
        margin: 0 auto;
    }

    .container.awkn-getStarted {
        padding: 0px;
    }

    .stepsRow {
        padding: 0px 30px;
    }

    .flex90 {
        padding-left: 20px;
    }

    .awkn-heads h3 {
        font-size: 2.7rem;
    }

    .awkn-heads h1 {
        font-size: 2.8rem;
    }

    .affSteps-count {
        padding: 9px 0px 8px;
    }

    .aff-subhd1-whte {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .aff-subhd1-blck {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .awkn-affil.swpDwnld {
        width: 85%;
    }

    .awkn-demog {
        padding: 30px 2% 0px;
    }

    p {
        font-size: 1.15rem;
    }

    .row.awkn-demog {
        padding: 30px 2% 30px;
    }

    .py-3.px-md-5 {
        padding-bottom: 0px !important;
    }

    .col-12.col-lg-6.col-lg-6-small.mt-4.mt-lg-0 {
        margin-top: 0px !important;
    }

    .mbl-p0 {
        padding-bottom: 0px !important;
        margin-bottom: 0px;
    }

    .dsplydsktp {
        display: none;
    }

    .awkn-tandc {
        width: 100%;
    }

    .tandc-exclam {
        margin-left: -4px;
    }

    .col-12.col-lg-3.bnnrFrame {
        width: 45% !important;
        margin-bottom: 20px;
    }

    .pl-15 {
        padding-left: 0% !important;
    }

    .btn-dwnld-Collection a {
        max-width: 200px;
        height: 260px;
        margin-right: 15%;
        margin-top: 17px;
    }

    .extra_flex {
        display: block;
    }

    label.affInfo-frm3 {
        max-width: 100%;
    }

    select#landing-page {
        width: 90%;
    }
}

@media (max-width: 560px) {
    div#target p {
        text-align: justify;
    }

    div#target {
        padding: 0px 10px;
    }

    .upgrd-large {
        font-size: 2.4rem;
        line-height: 0.95;
        margin: 20px 20px 14px;
    }

    .upgrdOffer {
        font-size: 2.5rem !important;
        line-height: 1 !important;
    }

    .upgd-nrrw h1 {
        margin: 20px auto;
    }

    .bonus-img {
        margin: 0;
    }

    .splash-price {
        padding: 31px 0 36px;
        background-size: cover;
    }

    .framed-crd {
        padding: 28px 20px;
    }

    .upgd-grntee {
        float: none;
    }

    .upgrd-nrrw {
        width: 90%;
        margin: 0 auto;
    }

    .blk-x12 img {
        min-width: 360px;
    }

    .upgr-warn h3 {
        font-size: 1.3rem !important;
    }

    .extra-big {
        font-size: 2.9rem;
        line-height: 1;
    }

    .bigger-sub {
        font-size: 1.8rem;
        line-height: 1.1;
    }

    p.bigger {
        font-size: 22px;
    }

    .modal-wrapper.active {
        opacity: 0 !important;
    }

    .mdl2-content {
        margin: 0 auto 0 5% !important;
        max-width: 360px !important;
    }

    .upPrice-regular {
        width: 128px !important;
    }

    .bigger.text-center {
        font-size: 1.3rem;
        line-height: 1.2 !important;
        margin: 0;
    }

    .splash-price h3 {
        font-size: 1.6rem !important;
    }

    .img-gldMember {
        margin: 0 18%;
        position: relative;
    }
}

@media (max-width: 550px) {
    .awkn-heads h1 {
        font-size: 2.3rem;
    }

    .awkn-heads h4 {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .awkn-primeProd-img img {
        max-width: 350px;
    }

    .aff-heroTxt h2 {
        font-size: 2rem;
    }

    h1.small-title {
        font-size: 2rem !important;
    }

    .container.awkn-affPro {
        padding: 0px 0 0;
        width: 90% !important;
    }

    .twoCol-list li {
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .stepsRow {
        padding: 0px 15px;
    }

    .affSteps-count {
        max-width: 69px !important;
        max-height: 62px !important;
        font-size: 20px;
        line-height: 1.1;
    }

    .affSteps-count {
        max-width: 59px !important;
        max-height: 55px !important;
        font-size: 20px;
    }

    .affSteps-count {
        margin-bottom: 26px;
        margin-top: -5px !important;
    }

    .col-12.col-lg-12.aff-getStarted {
        padding-top: 22px;
    }

    .aff-subhd1-whte {
        font-size: 1.2rem !important;
    }

    .subhd-awkn {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .xprtTips li {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .awkn-demog {
        padding: 30px 2% 0px;
    }

    .tandc-exclam {
        margin-left: 2px;
        line-height: 1.3;
    }

    .bnnr-sets.pl-0 {
        margin: 10px auto;
        width: fit-content;
    }

    .mbl-cntr {
        text-align: center;
    }

    .sbhd-drkBlue {
        margin-bottom: 0px;
    }

    .col-12.col-lg-3.bnnrFrame {
        width: 90% !important;
        margin-bottom: 20px;
    }

    .btn-dwnld-Collection a {
        max-width: 260px;
        height: 260px;
        margin-right: 17%;
    }
}

@media(max-width: 500px){
    .awkn-aff-cbCopy {
    max-width: 40%;
}
}

@media(max-width: 430px){
    .contest-profit__row .txt-lg {
        font-size: 1.4em;
    }
    .awkn-aff-cbCopy {
    max-width: 180px;
}
}
@media (max-width: 428px) {
    .awkn-heads h1 {
        font-size: 1.8rem;
    }

    h4.aff-smlSub {
        font-size: 1.5rem !important;
    }

    .awkn-primeProd-img img {
        max-width: 300px;
    }

    .aff-heroTxt h2 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 20px !important;
    }

    .twoCol-list li {
        font-size: 1.2rem;
    }

    h1.small-title {
        font-size: 1.8rem !important;
    }

    .flex10 {
        flex: 13%;
    }

    .flex90 {
        flex: 87%;
    }

    .flex90 {
        padding-left: 10px;
    }

    .affSteps-count {
        max-width: 53px !important;
        max-height: 47px !important;
        font-size: 15px;
    }

    p {
        line-height: 1.3;
    }

    .cbawkn-form {
        width: 100% !important;
        padding: 10px;
    }

    .aff-subhd1-whte {
        font-size: 1.1rem !important;
    }

    .dsplynn428 {
        display: none;
    }

    h3 {
        font-size: 20px !important;
    }

    h1.small-title.text-center.text-red span {
        font-size: 1.6rem !important;
    }

    .subhd-awkn {
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .pl-15 {
        padding-left: 8% !important;
    }

    .btn-dwnld-Collection a {
        max-width: 202px;
        height: 213px;
        margin-right: 11%;
    }

    select#landing-page {
        width: 96%;
        font-size: 15px;
    }
}

@media (max-width: 375px) {
    .awkn-heads h1 {
        font-size: 1.7rem;
    }

    .menu-button,
    .menu-button::before,
    .menu-button::after {
        height: 2px;
        width: 22px;
    }

    .menu-button-container {
        width: 35px;
        height: 35px;
    }

    .aff-heroTxt h2 {
        font-size: 1.6rem;
    }

    h4 {
        line-height: 1.3 !important;
    }

    h1.small-title {
        font-size: 1.7rem !important;
    }

    .cbawkn-form {
        padding: 10px 15px;
    }

    .aff-Updates {
        width: 100%;
    }
.contest-profit__row .txt-lg {
    font-size: 1.3em;
}
    .affSteps-count {
        max-width: 55px !important;
        max-height: 40px !important;
        font-size: 13px;
    }

    .affSteps-count span {
        font-size: 10px;
    }

    .xprtTips li {
        font-size: 1.1rem;
    }

    .aff-subhd1-blck {
        font-size: 1.1rem;
    }

    .blk {
        display: inline;
    }

    .flex10 {
        flex: 15%;
    }

    .dmo-dingbat.img-fluid {
        max-width: 45px;
    }

    .awkn-tandc {
        padding: 22px 12% 20px !important;
    }

    .aff-Updates {
        padding: 36px 20px 24px;
    }

    input.aff-cbSubmit {
        padding: 17px 4px !important;
        font-size: 0.9rem !important;
    }

    h4.aff-smlSub {
        font-size: 1.4rem !important;
    }

    .awkn-heads h1 {
        font-size: 1.6rem;
    }

    .awkn-primeProd-img img {
        max-width: 250px;
    }

    p {
        font-size: 1rem;
        line-height: 1.3;
    }

    h1.small-title.text-center.text-red span {
        font-size: 1.4rem !important;
    }

    .tandc-exclam {
        font-size: 1.15rem;
    }

    .btn-dwnld-Collection a {
        height: 187px;
        max-width: 106px;
        background-size: contain;
    }
}

@media (max-width: 320px) {
    .btn-dwnld-Collection a {
        height: 140px;
        max-width: 98px;
    }
}