@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1150px;
    margin: auto;
}

.cbtb .trust-badge {
    background: #fff;
}

.main.hidden {
    display: none;
}

.parastyle p {
    font-size: 30px;
    font-weight: 400;
    line-height: 37.5px;
    margin-bottom: 25px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.justify-around {
    justify-content: space-around;
}

.justify-cntr {
    justify-content: center;
}

.align-items-cntr {
    align-items: center;
}

.col-1 {
    flex: 8.33%;
    width: 100%;
    max-width: 8.33%;
}

.col-2 {
    flex: 16.66%;
    width: 100%;
    max-width: 16.66%;
}

.col-3 {
    flex: 25%;
    width: 100%;
    max-width: 25%;
}

.col-4 {
    flex: 33.3%;
    width: 100%;
    max-width: 33.3%;
}

.col-5 {
    flex: 41.66%;
    width: 100%;
    max-width: 41.66%;
}

.col-6 {
    flex: 50%;
    width: 100%;
    max-width: 50%;
}

.col-7 {
    flex: 58.33%;
    width: 100%;
    max-width: 58.33%;
}

.col-8 {
    flex: 66.66%;
    width: 100%;
    max-width: 66.66%;
}

.col-9 {
    flex: 75%;
    width: 100%;
    max-width: 75%;
}

.col-10 {
    flex: 83.33%;
    width: 100%;
    max-width: 83.33%;
}

.col-11 {
    flex: 91.66%;
    width: 100%;
    max-width: 91.66%;
}

.col-12 {
    flex: 100%;
    width: 100%;
    max-width: 100%;
}

.dsply-blk {
    display: block;
}

.ylw-txt {
    color: #fcb216;
}

.hiddenSection {
    display: none;
}

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

p {
    font-family: "Mulish", sans-serif;
}

.mbl-only {
    display: none !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.plr-22 {
    padding-left: 22px;
    padding-right: 22px;
}

.font-400 {
    font-weight: 400;
}

/* header css */
.header {
    background: url(../images/index/old-lady-bg-mbl2.webp);
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
    background-position: center;
    padding: 15px 0px 26px;
}

.main-head {
    color: #375c6d;
    font-family: "Work Sans", sans-serif;
    font-size: 49px;
    font-weight: 400;
    line-height: 49.06px;
    margin-bottom: 20px;
}

.here-txt {
    color: #375c6d;
    font-size: 32px;
    font-weight: 400;
    line-height: 41.06px;
    text-align: center;
    margin-bottom: 20px;
}

.clr-chnge {
    color: #375c6d;
    font-size: 21px;
    font-weight: 400;
    line-height: 40.06px;
    text-align: center;
    margin-bottom: 20px;
}

.red-clr-txt {
    color: red;
    font-weight: 700;
}

.prfr-txt {
    font-family: "Mulish", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 30.14px;
    text-decoration: none;
    color: #375c6d;
    display: block;
    text-align: center;
    margin-top: 11px;
}

.timer-box {
    background-color: #375c6d;
    padding: 40px 0px;
}

.timer-box.timer-box--triangle {
    position: relative;
    padding-bottom: 0;
}

.timer-box.timer-box--triangle:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 28vw solid transparent;
    border-right: 28vw solid transparent;
    border-top: 40px solid #375c6d;
    display: inline-block;
    position: absolute;
    bottom: calc(0% - 39px);
    left: 50%;
    transform: translateX(-50%);
}

.timer-box h2 {
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 49.27px;
    text-align: center;
}

.img-container {
    width: 100%;
    max-width: 974px;
    display: block;
    margin: 0 auto;

}

.box-row {
    background: #F3FBFF;
    border: 7px solid rgba(55, 92, 109, 0.5);
    border-radius: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding: 1em 1.5em;
    margin-top: 1em;
    font-size: 1.7em;
    font-family: "Mulish", sans-serif;
}

.box-row.box-row--shipselect {
    position: relative;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 4em;
}

.box-row.box-row--shipselect p {
    margin-bottom: .8em;
}

.box-row.box-row--shipselect .box-row__img img {
    position: absolute;
    top: calc(50% - 200px);
    right: 0;
    max-width: 500px;
}

.box-row .box-row__heading {
    color: #375C6D;
    font-size: 2em;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.box-row p {
    font-weight: 500;
}

.ribbon sup {
    font-size: 1.2em;
    margin-left: 2px;
    font-weight: 600;
}

.box-row .box-row__img {
    margin: 0 auto;
    max-width: 450px;
    flex: 1 0 450px;
}

.box-row .box-row__img img {
    width: 100%;
    display: block;
}

.img-comparison-chart img {
    width: 100%;
    display: block;
}

.img-comparison-chart {
    margin: 1.5em auto;
    max-width: 800px;
}

/* Anchor Button Styles */
#anchorButton {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #4f46e5;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    z-index: 50;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;

    /* Transition for visibility */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#anchorButton:hover {
    background-color: #4338ca;
}

#anchorButton.visible {
    opacity: 1;
    visibility: visible;
}

/* money-back */
.money-back {
    background-color: #5e5e5e;
    padding: 2em 0;
}

.money-back .col-8 {
    font-family: "Work Sans", sans-serif;
    padding-left: 25px;
    border-left: 5px solid #fff;
}

.money-back .col-8 h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
    background-color: #375c6d;
    padding: 0px 10px;
    max-width: fit-content;
}

.money-back .col-8 h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.money-back .col-8 h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}

.money-back-img {
    width: 100%;
    max-width: 230px;
    display: block;
    margin: 0 auto;
}

.money-back .money-back__badge img {
    width: 100%;
    display: block;
}

.money-back .money-back__badge {
    margin: 1em auto 0;
    max-width: 600px;
}

.money-back p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}

/* free ship css  */

.free-ship {
    background-color: #375c6d;
    font-family: "Mulish", sans-serif;
    color: #fff;
    padding: 4em;
}

.atc_head_top.clr-prple.data-driven {
    text-align: center;
    font-size: 44.8px;
    font-weight: 800;
    margin-top: 40px;
}

p.atc_head_top {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px !important;
}

.small_atc_txt {
    font-size: 32px;
    line-height: 40px !important;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 45px !important;
}

.clr-prple {
    color: #984B98;
}

.free-ship img {
    width: 100%;
    max-width: 280px;
}

.free-ship h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

.free-ship p {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}

/* points-section */

.points-sec {
    background-color: #f3fbff;
    padding: 4em 0px 1em;
}

.points-logo {
    width: 100%;
    max-width: 227px;
    display: block;
    margin: 0 auto;
}

.points-head {
    position: relative;
    margin-bottom: 40px;
}

.points-head::before {
    content: "";
    height: 2px;
    width: 39%;
    background-color: #375c6d;
    position: absolute;
    top: 55%;
    left: 0%;
}

.points-head::after {
    content: "";
    height: 2px;
    width: 39%;
    background-color: #375c6d;
    position: absolute;
    top: 55%;
    right: 0%;
}

.point {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.point p {
    font-size: 28px;
    font-weight: 400;
    line-height: 35.14px;
}

.point-img {
    width: 100%;
    max-width: 75px;
}

/* bonus-section css */

.bonus-section {
    padding: 4em 0px 3em;
}

.bonus-section h2 {
    font-family: "Work Sans", sans-serif;
}

.bonus-section .border-box {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #57afaa;
}

.bonus-head {
    color: #fff;
    background: #57afaa;
    font-size: 42px;
    font-weight: 700;
    line-height: 52.5px;
    padding: 40px 35px;
    margin-bottom: 40px;
}

.bonus-img {
    width: 100%;
    max-width: 314px;
    display: block;
    margin: 0 auto;
}

.br-right {
    border-radius: 0px 20px 20px 0px;
}

.br-left {
    border-radius: 20px 0px 0px 20px;
}

.bonus-content {
    padding: 30px 50px;
}

.brdr-btm {
    border-bottom: 1px solid #57afaa;
    margin-bottom: 15px;
}

/* faq -section  */

.faq-section {
    font-family: "Mulish", sans-serif;
}

.faq-head {
    font-size: 42px;
    font-weight: 800;
    line-height: 52.5px;
    padding: 20px 10px;
    color: #fff;
    background-color: #375c6d;
    border-radius: 20px;
    margin-bottom: 1em;
}

.ques-box {
    padding: 40px 40px 60px;
    border-radius: 15px;

}

.ques {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.sky-blu-bg {
    background-color: #F3FBFF;
}


/* footer */

.divider {
    width: 100%;
    height: 10px;
    background-color: #fcb216;
}

footer {
    background-color: #375c6d;
    padding: 4em 0px;
    text-align: center;
    font-family: "Mulish", sans-serif;
}

footer p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer-logo {
    width: 100%;
    max-width: 311px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;

}

.footer-links li {
    list-style: none;
}

.footer-links li a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.footer-links li a:hover {
    text-decoration: underline;
}


.mr-15mbl {
    margin-right: 0px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-15mbl {
    margin-left: 0px;
}

.guarantee-img img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.guarantee-img {
    text-align: center;
}

/* responise */
@media (max-width: 1536px) {
    .main-head {
        font-size: 38px;
        line-height: 45.06px;
        margin-bottom: 10px;
    }

    .here-txt {
        font-size: 24px;
        line-height: 23.06px;
    }
}

@media (max-width: 1366px) {
    .img-container {
        max-width: 815px;
    }

    .prfr-txt {
        font-size: 24px;
    }

    .timer-box h2 {
        font-size: 37px;
    }

    .money-back .col-8 h4 {
        font-size: 58px;
    }

    .money-back .col-8 h3 {
        font-size: 52px;
    }

    .money-back .col-8 h2 {
        font-size: 65px;
        line-height: 90.3px;
    }

    .free-ship img {
        max-width: 250px;
    }

    .free-ship h2 {
        font-size: 32px;
    }

    .point-img {
        max-width: 65px;
    }

    .bonus-head {
        font-size: 39px;
        line-height: 49.5px;
    }

    .bonus-img {
        max-width: 275px;
    }


    .video-box {
        width: 100%;
        max-width: 100%;
        padding: 0px 30px;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0px 30px;
    }

    .img-container {
        max-width: 700px;
    }

    .video-box {
        padding: 0px 0px;
    }

    .main-head {
        font-size: 37px;
        line-height: 1.3;
    }

    .here-txt {
        font-size: 24px;
    }

    .clr-chnge {
        color: #375c6d;
        font-size: 19px;
    }

    .free-ship {
        padding: 2em 0em;
    }

    .free-ship h2 {
        font-size: 30px;
    }

    .free-ship p {
        line-height: 32px;
    }

    .money-back p {
        font-size: 20px;
    }

    .money-back .col-8 h4 {
        font-size: 52px;
        line-height: 50px;
    }

    .money-back .money-back__badge {
        max-width: 500px;
    }

    .money-back .col-8 h3 {
        font-size: 47px;
    }

    .money-back .col-8 h2 {
        font-size: 60px;
        line-height: 83.3px;
    }

    .points-head::before {
        content: "";
        height: 2px;
        width: 37%;
        background-color: #375c6d;
        position: absolute;
        top: 59%;
        left: 0%;
    }

    .points-head::after {
        content: "";
        height: 2px;
        width: 37%;
        background-color: #375c6d;
        position: absolute;
        top: 59%;
        right: 0%;
    }

    .point {
        gap: 10px;
        margin-bottom: 45px;
    }

    .point p {
        font-size: 24px;
        font-weight: 400;
        line-height: 35.14px;
    }

    .point-img {
        max-width: 55px;
    }

    .bonus-head {
        font-size: 37px;
        line-height: 44px;
        padding: 30px 28px;
        margin-bottom: 30px;
    }

    .parastyle p {
        font-size: 26px;
        line-height: 35.5px;
    }

    .bonus-content {
        padding: 30px 30px;
    }

    .faq-head {
        font-size: 39px;
        padding: 15px 10px;
    }

    .ques {
        font-size: 30px;
    }

    footer {
        padding: 3em 0px;
    }

    .footer-logo {
        max-width: 270px;
    }
}

@media (max-width: 768px) {
    .mbl-only {
        display: block !important;

    }

    p.atc_head_top {
        font-size: 29px !important;
        line-height: 37px;
        padding: 0px 0px;
    }

    .small_atc_txt {
        font-size: 20px;
        line-height: 27px !important;
        padding: 0 10px;
    }

    .brdr-btm {
        margin-bottom: 15px;
    }

    .dktp-only {
        display: none;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        max-width: 100%;
        flex: 100%;
    }

    .main-head {
        font-size: 31px;
        line-height: 39px;
        margin-bottom: 20px;
    }

    .here-txt {
        line-height: 31.06px;
    }

    .main-head .here-txt {
        font-size: 28px;
    }

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

    .timer-box h2 {
        font-size: 32px;
        line-height: 40.27px;
    }

    .box-row {
        font-size: 1.5em;
        flex-direction: column;
        padding: 1em;
    }

    .box-row.box-row--shipselect {
        margin-bottom: 5em;
        gap: 10px;
        font-size: 18px;
    }

    .box-row.box-row--shipselect .box-row__img {
        flex: 1 0 240px;
        height: 240px;
    }

    .box-row.box-row--shipselect .box-row__img img {
        position: relative;
        top: auto;
    }

    .box-row .box-row__heading {
        font-size: 1.8em;
    }

    .box-row .box-row__img {
        flex: 1;
        max-width: 300px;
    }

    .money-back-img {
        max-width: 220px;
        margin-bottom: 20px;
    }

    .money-back .col-8 {
        border-left: none;
        border-top: 2px solid #fff;
        max-width: 555px;
        margin: 0 auto;
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }

    .money-back .col-8 h2 {
        margin: auto;
    }

    .money-back {
        padding: 2em 0px 3em;
    }

    .clr-chnge {
        font-size: 22px;
        line-height: 33px;
    }

    .free-ship img {
        display: block;
        margin: 0 auto 20px;
    }

    .free-ship {
        padding: 3em 0em;
    }

    .points-head::before {
        content: "";
        height: 2px;
        width: 31%;
        background-color: #375c6d;
        position: absolute;
        top: 59%;
        left: 0%;
    }

    .points-head::after {
        content: "";
        height: 2px;
        width: 31%;
        background-color: #375c6d;
        position: absolute;
        top: 59%;
        right: 0%;
    }

    .points-sec .col-4 {
        max-width: 50%;
        flex: 50%;
    }

    .bonus-head {
        font-size: 32px;
        line-height: 40px;
        padding: 30px 23px;
    }

    .mr-15mbl {
        margin-right: 15px;
    }

    .ml-15mbl {
        margin-left: 15px;
    }

    .order1 {
        order: 3;
    }

    .order2 {
        order: 2;
    }

    .order3 {
        order: 1;
    }

    .bonus-img {
        max-width: 230px;
    }

    .faq-head {
        font-size: 32px;
        padding: 10px 10px;
    }

    .ques {
        font-size: 28px;
    }

    .parastyle p {
        font-size: 24px;
        line-height: 33.5px;
    }

    .ques-box {
        padding: 30px 35px 50px;
    }

}

@media (max-width: 500px) {
    .container {
        padding: 0px 15px;
    }

    .main-head {
        font-size: 27px;
        line-height: 32px;
    }

    .here-txt {
        font-size: 20px;
    }

    .prfr-txt {
        font-size: 21px;
    }

    .timer-box h2 {
        font-size: 23px;
        line-height: 33.27px;
    }

    .timer-box {
        padding: 27px 0px;
    }

    .timer-box.timer-box--triangle {
        position: relative;
        clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
        padding-bottom: 30px;
    }

    .timer-box.timer-box--triangle .ylw-txt {
        font-size: 1.4em;
    }

    .money-back-img {
        margin-bottom: 16px;
    }

    .money-back .col-8 h4 {
        font-size: 41px;
        line-height: 41px;
    }

    .money-back .col-8 h3 {
        font-size: 36px;
        line-height: 42px;
    }

    .money-back .col-8 h2 {
        font-size: 55px;
        line-height: 73.3px;
    }

    .money-back p {
        font-size: 18px;
    }

    .free-ship img {
        max-width: 185px;
    }

    .free-ship h2 {
        font-size: 28px;
        line-height: 42.2px;
    }

    .free-ship p {
        font-size: 20px;
        line-height: 30px;
    }

    .points-sec {
        padding: 2em 0px 1em;
    }

    .points-head::before {
        content: "";
        height: 2px;
        width: 26%;
        background-color: #375c6d;
        position: absolute;
        top: 59%;
        left: 0%;
    }

    .points-head::after {
        content: "";
        height: 2px;
        width: 26%;
        background-color: #375c6d;
        position: absolute;
        top: 59%;
        right: 0%;
    }

    .point-img {
        max-width: 40px;
    }

    .points-logo {
        max-width: 197px;
    }

    .point p {
        font-size: 19px;
        line-height: 35.14px;
    }

    .bonus-head {
        font-size: 26px;
        line-height: 36px;
        padding: 21px 17px;
    }

    .bonus-img {
        max-width: 190px;
    }

    .parastyle p {
        font-size: 20px;
        line-height: 30.5px;
        margin-bottom: 20px;
    }

    .bonus-content {
        padding: 19px 15px 30px;
    }

    .faq-head {
        font-size: 24px;
        padding: 10px 10px;
    }

    .ques {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 16px;
        font-weight: 400;
    }

    .mbl-only .footer-links {
        display: flex;
        gap: 5px;
        justify-content: center;
        flex-direction: column;
    }

    .footer-links li a {
        font-size: 15px;
    }

    .footer-logo {
        max-width: 200px;
    }

    .divider {
        height: 7px;
    }

    .guarantee-img img {
        width: 100%;
        max-width: 320px;
    }

    p.atc_head_top {
        font-size: 23px !important;
        line-height: 32px;
    }

}

@media (max-width: 430px) {
    .main-head {
        font-size: 23px;
        line-height: 29px;
        padding: 0px 0px;
    }

    .small_atc_txt {
        font-size: 17px;
        line-height: 24px !important;
        margin-top: 10px;
        padding: 0 4px !important;
        margin-bottom: 15px !important;
    }

    .here-txt {
        font-size: 18px;
    }

    .img-container {
        max-width: 350px;
    }

    .timer-box h2 {
        font-size: 25px;
        line-height: 31.27px;
        padding: 0px 29px;
    }

    .money-back-img {
        max-width: 200px;
        margin-bottom: 5px;
    }

    .money-back .col-8 h4 {
        font-size: 34px;
        line-height: 35px;
    }

    .money-back .col-8 h3 {
        font-size: 30px;
        line-height: 42px;
    }

    .clr-chnge {
        font-size: 16px;
        line-height: 28px;
    }

    .money-back .col-8 h2 {
        font-size: 52px;
        line-height: 55.3px;
    }

    .mb-40 {
        margin-bottom: 25px;
    }

    .mb-15 {
        margin-bottom: 15px;
    }


    .free-ship h2 {
        font-size: 24px;
        line-height: 35.2px;
    }

    .point p {
        font-size: 18px;
        line-height: 22px;
    }

    .point-img {
        max-width: 34px;
    }

    .points-logo {
        max-width: 168px;
    }

    .bonus-head {
        font-size: 23px;
        line-height: 29px;
        padding: 21px 15px;
        font-weight: 500;
    }

    .parastyle p {
        font-size: 19px;
        line-height: 28.5px;
    }

    .faq-head {
        font-size: 24px;
        line-height: 33px;
    }

    .ques-box {
        padding: 19px 23px 25px;
    }

    .ques {
        font-size: 22px;
        line-height: 29px;
    }

    .point {
        gap: 3px;
        margin-bottom: 35px;
    }

}

@media (max-width: 390px) {
    .main-head {
        font-size: 22px;
        line-height: 25px;
    }

    /*.points-sec .col-4 {*/
    /*  max-width: 100%;*/
    /*  flex: 100%;*/
    /*}*/
    .point {
        gap: 5px;
        margin-bottom: 18px;
    }

    .point-img {
        max-width: 35px;
    }

    .main-head .here-txt {
        font-size: 19px;
    }

    .point p {
        font-size: 15px;
        line-height: 22px;
    }

    .prfr-txt {
        font-size: 17px;
    }

    .timer-box h2 {
        font-size: 23px;
        line-height: 28.27px;
    }
}

@media (max-width: 360px) {
    .clr-chnge {
        font-size: 14px;
        line-height: 23px;
    }

    .here-txt {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 350px) {
    .bonus-head {
        font-size: 21px;
        line-height: 29px;
        padding: 21px 10px;
    }

    .main-head .here-txt {
        font-size: 17px;
    }

    .money-back p {
        font-size: 17px;
        line-height: 28px;
    }

    .money-back .col-8 h4 {
        font-size: 29px;
        line-height: 30px;
    }

    .money-back .col-8 h3 {
        font-size: 26px;
        line-height: 37px;
    }

    .money-back .col-8 h2 {
        font-size: 45px;
        line-height: 50.3px;
    }

    .timer-box h2 {
        font-size: 21px;
        line-height: 28.27px;
    }

    .here-txt {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .main-head {
        font-size: 22px;
        line-height: 25px;
    }

    .timer-box h2 {
        padding: 0px 0px;
    }

    .money-back-img {
        max-width: 175px;
        margin-bottom: 5px;
    }

    .money-back {
        padding: 1em 0px 2em;
    }

    .money-back .col-8 h4 {
        font-size: 26px;
    }

    .money-back .col-8 h3 {
        font-size: 24px;
    }

    .money-back .col-8 h2 {
        font-size: 38px;
        line-height: 48.3px;
    }

    .free-ship img {
        max-width: 140px;
    }

    .free-ship h2 {
        font-size: 20px;
        line-height: 31.2px;
    }

    .free-ship p {
        font-size: 16px;
        line-height: 22px;
    }

    .points-logo {
        max-width: 141px;
    }

    .point-img {
        max-width: 38px;
    }

    .bonus-head {
        font-size: 20px;
        line-height: 26px;
    }

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

    .parastyle p {
        font-size: 17px;
        line-height: 26.5px;
        margin-bottom: 15px;
    }

    .faq-head {
        font-size: 21px;
        line-height: 30px;
    }

    .ques {
        font-size: 20px;
        line-height: 26px;
    }

    footer p {
        font-size: 15px;
        font-weight: 400;
    }
}