body,
html,
img {
    max-width: 100%;
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.hero-text h3 span,
.top-bar p span,
h1 {
    font-weight: 700
}

#hero-box,
.batSec,
.hero-box-one,
.hero-rate p span img,
.hero-text,
.s6Left,
.top-bar,
section {
    position: relative
}

.active,
.text {
    opacity: 1
}

body {
    font-size: 16px;
    color: #121212;
    /* font-family: "Quicksand", sans-serif; */
    font-family: "Inter", sans-serif;
}

body,
html {
    overflow-x: hidden
}

:focus,
:hover {
    outline: 0 !important;
    text-decoration: none !important
}

*,
.ftr-link a,
.nav-rgt a {
    text-decoration: none
}

.btn:focus,
.form-control:focus {
    box-shadow: none
}

* {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    word-wrap: break-word
}

ol,
ul {
    list-style: none
}

.top-bar {
    /* background: #C8C1D5; */
    background: #E1EBFF;
    padding: 7px 0;
    z-index: 999999;
    position: relative;
}

.owl-theme .owl-dots .owl-dot {
    width: auto;
}

.top-deal-icon {
    width: 20px;
}

.top-wrapperbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.top-wrapperbox p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;

}

.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 27s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    color: #121212;
    padding: 0 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;

}


@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


.top-dealbox {
    float: none !important;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.top-dealbox ul {
    position: relative !important;
}



.nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

/* .nav-box {
    width: 33.33%
} */


.logo {
    width: 150px;
    margin-top: 0;
}

.nav-rgt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /* width: 30%;
    height: 90px;
    background: url(../images/nav-bg.png) no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 0 40px 0 30px;
    position: absolute;
    right: 0; */
}


.nav-rgt a {
    font-family: "Inter", sans-serif;
    color: #121212;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px;
    /* border-right: 0.5px solid #BEBEBE; */
}

.nav-rgt a:nth-child(4),
.nav-rgt a:last-child {
    border-right: none;
}

a.order-link {
    color: #fff !important;
    box-shadow: 0px 4px 4px 0px #00000040;
    /* border: 1px solid #FFFFFF; */
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 150px;
    padding: 10px 15px;
    /* background: #1BBA86; */
    background: #FF6E00;
    /* text-transform: uppercase; */
    height: auto !important;
    font-family: "Inter", sans-serif;
}

.bag-icon {
    width: 25px;
    margin-left: 5px;
    margin-top: -5px;
}

.nav-rgt>p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 0px;
}

.nav-rgt>p span {
    color: #DBF800;
}

.nav-rgt-btm-content {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.nav-rgt-btm-content .timer {
    color: #fff;
    display: flex;
    align-items: flex-start;
}

.nav-rgt-btm-content .timer>p {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    font-family: "Poppins", sans-serif;
}


.sec2 {
    padding: 10px 0 0 0;
}

/* .sec2-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.sec2-media-content, .sec2-txt-content{
    width: 50%;
} */
.sec2-content-container .sec2-media-content video,
.sec2-content-container .sec2-media-content img {
    width: 100%;
    height: auto;
}

.sec2-content-container .sec2-media-content video {
    margin-bottom: -6px;
}

.sec1-box-wrapper {
    background: #3A748C;
    padding: 30px;
    border-radius: 24px;
}

.sec1-imgbox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* border-top-left-radius: 24px;
    border-bottom-left-radius: 24px; */
}

.sec2-txt-content {
    width: 100%;
    height: auto;
    padding-left: 15px;
    /* padding: 35px 20px 20px 35px; */
    /* background: #3A748C; */
    /* border-top-right-radius: 24px;
    border-bottom-right-radius: 24px; */
}

.sec2-txt-content h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 20px;
}

.sec2-txt-content h4 span {
    color: #1E3856;
}

.sec2-txt-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.sec2-txt-content p span.yellow-text {
    color: #EFB73E;
    font-weight: bold;
}

.signature-imgbox img {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.sec2-dtls {
    font-size: 18px;
    line-height: 170%;
    font-weight: 600;
}


.sec2-row2 {
    height: 100%;
    background: #F3F3F3;
}

.sec2-pc-wrapper {

    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sec2-pc-row {
    display: flex;
    align-items: center;
}

.sec2-content-container {
    padding: 100px 0;
    background-color: #EAEFF5;
}

.sec2-pc-content {
    width: 53%;
    position: relative;
}

.sec2-pc-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec2-pc-content video {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 15px;
}

.sec2-para-content {
    width: 55%;
    /* min-height: 100%; */
    padding: 25px 16px 25px 70px;
    /* box-shadow: 0px 0px 12px 0px #00000026;
    border-radius: 50px; */
}

.sec2-para-content h3.sec-hdng {
    font-size: 28px;
}

.sec2-para-content h2 {
    /* color: #3D4B3A; */
    color: #00967D;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* .sec2-para-content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
} */

/* .sec2-para-content p span {
    color: #3D4B3A;
    font-weight: 700
} */

.quote-txt {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #121212;
    padding: 0 40px;
    position: relative;
}

.quote-icon {
    width: 32px;
    height: 26px;
    display: block;
    position: absolute;
    margin: 0 4px;
}

.quote-top {
    top: 0;
    left: -26px;
}

.quote-bottom {
    bottom: 0;
    right: -26px;
}

.sign-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    /* text-align: center; */
    color: #121212;
}


h3.sec-hdng {
    font-size: 34px;
    line-height: 120%;
    color: #121212;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

p.sec-para {
    font-size: 24px;
    line-height: 120%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.sec4 {
    padding: 40px 0;
}

.sec4>.container {
    box-shadow: 0px 0px 10px 0px #00000040;
    background: linear-gradient(179.99deg, rgba(225, 235, 255, 0) 0.01%, #E1EBFF 79.69%);
    border-radius: 25px;
    padding: 80px 0 40px;
}

.sec4 .subhead {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.heading2 {
    color: #121212;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 30px;
}

.slider-heading {
    color: #121212;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
}

.sec4-imgbox img {
    width: 100%;
    height: auto;
}

/* .sec4-container {
    padding: 0 30px;
} */

.harm-box {
    background: radial-gradient(59.02% 59.02% at 50% 50%, rgba(80, 118, 144, 0.075) 0%, rgba(23, 34, 42, 0.075) 100%);
    backdrop-filter: blur(40px);
    border-radius: 25px;
    position: relative;
    padding: 20px;
}

.harm-top {
    position: relative;
    top: -40px;
    left: -35px;
    border: 3px solid #9ABBD2;
    backdrop-filter: blur(40px);
    background: #FFFFFF;
    border-radius: 15px;
    padding: 6px 12px;
    /* height: 50px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.harm-box h3 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: -25px;
}

.harm-box img {
    max-width: 142px;
    object-fit: contain;
    display: inline-block;
    padding-right: 5px;
}


.harm-box p,
.harm-box ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
}

.harm-box ul li {
    list-style: disc;
}

.harm-top>p {
    margin: 0;
    font-weight: 700;
    font-size: 21.5px ;
    line-height: 120%;
    letter-spacing: 0%;
    color: #121212;
}


.owl-prev span {
    display: none;
}

.owl-next span {
    display: none;
}

.sec4-content {
    width: 24%;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000001F;
    border-radius: 35px;
}

.sec4-content-container {
    margin-top: 170px;
}

.sec4-content img {
    margin-top: -90px;
}

.sec4-content h4 {
    margin: 30px 0;
    font-size: 22px;
    font-weight: 700;
}

.sec4-content p {
    font-size: 18px;
    margin-bottom: 0;
    min-height: 170px;
}

.sec4-icon {
    width: 100%;
    max-width: 180px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.sec4-contentbox {
    text-align: center;
}

.sec4-heading {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sec4-contentbox p {
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
}



h3.sec-hdng.center {
    font-size: 40px;
}

p.sec-para.center,
h3.sec-hdng.center {
    text-align: center;
}

/* h3.sec-hdng::before,
p.sec-para::before {
    content: ' ';
    position: absolute;
    background: url(../images/hdng-bg.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 7px;
    bottom: 0;
    left: 0;
} */

p.sec-para.center::before {
    left: 50%;
    transform: translateX(-50%);
}

.sec2-para-content h3.sec-hdng+p {
    font-size: 18px;
    line-height: 28px;
    max-width: 480px;
    margin-bottom: 0;
}

h3.sec-hdng span {
    color: #133D8F;
}

.nav-rgt-btm-content .timer>p span {
    font-size: 18px;
}


.save-btn,
.save-btn:hover {
    color: #000000 !important;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px 35px;
    background: #F9D212;
}


.hero-text ul,
.rightSec ul,
.s5CompBox ul {
    padding-left: 0
}

.nav-rgt a:hover {
    color: #3D4B3A
}

.sec2 .btn-box {
    margin-top: 50px;
    align-items: center;
}

.features-sec-hdng h3.sec-hdng {
    text-align: center;
}

.features-sec-hdng h3.sec-hdng::before {
    left: 50%;
    transform: translateX(-50%);
}

.features-sec-txt {
    font-size: 24px;
    font-weight: 600;
}

.features-sec-txt {
    margin-top: 60px;
}

.features-sec-txt img {
    margin-right: 10px;
}

.features-sec-hdng {
    margin-bottom: 20px;
}

.features-sec .btn-box {
    align-items: center;
    margin-left: 0;
    margin-top: 20px;
}

.features-sec-txt+.features-sec-txt {
    margin-top: 90px;
}

.features-sec {
    padding: 30px 0 20px;
    background: #F6F7F9;
}

.features-content {
    color: #121212;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.features-videobox video {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #00000040;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-top: 1px;
}






@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.pulse {
    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
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }
}

@-webkit-keyframes pulse {

    0%,
    100% {
        -webkit-transform: scale(.95)
    }

    50% {
        -webkit-transform: scale(1)
    }
}


.mob-accordian,
.mob-mnu-ic,
.mob-view,
.mobwrapper,
.review-slider .owl-nav,
.slider-one .owl-dots,
.slider-one .owl-nav,
.stepTxt {
    display: none
}

.sec1 {
    width: 100%;
    height: auto;
    /* background: url(../images/sec1-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    background-position: 50% center;
    margin-top: 0px; */
    padding: 60px 0 0px;
    /* min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center; */
}

.animSec .batSec img {
    width: 200px
}

/* .animSec .batSec .sec1 {
    position: absolute;
    left: -16px;
    top: 58px
} */

.animSec .batSec .sec2 {
    position: absolute;
    left: 128px;
    top: 6px
}

.animSec .batSec .sec3 {
    position: absolute;
    left: 205px;
    top: -28px
}

.animSec .batSec .sec4 {
    position: absolute;
    left: 334px;
    top: -71px
}

.animSec .batSec .sec5 {
    position: absolute;
    left: 444px;
    top: -128px
}

.hero-rate p span img {
    bottom: 1px;
    margin-right: 5px
}

.hero-text h3 {
    font-size: 28px
}

.hero-text h1 {
    text-align: left;
    margin-bottom: 10px;
    /* color: #121212; */
    color: #121212;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 120%;
    vertical-align: bottom;

}

.hero-text h1 span {
    color: #6BC530;
    /* background: linear-gradient(0deg, #142D4C 30%, #4D718D 78%);
    background-clip: text;
     */
}

.hero-text h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    background: #009EAA;
    border-radius: 10px;
    padding: 4px 15px;
    text-transform: uppercase;
}

.hero-text h4 {
    font-weight: 400;
    font-size: 21.5px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 20px;
    color: #000000;
}

p.sub-hdng {
    font-size: 18px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bnrStar {
    display: flex;
    align-items: center;
}

.bnrStar .star {
    width: 100%;
    max-width: 72px;
    height: auto;
    margin-right: 10px;
}

.banner-features-wrapper {
    /* display: flex; 
    flex-direction: row;
    flex-wrap: wrap;*/
    margin: 10px 0 30px;
}

.banner-features-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: 10px;
}

.banner-features-box img {
    max-width: 32px;
}

.banner-features-box p {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 8px;
    color: #121212;
}

/* .pro-slider1 {
    background: url(../images/banner-bg.png) no-repeat center / 100% 100%;
} */

.as_seen_on_sec {
    clear: both;
    position: relative;
    z-index: 99;
    margin-top: 0;
    /* box-shadow: 0px -4px 8px -4px #00000040; */
}

.as_seen_on_sec>.container {
    background: #F8F8F8;
}


.as_seen_on_cntnr_desk .slider-collection .owl-carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.as_seen_on_cntnr {
    padding: 13px 0 9px;
    color: #fff;
    float: left;
    width: 100%
}

.as_seen_on_sec .as_seen_on_cntnt_cntnr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    /* background: #fff; */
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}


.features_cntnt img {
    width: 100px;
    object-fit: contain;
    margin-left: 35px;
    height: 65px
}

.as_seen_hdng p {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 0;
    color: #6D6D6D;
    text-align: left;

}

/* sec2 styles  */

.sec2 {
    /* background: url(../images/sec2-bg.png) no-repeat center; */
    /* background-size: cover; */
    padding: 40px 0;
}

.sec2>.container {
    border-radius: 25px;
    background: #E1EBFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.sec2-innerbox {
    padding: 40px;
    padding-right: 25px;
}

.sec2-wrapper {
    max-width: 580px;
    padding: 20px 40px;
}

.sec2 .heading1 {
    color: #121212;
    margin-bottom: 28px;
    font-size: 45px;
}

.sec2 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.sec2-imgbox img,
.sec2-imgbox video {
    width: 100%;
    object-fit: cover;
    height: 350px;
    border-radius: 25px;

}

.essential-hdng p.commonHead b,
.uses-content p {
    color: #ff5c00;
    font-weight: 700
}

.jctkr-wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    text-align: left;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 20
}

.features_cntnr,
.jctkr-wrapper {
    float: left;
    position: relative;
    width: 100%;
    height: 85px;
    overflow: hidden
}

.features_cntnt {
    justify-content: space-between;
    align-items: center;
    animation: 25s linear infinite features_scroll;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0;
    position: absolute
}

.jctkr-wrapper ul li {
    float: left;
    position: relative;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    text-align: center
}

.as_seen_hdng {
    width: 28%;
    float: left;
}

.as_seen_on_cntnr_desk {
    width: 100%;
    float: left;
}

.features_cntnt li {
    position: relative;
    width: 20%;
    height: 100%
}


/* doctor section  */
.doctor {
    background-color: #F9F9F9;
    padding: 50px 0;
}

.doctor-innerdiv {
    background-color: #58895E;
    border-radius: 24px;
    padding: 25px 41px 27px 20px;
    color: #fff;
}

.doctor-innerdiv h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #FFD60A;
}

.doctor-innerdiv h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFD60A;
}

.doctor-innerdiv p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}


.pro-slider img {
    height: 60px;
    object-fit: contain;
    width: 110px;
    padding: 10px;
}

.pro-slider .item {
    text-align: center;
    display: table;
}

.sec3-hdng-content h3 {
    padding-bottom: 20px;
    font-size: 40px;
}

h3.center.sec-hdng::before {
    display: none;
}

.sec3-hdng-content {
    text-align: center;
    margin-bottom: 0px;
}

.sec3-content {
    /* border-radius: 50px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.sec3-content.sec3-content-reverse.highlight {
    background: linear-gradient(90deg, #E1EBFF 0%, rgba(255, 255, 255, 0) 96.63%);
    border-radius: 25px;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
}



p.sub-hdng {
    text-align: left;
}

/* .sec3-main-content .sec3-content:nth-child(odd) {
    background: #F3F3F3;
} */

/* .sec3-main-content .sec3-content:nth-child(even) {
    background: #fff;
} */

.sec3-content-reverse {
    flex-direction: row-reverse;
    padding: 0 20px;
    padding-right: 0;
    padding-left: 0;
}

.sec3-media-content {
    width: 49%;
    position: relative;
}

.sec3-txt-content {
    width: 46%;
}

.sec3-media-content video {
    margin-bottom: -6px;
}

/* .sec3-content-reverse {
    padding-left: 40px;
} */

.sec3-main-content .sec3-content .sec3-txt-content {
    /* padding-left: 70px; */
}



.sec3-content-container .btn-box, .sec4 .btn-box {
    align-items: center;
    margin-top: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.sec5 .btn-box {
    align-items: center;
    margin-top: 20px;
}

section.sec5 {
    padding: 66px 0 46px;
}

.sec3-content-container {
    padding: 40px 0;
    /* background: #69558B24; */
    /* background-color: #FFFCF3; */
}

.sec3-content-container .subhead {
    font-weight: 600;
    color: #121212;
}

.sec3-content-container .heading1 {
    margin-bottom: 60px;
    color: #121212;
}

.sec3-content-container .details {
    max-width: 580px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.sec3-txt-content {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.sec3-countbox {
    width: 25px;
    color: #121212;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
}

/* .sec3-text-inner-content {
    width: calc(100% - 25px);
} */
.sec3-txt-content h5 {
    color: #A9B89E;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sec3-txt-content h4 {
    color: #121212;
    /* color: #2C9DA0; */
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 12px;
    /* max-width: 400px; */
}

.sec3-txt-content h4 span {
    color: #6BC530
}

.sec3-media-content .background-img {
    position: absolute;
    right: -10px;
    z-index: -1;
    top: 0;
    height: 104%;
}

.sec3-hl {
    width: 40px;
    border-top: 4px solid #018DC0;
    opacity: 1;
}

.sec3-txt-content p {
    color: #121212;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    max-width: 390px;
}

.sec3-media-content ul,
.sec3-txt-content ul {
    padding: 0
}

.sec3-media-content ul li,
.sec3-txt-content ul li {
    color: #0A0A0A;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
}

.sec3-media-content ul li img,
.sec3-txt-content ul li img {
    margin-right: 6px;
    width: 20px;
}

.features-list li p {
    max-width: 500px;
}

.sec3-txt-content p strong {
    font-weight: 700;
}


.sec3-media-content video, .sec3-media-content img:first-child {
    width: 100%;
    height: 370px;
    border-radius: 25px;
    object-fit: cover;
    /* border: 1px solid #00000080; */
}

/* .sec3-media-content video {
    box-shadow: 0px 4px 4px 0px #3A748C80;
} */

/* .sec3-media-content video {
    object-fit: cover;
    height: 100%;
    min-height: 362px;
} */

.features-list ul {
    padding: 0;
}

.features-list ul li {
    display: flex;
    align-items: flex-start;
}

.features-list ul li img {
    margin-right: 27px;
    margin-top: 10px;
}

.sec5-hdng-btm {
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.number {
    min-width: 75px;
    height: 75px;
    background: #35495E;
    color: #fff;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 18px;
}

.sec5-para h4 {
    font-size: 30px;
    line-height: 120%;
    margin-top: 20px;
    margin-bottom: 14px;
}

.sec5-content-container {
    margin-top: 20px;
}

.sec5-videobox video {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 340px;
}

.sec5-text-content {
    display: flex;
    margin-top: 35px;
}

.hero-text h2 {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    margin: 20px 0
}

.hero-text h1 span.sub-hdng2 {
    margin-left: 230px
}

.hero-text ul {
    padding-top: 0px;
}

.hero-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}

.hero-text ul li p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    color: #3B3B3B;
}

.save-btn,
.save-btn:hover {
    font-size: 26px;
    color: #fff !important;
    padding: 13px 50px;
    /* padding-right: 0px; */
    text-decoration: none;
    width: 410px;
    text-align: center;
    margin: 0 0 10px;
    /* display: flex;
    justify-content: space-around; */
    font-weight: 600;
    background: #FF7C0E;
    /* border: 2px solid #fff; */
    box-shadow: 0px 4px 4px 0px #00000040;

}

.btn-box p .font-style {
    font-weight: 400;
}

/* .save-btn:hover>span img {
    transform: translateX(15px)
} */

.btn1 {
    font-size: 24px;
    line-height: 27px;
    /* font-family: "Poppins", sans-serif; */
    color: #fff !important;
    padding: 13px 20px;
    /* padding-right: 0px; */
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    /* font-weight: 600; */
    text-transform: uppercase;
    /* border: 1px solid #4B4B4B; */
    font-family: "Inter", sans-serif;
    background: #FF6E00;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.btn1 .btn-right-arrow {
    margin-top: -3px;
    margin-left: 10px;
}

/* .btn1:hover {
    color: #333333 !important;
} */

.btn-box p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    /* font-family: "Quicksand", sans-serif !important; */
}

.btn-box {
    text-align: left;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    align-items: center;
    width: fit-content;
}

.stock-low {
    margin-left: 5px;
    margin-right: 5px;
}

/*
.stock-low-stye {
    color: #FC2201;
    text-transform: uppercase;
}
*/

.hero-text .btn-box {
    align-items: start;
    /* align-items: center; */
    width: fit-content;
    color: #121212;
    margin-top: 30px;
}

.hero-text .btn-box .btn1 {
    /* width: 100%; */
    display: block;
}

.banner-highlight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.bannerBx {
    width: 25%;
    text-align: center;
}

.bannerBx p {
    font-weight: 400;
    font-size: 13.5px;
    color: #0A0A0A;
    margin-top: 8px;
    margin-bottom: 20px;
}

.bannerBx img {
    width: 100px;
    height: 100px;
}

/* .hero-text .btn-box p {
    color: #FFFFFF;
}

.hero-text .btn-box .stock-low-stye {
    color: #FFFFFF;
} */

.hero-text .btn-box .save-btn {
    display: block;
    width: 100%;
}

/* .hero-text .btn-box p {
    font-size: 13px;
    width: auto;
    text-align: center;
} */

.btn-arw {
    position: absolute;
    right: 15px;
    width: 38px;
    height: auto;
}

.b-box {
    background: #2e4db9;
    padding: 15px;
    border-radius: 10px;
    width: calc(20% - 15px)
}

/* .b-box:hover {
    transform: translateY(-10px)
} */


.b-box p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.b-bow-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto
}

#hero-box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 89px;
    /* padding-top: 20px;
    padding-bottom: 15px; */
    padding: 45px 0 0;
}

#hero-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 235px;
    background: #3A748C;
    display: none;
    /* background: linear-gradient(0deg, #C1E8EB 0%, #FFFFFF 100%); */
}

.hero-con {
    /* position: relative; */
    /* overflow: hidden; */
}

.hero-box-one .hero-con>.container {
    background-color: #E1EBFF;
}

.hero-left {
    position: absolute;
    left: -15px;

}

/* #hero-box .container{
    margin-left: 0;
} */

.banner-pc-content {
    position: relative;
    padding-left: 60px;
}

/* .banner-pc-content::before {
    content: ' ';
    position: absolute;
    background: url(../images/bannerpc-side-pc.png) no-repeat 100% 100% / contain;
    width: 290px;
    height: 400px;
    left: -160px;
    bottom: 0;
    z-index: 1;
} */

.banner-reviews-content {
    padding: 14px 10px 15px 10px;
    /* background: #F6F7F9; */
    border: 1px dashed #3A748C;
    border-radius: 15px;
    max-width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.banner-reviews-imgbox img {
    max-width: 35px;
    height: auto;
}

.banner-reviews-inner-content {
    /* width: calc(100% - 70px); */
    /* padding-left: 20px; */
}

.banner-reviews-para p {
    color: #121212;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
    text-align: center;
}

.banner-reviews-details span {
    font-size: 16px;
    line-height: 16px;
    color: #121212;
    font-weight: 400;
}

.banner-reviews-details img {
    margin-right: 8px;
}

.banner-reviews-details span img {
    max-width: 100px;
    margin-right: 0;
    margin-left: 10px;
}

.banner-videobox {
    position: relative;
    padding-right: 0px;
}

.sec3-content.sec3-content-reverse.highlight .sec3-media-content::after,
.banner-videobox::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background: linear-gradient(267.57deg, rgb(255 255 255 / 0%) 5.99%, #e1ebff 92.08%);
}

.sec3-content.sec3-content-reverse.highlight .sec3-media-content::after {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.banner-videobox .money-back {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
}

.banner-videobox video {
    width: 100%;
    height: 650px;
    object-fit: cover;
    /* border-radius: 15px; */
    border-radius: 0;
    margin-bottom: -7px;
}

.video-icon {
    position: absolute;
    top: 40px;
    right: -70px;
    width: 150px;
    height: 150px;
}

.hero-text {
    z-index: 10;
    padding: 0px 0 0px 80px;
}

.usaBx {
    position: absolute;
    top: 11px;
    right: 11px
}

.hero-rate p {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
    /* text-transform: uppercase; */
    text-transform: capitalize;
}


.content-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%
}

#earbuds-table {
    padding: 40px 0 80px;
    /* background-color: #FBFCFE; */
    /* background: #69558B24; */
}

#earbuds-table .heading1 {
    margin-bottom: 30px;
}

#earbuds-table .btn-box {
    margin-top: 40px;
    align-items: center;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

#earbuds-table .sec5-hdng-btm {
    font-weight: 400;
}

#earbuds-table .sec-heading h5 {
    font-size: 20px;
    font-weight: 600;
}

.selSec-wrapper {
    max-width: 422px;
}

.selSec {
    background: #fffdd8;
    border: 2px dashed #ed8e00;
    border-radius: 4px;
    padding: 4px 10px;
    margin-bottom: 20px;
    position: relative;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.selSec p {
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

.selSec img {
    margin-right: 10px;
}



.heading1 {
    /* color: #3D4B3A; */
    color: #121212;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}

.heading1 span {
    color: #6BC530;
}

.sec-heading p.details {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.sec-2-row {
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.device_txt b {
    color: #2e4db8;
    font-size: 24px;
    line-height: 38px
}


.three-steps {
    padding: 40px 0;
    position: relative;
    /* background-color: #69558B24; */
    color: #121212;
}

.three-steps>.container {
    background: #E1EBFF;
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 50px 0;
}

.three-steps .heading1 {
    color: #121212;
}

/* 
.three-steps::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45%;
    background: #3A748C;
    z-index: -1;
} */


/* numbering section  */

.numberIng_sec {
    width: 100%;
    height: auto;
    padding: 30px 0;
    /* background-size: cover;
    background: linear-gradient(180deg, #22BAB1 0%, #1C8193 31.96%),
        linear-gradient(183.88deg, #23BAB1 5.12%, rgba(35, 186, 177, 0) 9.49%); */
}

.numberIng-wrapper {
    width: 100%;
    padding: 0 0
}

.numberIng_sec .custom-container {
    padding: 0 60px
}

.numberIng_sec .heading1 {
    /* margin: 50px 0 50px; */
    margin: 0px 0 40px;
    color: #121212;
    font-size: 48px;
    line-height: 48px;
}

.numberIng-rightbox {
    /* padding-left: 0;
    position: relative;
    top: 20px;
    left: -107px; */
}

.numberIng-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px;
    justify-content: center;
    /* border-bottom: 1px solid #A6CFAB; */
}

.numberIng-iconbox img {
    width: 48px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.numberIng-contentbox {
    width: calc(100% - 48px);
    padding-left: 10px
}

.numberIng-contentbox h3 {
    /* color: #fff; */
    color: #121212;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* min-height: 51px */
}

.numberIng-contentbox p {
    color: #121212;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.numberIng_sec .btn-box p {
    color: #121212;
}

.numberIng-box.box5 {
    width: 380px;
}


.numberIng-middle-imgbox {
    /* margin-top: -80px */
    position: relative;
    /* width: 105%; */
    /* left: -15px; */
}

.numberIng-leftbox {
    /* position: relative;
    left: 66px;
    top: 40px; */
}

/* numbering section  */

.three-steps-inner {
    width: calc(100% - 60px);
    /* max-width: 1300px; */
    margin-left: auto;
    margin-right: auto;
}


.three-steps .heading1 {
    margin-bottom: 40px;
}

.three-steps-box {
    width: 100%;
    padding: 0 20px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    /* box-shadow: 0px 4.68px 14.05px 0px rgba(0, 0, 0, 0.15); */
}

.three-steps-box .step-img {
    max-width: 170px;
    margin: 0 auto;
}

.three-step-inner {
    background-color: #45694A;
    border-radius: 30px;
    padding: 105px 20px 0px 20px;
    min-height: 300px;
    margin-top: -80px;
}

.three-step-inner h5 {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.three-step-inner p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
}

.features-sec-video-wrapper img {
    width: 180px;
    height: 180px;
    margin-bottom: 5px;
    object-fit: cover;
    border-radius: 24px;

}

.features-sec-video-wrapper video {
    width: 100%;
    /* height: 247px; */
    height: 470px;
    object-fit: cover;
    border-radius: 24px;
}

.features-sec-para-wrapper {
    padding-top: 16px;
    /* text-align: center; */
}

.features-sec-para-wrapper h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
}

.step-head {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #121212;
    margin-top: 12px;
    margin-bottom: 12px;
}

.features-sec-para h3 {
    color: #000000;
    font-size: 30px;
    line-height: 120%;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.features-sec-para h3 img {
    width: 30px;
    margin-right: 15px;
}

.features-sec-para p {
    color: #121212;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    max-width: 310px;
    /* margin-left: auto;
    margin-right: auto; */
}



.three-steps .btn-box, .sec4 .btn-box {
    align-items: center;
    margin-top: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.routine-section {
    padding: 30px 0;
}

.routine-section .sec-heading p {
    margin-bottom: 30px;
}



.s3-con-box {
    width: calc(50% - 20px);
    position: relative
}

.s3-con-box img,
.s3-img.s3-con-box video {
    border-radius: 20px
}

.review-box>img:first-child {
    height: 323px;
}

/* .review-wrapper .review-box:nth-child(2) {
    box-shadow: none;
} */


.trip-section .btn-box {
    align-items: center;
    margin-top: 40px;
}


.section6:after,
.section6:before {
    width: 282px;
    height: 294px;
    content: ""
}

.s3-cen-box .s3-text h3 {
    color: #c5eeff
}

.ciscle-2 {
    right: 0;
    top: -150px
}

.ciscle-3 {
    left: 0;
    top: -250px
}



#earbuds-table .save-btn {
    margin-top: 60px;
}

.mob-mnu-ic button {
    outline: 0;
    -webkit-appearance: none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    border: none
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: #000000;
    transition: .4s;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px
}



.dl-active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    background: #000000;
}

.dl-active .bar2 {
    opacity: 0;
}

.dl-active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
    background: #000000;
}

.bar2 {
    margin: 4px 0
}

#nav-bar-section,
#nav-bar-section-mob {
    margin-bottom: 0px;
}

#nav-bar-section .nav-bar,
#nav-bar-section-mob .nav-bar {
    background: #fff;
    /* background: #F9F9F9; */
    /* height: 90px; */
    padding: 0;
    margin-top: -90px;
    top: 90px;
    z-index: 999;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
}

#nav-bar-section .nav-bar.fixed-nav,
#nav-bar-section-mob .nav-bar.fixed-nav {
    position: fixed;
    z-index: 9999;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    margin-top: 0;
    top: -1px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    width: 100%;
    background: #fff;
}

.s5Col1,
.s5Col1 ul li,
.section6 {
    position: relative
}

.section8 .btn-box, .numberIng_sec .btn-box {
    align-items: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.s5Col2 ul li {
    border-bottom: none;
}

/* .s5Col2 ul li:nth-child(even) {
    background-color: #629469;
} */

/* .s5Col1 ul li:nth-child(even),
.s5Col3 ul li:nth-child(even),
.s5Col4 ul li:nth-child(even) {
    background-color: #F5F5F5;
} */



.s5Col3 ul li,
.s5Col4 ul li {
    /* border-bottom: 2px solid rgba(214, 224, 243, 1); */
}

.s5Col2 ul li:last-child,
.s5Col3 ul li:last-child,
.s5Col4 ul li:last-child {
    border-bottom: none;
}

#earbuds-table .save-btn,
#sec-podcast .btn-box,
.section8 .save-btn {
    margin-top: 20px;
}

/* .s5Col1,
.s5CompBox {
    border-radius: 40px;
} */

.s5CompBox {
    display: table;
    width: 75%;
    vertical-align: middle;
    margin: 300px auto 20px;
    /* background: #fff; */
    /* box-shadow: 0px 0px 15px 2px #00000033; */
    /* border: 1px solid #000000; */
}

.s5Col1 {
    float: left;
    width: 36%;
    padding: 0 0 0;
    margin-top: -50px;
}

/* .s5Col1 ul li:last-child {
    border-bottom: none;
} */
.s5Col1 ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 23.5px;
    color: #121212;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
    text-align: left;
    justify-content: flex-start;
    padding-left: 11px;
}

.s5Col1 ul li,
.s5Col2 ul li {
    height: 52px;
    border-bottom: 2px solid #8B8B8B;
}

.s5Col1 ul li:last-child {
    border-bottom: none;
}


/* .s5Col2.s5Col3 ul li:last-child,
.s5Col2.s5Col4 ul li:last-child {
    display: block;
    margin-bottom: -20px;
    margin-top: 10px;
} */

.s5Col2 {
    float: left;
    width: 20%;
    background: #E1EBFF;
    /* background: linear-gradient(180deg, #FBFCFE 0%, #96D7F2 100%); */
    /* background: #58895E; */
    border-radius: 10px;
    margin: -142px 0 -20px;
    /* border: 2px dashed #FFFFFF; */
    /* border: 3px solid #BDDBF6; */
    position: relative;
    z-index: 9;
}

.s5Col2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #121212; */
    /* background: linear-gradient(white, white) padding-box,
        linear-gradient(to bottom, #E6F3F5, #77C6CD) border-box; */
    border-radius: 10px;
    border: 4px solid transparent;
    z-index: -1;
}

.s5Col2.s5Col3 {
    width: 20%;
    background: transparent;
    border: none;
    margin-top: -142px;
    /* box-shadow: 0px 4px 8px 0px #00000040; */
}

.s5Col2.s5Col3::before {
    border: none;
}

.s5Col2.s5Col4 {
    width: 20%;
    background: transparent;
    border: none;
    /* box-shadow: 0px 4px 8px 0px #00000040; */
}

.s5Col2.s5Col4::before {
    border: none;
}

h2.sec-head {
    font-size: 56px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 5px;
}

h2.sec-head span {
    color: #1B9CFD;
    display: block;
}


#review .testName span,
.s5Col2 ul li,
.s5Col2Top p {
    font-size: 16px;
    font-weight: 400;
}

.s5Col2 .s5Col2Top p {
    color: #333;
    /* color: #000000; */
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 0px;
}

.s5Col2 .s5Col2Top p span {
    font-size: 34px;
}

.s5Col3 .s5Col2Top p,
.s5Col4 .s5Col2Top p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    padding-bottom: 0px;
    /* font-family: "Readex Pro", sans-serif; */
}

.com-star1 {
    margin-top: 20px;
}



.money-back-section .btn-box {
    margin-top: 20px;
    align-items: flex-start;
}

.money-back-section .btn-box .btn1 {
    width: 100%
}

/* .acdnList,
.bnrHeading,
.bnrStar,
.bnrText1,
.prod-list,
.prod-s2-row,
.prod-s2-wrap,
.s5Col1 ul,
.s5Col2 ul,
.s5Col2 ul li,
.s5Col2Top,
.section2,
.section3,
.section6 {
    width: 100%
} */

.s5Col2Top p {
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.s5Col2 ul {
    padding-top: 5px
}

.s5Col2 ul li {
    padding: 20px 0;
    color: #121212;
    line-height: 31px;
    text-align: center
}

.s5Col2Prod,
.s5Col3Prod {
    margin: -100px auto 0;
    /* height: auto; */
}

.s5Col3Prod {
    margin: -140px auto 0px;
}

.s5Col4Prod {}

/* .s5Col3Prod {
    scale: 1.6;
} */

/* .s5Col4Prod {
    scale: 1.4;
} */



.s5Col2 ul li:last-child {
    /* border:none; */
    height: 70px;
}

.s5Col2 ul li,
.s5Col2.s5Col3 ul li,
.s5Col2.s5Col4 ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s5Col2Top.s5Col3Top {
    /* background: #585858; */
    padding: 0 10px;
    margin: 0 0 10px 10px;
    border-radius: 10px;
}

.s5Col2.s5Col3 ul {
    padding-top: 0;
    margin-top: 0;
}


.s5Col2Top.s5Col4Top {
    margin-bottom: 10px;
    /* background: #585858; */
    padding: 0 10px;
    margin: 0 10px 10px;
    border-radius: 10px;
}

.s5Col2.s5Col4 ul {
    padding-top: 0;
    margin-top: 0;
}

.s5CompBox ul {
    margin-bottom: 0
}

.s5Col2Top {
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}

.s5CompBox .s5Col2Top img:first-child,
.s5CompBox .s5Col3Top img:first-child {
    height: 120px;
    object-fit: contain;
}

.s5CompBox .s5Col3Top img:first-child {
    /* height: 120px !important;
    margin: -96px auto 0px;
    display: block; */
}

.s5Col2Prod {
    margin-bottom: -0;
    height: 150px !important;
    margin: -130px auto 0;
    /* margin-left: -35px; */
}

.s5Col4Prod {
    margin: -130px auto 0px;
    /* height: 76px !important; */
}

.comp-rating {
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.s5Col2.s5Col4 {
    background: transparent;
    margin-top: -142px;
    border: none;
}

/* .cross {
    width: 21px;
    height: auto;
} */

.s5Col2-checkbox {
    margin-top: -25px;
}





.section6 {
    /* background: linear-gradient(to right, #3060b5 19%, #3060b5 19%, #1e5799 46%, #152a4f 100%); */
    background: #424242;
    overflow: hidden;
    background-size: cover;
    float: none
}

.s6Seal,
.s6SealBg,
.section6:after,
.section6:before {
    position: absolute
}



.s6SealBg {
    top: 0;
    left: 80px
}

.s6Seal {
    top: 97px;
    left: 103px
}

.s6Right {
    float: right;
    width: calc(100% - 500px);
    padding: 5px 0 5px 50px;
    /* text-align: center; */
    font-family: "Poppins", sans-serif;
}

.s6Right h2 {
    color: #121212;
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    font-family: "Poppins", sans-serif;
}

.s6Right .s6-dtls {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #121212;
    max-width: 700px;
    /* margin: 0 auto; */
    font-family: "Poppins", sans-serif;
}

.s6Right .btn-box p {
    color: #121212;
}

.section6 .btn-box {
    display: block;
    text-align: left
}

.section6 .save-btn,
.section6 .save-btn:hover {
    background: #f26a0d;
    border-color: #121212
}

#review .testName span {
    color: #37b72d
}

.testName img {
    margin: -1px 3px 0 11px;
    width: 20px;
}

.review-box p.testName {
    color: #121212;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
    min-height: inherit;
    font-style: normal;
    display: flex;
    align-items: center;
}

.Slides,
.c-text,
.dic-text p,
.ftr-link,
.review-box p,
.s3TxtBx .num-cir p {
    text-align: center;
}

.review-box p {
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    /* min-height: 145px; */
    font-style: italic;
    text-align: left;
    margin-bottom: 0;
}

#review {
    padding: 50px 0 20px;
}

#review h2.sec-head {
    color: #3b3b3b
}

#mob-btn-3.btn-box p,
.accordion,
.s5Col2Top.s5Col3Top p,
.s5Col2Top.s5Col4Top p {
    color: #121212;
    /* color: #121212; */
    /* background-color: #585858; */
}

.review-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0px;
    padding: 0;
}

.review-box {
    width: calc(33.33% - 30px);
    border-radius: 26px;
    box-shadow: 0px 2px 12px 0px #00000026;
    padding: 20px 18px;
    /* min-height: 620px; */
}

.expert-advice-txt .sec-hdng {
    color: #333;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 0;
}

.expert-advice-txt p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 170%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.quote-open {
    position: absolute;
    top: -8px;
    left: -30px;
}

.quote-close {
    position: absolute;
    bottom: -8px;
    right: -30px;
}

.expert-advice-txt p+img {
    margin-top: 20px;
    max-width: 400px;
}

.expert-name {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120% !important;
    font-size: 14px;
}

.expert-years {
    font-size: 16px !important;
    line-height: 120% !important;
    margin-top: 10px;
}

.expert-advice-sec {
    padding: 60px 0;
    background-color: #E9F6FF;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
}

.expert-advice-pc,
.expert-advice-pc img {
    height: auto;
    border-radius: 25px;
}

.expert-advice-txt {
    text-align: center;
    padding: 0 30px;
}

.expert-rating {
    max-width: 140px;
    height: auto;
    margin-bottom: 20px;
}



.review-slider {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px
}

#review .save-btn {
    margin-top: 30px;
}

#review .sec-3-head h2 span {
    color: #0f4c48
}

.authSec {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.authorP {
    width: 40px;
}

.nameSec {
    margin-left: 10px;
    color: #828282;
    font-size: 12px;
}

.nameSec span {
    display: flex;
    align-items: flex-start;
}

.nameSec span.reviewer-state {
    color: #828282;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}

.nameSec span img {
    margin-left: 2px;
}


.reviews-wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #A4A4A4;
}

.reviewer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.review-heading {
    color: #3B3B3B;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.review-details {
    color: #121212;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    max-width: 520px;
    margin-bottom: 15px;
}

.review-prod-img {
    width: 100%;
    max-width: 223px;
    height: auto;
}

.review-details2 {
    color: #8A8A8A;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 10px;
}

.testName {
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}



.reviewSec {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1000px;
    margin: 40px auto 0;
}

/* #review {
    padding: 50px 0;
} */

#review h3.sec-hdng {
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
}

.reviewSec {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    max-width: 1000px;
    margin: 40px auto 0;
}

.reviews-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    width: calc(25% - 12px);
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px;
}

.testName {
    font-size: 14px;
    font-weight: 700;
    color: #121212;
}

.testName img {
    margin: -1px 3px 0 11px;
    width: 20px;
}

#review .testName span {
    color: #37b72d;
}

#review .testName span {
    font-size: 16px;
    font-weight: 400;
}

.trust-review {
    width: 100%;
    max-width: 1000px;
}

.review-details2 {
    color: #8A8A8A;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 10px;
}

.review-heading {
    color: #121212;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.review-details {
    color: #121212;
    font-weight: 400;
    font-size: 14px;
    /* font-style: italic; */
    font-family: "Roboto", sans-serif;
    line-height: 150%;
    margin-bottom: 15px;
}

.starSec {
    display: flex;
    align-items: flex-start;
    gap: 1px;
    margin-top: 15px;
}

.usa {
    max-width: 48px;
    height: auto;
}

.after-testName {
    width: 100%;
    color: #828282;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}

.s5Col2 ul.s5Col2-checkbox li:last-child {
    position: relative;
    /* height: 75px; */

}

/* .s5Col2 ul.s5Col2-checkbox li:last-child::after{
         position: absolute;
         content: '';
         top: 100%;
         height: 16px;
         width: 100%;
         background-color: #58895E;
          border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
     } */


#review .btn-box {
    align-items: center;
    margin-top: 40px;
}

.new-banner-section {
    background: #58895E;
    padding: 70px 27px 70px 39px;
    border-radius: 16px;
    /* margin-bottom: 50px; */
}

.new-banner-section .hero-text p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.new-banner-section .hero-text p span {
    color: #A9B89E;
    font-weight: 700
}

.new-banner-section .hero-text h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    /* padding-left: 41px; */
}

.new-banner-section .hero-text h6 span {
    font-weight: 400;
    /* color: #828282; */
}

.new-banner-section .hero-text {
    width: 100%;
    height: auto;
    /* padding-left: 20px; */
    /* background: #3A748C; */
    /* border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 55px 40px 40px 80px; */
}

.new-banner-section .hero-text ul li p {
    color: #fff;
}

.new-banner-section .hero-text .btn-box {
    align-items: start;
}

.new-banner-section .hero-text .btn-box .btn1 {
    width: max-content;
    display: block;
}


.section8 {
    padding: 48px 0 50px;
    /* background: #69558B24; */
    background-color: #fff;
}

.section8 .heading1 {
    margin-bottom: 40px;
}

.section8 .heading1 a,
.section8 .heading1 a:hover {
    color: #000 !important;
    text-decoration: none;
}

.section8 .heading1 span img {
    margin-left: 30px;
    max-width: 35px;
}

.section8 .heading1 span img {
    margin-left: 30px;
    max-width: 35px;
    margin-top: -10px;
}

.closer-container,
.faq-container {
    vertical-align: top;
    max-width: 920px;
    width: 100%;
    margin: 15px auto;
    float: none;
    overflow: hidden
}

.up-slide-dwn {
    float: left;
    width: 100%;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #bfbfbf;
    /* -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1); */
    /* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1); */
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 20px 10px 20px;
    position: relative;
    left: 50%;
    /* border-radius: 8px; */
    transform: translateX(-50%);
}

.up-slide-dwn:last-child {
    margin-bottom: 20px;
}

.accordion {
    background: url(../images/close.png) 100% center no-repeat;
    padding: 13px 45px 10px 0;
    font-size: 18px;
    line-height: 30px;
    color: #121212;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.accordion span {
    color: #121212;
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    padding-right: 5px;
}

.acdn-heading.active {
    background: url(../images/open.png) 100% center no-repeat;
    border: none;
}

.acdn-content {
    display: none;
    transition: background-color .3s;
    font-family: "Inter", sans-serif
}

.up-slide-dwn .acdn-para.d-md-flex span:first-child {
    width: calc(20% - 10px)
}

.up-slide-dwn .acdn-para.d-md-flex span:last-child {
    width: calc(80% - 10px)
}

/* get-vita-feet section  */

.get-vita-feet {
    padding: 80px 0 60px 0;
    background-color: #F5F8FF;
    background: url(../images/get-bg@4x.png) no-repeat center;
    /* object-fit: cover; */
    /* position: relative; */
}

/* .get-img-lady{
    position: absolute;
    max-width: 900px;
    top: 0;
    left: 0;
    width: 100%;
} */

.get-vita-box {
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 20px;
}

.get-vita-box h2.heading1 {
    margin-bottom: 16px;
}

.get-vita-box .limited-box h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.get-vita-box .limited-box h4 span {
    font-size: 24px;
    line-height: 32px;
    color: #FB2C36;
}

.get-vita-box .vita-text {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 16px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #E5E7EB;
}

.get-vita-box .limited-box .ending {
    color: #737373;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
}

.get-vita-box .btn1 {
    width: 100%;
}


.dic-text p {
    /* color: #7C7C7C; */
    font-size: 14px;
    margin-bottom: 0;
    /* font-family: Poppins, sans-serif; */
}

.c-text {
    color: #fff;
    /* font-family: Poppins, sans-serif; */
}

.ftr-link,
.ftr-link a,
.c-text {
    color: #121212;
}

footer {
    padding: 30px 0;
    background-color: #fff;
    color: #121212;
    background: #F2F2F2;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.ftr-logo {
    width: 264px;
}

.ftr-link {
    margin-top: 20px;
}

.ftr-link a {
    padding: 2px 8px;
    font-size: 16px;
    font-weight: 400;
}

.c-text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.hero-text h1 span.blue {
    position: relative;
}

.hero-text h1 span.blue::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #ceedfe;
    bottom: 0;
    z-index: -1;
}

.review-slider .owl-carousel .owl-item img {
    width: auto;
    display: inline;
    margin-bottom: 10px !important
}

.review-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.review-slider .owl-theme .owl-dots .owl-dot.active span,
.review-slider .owl-theme .owl-dots .owl-dot:hover span {
    /* background: #3A748C !important; */
    background: #3D4B3A !important;
}

.review-slider .owl-theme .owl-dots .owl-dot span {
    background: #D9D9D9;
}

/*
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3A748C !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #D6D6D6;
}
*/

.review .btn-box {
    align-items: center;
}

/* .features-sec-video-wrapper {
    text-align: center;
    height: 270px;
} */

/* .features-sec-video-wrapper video,
.features-sec-video-wrapper img {
    width: 100%;
    max-width: 100%;
} */

.features-sec-para {
    display: flex;
    flex-wrap: wrap;
}

.video-sec1 {
    /* margin: 20px 0 70px; */
    background-color: #585858;
}

.video-sec1 .container {
    /* background: #3D4B3A; */
    /* margin-top: -23px; */
    position: relative;
    z-index: 99;
    border-radius: 24px;
}

.green-bg {
    margin-left: 40px;
    padding: 20px 0px;
}

.green-bg .hero-rate p {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize
}

.green-bg h1 span {
    color: #3D4B3A;
    font-weight: 700;
    font-size: 48px;
    background: #A9B89E;
    padding: 5px 20px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 20px;
}

.green-bg h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #FFD60A;
    margin-bottom: 30px
}

.green-bg ul {
    padding: 0
}

.green-bg ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.green-bg ul li img {
    margin-right: 8px;
    width: 20px;
}

.video-sec1 video {
    /* margin-bottom: -7px; */
    /* border-radius: 24px; */
}

.step {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3A748C;
    /* border: 5px solid #fff; */
    /* margin-left: auto;
    margin-right: auto; */
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
}

.features-sec-para-inner-content {
    /* width: calc(100% - 60px); */
    width: 100%;
    /* padding-left: 15px; */
    margin: 0 auto;
    color: #121212;
}

.features-sec-para-inner-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.review-box .review-head {
    font-weight: 700;
    color: #3b3b3b;
    font-size: 20px;
    line-height: normal;
    text-align: left;
    min-height: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ctabtn-mob {
    background: 0 0;
    padding: 7px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    transition: bottom 1s;
    display: table;
    width: 100%
}

#ctabtn-mob .btn-box {
    width: 100%
}

/* .hero-con .container {
    max-width: 1280px
} */


.bnr_bg {
    position: absolute;
    left: 0;
    width: 61%;
    height: 100%;
    object-fit: cover;
    z-index: 9
}

.money-back-section {
    background: linear-gradient(283.3deg, #E1EBFF 63.32%, #FFFFFF 100%);
    position: relative;
    padding: 40px 0;
    color: #fff;
}

.money-back-mob-img {
    max-width: 80%;
    margin: 0 auto;
}

.btn-box.money-back-btn-box {
    width: 380px;
    margin-top: 34px;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.s3TxtBx {
    width: 50%
}

.s3TxtBx h3 {
    font-family: Raleway, sans-serif;
    font-weight: 800;
    margin: 0 0 10px 20px;
    font-size: 40px;
    color: #fff
}

.s3TxtBx p,
.sec3-con-3.box-4 ul li,
.text {
    font-family: Manrope, sans-serif
}

.s3TxtBx p {
    font-size: 20px;
    color: #fff;
    line-height: 33px
}

.s3TxtBx .num-cir {
    position: static
}

.s3TxtBx .num-cir p {
    font-weight: 600;
    color: #2e4db8;
    font-size: 20px;
    display: table;
    line-height: 50px;
    width: 50px;
    font-family: Poppins, sans-serif;
    padding-right: 0
}

.textslide-container {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.Slides {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .6);
    margin: 0 10px;
    transition: opacity 1.5s
}

.text {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

.Slides.active {
    background: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .3)
}

.Slides.active .text {
    color: #2f4fbb;
    font-weight: 800
}



.s3-box.box-1 video,
.s3-box.box-5 video {
    height: auto;
    object-fit: fill
}

.s3-box.box-4 video {
    height: 500px;
    object-fit: cover
}

.s3-box.box-5 {
    background-color: #f4f3f8;
    align-items: center
}

.acdn-para+ul li {
    list-style-type: disc
}

.only-text,
.sub-hdng2 {
    font-size: 42px
}

.text-charge {
    margin-left: 50px
}

.hourglass {
    animation: 2.5s ease-in-out infinite forwards rotateP
}

.carouselBx-wrapper {
    display: none;
}

.as_seen_on_cntnr_mob {
    display: none;
}

@keyframes rotateP {
    0% {
        transform: rotate(0)
    }

    100%,
    50% {
        transform: rotate(180deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(00deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.dot-fade {
    animation: 1s ease-in-out infinite fade
}

@keyframes fade {

    0%,
    100%,
    70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

#toggle-faq img {
    transition: all 0.7s ease-in-out;
}

#toggle-faq img.rotate {
    transform: rotate(180deg);
}

#toggle-faq1 img {
    transition: all 0.7s ease-in-out;
}

#toggle-faq1 img.rotate {
    transform: rotate(180deg);
}




.offer-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #E9F6FF;
    border: 1px dashed #40301F;
    padding: 40px 20px;
}

.offer-contentbox {
    text-align: center;
}

.offer-heading {
    font-weight: 600;
    font-size: 38px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 10px;
}

.offer-heading span {
    color: #BF1313;
}

.offer-detls {
    font-size: 15px;
}

.special-discountbox {
    background: #fff;
    border-radius: 24px;
    padding: 20px 30px;
    max-width: 465px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.offer-time-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-time-wrapper h6 {
    color: #121212;
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;

}

.time-counterbox {
    padding-left: 20px;
}

.watchSec {
    text-align: center
}

.watchSec span {
    color: #E86E16;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
}

.watchSet {
    text-align: center
}

.watchSet span {
    color: #121212;
    font-weight: 500;
    font-size: 12.5px;
    line-height: 18.75px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    padding: 0 5px;
    min-width: 58px;
    display: inline-block;
}

.discount-heading1 {
    color: #BF1313;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
}

.discount-heading2 {
    color: #121212;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
}

.offer-icons-wrapper {
    margin-top: 15px;
}

.offer-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.offer-contentbox {
    padding-left: 10px;
}

.offer-contentbox h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.offer-heading2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;

}

.discount-button {
    color: #0C8B4B;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}

.discount-button:hover {
    color: #0C8B4B !important;
    text-decoration: underline !important;
}

#ctabtn-mob {
    display: none !important;
}


.steps-new {
    background-color: #fff;
    padding: 50px 0;
}

.sleep-box {
    border-radius: 24px;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.sleep-box::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 50.07%, #121212 100%);
    z-index: 1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sleep-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.sleep-box .sleep-count {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 10px;
    z-index: 2;
}

.sleep-count h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 5px;
}

.sleep-count p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 5px;
}


.travellers {
    padding: 60px 0 30px;
}

.travellers .heading1 {
    margin-bottom: 60px;
}

.travellers .subhead {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #0C2539;
}

.traveller-box {
    border: 1px solid #D7D7D7;
    border-radius: 20px;
}

.travel-img-box {
    position: relative;
}

.travel-img img {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 5px;
}

.travel-img video {
    height: 445px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.traveller-name {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 7px;
    left: 16px;
    font-size: 15px;
    /* width: 80%; */
    font-weight: 700;
    font-family: "Kantumruy Pro",sans-serif;
    margin-bottom: 0;
}

.traveller-name .verified {
    margin-left: 5px;
}

.travel-cont {
    padding: 16px;
}

.travel-star {
    max-width: 90px;
    margin-bottom: 16px;
}

.travel-txt {
    min-height: 70px;
}

.travel-cont p {
    font-weight: 300;
    font-size: 16px;
}

.travel-cont p.cont-head {
    font-size: 20px;
    font-weight: 500;
    color: #121212;
}

.table-star {
    width: 100px;
}

#earbuds-table .sec-3-head p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    color: #121212;
}


/* section 9 */

.sec9-content-container {
    /* background-color: #f2f8fd; */
    background: url('../images/sec9-bg.png') no-repeat bottom;
    /* background-repeat: repeat; */
    background-size: cover;
    padding: 0 0 100px;
}

.sec9-offer-card {
    background-color: #005B74;
    color: white;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 20px;
}

.sec9-rev-count {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    line-height: 137%;
    margin-bottom: 30px;
}

.sec9-head {
    font-family: 'Baloo Bhai 2', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.timer-box {
    background-color: #fff;
    border-radius: 24px;
    width: 100%;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.countdown-timer {
    color: #121212;
    font-family: 'Work Sans', sans-serif;
}

.limited-txt {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 20.56px;
    line-height: 34.53px;
    letter-spacing: 0%;
    text-align: center;
    color: #121212;
    margin-right: 20px;
}

.countdown-timer span {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 43.85px;
    line-height: 34.53px;
    letter-spacing: 0%;
    text-align: center;
    color: #E86E16;
}

.countdown-timer small {
    font-weight: 500;
}

.off-text {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25.2px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
}

.spcl-offr {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.sec9-list {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-left: 0; */
    /* margin-left: 0; */
}

.sec9-list li {
    flex: 0 0 45%;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20.2px;
    letter-spacing: 0%;
    margin-bottom: 12px;
    padding-left: 1rem;
    position: relative;
}

.sec9-list li::after {
    position: absolute;
    content: '';
    top: 0;
    left: -15px;
    background: url(../images/green-tick.png) no-repeat center;
    background-size: cover;
    height: 18px;
    width: 18px;

}

.sec9-product-image img {
    max-width: 100%;
    height: auto;
}

.transformation {
    padding: 40px 0;
}

.transform-box {
    background: #E1EBFF;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.transform-box .imgbox img {
    height: 350px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
    margin-bottom: 5px;
}

.transform-cont {
    padding: 10px 15px;
    padding-bottom: 25px;
}

.transform-cont p {
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}

.reviewer-box p {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    font-style: normal;
}

.reviewer-box .verified {
    max-width: 130px;
}

/* hero-bottom section  */

.hero-box-one.hero-bottom .hero-con>.container {
    background-color: #fff;
}

.hero-box-one.hero-bottom .banner-videobox video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: -7px;
}

.hero-box-one.hero-bottom .banner-videobox::after {
    display: none;
}

/* closer-look section  */

.closer-look {
    padding: 40px 0;
}

.closer-look>.container {
    background: #E1EBFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    padding: 50px;
}

.closer-look .heading1 {
    font-weight: 800;
    line-height: 120%;
}

.closer-look .closer-container .up-slide-dwn {
    border-bottom: 1px solid #000000;
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 5px 20px 5px 20px;

}

.closer-look .closer-icon {
    padding: 10px 5px 10px 0;
    float: left;
    width: 60px;
    height: auto;
}

.closer-look .closer-content {
    float: left;
    width: 100%;
}

.sec2.sec2-bottom .sec2-imgbox img,
.sec2.sec2-bottom .sec2-imgbox video {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 25px;
}

.sec2.sec2-bottom .heading1 {
    margin-bottom: 20px;
}

.sec2.sec2-bottom p {
    font-size: 20px;
}

.hero-box-one.hero-bottom {
    padding-bottom: 40px;
}

.harmp-p img {
    float: left;
    padding-right: 7px;
    margin-top: 5px;
    width: 120px !important;
    height: 100px;
}


.harm-p,
.harm-box ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 30.61px;

}

.harm-top>p {
    margin: 0;
    font-weight: 700;
    font-size: 21.5px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #121212;
}

.closer-container .up-slide-dwn.addbg {
    background: #FFFFFF80;
}


  .design-build-sec .swiper-scrollbar-drag {
        background: #9ABBD2;
    }

    .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 5%;
    bottom: 3px;
    z-index: 50;
    height: 10px;
    width: 90%;
    margin: 0 auto;
}

.faq-container .accordion{
        background: url(../images/close-circle.png) 100% center no-repeat;
}

.faq-container .acdn-heading.active {
    background: url(../images/open-circle.png) 100% center no-repeat;
}

.swiper-scrollbar-drag{
    background: #9ABBD2;
}

.closer-prod img{
    display: block;
    margin: 0 auto;
    object-fit: contain;
}