body {
    font-family: Poppins;
    overflow-x: hidden;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 25px;
    text-align: center;
}

h5 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

section {
    padding: 3rem 0;
}

.beigeBg {
    background-color: #FDF9F4;
}

.rating-text {
    font-size: 14px;
    line-height: 24px;
}
.logo {
    width: 250px;
}
.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/repelix/inter4/header.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FBF2E5;
    overflow: hidden;
}

.headerAlt {
    background-image: url(https://purpleassets.blob.core.windows.net/web/repelix/inter4/header.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FBF2E5;
    overflow: hidden;
}

.bottom {
    background-image: url(https://purpleassets.blob.core.windows.net/web/repelix/inter4/btm.png);
    background-size: cover;
    background-position: center center;
    background-color: #fdfcfd;
}

.bottomAtl {
    background-image: url(https://purpleassets.blob.core.windows.net/web/repelix/inter4/btm.webp);
    background-size: cover;
    background-position: center center;
    background-color: #fdfcfd;
}
@media screen and (max-width: 768px) {
    .bottom {
        background-image: none;
    }
}
.header h1 span,
.bottom h1 span {
    background: #FFE563;
    padding: 0px 5px; 
}
.header p,
.bottom p {
    font-size: 18px;
    line-height: 27px;
}

.left-banner .banner-container {
    width: 600px;
}

.left-banner .list p,
.bottom .list p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 600;
}

.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%;
}
.sec3 h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
}
.sec3 .col-md-10 .row {
    padding-bottom: 40px;
}
.sec3 .featBlack{
    border-radius: 4px;
    background: #000;
    color:#fff;
    padding-right: 0px;
}
.secBall {
    background: #000;
    color:#fff;
    padding: .5rem 0rem
}
.secBall h2 {
    margin-bottom: 15px;
    text-align:left;
}
.secBall .ava {
    margin-left: 15px;
}
.secBall .ava p:first-child {
    font-size: 14px;
    line-height: 26px;
}
.secBall .ava p:nth-child(2) {
    font-size: 15px;
    line-height: 26px;
    color: #8E8E8E!important;
    font-weight: 600;
    margin-bottom: 5px;
}
.secBall .ava .avaVer img {
    width: 15px;
    margin-right: 5px;
}
.secBall .ava .avaVer p {
    font-size: 12px;
    line-height: 22px;
    color: #1BBA86!important;
    margin-bottom: 0;
    font-weight: 400;
}
.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 div {
    padding: 0px 10px;
}

.logos-slide img {
    width: 60px
}


.secFeat img {
    margin-right: 15px;
    margin-top: 5px
}
.secFeat .product {
    width: 80%;
    margin: auto;
    display: block;
    margin-top: -25px;
    margin-right: 50px;
}

.secFeat h2 {
    margin: 15px 15px 45px 15px;
}
.secFeat h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
}


.secBA h2 {
    margin-bottom: 10px;
}
.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) {
    .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;
    }
}


.threeSteps .vid {
    border-radius: 8px;
}

.threeSteps h3 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
}

.threeSteps p {
    text-align:center;
}

.secGuarantee .col-md-9 {
    text-align: left;
    background: #000;
    border-radius: 20px;
    border: none;
    padding: 40px 20px;
    color:#fff;
}


.secGuarantee .text {
    width: 650px !important;
}

@media (max-width: 767px) {
    .secGuarantee .text {
        width: 100% !important;
    }
}

.secGuarantee h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.secGuarantee p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}


.secReviews  p {
    margin-bottom: 0px;
}

.secReviews h3 {
    font-weight: 700;
    font-size: 18px;
}
.secReviews .card-header {
    padding: 15px;
    background: #fff;
    border: 0px
}

.secReviews hr {
    margin:0;
    width: 92%;
    margin: auto;
}
.secReviews .card {
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    padding: 0px;
}
.secReviews .card-header,
.secReviews .card-body,
.secReviews .card-star {
    padding: 15px 20px;
    background: transparent;
    border: 0;
}
.secReviews .card img {
    border-radius: 20px 20px 0px 0px;
}

.secReviews .stars {
    width: 80px;
    margin-bottom: 0px;
    border-radius: 0!important;
}
.secReviews .card-header {
    margin-top: 5px;
}
.secReviews .card-header img:first-child {
    height: 50px;
    border-radius: 0px;
    margin-right: 10px;
    align-self: center !important;
}
.secReviews .card-header img:last-child {
    height: 20px;
    border-radius: 0px;
    align-self: center !important;
}
.secReviews .card-header p {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 1px;
    align-self: center !important;
}
.secReviews .card-header .verified {
    color: #3AB890;
}
.secReviews .card-header .verified p {
    margin-bottom: 0;
     font-weight: 400;
     letter-spacing: 1px;
    align-self: center !important;
}
.secReviews .card-header .verified img {
    margin-right: 5px;
    height: 26px;
    align-self: center !important;
}

.secReviews .card-star img {
    margin-right: 15px;
}
.secReviews .card-body p {
    margin-bottom: 15px;
}


.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;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    font-weight: bold;
    background: transparent;
}
.faq-content .accordion-button.collapsed::after {
    background: url("https://purpleassets.blob.core.windows.net/web/repelix/inter4/expand-icon.svg");
    background-size: contain;
}

.faq-content .accordion-button:not(.collapsed)::after {
    background: url("https://purpleassets.blob.core.windows.net/web/repelix/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 #063BB2;
    background: #004DF7;
    color: #fff;
    font-size: 18px !important;
    /*width: 330px;*/
    height: 60px;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 0px 3px 0px 0px #DEDEDE;
}

    .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: #004DF7;
    color: #fff;
    border: 1px solid #063BB2;
    box-shadow: 0px 3px 0px 0px #DEDEDE;
    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;
    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;
}


.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: 1024px) {
    .nav-links {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .header {
        background-image: initial;
    }

    .left-banner .banner-container {
        width: auto;
    }
    .sec3 .col-md-10 .row {
        padding-bottom: 0px;
    }
}

@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%;
        padding: 14px 20px;
    }

    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 {
        background: #FDFAFC;
    }
    .left-banner:nth-child(2) {
        background: #F9F7F6;
    }
    .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: 31px !important;
    }
    .bottom .left-banner .list p {
         line-height: 24px !important;
     }
    .secFeat {
        padding: 2rem .5rem;
    }

    .secFeat h3 {
        font-size: 24px;
    }

    .secFeat .product {
        margin-top: 0;
        margin-right: 22px;
        margin-bottom: 35px;
    }
    .sec3 {
        padding: 2rem 0rem;
    }
    .sec3 .col-md-7 {
        padding: 0 0 25px 0px;
    }
    .sec3 .col-md-5 {
        padding: 0px 25px;
    }
    .sec3 .featBlack {
        padding: 0px;
    }
    .secBall {
        padding: 2rem 0rem 0rem 0rem;
    }
    .secBall .col-md-6:nth-child(2) {
        padding: 0rem 1rem 0rem 1rem;
    }
    .secBall h2,
    .secBall p {
        text-align:center;
    }
    .secBall .ava p {
        text-align:left;
    }
    .threeSteps  {
        padding: 3rem 1rem 0 1rem;
    }
    .secReviews {
        padding-top: 1rem
    }

    .secGuarantee {
        background: #000;
    }
    .secGuarantee .col-md-9 {
        padding: 20px 10px 0px 10px;
    }
    .secGuarantee img {
        display: block;
        margin: auto;
        padding-bottom: 15px;
    }

    .secGuarantee h3, .secGuarantee p {
        text-align: center;
    }

    .secFull {
        padding: 0
    }


    .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: 150px;
    }

    .compare-2nd-col {
        position: absolute;
        right: 32%;
        top: -22%;
        z-index: 999
    }

    .compare-3rd-col {
        position: absolute;
        right: 0%;
        top: -22%;
        z-index: 999;
    }
}


/* desktop css */


@media (min-width: 769px) {

    /*.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;
    }


    #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;
    }


    .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;
    }
}