body {
    font-family: Poppins;
    overflow-x: hidden;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
}

h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 50px;
    text-align: center;
}

h5 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.secScience .card {
    width: auto !important;
}

section {
    padding: 3rem 0;
}

.beigeBg {
    background-color: #FDF9F4;
}

.rating-text {
    font-size: 14px;
    line-height: 24px;
}

.shipInfo {
    font-size: 11px;
    color: #202E3B
}

    .shipInfo span {
        margin: 0px 3px;
    }

    .shipInfo img {
        margin: 0px 7px;
    }

    .shipInfo .low {
        font-weight: bold;
        color: #EA4701;
    }

.stock:before {
    display: inline-flex;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #95DF89;
    border-radius: 50%;
    content: "";
    animation: 1s ease-in-out infinite fade;
}

@keyframes fade {

    0%, 100%, 70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

.header {
    background-image: url(https://purpleassets.blob.core.windows.net/web/glokore/ledmask/inter4b/header.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #FBF2E5;
    overflow: hidden;
    padding: 3rem 0;
}

.bottom {
    background-color: #FBF2E5;
    padding: 0px;
}

    .header h1,
    .bottom h1 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 50px;
        line-height: 60px;
    }

    .header p,
    .bottom p {
        font-size: 16px;
        line-height: 26px;
    }

.left-banner .banner-container {
    width: 600px;
}

.left-banner .list p,
.bottom .list p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}

.left-banner .list img,
.bottom .list img {
    margin-right: 10px;
}

.left-banner .seenOn p,
.bottom .seenOn p {
    font-size: 12px;
    margin-bottom: 5px;
}

.left-banner .seenOn img,
.bottom .seenOn img {
    width: 80%;
}

.right-banner {
    position: relative;
    padding-right: 0;
    text-align: right;
    padding-left: 0;
    width: 50%;
}

/*.secIcon p {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.3px;
    margin-bottom: 0px
}*/

.secIcon img {
    margin-bottom: 5px;
    margin-top:5px;
    /*width: 50px;*/
}

.logos {
    overflow: hidden;
    white-space: nowrap;
    padding-bottom:7px;
}

    .logos:before,
    .logos:after {
        content: "";
        width: 250px;
        height: 100%;
        z-index: 2;
    }

    .logos:before {
        left: 0;
    }

    .logos:after {
        right: 0;
    }


    .logos:hover .logos-slide {
        animation-play-state: paused;
    }

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

    .logos-slide div {
        padding: 0px 20px;
    }

    /*.logos-slide img {
        width: 60px
    }*/


.secFeat img {
    margin-right: 15px;
    margin-top: -5px
}

.secFeat h3 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 0
}

.secFeat p {
    font-size: 16px;
    line-height: 28px;
}

.secBA {
    margin-top: 7px;
    /*background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(251, 242, 229,1) 50%, rgba(255,255,255,1) 50%);*/
    background: #EBF4F4;
    background: linear-gradient(180deg, #EBF4F4 85%, #ffffff 15%);
}

.carousel-inner {
    padding: 1em;
}

.card {
    box-shadow: 0px 0px 0px 0 rgba(22, 22, 26, 0.18);
    border: none;
    background: transparent;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .secDoc .col-md-8 div {
        border: 3px solid #EBF4F4;
        background-color: #fff;
        border-radius: 20px;
        padding: 50px 40px;
        padding-bottom: 0;
    }

    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

.card .img-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card img {
    max-height: 100%;
}

@media (max-width: 767px) {
    .card .img-wrapper {
        height: 17em;
    }
}

.secResults {
    background-image: url(https://purpleassets.blob.core.windows.net/web/glokore/ledmask/inter4b/results-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 6rem;
}

    .secResults .statText {
        border-radius: 50px;
        background: #0493ED;
        box-shadow: 12px 0px 0 0 #E8F6FF;
        ;
    }

        .secResults .statText p {
            font-size: 21px;
            color: #fff;
            margin-bottom: 0px;
            padding: 20px 10px;
        }

    .secResults h2 {
        margin-bottom: 10px;
    }

    .secResults h3 {
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 0px;
        color: #0493ED;
        padding: 20px 0px;
    }

.secScience {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(235, 244, 244,1) 50%, rgba(255,255,255,1) 50%);
}
    /*====scroll_strip====*/

    .secScience .card {
        width: 250px;
        margin: 0 .5rem;
    }

        .secScience .card img {
        }

        .secScience .card h3 {
            font-weight: 600;
            font-size: 22px;
        }

        .secScience .card p {
            font-size: 16px;
            line-height: 150%;
            margin-bottom: 0px
        }

    .secScience .scroll_strip {
        overflow: hidden;
        height: 500px;
        padding: 2rem 0rem 0rem;
        display: flex;
        flex-wrap: nowrap;
        z-index: 1
    }

    .secScience div.scroll_strip_list {
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        justify-content: center;
        flex-shrink: 0;
        animation: marquee-horizontal 50s linear infinite;
    }

        .secScience div.scroll_strip_list col {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 0px;
            position: relative;
            font-size: 18px;
            line-height: 18px;
            color: #fff;
            font-weight: bold;
            text-transform: capitalize;
        }

        .secScience div.scroll_strip_list card {
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            margin: -3px 0 0 10px;
        }

@keyframes marquee-horizontal {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.threeSteps {
    padding: 0rem 0 2rem 0;
}

    .threeSteps h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 120%;
        margin-top: 20px;
    }

    .threeSteps p {
        font-size: 16px;
        line-height: 150%;
    }

.secBanner .container {
    background-color: #EBF4F4;
    border-radius: 20px;
    padding: 50px;
    background-image: url(https://purpleassets.blob.core.windows.net/web/glokore/ledmask/inter4b/banner-bg.png);
    background-size: auto 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

.secBanner img {
    padding: 00px 0px 0px 50px;
}

.secBanner h2 {
    margin-bottom: 0px;
}

.secBanner .feat {
    border-radius: 50px;
    border: 3px solid #0493ED;
    width: 80%;
}

    .secBanner .feat p {
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 21px;
        text-align: center;
        padding: 25px;
    }

.secComp {
    padding: 2rem 0rem 0rem 0rem;
}

    .secComp .container-fluid {
        background-image: url(https://purpleassets.blob.core.windows.net/web/glokore/ledmask/inter4b/comp-bg.png);
        background-size: 75%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .secComp .compare-content {
        padding: 1rem 0rem;
    }

        .secComp .compare-content td {
            border-bottom: 1px solid #C2C2C280;
            vertical-align: middle;
            padding: 10px;
            font-weight: 500;
            background: #fff;
        }

        .secComp .compare-content tr.start {
            border-left: 1px solid #000;
            border-radius: 25px;
        }

        .secComp .compare-content td:nth-child(2) {
            border-bottom: 1px solid #C2C2C280;
            text-align: center;
            background: #0493ED;
            color: #fff;
            font-weight: 400;
        }

        .secComp .compare-content td:last-child {
            border-bottom: 1px solid #C2C2C280;
            background: #FBFBFB;
            text-align: center;
            font-weight: 400;
        }

        .secComp .compare-content tr:last-child {
            border-bottom: none;
            border-radius: 10px;
        }

.secGuarantee .container {
    text-align: left;
    background: #FBF2E5;
    border-radius: 20px;
    border: none;
    padding: 40px 20px;
}

.secGuarantee .col {
}

.secGuarantee .text {
    width: 650px !important;
}

@media (max-width: 767px) {
    .secGuarantee .text {
        width: 100% !important;
    }
}

.secGuarantee h3 {
    font-size: 30px;
    font-weight: 700;
}

.secGuarantee p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

.product-box-section .accordion-flush .accordion-item .accordion-button,
.product-box-section .accordion-flush .accordion-item .accordion-button.collapsed {
    font-size: 22px !important;
    line-height: 33px;
}

.secReviews .card {
    border: 2px solid #E3E3E3;
    border-radius: 20px;
    padding: 20px;
}

    .secReviews .card img {
        max-height: initial !important;
    }

.secReviews .card-body,
.secReviews .card-footer {
    padding: 0;
    border: 0;
    background: #fff;
}

    .secReviews .card-footer .verified {
        color: #3AB890;
    }

        .secReviews .card-footer .verified p {
            margin-bottom: 0;
        }

        .secReviews .card-footer .verified img {
            margin-right: 5px;
        }

    .secReviews .card-footer p {
        margin-bottom: 0px;
    }

    .secReviews .card-footer .revProd {
        background: #EBF4F4;
        border-radius: 5px;
        padding: 5px;
        margin: 10px 0px;
    }

        .secReviews .card-footer .revProd img {
            height: 75px;
            margin-right: 10px;
        }

    .secReviews .card-footer .revCat p {
        font-size: 16px;
        line-height: 28px;
        align-self: center !important;
        letter-spacing: .5px
    }

    .secReviews .card-footer .revCat div {
        border-radius: 50px;
        padding: 5px 15px;
        border: 2px solid #EBF4F4;
        margin-left: 10px;
    }

.secReviews .stars {
    width: 120px;
    margin-bottom: 10px;
}

.secReviews h3 {
    font-weight: 700;
    font-size: 21px;
}


.secDoc {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(235,244,244,1) 50%);
    padding: 0rem !important;
}

    .secDoc .container-fluid {
        background-image: url(https://purpleassets.blob.core.windows.net/web/glokore/ledmask/inter4b/doctor-full.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-bottom: 0;
    }

    .secDoc .container {
        padding: 12rem 0px 8rem 0rem;
    }



    .secDoc h2 {
        margin-bottom: 20px;
    }


.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion {
    --bs-accordion-bg: none;
}

.accordion-item {
    border-radius: 0px !important;
}

.faq-content .accordion-button.collapsed::after {
    background: url("https://purpleassets.blob.core.windows.net/web/glokore/scalpmassage/inter4/expand-icon.svg");
    background-size: contain;
}

.faq-content .accordion-button:not(.collapsed)::after {
    background: url("https://purpleassets.blob.core.windows.net/web/glokore/scalpmassage/inter4/collapse-icon.svg");
    background-size: contain;
}

.faq-content .accordion-item {
    border: 1px solid #4F4F4F !important;
    border-radius: 8px !important;
}

.faq-content .accordion-header {
    line-height: 35px;
}

svg path:first-child {
    fill: #fff;
}


.time-offer-section {
    background-color: #FDF9F4;
}

span {
    color: #000;
}

.headline-number {
    color: #E20004;
    font-weight: bold;
    font-size: 24px;
}

.order-button {
    background-color: #0493ED;
    border: none;
    color: #fff;
    font-size: 18px !important;
    width: 330px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
}

    .order-button:hover {
        background-color: #0286D8;
        border-color: #0286D8;
        color: #fff;
        border: 1px solid #0286D8;
    }

.right-arrow svg path:first-child {
    fill: #fff;
}

.right-arrow svg path:hover {
    fill: #0493ED;
}

.floating-order-button {
    background-color: #0493ED;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding: 14px 20px;
    transition: all 0.2s linear;
    border: none;
    width: 100%;
}

    .floating-order-button:hover {
        color: #fff !important;
    }

    .floating-order-button span {
        color: #fff;
    }

.pulse-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.accordion-button:not(.collapsed) {
    color: #000;
}


@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
    }
}

.carousel li::marker {
    font-size: 0;
}



header {
    background-color: #fff;
    padding: 5px 0px;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.mobile {
    display: block !important;
}



.left-banner .banner-headline {
    font-weight: bold;
    font-size: 52px;
    color: #000;
    line-height: 64px;
}

.is-mobile {
    display: none;
}

.is-desktop {
    display: none;
}

.secIcon {
    background-color: #000;
    color: #fff;
    font-size: 14px;
}

.simple-to-use-section {
    background-color: #fff;
}

.section-space {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer {
    border-top: 1px solid #EFEFEF;
    margin-top: 200px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}



/* mobile css */
@media (max-width: 1399px) {
    .splide__slide div {
        width: 100% !important;
        height: auto !important;
    }

    .compare-row {
        display: flex;
        background-color: #fff;
        position: relative;
    }

    .compare-col-1 {
        width: 40%;
        padding-right: 10px !important;
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
    }

    .compare-col-2 {
        width: 98px;
        color: #fff;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0493ED;
    }

    .compare-col-3 {
        width: 98px;
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .compare-logo-image {
        width: 88.955px;
        height: 19px;
        flex-shrink: 0;
        aspect-ratio: 88.95/19.00;
    }

    .compare-logo-rating-image {
        width: 86.225px;
        height: 16.246px;
        flex-shrink: 0;
    }

    .compare-others-rating-image {
        width: 86.225px;
        height: 16.246px;
        flex-shrink: 0;
    }

    .compare-logo {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block !important;
    }

    .compare-others {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block !important;
    }

    .compare-content-container {
        position: relative;
        margin-top: 150px;
    }

    .compare-2nd-col {
        position: absolute;
        right: 30%;
        top: -14%;
        z-index: 999
    }

    .compare-3rd-col {
        position: absolute;
        right: 5%;
        top: -14%;
        z-index: 999;
    }

    .header {
        background-size: auto 100%;
        background-position: 45%;
    }
}


@media (max-width: 991px) {
    .header {
        background-image: initial;
    }

    .left-banner .banner-container {
        width: auto;
    }
}

@media (max-width: 768px) {
    section {
        padding: 2rem 1rem;
    }

    .navbar-nav li {
        border-bottom: 1px solid #000;
        padding: 10px 10px;
    }

    h2 {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .days-guarantee {
        margin-top: 15px;
    }

    .order-button {
        width: 100%;
        height: 40px;
    }

    header ul li:active {
        background-color: #0493ED;
    }

    .header {
        padding: 0rem 0;
        background-color: #fff;
    }

    .bottom {
        padding: 0rem 0;
        background-color: #fff;
    }

    .header h1 {
        font-size: 32px !important;
        line-height: 114.99999999999999%;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .bottom h1 {
        font-size: 36px !important;
        line-height: 114.99999999999999%;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .left-banner .seenOn img {
        width: 100%;
    }

    .left-banner .seenOn p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .left-banner .list p {
        font-size: 16px;
        line-height: 20px !important;
    }

    .secFeat {
        padding: 2rem .5rem;
    }

        .secFeat h3 {
            font-size: 21px;
        }

        .secFeat img.w-100 {
            width: 75% !important;
            display: block;
            margin: auto;
        }

        .secFeat img {
            width: 30px;
        }

    .secScience {
        padding: 2rem 0rem 2rem 0rem !important;
    }

        .secScience p {
            padding: 0rem 2rem !important;
        }

        .secScience .card p {
            padding: 0rem 0rem !important;
        }

    .secResults h3 {
        font-size: 30px;
        padding: 5px 0px;
    }

    .secResults .statText p {
        font-size: 16px;
    }

    .secBanner .container {
        padding: 20px;
        background-image: url(https://purpleassets.blob.core.windows.net/web/glokore/ledmask/inter4b/banner-bg-mob.png);
        background-size: 60%;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .secBanner img {
        padding: 00px 0px 25px 70px;
    }

    .secBanner h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .secBanner .feat {
        border-radius: 50px;
        width: 100%;
    }

        .secBanner .feat p {
            font-size: 14px;
            line-height: 130%;
        }

    .secComp {
        padding: 1rem 0rem 0rem 0rem;
        background-image: initial;
    }

    .secGuarantee img {
        display: block;
        margin: auto;
        padding-bottom: 15px;
    }

    .secGuarantee h3, .secGuarantee p {
        text-align: center;
    }

    .product-box-section {
        padding: 0rem .5rem 1rem .5rem;
    }

    .secDoc {
        padding: 0rem 1rem !important;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 22%, rgba(235,244,244,1) 22%, rgba(235,244,244,1) 45%, rgba(255,255,255,1) 45%);
    }

        .secDoc .container-fluid {
            background-image: initial;
        }

        .secDoc .container {
            padding: 2rem 0px 4rem 0rem;
        }

        .secDoc .col-md-6 {
            width: initial;
        }

    .would-recommend-item-content {
        border-radius: 8px;
    }

    .offer-alignment {
        text-align: center !important;
    }

    .recommend-title {
        color: #000;
        font-size: 20px;
        font-weight: bold;
        line-height: 39px;
    }

    .section-title {
        font-weight: bold;
        font-size: 28px;
        text-align: center;
        color: #000;
        line-height: 38px;
    }


    .rating-text {
        font-size: 14px;
    }

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

    .is-mobile {
        display: block;
    }

    .mobCtaBtn {
        padding: 15px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background-color: #fff;
        border-radius: 0;
        text-align: center;
    }

    header {
        background-color: #fff;
    }

    .header {
        padding-bottom: 0 !important;
    }

    .header-section {
        display: block;
    }

    .nav-logo {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-links {
        display: none;
    }

        .nav-links ul {
            list-style-type: none;
            background-color: #fff;
            padding-left: 0;
        }

            .nav-links ul li {
                padding: 10px;
                display: block;
                border-bottom: 1px solid lightgray;
            }

                .nav-links ul li:last-child {
                    border-bottom: none;
                }

                .nav-links ul li a {
                    text-decoration: none;
                    color: #000;
                }

    #mob-nav {
        display: block
    }

    .left-banner {
        padding: 0rem 0rem;
        width: 100%;
        padding-top: 15px;
    }

    .right-banner {
        width: 100%;
    }

    main {
        margin-top: 0px;
        background-color: #fff;
    }

    .banner-stars {
        display: block;
        margin: 0 auto 5px auto;
    }

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

    .banner-headline {
        font-size: 36px !important;
        line-height: 42px !important;
    }

    .banner-desc {
        font-size: 15px;
    }

    .banner-checked-line {
        font-size: 16px;
        font-weight: 600;
        margin-top: -4px;
        text-align: start;
    }

    .compare-guarantee {
        text-align: center;
        background-color: #FDF9F4;
        border-radius: 8px;
        border: none;
        padding: 20px 0;
        padding-left: 10%;
        padding-right: 10%;
        margin: 15px;
    }



    .would-recommend-item {
        margin-bottom: 30px;
    }

    .simple-use-item-content {
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 10px;
    }

    .simple-use-item {
        margin-bottom: 30px;
    }

        .simple-use-item:last-child {
            margin-bottom: 0px;
        }

    .time-offer-section {
        padding-top: 25px;
    }

    .compare-content-container {
        position: relative;
        margin-top: 150px;
    }

    .compare-2nd-col {
        position: absolute;
        right: 27%;
        top: -22%;
        z-index: 999
    }

    .compare-3rd-col {
        position: absolute;
        right: 0%;
        top: -22%;
        z-index: 999;
    }
}


/* desktop css */


@media (min-width: 769px) {

    .secDoc .col-md-8 div {
        border: 3px solid #EBF4F4;
        background-color: #fff;
        border-radius: 20px;
        padding: 50px 40px;
    }
    /*.carousel-item.active img {
        height: 600px !important;
        width: 400px !important;
    }
*/
    .nav-a {
    }

        .nav-a:hover {
            text-decoration: underline;
            text-decoration-color: #0493ED;
            text-decoration-thickness: 2px;
        }

    .faq-content {
        padding: 0 10%;
    }

    .offer-alignment {
        text-align: left !important;
    }

    .recommend-title {
        color: #000;
        font-size: 32px;
        font-weight: bold;
        line-height: 39px;
    }

    .section-title {
        font-weight: bold;
        font-size: 42px;
        line-height: 50px;
        text-align: center;
        color: #000;
    }


    .is-desktop {
        display: block;
    }

    .banner-desc {
        font-size: 16px;
        line-height: 26px;
    }

    .mobCtaBtn {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }


    header {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header-section {
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }


    .nav-logo {
    }

    .nav-links {
        display: block;
    }

    #mob-nav {
        display: none;
    }

    header .order-button {
        color: #fff;
        font-size: 18px;
        width: 175px;
        height: 40px;
        border-radius: 8px;
    }

    header ul {
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 0;
    }

    header .nav-links {
        display: flex;
        width: 100%;
        gap: 25px;
    }

        header .nav-links a {
            text-decoration: none;
            color: #000;
            font-size: 15px;
            font-weight: 400;
        }

    /*
    .left-banner {
        padding-top: 70px;
        padding-bottom: 50px;
        padding-right: 30px;
        padding-left: 0;
    }
    */

    .right-banner {
        width: 50%;
    }


    .header-logo {
        width: 167px;
        height: 35px;
    }

    main .banner {
        background-color: #FDF9F4;
        padding-left: 0;
    }



    .simple-use-item-flex {
        justify-content: space-between;
    }

    .simple-use-item {
        width: 328px;
    }

    .simple-use-item-content {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }


    .how-works-flex {
        gap: 50px;
    }

    .how-works-col {
        width: 50%;
    }

        .how-works-col img, .how-works-col video {
            width: 100%;
            border-radius: 10px;
        }



    .compare-guarantee {
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        border: none;
        gap: 20px;
        padding: 20px 50px;
        background: #FBF2E5;
    }

    .compare-container {
        width: 900px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .compare-content td {
        border-bottom: 1px dashed #475858;
        vertical-align: middle;
        padding: 10px;
    }

    .compare-content tr:last-child td {
        border-bottom: none;
    }

    .product-box-section {
        display: flex;
        gap: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .product-box-left {
        width: 40%
    }

    .product-box-right {
        width: 60%
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 1px solid #C9C9C9;
    }


    .time-offer-section {
        padding: 0px;
        background-color: #FDF9F4;
    }

    .time-offer-left {
        width: 100%;
        position: relative;
    }

        .time-offer-left img {
            width: 100%;
        }

    .time-offer-right {
        width: 100%;
        padding: 30px 50px;
    }

    .faq-section {
        padding-top: 20px;
    }

    .secIcon {
        background-color: #000;
        color: #fff;
        text-align: left;
        padding-top: 10px;
        padding-bottom:6px;
        font-size: 14px;
    }

    .simple-to-use-section {
        background-color: #fff;
        padding-top: 35px;
        padding-left: 5%;
        padding-right: 5%;
    }



    .relief-product {
        height: 500px;
        margin-left: -25px;
    }

    .banner-stars {
        margin-top: -2px;
    }

    .compare-row {
        display: flex;
        background-color: #fff;
        position: relative;
    }

    .compare-col-1 {
        width: 40%;
        padding-right: 10px !important;
        color: #000;
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
    }

    .compare-col-2 {
        width: 185px;
        color: #fff;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0493ED;
    }

    .compare-col-3 {
        width: 185px;
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .compare-logo-image {
        width: 88.955px;
        height: 19px;
        flex-shrink: 0;
        aspect-ratio: 88.95/19.00;
    }

    .compare-logo-rating-image {
        width: 86.225px;
        height: 16.246px;
        flex-shrink: 0;
    }

    .compare-others-rating-image {
        width: 86.225px;
        height: 16.246px;
        flex-shrink: 0;
    }

    .compare-logo {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block !important;
    }

    .compare-others {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block !important;
    }

    .compare-content-container {
        position: relative;
        margin-top: 150px;
    }

    .compare-2nd-col {
        position: absolute;
        right: 30%;
        top: -22%;
        z-index: 999
    }

    .compare-3rd-col {
        position: absolute;
        right: 5%;
        top: -22%;
        z-index: 999;
    }
}
