body,html,img{
    max-width:100%
}
*,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0
}
.hero-text h3 span,.top-bar p span,h1{
    font-weight:700
}
body{
    font-family:"Inter",sans-serif
}
#hero-box,.batSec,.hero-box-one,.hero-rate p span img,.hero-text,.s6Left,.top-bar,section{
    position:relative
}
.active,.text{
    opacity:1
}
body{
    background-size:cover;
    font-size:16px;
    color:#000
}
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
}
a:hover{
    color:#1477bd!important
}
ol,ul{
    list-style:none
}
.nav-rgt a,a.order-link{
    font-family:"Inter",sans-serif;
    color:#fff
}
.nav-wrapper{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    background: url(../../images/index-v1/nav-bg.png) no-repeat;
    background-size: 36%;
    background-position: top right;
}
.nav-box{
    width:33.33%
}
.nav-cen,.sec-3-head{
    text-align:center
}
.nav-rgt {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.nav-rgt > p {
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 7px;
}
.nav-rgt > p span {
    color: #DBF800;
}
.nav-rgt-btm-content {
    display: flex;
    align-items: center;
    margin-top: 6px;
}
.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;
}
.s5Col1 ul li:last-child{
    border-bottom: none;
}
.sec2-content-container {
    padding: 76px 0 67px;
}
.sec2-pc-content {
    width: 48%;
    position: relative;
}
.sec2-para-content {
    width: 50%;
    margin-top: -10px;
}
.sec2-para-content h3 {
    margin-bottom: 27px;
}
h3.sec-hdng {
    font-size: 35px;
    font-weight: 700;
    line-height: 120%;
}
h3.sec-hdng span{
    color: #FF9911;
}
.sec2-para-content p {
    font-size: 14px;
    line-height: 29px;
    margin-top: 22px;
    margin-bottom: 0;
}
.sec3-txt h3.sec-hdng {
    max-width: 517px;
    font-size: 32px;
}
.sec3-main-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F6F7F9;
    padding: 40px 50px;
    border-radius: 68px;
}
.sec3-txt {
    width: 44%;
}
.sec3-pc video{
    border-radius: 50px;
}
.sec3-txt p {
    margin-top: 31px;
    font-size: 14px;
    line-height: 31px;
    max-width: 580px;
}
.sec3-pc {
    width: 50%;
}
.nav-rgt-btm-content .timer > p  span{
    font-size: 18px;
}
.nav-rgt a{
    text-transform:uppercase;
    font-weight:400
}
.save-btn,.save-btn:hover,a.order-link{
    font-weight:600;
    border-radius:50px;
    background:#FF8800
}
a.order-link {
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
    padding: 6px 20px;
    font-size: 14px;
    margin-left: 10px;
}
.hero-text ul,.rightSec ul,.s5CompBox ul{
    padding-left:0
}
.nav-rgt a:hover{
    color:#4e46ff
}
.sec2-content-container .btn-box{
    margin-top: 50px;
    align-items: center;
}
.features-sec-txt {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    display: flex;
    align-items: flex-start;
}
.features-sec-txt{
    margin-top: 0;
}
.features-sec-txt img, .features-sec-txt video {
    margin-right: 15px;
    min-width: 62px;
    object-fit: contain;
}
.features-sec-txt video{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
}
.features-sec-hdng {
    margin-bottom: 80px;
}
.features-sec-para p {
    font-size: 18px;
}
.features-sec .btn-box {
    align-items: center;
    margin-left: -70px;
    margin-top: 50px;
}
.features-sec-txt + .features-sec-txt {
    margin-top: 34px;
}
.features-content2 {
    padding: 0;
}
section.features-sec {
    padding: 53px 0 52px;
}
@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)
    }
}
.btn-box p,.hero-text .btn-box p,.save-btn,.save-btn:hover{
    font-family:Poppins,sans-serif
}
.mob-accordian,.mob-mnu-ic,.mob-view,.mobwrapper,.review-slider .owl-nav,.slider-one .owl-dots,.slider-one .owl-nav,.stepTxt{
    display:none
}
.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;
    width: 225px;
}
.hero-text h3{
    font-size:28px
}
.hero-text h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 107%;
    font-family: "Inter",sans-serif;
    text-align: left;
    color: #000;
}
p.sub-hdng {
    font-size: 16px;
    line-height: 26px;
    font-family: "Inter",sans-serif;
    font-weight: 500;
    color: #3B3B3B;
    margin-top: 30px;
    max-width: 510px;
}
.pro-slider1 {
    background: url(../../images/index-v1/banner-bg.png) no-repeat center / 100% 100%;
}
.hero-con .container .row .col-md-6{
    width: 47%;
}
.hero-con .container .row .col-md-5{
    width: 44.666667%;
}
.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: 10px 0;
}

.as_seen_on_sec {
    clear: both;
    position: relative;
    z-index: 99;
    top: 0;
    background: #000;
}

.features_cntnt img {
    width: 100px;
    object-fit: contain;
    margin-left: 35px;
    height: 65px
}

.as_seen_hdng p {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    font-weight: 500
}

.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 {
    margin-left: 16px;
    width: 25%;
    float: left;
}
.as_seen_hdng p {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}
.as_seen_on_cntnr_desk {
    width: 70%;
    float: left;
}
.features_cntnt li {
    position: relative;
    width: 25%;
    height: 100%
}
 .pro-slider img {
     height: 75px;
     object-fit: contain;
     width: 116px;
     padding: 10px;
}
 .pro-slider .item {
     text-align: center;
     display: table;
}
.sec3-hdng-content h3 {
    padding-bottom: 20px;
    font-size: 40px;
}
.sec3-hdng-content {
    text-align: center;
    margin-bottom: 20px;
}
.sec3-content {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
p.sub-hdng{
    text-align: left;
}
.sec3-content-reverse{
    flex-direction: row-reverse;
    padding: 20px;
    padding-right: 0;
    padding-left: 0;
}
.sec3-txt-content {
    width: 47%;
}
.sec3-content-container .btn-box, .sec4 .btn-box{
    align-items: center;
    margin-top: 70px;
}
.sec5 .btn-box {
    align-items: center;
    margin-top: 55px;
}
section.sec5 {
    padding: 66px 0 46px;
}
.sec2-content-container .row {
    padding: 0px 50px;
}
.sec3-txt-content h4 {
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    max-width: 500px;
}
.sec3-txt-content p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    max-width: 530px;
    color: #000;
}
div.sec3-content-container {
    padding: 41px 0 46px;
    background-color: #FAFAFA;
}
.sec3-txt-content p b{
    font-weight: 700;
}
.features-list li p{
    max-width: 500px;
}
.sec3-txt-content p strong{
    font-weight: 700;
}
.sec3-media-content {
    width: 48%;
    position: relative;
}
.sec3-media-content video,.sec3-media-content img:first-child  {
    width: 100%;
    border-radius: 20px;
}
.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: #868686;
    color: #fff;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 18px;
}
.hear-customers-hdng {
    font-size: 40px;
    line-height: 120%;
    color: #3B3B3B;
    font-weight: 700;
    margin-bottom: 38px;
}
.hear-customers-det {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 14px;
}

.hear-customers-det p.grnTxt {
    margin-bottom: 0;
    margin-left: 10px;
    color: #1AC70E;
    font-family: 'Inter',sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.hear-customers-det img {
    margin-right: 18px;
}

img.testStar {
    margin-bottom: 10px;
}

.hear-customer-main-cntnt-hdng {
    font-size: 22px;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 15px;
}

p.hear-customer-main-cntnt-para {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 23px;
}
.helpful-cntnt {
    font-size: 14px;
    line-height: 17px;
    color: #8A8A8A;
    padding: 30px 0;
    border-bottom: 1px dashed #A4A4A4;
    margin-bottom: 38px;
}
section.hear-customers-sec {
    padding: 81px 0 17px;
}
.sec5-para h4 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 14px;
}
.sec5-content-container {
    margin-top: 50px;
}
.sec5-hdng {
    text-align: center;
}
video.sec5-pc {
    border-radius: 20px;
}
.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:10px
}
.hero-text ul li{
    display:flex;
    align-items:center;
    gap:10px;
    padding-bottom:10px
}
.hero-text ul li p {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    font-family: "Inter",sans-serif;
    color: #000;
}
.save-btn, .save-btn:hover {
    font-size: 26px;
    color: #fff!important;
    padding: 13px 50px;
    padding-right: 0px;
    text-decoration: none;
    width: 340px;
    text-align: center;
    margin: 0 0 10px;
    display: flex;
    justify-content: space-around;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    background: #FF9911;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.save-btn:hover>span img{
    transform:translateX(15px)
}
.btn-box p {
    font-size: 10px;
    margin-top: 5px;
    font-weight: 500;
    width: 380px;
    text-align: center;
}
.btn-box{
    text-align:left;
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}
.hero-text .btn-box{
    align-items: center;
    width: fit-content;
    color: #000;
}
.hero-text .btn-box p {
    font-size: 13px;
    width: auto;
    text-align: center;
}
.b-box{
    background:#2e4db9;
    padding:15px;
    border-radius:10px;
    width:calc(20% - 15px)
}
.b-box:hover{
    transform:translateY(-10px)
}
.sec1:after,.sec2:after{
    transform:translateX(-50%)
}
.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
}
.banner-pc-content {
    position: relative;
}
.banner-pc-content::before {
    content: ' ';
    position: absolute;
    background: url(../../images/index-v1/bannerpc-side-pc.png) no-repeat 100% 100% / contain;
    width: 420px;
    height: 450px;
    left: -200px;
    bottom: 0;
}
.numberIng_sec .btn-box p{
    color: #fff;
}
.hero-text{
    color:#fff;
    z-index:10;
    padding:30px 0
}
.usaBx{
    position:absolute;
    top:11px;
    right:11px
}
.hero-rate p {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 18px;
    font-family: "Poppins",sans-serif;
    color: #000;
}
h2.sec-head {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Inter",sans-serif;
}
.content-wrapper{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    height:100%
}
#earbuds-table {
    padding: 45px 0 33px;
    background: #FCFCFC;
}
#earbuds-table .sec5-hdng-btm{
    font-weight: 400;
}
.selSec {
    max-width: max-content;
    background: #fffdd8;
    border: 2px dashed #ed8e00;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 23px;
    position: relative;
}
.selSec p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: Poppins,sans-serif;
    margin-bottom: 0;
}
.selSec img {
    margin-right: 10px;
}
.selSec:before {
    position: absolute;
    content: "";
    background: url(../../images/index-v1/dwn-arw.png) no-repeat;
    width: 26px;
    height: 16px;
    top: 45px;
    left: 50%;
}
.heading1 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Inter",sans-serif;
    margin-bottom: 10px;
}
.sec-heading p.details{
    font-family: "Inter",sans-serif;
    font-weight:400;
    font-size:20px
}
.sec-2-row{
    display:flex;
    align-items:flex-end;
    justify-content:center
}
.device_txt b{
    color:#2e4db8;
    font-size:24px;
    line-height:38px
}
.sec-2-row img{
    margin:0 10px;
    width:170px
}
.sec1:after,.sec1:before,.sec2:after,.sec2:before{
    position:absolute;
    content:""
}
.sec1:before{
    background:url(../../images/index-v1/right-img.png) no-repeat;
    right:0;
    top:0;
    width:686px;
    height:700px
}
.sec1:after{
    background:url(../../images/index-v1/part1.png) no-repeat;
    left:50%;
    top:93%;
    width:800px;
    height:379px
}
.sec2:before{
    background:url(../../images/index-v1/left-img.png) no-repeat;
    left:0;
    top:0;
    width:686px;
    height:700px
}
.sec2:after{
    background:url(../../images/index-v1/part2.png) no-repeat;
    left:50%;
    top:93%;
    width:800px;
    height:379px
}
.sec1.sec3:after{
    width:0
}
.sec2{
    margin:311px 0
}
.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;
}
.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
}
.s5Col1,.s5Col1 ul li,.section6{
    position:relative
}
.section8 .btn-box, .numberIng_sec .btn-box {
    align-items: center;
}
.s5Col1 ul li,.s5Col2 ul li{
    height:70px;
    border-bottom: 2px solid #ECECEC;
}
#earbuds-table .save-btn,#sec-podcast .btn-box,.section8 .save-btn{
    margin-top:40px
}
#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:#fff;
    transition:.4s;
    -webkit-border-radius:2px 2px 2px 2px;
    border-radius:2px
}
.s5Col1,.s5CompBox{
    border-radius:20px
}
.dl-active .bar1{
    -webkit-transform:rotate(-45deg) translate(-5px,5px);
    transform:rotate(-45deg) translate(-5px,5px);
    background:#fff
}
.dl-active .bar2{
    opacity:0
}
.dl-active .bar3{
    -webkit-transform:rotate(45deg) translate(-5px,-5px);
    transform:rotate(45deg) translate(-5px,-5px);
    background:#fff
}
.bar2{
    margin:4px 0
}
#nav-bar-section{
    margin-bottom:80px
}
#nav-bar-section #nav-bar {
    background: #fff;
    height: 82px;
    padding: 0;
    margin-top: -80px;
    top: 80px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
    z-index: 999;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
    position: relative;
}
#nav-bar-section #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;
}
.s5CompBox {
    display: table;
    width: 80%;
    vertical-align: middle;
    margin: 196px auto 0;
    background: #fff;
    box-shadow: 0px 0px 15px 2px #00000033;
}
.s5Col1{
    float:left;
    width:37%;
    padding: 92px 0 0;
}
.s5Col1 ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 23.5px;
    color: #3b3b3b;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    text-align: left;
    justify-content: flex-start;
    font-family: "Inter",sans-serif;
    padding-left: 35px;
}
.s5Col2.s5Col3 ul li:last-child, .s5Col2.s5Col4 ul li:last-child {
    display: block;
    margin-bottom: -20px;
    margin-top: 10px;
}
.s5Col2 {
    float: left;
    width: 21%;
    background: #FE8000;
    border-radius: 20px;
    margin: -25px 0 -20px;
}
.s5Col2.s5Col3 {
    background: transparent;
    border: none;
    margin-top: -85px;
}
h2.sec-head {
    font-size: 56px;
    color: #000;
    margin-bottom: 5px;
    font-family: "Inter",sans-serif;
}
h2.sec-head span{
    color: #1B9CFD;
    display: block;
}
section.sec2-content-container h2.sec-head{
    margin-bottom: 60px;
}
#review .testName span,.s5Col2 ul li,.s5Col2Top p{
    font-size:16px;
    font-weight:400;
    font-family:"Inter",sans-serif
}
.money-back-section .btn-box{
    margin-top: 50px;
}
.money-back-section .btn-box p {
    color: #fff;
    width: 340px;
}
#review .btn-box {
    align-items: center;
}
.acdnList,.bnrHeading,.bnrStar,.bnrText1,.prod-list,.prod-s2-row,.prod-s2-wrap,.s5Col1 ul,.s5Col2 ul,.s5Col2 ul li,.s5Col2Top,.section2,.section3,.section6{
    float:left;
    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:#000;
    line-height:31px;
    text-align:center
}
.s5Col2Prod,.s5Col3Prod{
    margin:-100px auto 0;
    height:auto
}
.s5Col4Prod {
    margin: -48px auto 9px;
    height: 80px!important;
}
.s5Col2 ul li:last-child{
    /* border:none; */
    height:100px;
}
.s5Col2.s5Col3 ul li, .s5Col2.s5Col4 ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s5Col2.s5Col3 ul{
    padding-top:0;
    margin-top: -11px;
}
.s5Col2.s5Col4 ul{
    padding-top:0;
    margin-top: -13px;
}
.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: 121px;
    object-fit: contain;
}
.s5CompBox .s5Col3Top img:first-child {
    height: 100px !important;
    margin: -6.5px auto 6px;
    display: block;
}
#earbuds-table .btn-box{
    align-items: center;
}
.s5Col2.s5Col4{
    background:transparent;
}
.section6{
    background:linear-gradient(to right,#3060b5 19%,#3060b5 19%,#1e5799 46%,#152a4f 100%);
    overflow:hidden;
    background-size:cover;
    float:none
}
.s6Seal,.s6SealBg,.section6:after,.section6:before{
    position:absolute
}
.section6:before{
    background:url(../../images/index-v1/bg-1.png) no-repeat;
    left:-61px;
    bottom:0
}
.section6:after{
    background:url(../../images/index-v1/bg-2.png) no-repeat;
    right:-61px;
    top:0
}
.s6SealBg{
    top:0;
    left:80px
}
.s6Seal{
    top:97px;
    left:103px
}
.s6Right {
    float: right;
    width: calc(100% - 500px);
    padding: 30px 0 44px;
    font-family: "Inter",sans-serif;
}
.s6Right h2{
    font-size:50px;
    font-weight:600;
    color:#fff;
}
.section6 .btn-box{
    display:block;
    text-align:left
}
.section6 .save-btn,.section6 .save-btn:hover{
    background:#f26a0d;
    border-color:#fff
}
#review .testName span{
    color:#37b72d
}
.testName img {
    margin: -1px 3px 0 11px;
    width: 20px;
}
.review-box p.testName {
    color: #000;
    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;
}
#review {
    padding: 60px 0 73px;
}
#review h2.sec-head{
    color:#3b3b3b
}
#mob-btn-3.btn-box p,.accordion,.s5Col2Top.s5Col3Top p,.s5Col2Top.s5Col4Top p{
    color:#000
}
.review-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 40px;
    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{
    font-size: 45px;
    line-height: 120%;
    margin-bottom: 63px;
}
.expert-advice-txt p {
    font-size: 20px;
    line-height: 212%;
}
.expert-advice-txt p + img{
    margin-top: 63px;
}
section.expert-advice-sec {
    padding: 57px 0 51px;
    background-color: #F6F7F9;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.expert-advice-pc, .expert-advice-pc img {
    height: auto;
}
.review-slider{
    width:calc(100% + 24px);
    margin-left:-12px;
    margin-right:-12px
}
#review .save-btn{
    margin-top:70px
}
#review .sec-3-head h2 span{
    color:#0f4c48
}
.authSec{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px
}
.section8 {
    padding: 50px 0;
    background: #fff;
}
.section8 h2.sec-head {
    font-family: "Inter",sans-serif;
    color: #444444;
}
.faq-container{
    vertical-align:top;
    max-width:830px;
    width:100%;
    margin:15px auto;
    float:none;
    overflow:hidden
}
.faq-container .up-slide-dwn{
    margin-bottom: 10px;
}
.up-slide-dwn {
    float: left;
    width: 99%;
    background: #fff;
    border-radius: 8px;
    -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: 25px;
    padding: 10px 25px 8px 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.accordion{
    background:url(../../images/index-v1/close.png) 100% center no-repeat;
    padding:13px 45px 10px 0;
    font-size:18px;
    line-height:30px;
    letter-spacing:.5px;
    cursor:pointer;
    font-weight:600;
    font-family:"Inter",sans-serif
}
.acdn-heading.active{
    background:url(../../images/index-v1/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)
}
.dic-text p{
    color:#7c7c7c;
    font-size:14px;
    margin-bottom:0;
    font-family:Poppins,sans-serif
}
.c-text,.ftr-link a{
    color:#333;
    font-family:Poppins,sans-serif
}
footer {
    padding: 70px 0;
    background: #F6F7F9;
}
.ftr-link{
    margin-top:30px
}
.ftr-link a{
    padding:2px 8px;
    font-size:16px;
    font-weight:400
}
.c-text{
    margin-top:20px
}
.hero-text h1 span.blue {
    position: relative;
}
.hero-text h1 span.blue::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: -18px;
    height: 67%;
    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-dots .owl-dot.active span, .review-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #5EC23A;
}
.review .btn-box{
    align-items: center;
}
.owl-theme .owl-dots .owl-dot{
    width:auto!important
}
.review-box .review-head{
    font-weight:700;
    color:#3b3b3b;
    font-size: 19px;
    line-height:normal;
    text-align: left;
    min-height:fit-content
}
#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(90deg,#3c3c3c 0,#262626 100%);
    position: relative
}
.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
}
.sec3-con-3.box-4 ul li{
    background-image:url(../../images/index-v1/box4_icon.png);
    padding-left:30px;
    background-position:left center;
    background-size:auto;
    background-repeat:no-repeat;
    margin-bottom:10px
}
.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%) 
   }
}