.header {
    background-image: url('../images/new-header.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #FDF9F4;
}


.left-banner {
    padding: 4rem 0rem;
}

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

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.col {
    padding-left: 0;
    padding-right: 0;
}

* {
    font-family: "Poppins", serif;
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}


* {
}

* {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    *::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.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: 5px !important;
}

.faq-content .accordion-button.collapsed::after {
    background: url("../images/expand-icon.png");
    background-size: contain;
}

.faq-content .accordion-button:not(.collapsed)::after {
    background: url("../images/collapse-icon.png");
    background-size: contain;
}

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

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

.recommend-section {
    background-color: #FDF9F4;
}

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

.relief-section {
    background-color: #fff;
}

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;
}

.award-section {
    background-color: #000;
    color: #fff;
}

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

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

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

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

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

.logos {
    overflow: hidden;
    white-space: nowrap;
}

    .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 img {
    }

/* mobile css */
@media (max-width: 1399px) {
    .header {
        background-size: auto 100%;
        background-position: 45%;
    }
}

@media (max-width: 1024px) {
    .banner-desc {
        font-size: 18px !important;
    }

    .banner-checked-line {
        font-size: 17px !important;
        font-weight: 600;
    }

    .nav-links {
        display: none !important;
    }
}

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

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

@media (max-width: 768px) {

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

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

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

    .relief-section {
        padding-bottom: 0;
    }

    .recommend-section {
        padding-bottom: 25px;
    }

    .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;
    }

    .relief-col {
        width: 100%;
    }

    .relief-product {
        height: 500px;
        margin-bottom: 15px;
    }

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

    .award-section {
        text-align: center;
        padding: 20px 0;
    }

    .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-section {
        display: block;
        padding-left: 12px;
        padding-right: 12px
    }


    .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;
    }

    .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-section {
        background-color: #fff;
        padding-top: 0px;
    }

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

    .compare-container {
        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;
    }

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

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

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

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

    .how-works-section {
        padding-top: 0;
    }
}


/* desktop css */


@media (min-width: 769px) {

    .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;
        text-align: center;
        color: #000;
    }



    .banner-checked-line {
        font-size: 18px;
        font-weight: 600;
    }

    .is-desktop {
        display: block;
    }

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

    .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;
    }

    .left-recommend {
        width: 100%;
    }

    .recommend-row {
        align-items: center;
    }

    .right-recommend {
        width: 75%;
        padding-left: 50px;
        padding-right: 50px;
    }

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

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

    .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%;
        }

    .compare-section {
        background-color: #fff;
        padding: 20px 20px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

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

    .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: 50%
    }

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

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

    .would-recommend-section {
        padding-top: 30px;
        padding-left: 4%;
        padding-right: 4%;
    }

    .would-recommend-flex {
        justify-content: space-between;
        flex-wrap: wrap;
    }

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

    .would-recommend-item-content {
        width: 100%;
        height: 453px;
        object-fit: cover;
        border-radius: 10px;
    }

    .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;
    }

    .award-section {
        background-color: #000;
        color: #fff;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .how-works-section {
        background-color: #fff;
        padding-bottom: 50px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
    }

    .recommend-section {
        background-color: #FDF9F4;
        padding-left: 0
    }

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

    .relief-col {
        width: 33%;
    }

    .relief-product {
        height: 500px;
    }

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