body {
     background-size: cover;
     font-size: 16px;
     color: #000;
     font-family: "Source Sans 3", sans-serif;
}
 body, html {
     max-width: 100%;
     overflow-x: hidden 
}
 *:hover, *:focus {
     outline: none !important;
     text-decoration: none !important 
}
 .btn:focus, .form-control:focus {
     box-shadow: none 
}
 .row {
     display: -webkit-flex 
}
 img {
     max-width: 100% 
}
 * {
     text-decoration: none;
     transition: all .3s ease-in-out;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .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: 0;
     height: 0;
     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-color: #001924;
     padding: 8px;
     z-index: 999999;
     position: relative 
}
 .top-bar p span {
     color: #FDFF92;
     font-weight: 700 
}
 .top-bar p {
     font-size: 18px;
     font-weight: 500;
     color: #fff;
}
 .nav-letf.nav-box img{
    width:150px
}
 .nav-wrapper {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between 
}
 .nav-box {
     width: 33.33% 
}
 .nav-cen {
     text-align: center 
}
 .nav-rgt {
     display: flex;
     gap: 30px;
     justify-content: flex-end;
     align-items: center 
}
 .nav-rgt a {
     text-transform: uppercase;
     color: #000;
     font-family: "Montserrat", sans-serif;
     text-decoration: none 
}
 a.order-link {
     font-family: "Montserrat", sans-serif;
     box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
     font-weight: 600;
     background: #1AC70E;
     padding: 6px 20px;
     border-radius: 50px;
     font-size: 20px;
     color: #fff 
}
 .nav-rgt a:hover {
     color: #4e46ff 
}
 .carouselBx-wrapper {
     width: 100%;
     overflow: hidden;
     position: relative 
}
 .carouselBx {
     display: flex;
     animation: scroll 10s 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%) 
    }
}
 .batSec {
     position: relative 
}
 .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 {
     position: relative;
     bottom: 1px;
     margin-right: 5px 
}
 .hero-text h3 {
     font-size: 28px 
}
 .hero-text h3 span {
     font-weight: 700 
}
 .hero-text h1 {
     font-size: 45px;
     font-weight: 400;
     margin-bottom: 1rem;
     line-height: 1.2;
}
 .hero-text h1 span.sub-hdng1 {
     font-family: "Source Sans 3", sans-serif;
     color: #3B3B3B;
     font-weight: 700;
     display: block;
     font-size: 64px;
     line-height: 120%;
}
 .blue {
     position: relative;
     display: inline-block;
}
 .blue:before {
     position: absolute;
     background: #98fafa;
     content: "";
     width: 100%;
     height: 40%;
     z-index: -1;
     top: 34px;
}
 .hero-text h1 span.sub-hdng2 {
     margin-left: 230px 
}
 .hero-text ul {
     padding-left: 0 
}
 .hero-text ul li {
     display: flex;
     align-items: center;
     gap: 20px;
     padding-bottom: 1px;
}
 .hero-text ul li p {
     font-weight: 700;
     font-size: 20px;
     margin-bottom: 0;
     color: #3B3B3B;
     font-family: "Source Sans 3", sans-serif;
}
 .sec1 {
     padding: 50px 0 ;
    position: relative;
    background: #000;
}
 .txtRght{
    text-align: right;
}
 .sec1 h3 {
     color: #fff;
     font-size: 40px;
     position: relative;
     font-weight: 700;
     margin-bottom: 30px;
}
 .sec1 p {
     color: #fff;
     font-size: 20px;
     padding: 0 100px;
     max-width: 1000px;
     margin: 0 auto;
     margin-bottom: 30px;
}
 .selSec {
     max-width: max-content;
     background: #FFFDD8;
     border: 2px dashed #ED8E00;
     border-radius: 4px;
     padding: 10px;
     margin-bottom: 23px;
     position: relative;
}
 .selSec:before {
     position: absolute;
     content: "";
     background: url(../../images/indexNew/dwn-arw.png)no-repeat;
     width: 26px;
     height: 16px;
     top: 45px;
     transform: translateX(-50%);
     left: 50%;
}
 .selSec p {
     font-size: 13px;
     font-weight: 400;
     color: #000;
     font-family: "Poppins", sans-serif;
     margin-bottom: 0;
}
 .selSec img {
     margin-right: 10px;
}
 .whiteBg{
    background: #fff;
    padding: 40px 0
}
 .whiteBg h2.sec-head{
    font-size: 58px;
    text-align: center;
     font-weight: 700;
     color: #3B3B3B;
}
 .whiteBg p {
     color: #000;
     font-weight: 300;
     text-align: center;
     font-size: 22px;
     padding: 0 100px;
     margin-bottom: 52px;
     max-width: 905px;
     margin: 0 auto;
}
 .aboutSec {
     display: flex;
     gap: 50px;
    margin-top: 50px;
}
 .abtBx h4 {
     color: #3B3B3B;
     font-size: 25px;
     font-weight: bold;
     margin: 20px 0;
     text-align: center;
}
 .abtTxt ul{
    padding-left: 0;
}
 .abtBx ul li {
     list-style: none;
     font-size: 18px;
     font-weight: 300;
     text-align: center;
     padding-bottom: 13px;
     position: relative;
     padding-top: 10px;
}
 .abtBx ul li:before {
     position: absolute;
     content: "";
     bottom: 0;
     background: #ABABAB;
     width: 70%;
     height: 1px;
     left: 50%;
     transform: translateX(-50%);
}
 .abtBx ul li:last-child:before{
    width: 0;
}
 .save-btn, .save-btn:hover {
     font-size: 30px;
     font-weight: 600;
     background: #1AC70E;
     color: #fff !important;
     padding: 6px 40px;
     border-radius: 50px;
     text-decoration: none;
     border: 2px solid #0A7A30;
     width: 440px;
     display: block;
     text-align: center;
     margin: 0px 0px 10px;
     font-family: "Poppins", sans-serif;
}
 .save-btn:hover>span img {
     transform: translateX(15px) 
}
 .btn-box p {
     font-size: 13px;
     margin-top: 1rem;
     color: #000;
     font-weight: 600;
}
 .btn-box {
     text-align: center;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center 
}
 .hero-text .btn-box{
    text-align: left;
    display: block
}
 .btn-box p span.font-style {
     font-weight: 700 
}
 .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: 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;
     text-align: center;
     width: 100% 
}
 .b-bow-wrapper {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     max-width: 1000px;
     margin: 0 auto 
}
 .fea-wrapper {
     background: #fff;
     display: flex;
     justify-content: space-evenly;
     align-items: center;
     padding: 15px 30px 
}
 .fea-img img:first-child {
     margin: 0 
}
 .fea-head h3 {
     font-size: 24px;
    font-family: "Poppins", sans-serif;
}
 .fea-img {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
}
 .fea-img img {
     width: 75px;
     object-fit: contain;
     margin-left: 25px 
}
 #hero-box {
     background: url(../../images/indexNew/banner-new.png) right center no-repeat;
     position: relative;
     background-size: 100% 100%;
     overflow: hidden;
}
 #hero-box:before{
    background: url(../../images/indexNew/left-bg.png) left center no-repeat;
    position:absolute;
    width:100%;
    content:"";
    left: 0;
    top: 0;
    height: 917px;
}
/* .hero-box-one {
     position: absolute;
    top: 0;
     width: 100%;
}
 */
 .hero-text {
     color: #fff;
     position: relative;
     z-index: 10;
     padding: 40px 0 40px;
}
 .hero-box-two {
     position: relative;
     z-index: 20 
}
 .usaBx {
     position: absolute;
     bottom: 11px;
     right: 11px 
}
 .hero-rate p {
     font-weight: 500;
     font-size: 15px;
     color: #000;
     font-family: "Poppins", sans-serif;
}
 .benifit-boxes {
     position: relative;
     z-index: 22;
     box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px 
}
 h2.sec-head {
     color: #262626;
     font-size: 60px;
     font-weight: 600;
     margin-bottom: 20px 
}
 h2.sec-head span{
    color: #4B9689
}
 .grwPlnt {
     display: flex;
     width: 100%;
     padding: 0;
}
 .midgrwBx {
     width: 35%;
     padding-right: 15px;
     padding-left: 15px;
}
 .midBx {
     margin-bottom: 50px;
     display: flex;
     gap: 20px;
     align-items: flex-start;
     border-bottom: 1px solid #484848;
}
 .midBx img {
     width: 80px;
}
 .sec1 .midBx h4 {
     font-weight: 700;
     font-size: 24px;
     color: #fff;
     margin-bottom: 10px;
}
 .sec1 .midBx p {
     padding: 0;
     font-size: 18px;
     font-weight: 400;
}
 .midgrwBx.midWdth {
     width: 35%;
}
 .midBx:nth-child(2) {
     border-bottom: none;
}
 .greyBg{
    background: #F5F5F5;
    padding: 50px 0 100px;
}
 .desk-off{
    display:none;
}
 .heroWrapper h3{
    color:#F0EC04;
     font-family: "Archivo", sans-serif;
     font-size: 70px;
     margin: 40px 0px 30px;
     font-weight: 700;
}
 .heroWrapper p{
     color:#fff;
     font-size: 18px;
     font-family: "Manrope", sans-serif;
     margin:10px 0px 20px;
    line-height: 30px;
}
 .video-sec1 {
     margin-bottom: 40px;
}
 .video-sec1 .container{
    background:#E7E430;
     margin-top: -23px;
     position: relative;
     z-index: 99;
}
 .yel-bg {
     margin-left: 70px;
     padding: 30px 0px;
}
 .video-sec1 .container .row{
    align-items: center;
}
 .yel-bg h3{
    color:#000000;
    font-family: "Archivo", sans-serif;
     font-size: 56px;
     font-weight: 700;
     margin:20px 0px;
}
 .yel-bg p{
    color:#000000;
     font-family: "Manrope", sans-serif;
     font-size: 18px;
    line-height: 30px
}
 .video-sec1 video{
     margin-bottom: -6px;
}
 #sec-podcast h2.sec-head{
     font-size: 58px;
    font-weight: 700;
     color:#3B3B3B;
}
 #sec-podcast {
     padding: 70px 0 30px;
}
 #sec-podcast h5{
     font-family: "Poppins", sans-serif;
     line-height: 35px;
     color:#000;
     text-align: center;
}
 span.number-cir {
     margin: 30px 0px;
     width: 60px;
     height: 60px;
     display: table;
     background: #000000;
     color: #fff;
     border-radius: 50%;
     text-align: center;
     line-height: 59px;
     font-size: 26px;
    font-family: "Poppins", sans-serif;
     font-weight: 600;
}
 .gray-bg{
    background:#F3F7FB;
     border-radius: 74px 254px 254px 74px
}
 .text-bg h3{
    font-family: "Archivo", sans-serif;
     font-size:43px;
    font-weight: 700;
     color:#000000;
}
 .text-bg p{
    font-size:20px;
     color:#000;
     font-family: "Poppins", sans-serif;
     margin-top: 19px;
}
 .cir-img video{
    border-radius: 264px;
}
 .gre-bg .text-bg{
    color:#fff;
    position: relative;
     z-index: 9;
     padding: 70px 0px;
}
 .gre-bg .text-bg span.number-cir{
    background:#fff;
     color:#000;
}
 .gre-bg .text-bg h3, .gre-bg .text-bg p{
    color:#fff;
}
 .gre-bg:before {
    content:"";
     position: absolute;
     width: 65%;
     height: 100%;
     background: linear-gradient(to right, rgba(38,51,60,1) 0%,rgba(38,51,60,1) 69%,rgba(38,51,60,1) 70%,rgba(38,51,60,0) 100%);
}
 .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 
}
 #sec-podcast {
     padding: 50px 0 ;
    background: #F5F5F5;
}
 #sec-podcast h2.sec-head span {
     color: #4B9689;
}
 #sec-podcast h5 {
     font-weight: 400;
     font-size: 24px;
     margin-bottom: 60px;
}
 .sec-3-head {
     text-align: center 
}
 .mob-accordian {
     display: none 
}
 .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: 20px;
     position: relative;
     padding: 15px;
}
 .s3-box.s3-wrapper.box-1, .s3-box.s3-wrapper.box-2, .s3-box.s3-wrapper.box-3, .s3-box.s3-wrapper.box-4, .s3-box.s3-wrapper.box-5, .s3-box.s3-wrapper.box-6{
     background: #fff;
     border-radius: 8px;
     box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
 .s3-con-box {
     width: calc(50% - 20px);
    position: relative;
}
 .s3-con-box img {
     border-radius: 20px 
}
 .s3-box.s3-wrapper.box-2, .s3-box.s3-wrapper.box-4, .s3-box.s3-wrapper.box-6{
    padding-left: 60px
}
 .icon1{
    position: absolute;
     width: 75px;
     top: 70px;
     right: -25px;
}
 .icon2{
    position: absolute;
     width: 75px;
     top: 70px;
     left: -25px;
}
 .s3-box.s3-wrapper.box-2 .num-cir, .s3-box.s3-wrapper.box-5 .num-cir {
     left: 15px 
}
 .s3-text h3, .s3-img h3 {
     font-weight: 700;
     margin: 30px 0 20px;
     font-size:40px;
     color: #3B3B3B 
}
 .s3-text p {
     color: #000000;
     font-size: 22px;
     padding-right: 141px;
     font-weight: 300;
     line-height: 33px 
}
 .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.s3-con-box video {
     border-radius: 20px 
}
 .ciscle-2 {
     position: absolute;
     right: 0;
     width: 450px;
     top: -150px;
     z-index: -1 
}
 .ciscle-3 {
     position: absolute;
     left: 0;
     width: 450px;
     top: -250px;
     z-index: -1 
}
 #sec-podcast .save-btn, #sec-podcast .save-btn:hover {
     background: #1AC70E;
     border-color: #0A7A30 
}
 #sec-podcast .btn-box {
     margin-top: 20px 
}
 .sec3-con-2 {
     background: linear-gradient(to right, rgba(38, 51, 60, 1) 0%, rgba(38, 51, 60, 1) 69%, rgba(38, 51, 60, 1) 70%, rgba(38, 51, 60, 0) 100%);
}
 .s3-box.s3-wrapper.box-3 .s3-text{
    position: relative;
}
 .s3-box.s3-wrapper.box-3 .s3-img.s3-con-box img {
     border-radius: 0 
}
 .mob-mnu-ic button {
     outline: 0;
     -webkit-appearance: none;
     background: 0;
     padding: 0;
     cursor: pointer;
     border: 0 
}
 .bar1, .bar2, .bar3 {
     width: 25px;
     height: 3px;
     background-color: #000;
     transition: .4s;
     -webkit-border-radius: 2px 2px 2px 2px;
     border-radius: 2px 
}
 .dl-active .bar1 {
     -webkit-transform: rotate(-45deg) translate(-5px, 5px);
     transform: rotate(-45deg) translate(-5px, 5px);
     background: #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: #262626;
     height: 80px;
     padding: 8px 0;
     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 .3s ease-out;
     transition: margin .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: #262626;
}
 .mob-mnu-ic {
     display: none 
}
 .s5CompBox {
     display: table;
     width: 70%;
     vertical-align: middle;
     margin: 116px auto 50px;
}
 .s5Col1, .s5CompBox {
     border-radius: 20px;
}
 .s5CompBox {
     text-align: center;
}
 .s5Col1 {
     float: left;
     width: 37%;
     padding: 83px 0 0;
}
 .s5Col1, .s5Col1 ul li {
     position: relative;
}
 .s5CompBox ul {
     margin-bottom: 0;
    padding-left: 0;
}
 .s5Col1 ul, .s5Col2Top, .s5Col2 ul, .s5Col2 ul li, .s5Col2Top{
    float: left;
     width: 100%;
}
 .s5Col1 ul li {
     float: left;
     width: 100%;
     font-size: 24px;
     line-height: 35px;
     color: #3b3b3b;
     padding: 0;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     font-weight: 600;
     text-align: left;
     justify-content: center;
}
 .s5Col1 ul li, .s5Col2 ul li {
     height: 70px;
     border-bottom: 2px solid #8b8b8b;
}
 .s5Col2 {
     float: left;
     width: 25%;
     background: #4AA8A8;
     border-radius: 10px;
     border: 4px solid #000;
     margin: 0;
}
 .s5Col2Prod, .s5Col3Prod {
     margin: -100px auto 0;
     height: 128px !important;
}
 .s5Col2Top, .s5CompBox img {
     height: auto;
}
 .s5Col2 ul li, .s5Col2Top p {
     font-size: 16px;
     font-weight: 400;
     font-family: Montserrat, sans-serif;
}
 .s5Col2Top p {
     line-height: 30px;
     color: #000;
}
 .s5Col2 ul {
     padding-top: 5px;
}
 .s5Col2 ul li {
     padding: 20px 0;
     color: #000;
     line-height: 31px;
     text-align: center;
}
 .s5Col2.s5Col3 {
     background: #fff;
     border: none;
}
 .s5Col2Top.s5Col3Top p, .s5Col2Top.s5Col4Top p {
     color: #000;
}
 .s5Col2Top p {
     line-height: 30px;
     color: #000;
}
 .s5Col2 ul li, .s5Col2Top p {
     font-size: 16px;
     font-weight: 400;
}
 .s5Col2.s5Col3 ul {
     padding-top: 9px;
}
 .s5Col1 ul li:last-child {
     border: none;
}
 .s5Col2 ul li:last-child {
     border: none;
     height: 100px;
}
 #earbuds-table {
     padding: 60px 0 ;
    background: #F8FBFD;
}
 #earbuds-table h2.sec-head {
     font-size: 58px;
    margin-bottom: 30px;
}
 #earbuds-table h2.sec-head span {
     position: relative 
}
 #earbuds-table h2.sec-head span.yellowShdw:before {
     position: absolute;
     background: #fff8d4;
     content: "";
     width: 100%;
     height: 55%;
     z-index: -1;
     top: 21px 
}
 #earbuds-table h5 {
     color: #fff;
     font-size: 24px;
     font-weight: 400 
}
/* .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% 
}
 .section6 {
     background: linear-gradient(90deg, #3C3C3C 0%, #262626 100%);
     overflow: hidden;
     background-size: cover;
     float: none;
     position: relative 
}
 .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: 28px 0 33px;
}
 .s6Right h2 {
     font-size: 50px;
     font-weight: 600;
     color: #fff;
     font-family: "Poppins", sans-serif;
}
 .s6Right p{
    font-family: "Poppins", sans-serif;
    font-size: 17px
}
 .section6 .btn-box {
     display: block;
     text-align: left 
}
 .section6 .save-btn, .section6 .save-btn:hover {
     background: #1AC70E;
     border-color: #0A7A30 
}
 #review .testName span {
     color: #37b72d;
     font-size: 13px;
     font-weight: 400;
     font-family: "Poppins", sans-serif;
}
 .testName img {
     margin: -1px 3px 0 0px;
}
 .review-box p.testName {
     color: #000;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     margin-top: 25px;
     text-align: center;
     font-family: "Source Sans 3", serif;
     margin-bottom: 0;
}
 .review-box p.grnTxt{
    color: #1AC70E;
    font-size: 13px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    min-height: auto;
    margin-bottom: 1rem;
}
 .review-box p {
     font-family: "Source Sans 3", serif;
    ;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0 20px;
    text-align: center;
    min-height: 140px;
}
 #review {
     padding: 60px 0;
    background: #fff;
}
 #review h2.sec-head{
    font-weight: 700;
    color: #3B3B3B;
    font-size: 55px;
}
 .review-box {
     background: #fff;
     padding: 15px;
     border-radius: 25px;
     box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
 .review-box img.mainImg{
    border-radius: 20px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}
 .review-wrapper {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     align-items: flex-start;
     margin-top: 40px 
}
 .review-box {
     width: calc(33.33% - 15px) 
}
 #review .save-btn, #review .save-btn:hover {
     background: #1AC70E;
     border-color: #0A7A30 
}
 #review .save-btn {
     margin-top: 0px 
}
 #review .sec-3-head h2 span {
     color: #0f4c48 
}
 .section8 {
     padding: 70px 0 ;
     background: #EFEFEF;
}
 .p-timer{
    margin-top: 50px
}
 .p-timer p{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
 .p-timer p span.watchSec{
    color: #EB3223
}
 .section8 h2.sec-head{
    font-weight: 700;
    color: #444444
}
 .section6 .p-timer{
    max-width: 440px
}
 .section6 .p-timer p{
    color: #fff
}
 .section6 .p-timer p span.watchSec{
    color:#FFDB11
}
 .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;
     font-family: "Poppins", sans-serif;
}
 .accordion {
     background: url(../../images/indexNew/close.png) 100% center no-repeat;
     padding: 13px 45px 10px 0;
     font-size: 18px;
     line-height: 30px;
     color: #000;
     letter-spacing: .5px;
     cursor: pointer;
     font-weight: 600 
}
 .acdn-heading.active {
     background: url(../../images/indexNew/open.png) 100% center no-repeat;
     border: 0 
}
 .acdn-content {
     display: none;
     transition: background-color .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: 0;
     text-align: center;
     font-family: "Poppins", sans-serif;
}
 footer {
     padding: 30px 0;
    background: #fff;
}
 .ftr-link {
     text-align: center;
     margin-top: 30px;
}
 .ftr-link a {
     color: #333333;
     text-decoration: none;
     padding: 2px 8px;
    font-family: "Poppins", sans-serif;
}
 .c-text {
     color: #333333;
    font-family: "Poppins", sans-serif;
     text-align: center;
     margin-top: 20px 
}
 .mob-view {
     display: none 
}
 .brand-slider-box {
     background: #fff;
     padding: 15px 0 
}
 .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-weight: 400;
}
 .review-slider .owl-carousel .owl-item img {
     width: auto;
     display: inline;
     margin-bottom: 10px !important 
}
 .guaranteeSec{
    display: none
}
 .review-slider .owl-nav {
     display: none 
}
 .owl-theme .owl-dots .owl-dot {
     width: auto !important 
}
 .review-box .review-head {
     font-weight: 700;
     font-size: 25px;
     font-family: "Source Sans 3", serif;
     text-align: center;
     color: #3B3B3B;
     line-height: 36px;
     min-height: 75px;
}
 .authSec {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
}
 .review-box img {
     border-radius: 20px;
}
 .review-box p.testName {
     color: #000;
     font-weight: 700;
     margin-top: 25px;
     text-align: center;
     min-height: auto;
}
 #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-con .container {
     max-width: 1280px 
}
 */
 .bnr_bg {
     position: absolute;
     left: 0;
     width: 61%;
     height: 100%;
     object-fit: cover;
     z-index: 9 
}
 .hero-box-two .container-fluid {
     padding-left: 0 
}
 .slideshow-container {
     position: relative;
     margin: auto;
}
 .heroWrapper {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     color: #fff;
     display: flex;
     align-items: center;
}
 .heroContent{
    max-width:500px
}
 .workPlay {
     padding: 70px 0 30px 
}
 .jctkr-wrapper, .features_cntnr {
     position: relative;
     width: 100%;
     overflow: hidden;
     height: 300px 
}
 .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 .features_cntnt li {
     display: inline-block;
     padding: 0 5px;
     width: 300px 
}
 .yellowSec .save-btn {
     background: #f26a0d;
     border-color: #000 
}
 .imageSec {
     display: flex;
     gap: 10px;
}
 .imageBx {
     width: calc(100% / 3);
}
 .images{
    position: relative
}
 .images .imageTxt {
     position: absolute;
     bottom: 0;
     margin: 0 0 20px 20px;
     background: #fff;
     transform: skew(-25deg);
     padding: 5px 10px;
}
 .images p {
     color: #000;
     font-weight: 700;
     font-size: 22px;
     margin-bottom: 0;
     transform: skew(25deg);
}
 .full-width {
     width: 100vw;
     position: relative;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw 
}
 .s3-box.s3-wrapper.box-2 .s3-text p {
     padding-right: 85px 
}
 .s3-box.s3-wrapper.box-2 .s3-text .num-cir p {
     padding-right: 0 
}
 .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 {
     font-size: 20px;
     font-family: "Manrope", sans-serif;
     color: #fff;
     line-height: 33px 
}
 .s3TxtBx .num-cir {
     position: static 
}
 .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, 0.6);
     margin: 0 10px;
     text-align: center;
     transition: opacity 1.5s 
}
 .text {
     font-size: 24px;
     font-family: "Manrope", sans-serif;
     font-weight: 500;
     text-transform: uppercase;
     color: #fff;
     opacity: 1 
}
 .active {
     opacity: 1 
}
 .Slides.active {
     background: #fff;
     box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3) 
}
 .Slides.active .text {
     color: #2f4fbb;
     font-weight: 800 
}
 .sec3-con-3.box-4 ul li {
     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-1 video, .s3-box.box-4 video, .s3-box.box-5 video, .s3-box.box-6 video {
     height: 350px;
     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: 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% 
    }
}
 #mob-btn-3.btn-box p {
     color: #000;
    font-size: 13px;
}
 .pulsate {
     animation-name: pulsate;
     -webkit-animation-name: pulsate;
     animation-duration: 1.5s;
     -webkit-animation-duration: 1.5s;
     animation-iteration-count: infinite;
     -webkit-animation-iteration-count: infinite 
}
 @keyframes pulsate {
     0%, 100% {
         transform: scale(.9) 
    }
     50% {
         transform: scale(1) 
    }
}
 @-webkit-keyframes pulsate {
     0%, 100% {
         -webkit-transform: scale(.95) 
    }
     50% {
         -webkit-transform: scale(1) 
    }
}