body {
    background-size: cover;
    font-size: 16px;
    color: #000;
    font-family: "Inter", serif;
    /* font-family: "Crimson Pro", serif; */
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Tenor Sans", serif; */
}

body,
html {
    max-width: 100%;
    overflow-x: hidden;
}

*:hover,
*:focus {
    outline: none !important;
    text-decoration: none !important;
    /* border: none!important;
     box-shadow: none!important;
     */
}

@font-face {
    font-family: 'aksharsemibold';
    src: url('../fonts/akshar-semibold.woff2') format('woff2'),
        url('../fonts/akshar-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.row {
    display: -webkit-flex;
}

img {
    max-width: 100%;
}

* {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

a:hover {
    color: #1477bd !important;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: bold;
}

section {
    position: relative;
}

.row:before,
.row:after {
    width: 0px;
    height: 0px;
    content: "";
}

.align-items-center {
    -webkit-align-items: center;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.justify-content-between {
    -webkit-justify-content: space-between;
}

.top-bar {
    background: #0FA98E;
    padding: 4px 8px;
    z-index: 999999;
    position: relative;
}

.top-bar p span {
    color: #FDFF8C;
    font-weight: 700;
}

.top-bar p {
    font-size: 18px;
    font-weight: 500;
}

.nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* .nav-box {
    width: 33.33%;
} */




/* Slider CSS */


.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;
}

.jctkr-wrapper,
.features_cntnr {
    float: left;
    position: relative;
    width: 100%;
    height: 85px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.features_cntnt {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0;
    position: absolute;
}

.jctkr-wrapper ul li {
    float: left;
    position: relative;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.features_cntnt li {
    position: relative;
    width: 25%;
    height: 100%;
}

.jctkr-wrapper ul li img {
    max-width: unset;
}

.features_cntnt img {
    width: 60px !important;
    margin-left: 0px;
    height: auto;
}

.nav-cen {
    text-align: center;
}

.nav-letf {
    padding-left: 8%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-rgt {
    width: 68%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url(../../images/index-new-v1/header-right-part.png) no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-left: 6%;
}

.nav-rgt a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

a.order-link {
    text-decoration: none;
    font-weight: 600;
    background: #0CBBEA;
    padding: 6px 30px;
    border-radius: 50px;
    font-size: 19px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    border: 2px solid #fff;
    border: 1.5px solid #FFFFFF;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: 800;
    font-size: 20px;
    line-height: 37.51px;
    text-shadow: 2px 2px #0096BF;
    box-shadow: 1px 1px 2.9px 0px #007594;
}
a.order-link:hover {
    color: #FFE270 !important;
}
.nav-rgt a:hover {
    color: rgb(147, 147, 147);
}
#hero-box {
    background: url(../../images/index-new-v1/hero-bg.png) no-repeat no-repeat;
    background-size: cover;
    background-position: 10% center;
    padding: 50px 0 80px;
}

.hero-rate p span img {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}

.hero-text h3 {
    font-size: 28px;
}

.hero-text h3 span {
    font-weight: 700;
}

.hero-text h1 {
    color: #26125B;
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}

.hero-text h1 span {
    font-weight: 600;
}

/* .hero-text h1:before {
    background: #F7BA45;
    position: absolute;
    content: "";
    width: 4px;
    height: 36px;
    top: 5px;
    left: 0;
} */

.hero-text span.sub-hdng1 {
    color: #fff;
    display: block;
    font-family: 'aksharsemibold';
    font-size: 33px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    position: relative;
    margin: 20px 0 0 0;
}

.hero-text h2 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    text-shadow: 1px 2px #222;
    margin: 40px 0;
}

.hero-text h1 span.sub-hdng2 {
    margin-left: 230px;
}

.banrProd {
    position: absolute;
    top: 0px;
    right: 0;
    width: 800px;
}

.save-btn,
.save-btn:hover {
    font-size: 30px;
    font-weight: 600;
    background: #7DCE6D;
    border: 2px solid #000000;
    color: #000 !important;
    font-family: "Poppins", serif;
    text-align: center;
    padding: 10px 10px 10px 40px;
    border-radius: 38px;
    text-decoration: none;
    width: 380px;
    display: block;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 10px auto 10px;
    position: relative;
}


.save-btn span.btn-imgbox {
    padding-left: 30px;
    margin-top: -20px;
    margin-right: -30px;
}
.save-btn span img{
    margin-top: -5px;
}
/* .save-btn:hover>span img {
    transform: translateX(15px);
} */

.blueBg {
    position: relative;
}

/* .blueBg:before {
    background: #F3F3F3;
    height: 300px;
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
} */

/* .blueBg:after {
    background: url(../images/bg-5.png)no-repeat;
    position: absolute;
    content: "";
    width: 145px;
    height: 295px;
    top: 180px;
    z-index: -1;
}

.hero-box-two:before {
    background: url(../images/bg-4.png)no-repeat;
    position: absolute;
    content: "";
    width: 196px;
    height: 228px;
    right: 0;
    bottom: -95px;
} */

.aboutImg {
    position: relative
}

.aboutSec {
    display: flex;
    gap: 20px;
}

.abtTxt {
    background: #EEEEEE;
    border-radius: 0 0 53px 53px;
    padding: 20px;
}

.abtTxt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}

.abtTxt ul li p {
    margin-bottom: 0
}

.abtTxt ul {
    padding-left: 0
}

.lightGreyBg {
    background: #CDDFEA;
    padding-bottom: 30px;
}

.aboutTxt h3 {
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0.03em;
    font-family: "Archivo", sans-serif;
    padding: 50px 0 20px;
}

.aboutTxt .sec-details {
    /* width: 92%;
    margin-left: auto;
    margin-right: auto; */
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-align: center;
}


.btn-box p {
    font-size: 13px !important;
    margin-top: 0;
    color: #000;
}

.btn-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 460px;
}

/*.btn-box p span.img-stye  {font-weight: 600;}*/
.btn-box p span.font-style {
    font-weight: 500;
}

.b-box {
    background: #2E4DB9;
    padding: 15px;
    border-radius: 10px;
    width: calc(20% - 15px);
}

.b-box:hover {
    transform: translateY(-10px);
}

.b-box p {
    color: white;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.b-bow-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.fea-head {
    width: 25%;
    text-align: center;
}

.fea-wrapper {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    border-radius: 67px;
    transform: translateY(-60px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.fea-img img:first-child {
    margin: 0;
}

.fea-head h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
}

.fea-img {
    text-align: center;
    width: 85%;
}

.fea-img ul {
    padding: 0;
    margin-bottom: 0
}

.fea-img ul li {
    display: inline-block;
    width: calc(100% / 8);
}

.fea-img img {
    width: 75px;
    object-fit: contain;
    margin-left: 25px;
}

.hero-con {

    width: 100%;

}

.hero-box-one {
    position: relative;
}

.hero-text {
    color: #fff;
    position: relative;
    z-index: 10;
    padding: 0;
}

.green-star {
    width: 90px;
}

.hero-rate .hero-ratebox {
    color: #000;
    font-weight: 400;
    font-size: 18.53px;
    line-height: 25.42px;
    letter-spacing: -1px;
    margin-bottom: 0;
    display: inline-block;
    padding: 5px 30px;
    border: 2.53px solid #C9C3DB;
    border-radius: 20.21px;
}

.reviewer-imgbox {
    padding-left: 10px;
}

.hero-box-two {
    position: relative;
    z-index: 20;
    margin-top: 0px;
    padding-bottom: 25px;
}

.benifit-boxes {
    position: relative;
    z-index: 22;
    top: 0px;
}

h2.sec-head {
    color: #4A453D;
    letter-spacing: 0.03em;
    font-family: "Crimson Pro", serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 58px;
    letter-spacing: 1px;
}

h2.sec-head span {
    color: #533995;
}

.hero-box-two h2.sec-head {
    margin-bottom: 30px;
}

.box-two-text p {
    color: #4A453D;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0;
    font-family: "DM Sans", sans-serif;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 86%;
    margin: 0 auto;

}

.box-two-img {
    width: 50%;
    position: relative;

}

/* .box-two-img:after{
   position: absolute;
    content: "";
    width: 14%;
    height: 100%;
    background: #fff;
    transform: skew(10deg);
    right: -6%;
 }*/
.box-two-text {
    width: 50%;
    position: relative;

}

.content-wrapper1 {
    width: 100%;
}

.content-wrapper1 .box-two-img {
    width: 50%;
    height: auto;
}

.content-wrapper1 .box-two-img video {
    height: 450px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 24px;
}

.content-wrapper1 .box-two-text {
    width: 50%;
}



.bnrList {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 0;
}

.bnrList li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 7px;
}

.bnrList li span img {
    width: 35px;
}

.bnrList li p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

.hero-text .btn-box {
    max-width: 460px;
}

.selSec-wrapper {
    max-width: 470px;
}

.selSec {
    max-width: max-content;
    background: #FFFDD8;
    border: 2px dashed #ED8E00;
    border-radius: 4px;
    padding: 5px 40px;
    margin-bottom: 23px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.selSec:before {
    position: absolute;
    content: "";
    background: url(../../images/index-new-v1/dwn-arw.png) no-repeat;
    width: 26px;
    height: 16px;
    top: 27px;
    transform: translateX(-50%);
    left: 30px;
}

.selSec p {
    color: #000;
    font-weight: 400;
    font-size: 11px;
    line-height: 17.92px;
    letter-spacing: -0;
    margin-bottom: 0;
}

.selSec p span {
    font-weight: 500;
}

.selSec img {
    margin-right: 10px;
}


.carouselBx-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carouselBx {
    display: flex;
    animation: scroll 6s linear infinite;
}

.carouselBx-items {
    flex: 0 0 auto;
    width: 100px;
    margin-right: 10px;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 10px;
    box-sizing: border-box
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.sec-2-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.device_txt b {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 38px;
    width: 100%;
    text-align: left;
    display: block;
}

.sec-2-row img {
    margin: 0 10px;
    width: 170px;
}

.vital-fea {
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #000;
    display: table;
    margin: 0 auto 20px;
    padding: 10px 40px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
}

.vital-fea.blue {
    border: 2px solid #2e4db8;
    color: #2e4db8;
}

.box-two-text .tophd {
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #2e4db8;
    display: table;
    font-family: "Poppins", sans-serif;
    padding: 7px 60px;
    background: #fff;
    color: #2e4db8;
}

#sec-podcast {
    padding: 0px 0px 30px;
}


#sec-podcast h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.videoSec img {
    border-radius: 86px;
}

.sec-3-head {
    text-align: center;
}

.ciscle-1 {
    position: absolute;
    top: -220px;
    z-index: -1;
    width: 450px;
}

.s3-box.s3-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0px;
    position: relative;
    padding: 35px 40px;

}

.s3-text {
    width: 45%;
}

.s3-img {
    width: 55%;
}

.s3-text {
    width: calc(45% - 20px);
    padding-left: 30px;
}

/* .s3-con-box {
    padding: 50px 30px 50px 80px;
} */

.s3-text {
    position: relative;
}

.s3-box.s3-wrapper.box-1 .s3-text {
    background: #fff;
    border-radius: 35px;
    padding: 60px 50px;
}

.results__rows-container h3 {
    font-family: "Crimson Pro", serif !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 47px !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    margin-bottom: 15px;
}

.results__rows-container h3 span {
    color: #533995 !important;
}

.results__row:first-of-type {
    border-top: 2px solid rgba(18, 18, 18, .05);
}

.results__row {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(18, 18, 18, .05);
}
.results__row:last-child{
    border-bottom: none;
}
.results__percentage {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    position: relative;
    border-width: 7px;
    flex-shrink: 0;
    margin-right: 20px;
    z-index: 0;
    border: 8px solid #8672BB
}
.result-mob-ul{
    border-top: 3px solid #B19CE7;
    max-width: 90%;
    position: relative;
    z-index: 1;
}
.results__text {
    font-size: 17.5px;
    line-height: 1.8;
    font-family: var(--paragraph-fony-family);
    color: rgba(18, 18, 18, .9);
}

/* .results__percentage:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    z-index: -2;
    background: conic-gradient(from 0deg at 50% 50%, rgb(148, 179, 96) 0%, rgb(148, 179, 96) var(--percentage), rgb(255, 255, 255) var(--percentage), rgb(18 18 18 / 0%) 100%);
}
.results__percentage:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(255, 255, 255);
} */
.results__percentage p {
    margin: 0;
    color: #8672BB;
    font-weight: 800 !important;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -1px;
    text-align: center;
    padding: 0 0 !important;
}

.results__text p {
    color: #000;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 21px !important;
    letter-spacing: 0%;
    margin: 0;
    padding-right: 0 !important;
}

.s3-box.s3-wrapper.box-1 {
    background: #000;
    border-radius: 64px;
}

.s3-box.s3-wrapper.box-5 {
    background: #EFECF5;
    border-radius: 0;
    /* border-radius: 74px 254px 254px 74px; */
}

/* .s3-box.s3-wrapper.box-1 .s3-text::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 350px;
    background: url(../images/yollow-gradient-border.svg) no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: -1;
} */


.s3-box.s3-wrapper.box-1 {
    margin-top: 0;
}

/* .s3-box.s3-wrapper.box-2 .s3-text {
    position: relative;
    margin-left: -20px;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: calc(45% + 20px);
    padding: 70px 30px 70px 80px;
} */
.num-cir {
    color: #533995;
    font-weight: 600;
    font-size: 20px;
    background: #fff;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 56px;
    line-height: 1;
    border-radius: 50%;
    margin-bottom: 30px;
    display: none;
}

.s3-text .num-cir p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-right: 0;
    margin-bottom: 0;
}

.s3-box.s3-wrapper.box-2 {
    padding-left: 0;
}

.s3-box.s3-wrapper.box-2 .s3-img {
    width: 50%;
}

.s3-box.s3-wrapper.box-2 .s3-text {
    width: 50%;
    padding-left: 50px;
}

/* .s3-box.s3-wrapper.box-2 .s3-text::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #F7BA45;
} */

/* .s3-box.s3-wrapper.box-3 .s3-text::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 80px;
    width: 50px;
    height: 50px;
    background: #F7BA45;
} */




.box-3-bg {
    background: #F3F7FB;
}

.s3-box.s3-wrapper.box-3 {
    background: #EFECF5;
}

.s3-box.s3-wrapper.box-3 .s3-img {
    width: 55%;
}

/* .s3-box.s3-wrapper.box-3 .s3-text {
    width: 45%;
    padding-left: 14%;
} */

.s3-box.s3-wrapper.box-4 .s3-img {
    width: 50%;
}

.s3-box.s3-wrapper.box-4 .s3-text {
    width: 50%;
    padding-left: 60px;
}

/* 
.s3-box.s3-wrapper.box-4 .s3-text::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 480px;
    background: url(../images/yollow-gradient-border2.svg) no-repeat;
    background-position: 0;
    background-size: cover;
    z-index: -1;
} */

/* .s3-box.s3-wrapper.box-5 .s3-text::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 80px;
    width: 50px;
    height: 50px;
    background: #F7BA45;
} */

.s3-box.s3-wrapper.box-5 .s3-img {
    width: 48.8%;
}

.s3-text h3 {
    color: #000000;
    font-family: "Tenor Sans", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 3%;
    margin: 0px 0 30px;
}

.s3-text p {
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 3%;
    padding-right: 30px;
}

.s3-box.s3-wrapper.box-5 .s3-text p {
    padding-right: 0;
}

.s3-cen-box .s3-text {
    width: 360px;
    color: #fff;
    padding-top: 100px;
    margin-left: -60px;
}

.s3-cen-box .s3-text h3 {
    color: #C5EEFF;
}

.s3-img {
    padding: 0 0;
}

.s3-box.s3-wrapper.box-1 .s3-img img {
    border-radius: 0;
}


.s3-img img {
    width: 100%;
    border-radius: 0;
}

.s3-box.s3-wrapper.box-6 .s3-text {
    width: calc(45% + 50px);
    margin-top: 0px;
    margin-left: -50px;
    /* padding: 70px 30px 70px 100px; */
    position: relative;
    z-index: 1;
}

/* 
.s3-box.s3-wrapper.box-6 .s3-text::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 310px;
    background: url(../images/yollow-gradient-border3.svg) no-repeat;
    background-position: 0;
    background-size: cover;
    z-index: -1;
} */

.ciscle-2 {
    position: absolute;
    right: 0px;
    width: 450px;
    top: -150px;
    z-index: -1;
}

.ciscle-3 {
    position: absolute;
    left: 0px;
    width: 450px;
    top: -250px;
    z-index: -1;
}


#sec-podcast .save-btn {
    margin-top: 40px;
}

.sec6-videobox {
    position: relative;
}
.sec6-video-innerbox {
    position: relative;
}

.video-contentbox {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #fff;
    padding: 5px 10px;
    min-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-contentbox h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 3%;
    text-align: center;

}

.video-contentbox h5 span {
    color: #533995;
    text-transform: uppercase;
    font-weight: 800;
}

.count-box {
    color: #533995;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    font-size: 28px;
    line-height: 17px;
    letter-spacing: 3%;
    text-align: center;
    background: #EFECF5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.sec7 {
    padding: 70px 0;
}

.sec7 .sec-head {
    margin-bottom: 30px;
}

.sec7-image-scroll-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: -100px; */

}
.sec7-content-container{
    height: 326px;
    box-shadow: none;
    float: none;
}
.sec7-content-container li{
    padding: 0 10px !important;
}

.sec7-imgbox {
    padding: 0 5px;
    animation: scroll 3s linear infinite;
}

.sec7-imgbox:first-child {
    padding-left: 0;
}

.sec7-imgbox:last-child {
    padding-right: 0;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.features-bg {
    width: 100%;
    position: relative;
    background: url(../../images/index-new-v1/features-bg.png) no-repeat;
    background-size: cover;
    background-position: right top;
    padding: 80px 0 40px;
}

.feature-wrapper {
    max-width: 76%;
    padding-left: 0;
    margin-top: 40px;
}


.featurebox {
    margin-bottom: 50px;
}

.feature-iconbox img {
    width: 50px;
    height: 50px;
}

.feature-heading {
    color: #000000;
    font-family: "Manrope", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.005em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.feature-details {
    color: #000000;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.005em;
}

.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: #0D1E2B;
    transition: 0.4s;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 0;
}

.dl-active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    background: #000;
}

.dl-active .bar2 {
    opacity: 0;
}

.dl-active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
    background: #000;
}

.bar2 {
    margin: 4px 0;
}

#nav-bar-section {
    margin-bottom: 80px;
}

#nav-bar-section #nav-bar {
    background: #fff;
    height: auto;
    padding: 0px 0px;
    margin-top: -80px;
    top: 80px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

#nav-bar-section #nav-bar.fixed-nav {
    position: fixed;
    z-index: 9999;
    -webkit-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
    margin-top: 0;
    top: -1px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #fff;
}

.logo {
    width: 260px;
}

.flash-sale-contentbox {
    text-align: center;
}

.flash-sale-contentbox h3 {
    color: #FFE270;
    font-weight: 700;
    font-size: 44px;
    line-height: 32.57px;
    margin-bottom: 5px;
}

.hl1 {
    height: 50px;
    border-left: 2px solid #0CBBEA;
    margin-left: 20px;
    margin-right: 20px;
}

.flash-sale-contentbox p {
    color: #FFF;
    font-weight: 700;
    font-size: 20.67px;
    line-height: 32.57px;
    margin-bottom: 0;
}
.flx-wrpr{
    display: flex;
    align-items: center;
}
.flash-sell-timebox {
    padding-right: 30px;
}

.flash-sell-timebox h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 37.51px;
    display: flex;
    justify-content: space-between;
}
.watchSec span {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 37.51px;
    /* display: flex;
    justify-content: space-between; */
}
.flash-sell-timebox h4 span {
    display: inline-block;
    padding: 0 5px;
}

.flash-sell-timebox p {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 37.51px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.flash-sell-timebox p span {
    width: 45px;
    display: inline-block;
}
.watchSet{
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.watchSet span {
    width: 32px;
    display: inline-block;
}
.mob-mnu-ic {
    display: none;
}


.sec4 {
    background: url(../../images/index-new-v1/sec4-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 0px;
}

.sec4-container {
    padding-left: 6%;
}

.sec4-inner-wrapper .sec-head {
    margin-bottom: 30px;
}

.sec4-box {
    background: #fff;
    padding: 30px 20px;
    min-height: 326px;
}

.sec4-contentbox h4 {
    color: #4A453D;
    font-family: "Tenor Sans", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 3%;
    margin-top: 15px;
    margin-bottom: 25px;

}

.sec4-contentbox p {
    color: #4A453D;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-bottom: 0;

}

.sec4 .btn-box {
    z-index: 1;
    position: relative;
    margin-top: 30px;
}

#sec-podcast2 {
    position: relative;
    padding: 70px 0 50px;
}

#sec-podcast2::before {
    content: '';
    position: absolute;
    top: -125px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/index-new-v1/sec-podcast2-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 0;
}


.sec-head {
    z-index: 1;
    position: relative;
}







.s5CompBox {
    display: table;
    width: 100%;
    max-width: 1000px;
    background: #fff;
    border-radius: 48px;
    margin-top: 270px;
    margin-bottom: 0px;
    border: 1px solid #909090;
    /*     box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);*/
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.s5Col1 {
    float: left;
    width: 43%;
    padding: 25px 0 0;
    position: relative;
    padding-top: 0px;
}

.s5Col1 ul li {
    float: left;
    width: 100%;
    height: 81px;
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    line-height: 23px;
    color: #000;
    padding: 0 0 0 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #B4ADD9;
    background: url(../../images/index-new-v1/comp-point.png) 45px 30px no-repeat;
    font-weight: 600;
    text-align: left;
    position: relative;
    align-items: center;
}

.s5Col2 {
    float: left;
    width: 19%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,000000+48,000000+48 */
    /* background: linear-gradient(to bottom, #999999 0%, #000000 48%, #000000 48%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: #745AB9;
    border-radius: 20px;
    margin: -130px 0 -25px 0;
}

#earbuds-table {
    padding: 0px 0 30px;
    position: relative;
    background: #fff;

}

/* #earbuds-table:before {
    position: absolute;
    content: "";
    background: url(../images/bg-2.png)no-repeat;
    width: 173px;
    height: 475px;
    left: 0;
    top: -45px;
} */

/* #earbuds-table h2.sec-head {
    font-family: 'aksharsemibold';
} */

#earbuds-table h2.sec-head span {
    color: #0A699F
}

#earbuds-table .save-btn {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

/*
 .s5Col2Top {
     height: 115px;
}
*/
.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%;
}

.s5Col2.s5Col3 {
    margin: -158px 0 -25px 0;
}

.s5Col2Top p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.s5Col2 ul {
    padding-top: 5px;
}

.s5Col2 ul li {
    height: 80px;
    padding: 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s5Col2Prod {
    margin: -100px auto 0px;
    height: 120px !important;
    position: relative;
    z-index: 9;
}

.s5Col3Prod {
    margin: -37px auto 0px;
    height: 90px !important;
}

.s5CompBox img.star {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.s5Col4Prod {
    margin: -67px auto 0px;
    height: 90px !important;
}

.s5Col3 ul li,
.s5Col4 ul li {
    border-bottom: 1px solid #b4add9;
}

.s5Col2 ul li:last-child {
    border: none;
    height: 115px;
    padding-bottom: 45px;
}

.s5CompBox ul {
    padding-left: 0px;
    margin-bottom: 0;
}

/*
 .s5Col2Top {
     height: 135px;
}
*/
.s5CompBox img {
    height: auto;
}

.s5Col1 ul li:last-child {
    border: none;
}

.s5Col2.s5Col3 {
    background: none;
}

.s5Col2.s5Col4 {
    background: none;
}

.section6 {
    background: #2D273D;
    overflow: hidden;
    background-size: cover;
    float: none;
    position: relative;
    padding-bottom: 50px;
}


.s6Left {
    position: relative;
}

.s6SealBg {
    top: 0;
    left: 80px;
    position: absolute;
}

.s6Seal {
    top: 97px;
    left: 103px;
    position: absolute;
}

.s6Right {
    float: right;
    width: calc(100% - 500px);
    padding: 100px 0 80px;
}

.s6Right h2 {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0%;

}

.s6Right p {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 19.32px;
    line-height: 29.55px;
    letter-spacing: 0.57px;
}

.section6 .btn-box {
    display: block;
    text-align: left
}

.section6 .save-btn,
.section6 .save-btn:hover {
    background: #FF8A00;
    border-color: #ffa56b;
}

.whiteSec {
    padding: 60px 0
}

/* .whiteSec h2.sec-head {
    font-family: 'aksharsemibold';
    margin-bottom: 40px
} */

.imageSec {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    gap: 5px;
}

/* .imageBx {
    width: calc(100% / 3);
} */
.imageBx img {
    width: 100%;
}

.imageBx1 {
    width: 25%;
}

.imageBx2 {
    width: 24%;
}

.imageBx3 {
    width: 51%;
}

.image-1,
.image-2,
.image-4,
.image-5,
.image-6 {
    height: 300px;
    overflow: hidden;
}

.image-2 {
    margin-top: 10px;
}

.image-3 {
    height: 610px;
    overflow: hidden;
}

.sub-imageBx {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.sub-imageBx .image-5,
.sub-imageBx .image-6 {
    width: 49.5%;
}

/* #review h2.sec-head {
    font-family: 'aksharsemibold';
} */

#review .testName span {
    color: #37b72d;
    font-size: 14px;
    font-weight: 400;
}

.testName img {
    margin: -1px 3px 0 10px;
}

.testName {
    color: #121212;
    margin-top: 25px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.review-box p.review-details {
    color: #121212;
    min-height: 155px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}

#review {
    padding: 60px 0px;
}

#review:before {
   
    position: absolute;
    content: "";
    width: 200px;
    height: 350px;
    right: 0;
    top: -121px;
}

.review-box {
    background: #F8F9F8;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.1);
    min-height: 520px;
}

.review-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 80%;
    margin: 40px auto 0;
}

.review-box {
    width: calc(33.33% - 15px);
}

#review .save-btn {
    margin-top: 40px;
}

#review .sec-3-head h2 span {
    color: #0A699F;
}

.section8 {
    padding: 0px 0 40px;
}

/* .section8 h2.sec-head {
    color: #000;
    font-family: 'aksharsemibold';
    font-size: 56px;
    letter-spacing: 3px
} */

.faq-container {
    vertical-align: top;
    max-width: 830px;
    width: 100%;
    margin: 15px auto;
    float: none;
    overflow: hidden;
}

.up-slide-dwn {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    padding: 10px 25px 8px 30px;
    border: 1px solid #9D9D9D;
}

.accordion {
    background: url(../../images/index-new-v1/close.png) 100% center no-repeat;
    padding: 13px 45px 10px 0;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

.acdn-heading.active {
    background: url(../../images/index-new-v1/open.png) 100% center no-repeat;
    border: none;
}

.acdn-content {
    display: none;
    transition: background-color 0.3s ease;
}

.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: 0px;
    text-align: center;
}

footer {
    padding: 30px 0px;
    background: #F8F9F8;
}

.ftr-link {
    text-align: center;
    margin-top: 30px;
}

.ftr-link a {
    color: #333333;
    text-decoration: none;
    padding: 2px 8px;
}

.c-text {
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

.mob-view {
    display: none;
}

.brand-slider-box {
    background: #fff;
    padding: 15px 0px;
}

.brand-slider-box h3 {
    font-size: 16px;
}

.slider-one .owl-stage {
    display: flex;
    align-items: center;
}

.slider-one .owl-stage .owl-item {
    margin: 15px;
}

.slider-one .owl-nav,
.slider-one .owl-dots {
    display: none;
}

.s5Col2Top.s5Col3Top p,
.s5Col2Top.s5Col4Top p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.review-slider .owl-carousel .owl-item img {
    width: auto;
    display: inline;
}

.review-slider .owl-theme .owl-dots .owl-dot.active span,
.review-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #3E1E91;
}

.review-slider .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #F0F0F0;
    background: #F0F0F0;
    width: 15px;
    height: 15px;
    box-shadow: 0px 2.17px 8.67px 0px #00000040 inset;

}

.review-slider .owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot {
    width: auto !important;
}

.review-box .review-head {
    color: #121212;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    font-family: "Montserrat", sans-serif;
}

#ctabtn-mob {
    background: transparent;
    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-box-one {
    position: relative;
}

.hero-con .container {
    max-width: 1380px;
}

.hero-box-one video {
    width: 103%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.bnr_bg {
    position: absolute;
    left: 0;
    width: 61%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
}


.box-two-text h2 span {
    position: relative;
}


.box-two-text h5 {
    font-size: 30px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 30px 0 20px;
}

.box-two-text p:nth-child(4) {
    margin-left: 10px;
}

.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)
    }
}

.secc-2-content {
    background: #fff;
    padding: 30px;
    border-radius: 40px;
}

.secc-2-content h2 {
    color: #2e4db8;
    font-family: "Raleway", sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 61px;
    margin-bottom: 25px;
}

.secc-2-content p {
    font-size: 20px;
    line-height: 32px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 35px;
    font-weight: 400;
}

.device_contnt {
    width: 45%;
}

.device_content.flex-row-reverse .device-image {
    margin-left: 20px;
    margin-right: 0;
}

.device_content_container .device_contnt .device_content:first-child {
    margin-bottom: 40px;
    /*    min-height: 200px;*/
    text-align: center;
}


/*
.device_img{
    margin: 0 30px;
}
*/
.device_content {
    display: flex;
    align-items: center;
}

.slideshow-container {
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
}

.fade {
    animation-name: fade;
    animation-duration: 3s;
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}




.s3-img.s3-con-box video {
    border-radius: 0;
    margin-bottom: -6px;
}

.s3-box.s3-wrapper.box-2,
.s3-box.s3-wrapper.box-5 {

    align-items: center;

}




.s3-cen-box {
    background: #2e4db8;
    padding: 40px;
    border-radius: 40px;

    display: flex;
    justify-content: space-between;
}

.s3TxtBx {
    width: 50%;
}

.s3TxtBx h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    margin: 0px 0px 10px 20px;
    font-size: 40px;
    color: #fff;
}

.s3TxtBx p {
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    color: #fff;
    line-height: 33px;
}

.s3TxtBx .num-cir {
    position: static
}

.s3TxtBx .num-cir p {
    font-weight: 600;
    color: #2E4DB8;
    font-size: 20px;
    display: table;
    text-align: center;
    line-height: 50px;
    width: 50px;
    font-family: "Poppins", sans-serif;
    padding-right: 0;
}


.sec3-con-3.box-4 ul li {
    background-image: url(../../images/index-new-v1/box4_icon.png);
    padding-left: 30px;
    background-position: left center;
    background-size: auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    font-family: "Manrope", sans-serif;
}

.s3-box.box-2 video,
.s3-box.box-4 video,
.s3-box.box-5 video {
    height: auto;
    object-fit: cover;
}

.s3-box.box-4 video {
    height: auto;
    object-fit: cover;
}

.acdn-para+ul li {
    list-style-type: disc;
}

.only-text,
.sub-hdng2 {
    font-size: 42px;
}

.text-charge {
    margin-left: 50px;
}

.hourglass {
    animation: rotateP 2.5s ease-in-out forwards infinite
}

@keyframes rotateP {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(00deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dot-fade {
    animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
    0% {
        opacity: 100%;
    }

    50% {
        opacity: 30%;
    }

    70% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
    }
}
.sec7-content{
    width: 8328px !important;
}