body {
    font-family: Poppins;
    overflow-x: hidden;
}

p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5 {
    color: #221C44;
}
h2 span {
    color: #1DC1CE;
}
h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 25px;
    text-align: center;
}

h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

section {
    padding: 3rem 0;
}

.beigeBg {
    background-color: #FDF9F4;
}
.accentText {
    color: #221C44;
}
.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/breezebox/inter5/header-bg.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 3rem 0;
}

.bottom {
    background: #FBFBFB;
    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-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.8px;
    color: #221C44;
    text-transform: uppercase;
}

.secFeat hr {
    border: 1.5px solid #34DDEA;
    opacity: 1;
    width: 200px;
}
.secFeat img {
    margin-right: 15px;
}
.secFeat .product .button {
    margin-left: -105px;
}
.secFeat .product .prodImg {
    width: 120%;
    margin-left: -75px;
    margin-top: 55px;
}
.secFeat h3 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 0
}

.secFeat p {
    font-size: 16px;
    line-height: 28px;
}
.secHighlight {
    background-image: url(https://purpleassets.blob.core.windows.net/web/powerstream/inter4d/highlight-bg.png);
    background-size: cover;
    background-position: center center;
}
.secHighlight .col-md-6 div {
    background: #fff;
    padding: 0px;
    border-radius: 20px 20px 0 0;
}
.secHighlight .col-md-6 div img {
    margin-bottom: 25px;
}
.secHighlight .col-md-6 div h4,
.secHighlight .col-md-6 div p {
    padding: 0px 15px;
}

.secBannerReview .col-md-11 {
    box-shadow: 0px 0px 10px 0px #00000033;
    border-radius: 20px;
}
.secBannerReview h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
}
/*.secBannerReview .col-md-5 {
    background-image: url(../../images/inter5/feedback-person.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 20px 0px 0px 20px;
    height: initial;
}*/
.secBannerReview .col-md-7 {
    padding: 0;
    border-radius: 0px 20px 20px 0px;
}
.secBannerReview hr {
    border: 1.5px solid #34DDEA;
    opacity: 1;
}
.secBannerReview .col-md-7 div:first-child {
    background: #fff;
    border-radius: 0px 20px 20px 0px;
    padding: 25px;
}
.secBannerReview .col-md-7 div:first-child p {
    color: #221C44;
    padding: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
}
.secBannerReview .col-md-7 div:first-child img {
    margin-bottom: 20px
}
.secBannerReview .col-md-7 div {
    color:#fff;
    background: #2F2F66;
    border-radius: 0px 0px 20px 0px;
}
.secBannerReview .col-md-7 div p {
    padding: 25px;
}
.secBannerReview .col-md-7 p {
    margin: 0;
}
.secBA {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(245, 245, 245,1) 50%);
}
.secBA h2 {
    margin-bottom: 20px;
}
.carousel-inner {
    padding: 1em;
}
.splide {
    padding-top: 0rem;
}
.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) {
    .scroll-container {
        overflow: hidden;
        white-space: nowrap;
        width:100%;
    }
    .scroll-content {
        animation: scroll-right 20s linear infinite;
    }
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }

    .fit-item {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
        padding-left: 0;
        padding-right: 0;
        max-width: 310px;
    }

    .pre-footer-left {
        display: flex;
        gap: 10px;
    }

    .reviews-border {
        border-right: 1px solid #E3E3E3;
    }

    .quote-content {
        border: 1px solid rgba(0, 0, 0, 0.20);
    }

    .reviews-line {
        width: 100%;
    }
}

.card .img-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card img {
    max-height: 100%;
}

@media (max-width: 767px) {
    .scroll-container {
        overflow: hidden;
        white-space: nowrap;
    }

    .scroll-content {
        animation: scroll-right 10s linear infinite;
    }
    .unit-image{
        width:260px;
    }
    .card .img-wrapper {
        height: 17em;
    }

    .fit-footer-container {
       
    }

    .fit-item {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
        max-width:auto;
    }

    .fit-footer-item {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .fit-footer-item div:first-child {
        height:100px;
        min-width:100px;
    }

    

    .suitable-row {
        width: 100vw;
        margin-left: calc(-50vw + 50%) !important;
    }


    .fit-footer {
        background: #2F2F66;
        border-radius: 0px  !important;
        padding: 0.8rem;
    }

    .right-arrow {
        margin-top:0;
        margin-bottom:0;
    }

    @keyframes scroll-right {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(0%);
        }
    }

    .order-button {
        border: 1px solid #DF7802;
        background: #FFC300;
        width: 300px !important;
        height: 45px !important;
        font-size: 20px;
        font-weight: 700;
        border-radius: 8px;
        box-shadow: 0px 4px 4px 0px #B9B3AC82;
    }

    .quote-content {
        border: 1px solid rgba(0, 0, 0, 0.20);
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 20px !important;
    }

    .reviews-trustrate {
        border-bottom: 1px solid #E3E3E3;
        justify-content: center;
    }

    .reviews-excellent {
        border-bottom: 1px solid #E3E3E3;
        margin-bottom: 20px;
        justify-content: center;
    }

    .reviews-line {
        width:100%;
    }
}


.threeSteps h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    margin-top: 20px;
}

.threeSteps p {
    font-size: 16px;
}



.secBanner  {
    padding: 0rem 1rem 2rem 1rem;
}
.secBanner .col-md-11 {
    background: #F5F5F5;
    border-radius: 20px;
    background-image: url(https://purpleassets.blob.core.windows.net/web/powerstream/inter4d/prod-angle-bg.png);
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
}
.secBanner .col-md-8 {
    padding: 50px
}

.secBanner img {
    height: 100%;
}
.secBanner h2 {
    margin-bottom: 0px;
}
.secBanner .feat {
    border-radius: 50px;
    border: 3px solid #1DC1CE;
    width: 80%;
}
.secBanner p {
    color: #221C44;
}
.secBanner .feat p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 21px;
    text-align: center;
    padding: 25px;
    color: #221C44;
}

.secComp .container-fluid {
    padding: 2rem 0rem 0rem 0rem;
   
}

.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 .col-md-9 {
    text-align: left;
    background: #221C44;
    border-radius: 20px;
    border: none;
    padding: 40px 20px;
    color:#fff;
}

.secGuarantee h3 {
    color:#fff;
}

.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: 1px solid #E3E3E3;
    border-radius: 20px;
    padding: 25px;
    max-width:400px;
}

    .secReviews .card img {
        max-height: initial !important;
    }

    .secReviews .card-body,
    .secReviews .card-footer {
        padding: 0;
        border: 0;
        background: #fff;
    }
    .secReviews .card-body p {
        margin-bottom: 30px;
        color: #221C44;
    }
    .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: #F5F5F5;
        border-radius: 5px;
        padding: 10px;
        margin: 10px 0px 0px 0px;
    }
    .secReviews .card-footer .revProd p {
        color: #221C44;
    }
    .secReviews .card-footer .revProd p:first-child {
        font-size: 16px;
    }

    .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;
}



.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;
}


.headline-number {
    color: #E20004;
    font-weight: bold;
    font-size: 24px;
}

.order-button {
    border: 1px solid #DF7802;
    background: #FFC300;
    width: 330px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #B9B3AC82;
}

.right-arrow {
    margin-top: -2px !important;
    margin-bottom:0 !important;
}

.right-arrow svg path:first-child {
    fill: #fff;
}

.right-arrow svg path:hover {
    fill: #0493ED;
}

.floating-order-button {
    background: #FFC300;
    border: 1px solid #DF7802;
    box-shadow: 0px 4px 4px 0px #B9B3AC82;
    border-radius: 8px;
    font-weight: 700;
    padding: 14px 20px;
    transition: all 0.2s linear;
    width: 315px !important;
    font-size: 20px;
    line-height: 20px;
}

    .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;
    box-shadow: 1px 1px 8px 1px rgb(132 132 132 / 20%);
}

.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;
}
.secIcon {
    border-bottom: 1px solid #EBEBEB;
    background: #F5F5F5;
}

.secIcon .logos {
    overflow: hidden;
    white-space: nowrap;
}

.secIcon .logos:before,
.secIcon .logos:after {
    content: "";
    width: 250px;
    height: 100%;
    z-index: 2;
}

.secIcon .logos:before {
    left: 0;
}

.secIcon.logos:after {
    right: 0;
}

.secIcon .logos:hover .logos-slide {
    animation-play-state: paused;
}

.secIcon .logos-slide {
    display: inline-block;
    animation: 120s slide infinite linear;
}

.secIcon .logos-slide img {
}



.simple-to-use-section {
    background-color: #fff;
}

.section-space {
    padding-top: 25px;
    padding-bottom: 25px;
}

@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;
    }
    .splide__slide div img {
        border-radius: 20px;
    }
    .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: #2F2F66;
    }

    .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: 1024px) {
    .nav-links {
        display: none !important;
    }
}

@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;
    }

    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 .product .prodImg {
        width: 100%;
        margin-left: 0px;
        margin-top: -35px;
        padding: 15px;
        margin-right: 0px;
    }
    .secFeat h3 {
        font-size: 22px;
    }

    .secFeat img.w-100 {
        width: 75% !important;
        display: block;
        margin: auto;
    }

    .secFeat img {
       margin-bottom: 10px;
    }
    .secFeat hr {
        margin-bottom: .5rem;
        width: 225px;
    }

    .secHighlight {
        background-image: initial;
    }

    .secHighlight .col-md-6 div,
    .secHighlight .col-md-6 div h4, 
    .secHighlight .col-md-6 div p {
        padding: 0px
    }

    .secBannerReview img:first-child {
        margin-top: -45px;
    }
    .secBannerReview h3 {
        font-size: 25px!important;
        line-height: 34.23px!important;
    }
  /*  .secBannerReview .col-md-5 {
        background-position: top left;
        background-repeat: no-repeat;
        border-radius: 20px 20px 0px 0px;
        height: 400px;
    }*/
   .secBannerReview .col-md-7 div {
        border-radius: 0px 0px 20px 20px;
    }
    .secBanner .col-md-11 {
        background-image: initial;
    }
    .secBanner .col-md-8 {
        padding: 10px 10px 20px 10px;
    }
    .secBanner .col-md-4 {
        background-image: url(https://purpleassets.blob.core.windows.net/web/powerstream/inter4d/prod-angle-bg-mob.png);
        background-size: auto 100%;
        background-position: top right;
        background-repeat: no-repeat;
        height: 400px;
        border-radius: 20px;
    }
    .secBanner img {
        padding: 0px 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%;
    }
    .threeSteps {
        padding: 2rem 0 2rem 0;
    }
    .secComp {
        padding: 1rem 0rem 0rem 0rem;
        background-image: initial;
    }
    .secComp .container-fluid {
        background-position: center center;
    }
    .secGuarantee img {
        display: block;
        margin: auto;
        padding-bottom: 15px;
    }

    .secGuarantee h3, .secGuarantee p {
        text-align: center;
    }

    .product-box-section {
        padding: 0rem .5rem 1rem .5rem;
    }

  

    .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: 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;
        z-index:9999;
        box-shadow: 1px 1px 8px 1px rgb(132 132 132 / 20%)
    }

    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: 95px;
    }

    .compare-2nd-col {
        position: absolute;
        right: 32%;
        top: -17%;
        z-index: 9
    }

    .compare-3rd-col {
        position: absolute;
        right: 0%;
        top: -22%;
        z-index: 9;
    }
}


/* desktop css */


@media (min-width: 769px) {

    /*.carousel-item.active img {
        height: 600px !important;
        width: 400px !important;
    }
*/
    .nav-a {
        border-bottom: 2px solid #fff;
    }

    .nav-a:hover {
        border-bottom: 2px solid #FFC300;
    }

    .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 {
        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-section h2 {
        margin-bottom: 20px;
    }
    #accordion1 h2.accordion-header {
        margin-bottom: 0px;
    }
    .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 {
        border-bottom: 1px solid #EBEBEB;
        background: #F5F5F5;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .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: #2F2F66;
    }

    .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: -19%;
        z-index: 9
    }

    .compare-3rd-col {
        position: absolute;
        right: 5%;
        top: -19%;
        z-index: 9;
    }
}

/* css form both mobile & desktop */

.compact-item {
    margin-bottom:25px;
}

    .compact-item div:first-child {
        background-color: #14B9D8;
        display:flex;
        justify-content:center;
        align-items:center;
        width:65px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .compact-item div:first-child img {
        margin-right:0;
    }

    .compact-item div:nth-child(2) {
        background-color: #2F2F66;
        padding: 1rem 0.7rem;
        width: 320px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height:110px;
    }

        .compact-item div:nth-child(2) p:first-child {
            color: #FFF;
            font-family: Poppins;
            font-size: 1.2rem;
            font-style: normal;
            font-weight: 600;
            margin-bottom:0;
        }

        .compact-item div:nth-child(2) p:nth-child(2) {
            color: #FFF;
            font-family: Poppins;
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            margin-bottom:0;
        }
.fit-item-row {
    display:flex;
    justify-content:space-between;
    margin-left:0;
    margin-right:0;
}

.fit-item div:nth-child(2) {
    padding: 10px;
}
.fit-top {
    border-radius: 20px;
    background: #2F2F66;
    display: flex;
    padding: 7px 6px !important;
    justify-content: center;
    align-items: center;
    top: 20px;
    left:10px;
}

.fit-item p {
    color: #221C44;
    font-family: Poppins;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
}

.fit-item p span {
    color: #221C44;
    font-family: Poppins;
    font-size: 1rem !important;
    font-style: normal;
    font-weight: 600;
}

.fit-footer {
    background: #2F2F66;
    border-radius: 10px;
    padding: 0.8rem;
}

.fit-footer h6 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
}

.fit-footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fit-footer-item {
    position:relative;
    display:flex;
    justify-content:center;
}

.fit-footer-item p {
    
    color: #FFF;
    font-family: Poppins;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
}

.fit-footer-item div:first-child {
    height:100px;
    min-width:100px;
}

.row-life {
}

.life-item-container {
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    padding:0;
}

    .life-item-container .left-life-content, .right-life-content {
        padding: 20px;
    }

        .life-item-container .left-life-content p {
            color: #221C44;
            font-family: Poppins;
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
        }
        .life-item-container .left-life-content p:first-child {
            color: #221C44;
            font-family: Poppins;
            font-size: 1.3rem;
            font-style: normal;
            font-weight: 600;
        }

    .life-item-container .right-life-content p {
        color: #FFF;
        font-family: Poppins;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
    }

        .life-item-container .right-life-content p:first-child {
            color: #FFF;
            font-family: Poppins;
            font-size: 1.3rem;
            font-style: normal;
            font-weight: 600;
        }

.brands-group {
    background:#000;
}

.brands-group-images .row {
    display:flex;
    align-items:center;
}

.easy-item .easy-item-title {
    color: #221C44;
    font-family: Poppins;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1rem;
}

.easy-content-title-1 {
    color: #221C44;
    font-family: Poppins;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.easy-content-title-2 {
    color: #221C44;
    font-family: Poppins;
    font-size: 2.6rem !important;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
}

.easy-content-title-3 {
    color: #221C44;
    font-family: Poppins;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
}

.reviews-summary {
    border-radius: 10px;
    border: 1px solid #E0E0DF;
    background: #FAFAFA;
    padding:1rem 1.3rem;
}

.review-avatar {
    display:flex;
    gap:15px;
    align-items:center;
}

@keyframes marquee-horizontal {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.secRoom .rooms {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}

.secRoom .room {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 20s linear infinite;
    column-gap: 10px;
}

.secRoom .rooms img {
    margin-right: 30px;
}