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
}


#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: #000;
    /* font-family: "Inter", sans-serif; */
    font-family: "Poppins", 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
}

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;
}

.nav-box {
    width: 33.33%
}


.nav-rgt {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 34%;
    height: 100%;
    background: url(../../images/index-v1/nav-bg.png) no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 0 40px 0 30px;
}

.logo {
    width: 250px;
    margin-top: 10px;
}


.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;
}

.s5Col1 ul li:last-child {
    border-bottom: none;
}

.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;
}

.sec2-txt-content {
    padding: 20px 60px;
}

.sec2-txt-content h4 {
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 20px;
}

.sec2-txt-content h4 span {
    color: #1E3856;
}

.sec2-txt-content p {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.sec2-row2 {
    height: 100%;
    background: #F3F3F3;
}

.sec2-pc-wrapper {
    box-shadow: 0px 2px 10px 0px #00000026;
    border-radius: 50px;
    overflow: hidden;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.sec2-pc-row {
    display: flex;
    /* align-items: center; */
}

.sec2-pc-content {
    width: 35%;
    position: relative;
}

.sec2-pc-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec2-pc-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.sec2-para-content {
    width: 65%;
    min-height: 100%;
    padding: 25px 90px 25px 110px;
    /* box-shadow: 0px 0px 12px 0px #00000026;
    border-radius: 50px; */
}

.sec2-para-content h3.sec-hdng {
    font-size: 28px;
}

h3.sec-hdng {
    font-size: 28px;
    line-height: 120%;
    color: #000;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    font-family: "Inter", sans-serif;
}

p.sec-para {
    font-size: 24px;
    line-height: 120%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.sec4 {
    background: #F3F3F3;
    padding: 40px 0 10px;
}

.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;
} */

/* .owl-prev {
    position: absolute;
    right: 150px;
    bottom: 25px;
    width: 80px;
    height: 80px;
    background: url(../images/prev-button.png) !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
} 

.owl-prev span {
    display: none;
}

.owl-next {
    position: absolute;
    right: 30px;
    bottom: 25px;
    width: 80px;
    height: 80px;
    background: url(../images/next-button.png) !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.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;
}

.nav-rgt a {
    text-transform: uppercase;
    font-weight: 400
}

.save-btn,
.save-btn:hover,
a.order-link {
    color: #000 !important;
    font-weight: 600;
    border-radius: 50px;
    background: #1AC70E;
}

a.order-link {
    color: #000 !important;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid #000;
    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 .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: #000;
    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
}

.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 {
    font-weight: 700;
    font-size: 51px;
    line-height: 107%;
    text-align: left;
    margin-bottom: 25px;
    color: #000;
}

.hero-text h1 span {
    background: linear-gradient(0deg, #142D4C 30%, #4D718D 78%);
    background-clip: text;
    color: transparent;
}

p.sub-hdng {
    font-size: 18px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #3B3B3B;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bnrStar {
    display: flex;
    align-items: center;
}

.bnrStar .star {
    width: 100%;
    max-width: 118px;
    height: auto;
    margin-right: 10px;
}

.pro-slider1 {
    background: url(../../images/index-v1/banner-bg.png) no-repeat center / 100% 100%;
}

.as_seen_on_sec {
    clear: both;
    position: relative;
    z-index: 99;
    margin-top: 10px;
}

.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;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 92%;
    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: 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: 24px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
}

.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;
}

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: 25px;
}

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: 20px;
    padding-right: 0;
    padding-left: 0;
}

.sec3-media-content {
    width: 53%;
    position: relative;
}

.sec3-txt-content {
    width: 55%;
}

.sec3-media-content video {
    margin-bottom: -6px;
}

.sec3-content-reverse {
    padding-left: 40px;
}

.sec3-main-content .sec3-content .sec3-txt-content {
    padding-left: 50px;
}



.sec3-content-container .btn-box,
.sec4 .btn-box {
    align-items: center;
    margin-top: 35px;
}

.sec5 .btn-box {
    align-items: center;
    margin-top: 20px;
}



.sec3-content-container {
    padding: 50px 0 40px;
}

.sec3-content-container .heading1 {
    margin-bottom: 30px;
}

.sec3-txt-content h4 {
    color: #000;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

.sec3-txt-content h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    border-bottom: 4px solid #5C1A8F;
    border-radius: 4px;
}

.sec3-txt-content p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.sec5 {
    padding: 0 0 40px;
}

.features-list li p {
    max-width: 500px;
}

.sec3-txt-content p strong {
    font-weight: 700;
}


.sec3-media-content video,
.sec3-media-content img {
    width: 100%;
}

/* .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 {
    width: 61px;
    height: 61px;
    background: #510A88;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.sec5-para {
    text-align: center;
}

.sec5-para h4 {
    color: #510A88;
    font-size: 25px;
    font-weight: 600;
    line-height: 120%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.sec5-para p {
    font-size: 18px;
    font-weight: 400;
}

.sec5-content-container {
    margin-top: 20px;
}

.sec5-content {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

.sec5-videobox video {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.sec5-text-content {
    margin-top: 15px;
}

.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: 10px;
}

.hero-text ul li p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
    color: #000000;
    padding-left: 10px;
}

.save-btn,
.save-btn:hover {
    font-size: 26px;
    color: #000 !important;
    padding: 13px 50px;
    /* padding-right: 0px; */
    text-decoration: none;
    width: 450px;
    text-align: center;
    margin: 0 0 10px;
    /* display: flex;
    justify-content: space-around; */
    font-weight: 600;
    background: #FFDC4E;
    border: 2px solid #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}

/* .save-btn:hover>span img {
    transform: translateX(15px)
} */

.btn-box p {
    color: #000000;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
    width: 450px;
}

.btn-box p span.font-style {
    font-weight: 500;
}

.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 .save-btn {
    display: block;
} */

.hero-text .btn-box p {
    font-size: 13px;
    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;
    background: url(../../images/index-v1/banner.png) no-repeat;
    background-size: contain;
    position: relative;
    background-position: right top;
    overflow: hidden;
    margin-top: 89px;
    padding-bottom: 20px;
}

.banner-details {
    font-size: 19.5px;
    line-height: 170%;
    margin-bottom: 20px;
}

.banner-reviews-content {
    padding: 15px 20px 15px 20px;
    background: #F6F7F9;
    border: 1px dashed #8692A9;
    border-radius: 15px;
    max-width: 500px;
}

.banner-reviews-para p {
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
}

.banner-reviews-details span {
    font-size: 14px;
    color: #3b3b3b;
}

.banner-reviews-details img {
    margin-right: 8px;
}

.banner-reviews-details span img {
    max-width: 100px;
    margin-right: 0;
    margin-left: 10px;
}


.hero-text {
    z-index: 10;
    padding: 30px 0 0;
}

.usaBx {
    position: absolute;
    top: 11px;
    right: 11px
}

.hero-rate p {
    font-weight: 500;
    font-size: 20px;
    line-height: 137%;
    color: #000;
}


.content-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%
}

#earbuds-table {
    padding: 40px 0 50px;
}

.selSec {
    max-width: max-content;
    background: #fffdd8;
    border: 2px dashed #ed8e00;
    border-radius: 4px;
    padding: 10px 40px;
    margin-bottom: 23px;
    position: relative;
}

.selSec p {
    font-size: 12px;
    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: 120%;
    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
}

.sec1 {
    width: 100%;
    height: auto;
    background: url(../../images/index-v1/sec1-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    background-position: 50% center;
    margin-top: -50px;
    padding: 30px 0;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec1 .sec2-txt-content {
    padding-left: 90px !important;
}



.numberIng_sec {
    padding: 50px 0 20px;
}

.numberIng_sec .custom-container {
    padding: 0 60px;
}
.numberIng-left-col{
    margin-right: -50px;
}
.numberIng-right-col{
    margin-left: -50px;
}
.numberIng-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

/* .numberIng-box::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 20px;
    width: 100%;
    height: 2px;
    background: #DDDDDD;
    z-index: -1;
} */

.numberIng-iconbox img {
    width: 75px;
    height: auto;
    margin-right: 15px;
}
.numberIng-contentbox {
    width: calc(100% - 90px);
    /* margin-left: 15px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: 75px;
    border-bottom: 2.81px solid #9FA0EB;
}

.numberIng-contentbox h3 {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-top: 10px;
    margin-bottom: 10px;
    /* border-bottom: 3px solid #DDDDDD; */
}

.numberIng-contentbox p {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
}






.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
}


.offer-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #FFF9DF;
    border: 1px dashed #40301F;
    padding: 40px 50px;
}

.offer-contentbox {
    text-align: center;
}

.offer-heading {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
}

.offer-heading span {
    color: #BF1313;
}

.special-discountbox {
    background: #fff;
    border-radius: 24px;
    padding: 20px 30px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.discount-heading1 {
    color: #BF1313;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
}

.discount-heading2 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
}

.offer-icons-wrapper {
    margin-top: 15px;
    padding-left: 20%;
}

.offer-iconbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}

.offer-contentbox {
    padding-left: 35px;
}

.offer-contentbox h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

.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;
}


.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 #8B8B8B;
}

/* .s5Col2 ul li {
    border-bottom: none;
} */

.s5Col3 ul li,
.s5Col4 ul li {
    border-bottom: 2px solid #8B8B8B;
}

.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;
}

#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: 40px;
}

.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: 90px;
}

#nav-bar-section .nav-bar {
    background: #fff;
    height: 90px;
    padding: 0;
    margin-top: -90px;
    top: 90px;
    -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: 247px auto 0;
    background: #fff;
    /* box-shadow: 0px 0px 15px 2px #00000033; */
    /* border: 1px solid #000000; */
}

.s5Col1 {
    float: left;
    width: 46%;
    padding: 0 0 0;
}

.s5Col1 ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 23.5px;
    font-weight: 400;
    color: #3B3B3B;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    padding-left: 0px;
}

.s5Col2.s5Col3 ul li:last-child,
.s5Col2.s5Col4 ul li:last-child {
    display: block;
    margin-bottom: -20px;
    margin-top: 10px;
}

.s5Col2 {
    float: left;
    width: 18%;
    background: linear-gradient(180deg, #FFFFFF 0%, #DEE9FF 100%);
    /* border: 3px solid #EDEDFF; */
    border-radius: 20px;
    margin: -104.6px 0 -20px;
    position: relative;
    z-index: 9;
}

.s5Col2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #EDEDFF;
    border-radius: 20px;
    z-index: -1;
}

.s5Col3::before,
.s5Col4::before {
    display: none;
}

.s5Col2.s5Col3 {
    background: transparent;
    border: none;
    margin-top: -178px;
}

.s5Col2.s5Col4 {
    background: transparent;
    border: none;
}

h2.sec-head {
    font-size: 56px;
    font-weight: 700;
    color: #000;
    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 {
    font-size: 16px;
}
.s5Col2 .s5Col2Top p b{
    font-weight: 600 !important;
}
.s5Col3 .s5Col2Top p,
.s5Col4 .s5Col2Top p {
    font-size: 16px;
    margin-top: 10px;
}

/* .com-star1 {
    margin-top: 20px;
} */



.money-back-section .btn-box {
    margin-top: 50px;
}

#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 {
    width: 100%
} */

.s5Col2Top p {
    font-size: 16px;
    line-height: 133%;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
}

.s5Col2 ul {
    padding-top: 9px;
}

.s5Col2 ul li {
    padding: 20px 0;
    color: #000;
    line-height: 31px;
    text-align: center
}

.s5Col2Prod,
.s5Col3Prod {
    margin: -100px auto 0;
    height: auto;
}

/* .s5Col3Prod {
    scale: 1.6;
} */

/* .s5Col4Prod {
    scale: 1.4;
} */

.s5Col4Prod {
    margin: -48px auto 10px;
    height: 100px !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: -6px;
}

.s5Col2.s5Col4 ul {
    padding-top: 0;
    margin-top: -9.5px;
}

.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: -7px auto 6px;
    display: block;
}

/* .s5Col2Prod {
    scale: 1;
    margin-bottom: 0;
    margin-left: 0;
} */


#earbuds-table .btn-box {
    align-items: center;
}

.s5Col2.s5Col4 {
    background: transparent;
    margin-top: -137.8px;
}

/* .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
}

/* .section6:before {
    background: url(../images/bg-1.png) no-repeat;
    left: -61px;
    bottom: 0
}

.section6:after {
    background: url(../images/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: 25px 0 30px 50px;
    font-family: "Poppins", sans-serif;
}

.s6Right h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

/* .s6Right p{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
} */
.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;
    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: #000
}

.rating-bars {
    max-width: 350px;
}

.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: #000000;
    font-size: 38px;
    line-height: 120%;
    margin-bottom: 0;
}

.expert-advice-txt p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 170%;
}

.expert-advice-txt p+img {
    margin-top: 20px;
}

.expert-name {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120% !important;
    font-size: 14px;
}

.expert-years {
    font-size: 18px !important;
    line-height: 120% !important;
}

.expert-advice-sec {
    padding: 60px 0;
    background-color: #F3F3F3;
    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: 30px;
}

#review .sec-3-head h2 span {
    color: #0f4c48
}

.authSec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
}

.review-date {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
    color: #3B3B3B;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;

}

.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: 20px;
    line-height: 100%;
    font-family: "Inter", sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.review-details {
    color: #000;
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    line-height: 150%;
    font-family: "Inter", sans-serif;
    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: "Source Sans 3", sans-serif;
}

.section8 {
    padding: 50px 0;
    background: #fff;
}

.section8 .heading1 {
    color: #000;
}
.faq-toggle-button{
    cursor: pointer;
}
.faq-container {
    vertical-align: top;
    max-width: 830px;
    width: 100%;
    margin: 15px auto;
    float: none;
    overflow: hidden
}

.up-slide-dwn {
    float: left;
    width: 99%;
    background: #fff;
    border-radius: 0;
    /* -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1); */
    padding: 10px 15px 10px 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(33, 37, 41, 25%);
}

.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;
    color: #000;
}
.acdn-heading span{
    color: #0C4B88;
}
.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: #F3F3F3;
}

.ftr-logo {
    width: 290px;
}

.ftr-link {
    margin-top: 30px;
}

.ftr-link a {
    padding: 2px 8px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.c-text {
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    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-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: 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
} */

.hero-box-one video {
    width: 100%;
    position: relative;
    border-radius: 15%;
    /* position: absolute;
    height: calc(100% + 70px);
    right: -34%;
    object-fit: cover;
    object-position: top */
}

.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/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%)
    }
}