:root {
   --body-font: "Montserrat", sans-serif;
   --title-font: "Open Sans", sans-serif;
   --black-color:#000;
   --star-color: #FEA800;
}
body {
   background-size: cover;
   font-size: 16px;
   color: #000;
   font-family: var(--body-font);
}
body, html {
   max-width: 100%;
   overflow-x: hidden;
}
a.order-link *: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;
   margin: 0;
   padding: 0;
   word-wrap: break-word 
}
a {
   color: #000;
   text-decoration: none;
}
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: #63DFDF;
   padding: 4px;
   z-index: 999999;
   position: relative 
}
.top-bar p span {
   color: #fdff92;
   font-weight: 700 
}
.top-bar p {
   font-size: 16px;
   font-weight: 500;
   font-family: "Poppins",sans-serif;
}
.nav-wrapper {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between 
}
.fa-star, .fa-star-half-stroke {
   color: var(--star-color);
}
.nav-cen {
   text-align: center 
}
.nav-letf.nav-box {
   width: 100px;
}
.nav-rgt {
   display: flex;
   gap: 20px;
   justify-content: flex-end;
   align-items: center 
}
.logo{
   width: 80px;
   height: auto;
}
.nav-rgt a {
   text-transform: uppercase;
   color: #fff;
   font-family: var(--body-font);
   text-decoration: none 
}
a.order-link {
   font-family: var(--body-font);
   font-weight: 500;
   padding: 8px 30px;
   border-radius: 50px;
   font-size: 20px;
   color: #fff;
   background: #FF7F2B;
   border: 2px solid #fff;
   margin: 0 20px;
   text-transform: uppercase;
   transition: 0.3s ease-in-out;
}
/* .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%) 
  }
}
.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) 
  }
}
.device-features {
   padding: 80px 0;
   padding-bottom: 331px;
   display: none 
}
.device-features .textSec {
   width: calc(30% - 10px) 
}
.device-features .textSec h2 {
   font-family: var(--title-font);
   color: #000;
   font-size: 60px;
   font-weight: 800;
   margin-bottom: 40px;
   position: relative;
   z-index: 9 
}
.device-features .textSec h2 span {
   position: relative 
}
.device-features .textSec h2 span:before {
   position: absolute;
   background: url(../../images/index1/lineimg.png)no-repeat;
   content: "";
   left: -76px;
   top: -14px;
   width: 100%;
   height: 80px;
   z-index: -1 
}
.device-features .animSec {
   width: calc(70% - 10px) 
}
.device-features .textSec img.stepImg, .stepTxt {
   display: none 
}
.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 {
   color: #000;
   font-size: 50px;
   font-weight: 400;
   line-height: 1;
   margin: 50px 0 60px 0;
   font-family: "Archivo Black", sans-serif;
}
.linear-gradient{
   background: -webkit-linear-gradient(180deg, #45B545 21.78%, #47BFBF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-text h1 span.sub-hdng1 {
   font-weight: 400;
   color: #000;
   display: block;
   font-size: 26px;
   line-height: 1;
   margin-bottom: 10px;
}

.hero-text h2 {
   color: #000;
   font-weight: 400;
   font-size: 30px;
   margin-bottom: 10px;
   font-family: "Archivo Black", sans-serif;
}
.hero-text h1 span.sub-hdng2 {
   margin-left: 230px 
}
.hero-text ul {
   padding-left: 0;
   font-family: "Montserrat", sans-serif;
   margin-bottom: 40px;
}
.hero-text ul li {
   display: flex;
   align-items: center;
   gap: 15px;
   padding-bottom: 5px 
}
.hero-text ul li img {
   width: 35px;
}
.hero-text ul li p {
   color: #000;
   font-weight: 600;
   font-size: 20px;
   margin-bottom: 0;
   font-family: "Montserrat", sans-serif;
}
.star {
   width: 100px;
   /* display: block; */
   margin-top: -4px;
   margin-right: 10px;
}
.save-btn, .save-btn:hover {
   font-size: 28px;
   font-weight: 700;
   background: #E76510;
   color: #fff !important;
   padding: 12px 20px 12px 50px;
   border-radius: 50px;
   padding-right: 30px;
   text-decoration: none;
   display: block;
   text-align: center;
   margin: 0 0 10px;
   width: max-content;
    box-shadow: 0 7px 7px #353131;
   border: 5px solid #ef9359;
   position: relative;
   z-index: 9;
   font-family: "Inter", sans-serif;
   transition: 0.3s ease-in-out;
    outline: 4px solid #fff;
}
.save-btn::after {
   content: ' ';
   position: absolute;
   top: -10px;
   bottom: -10px;
   left: -10px;
   right: -10px;
   opacity: 0.2;
   background-color: #fff;
   border-radius: 50px;
   z-index: -1;
   transition: 0.3s ease-in-out;
}
/* .save-btn:hover>span img {
   transform: translateX(15px);
   transition: 0.3s ease-in-out;
} */
.save-btn span img{
   margin-left: 15px;
   margin-right: -15px;
}
.btn-box p {
   color: #000;
   font-size: 13px;
   font-family: "Inter", sans-serif;
   font-weight: 400;
   margin-top: 10px !important;
}
.btn-box {
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center 
}
.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 
}
.mobwrapper {
   display: none 
}
.fea-wrapper {
   /* background: #fff; */
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px 0px 15px 90px;
   /* box-shadow: 0px 5px 8px 4px rgba(0, 0, 0, 0.25); */
   border-radius: 30px;
}
.fea-img img:first-child {
   margin: 0 
}
.fea-head {
    min-width: fit-content;
    padding-right: 35px;
}
.fea-head h3 {
   color: #fff;
   font-size: 20px;
   font-family: "Poppins", serif;
   line-height: 24px;
   position: relative;
}
/* .fea-head h3::before {
   content: ' ';
   position: absolute;
   background-image: url(../../images/index1/as-seen-on-arrw.png);
   top: -25px;
   left: 50%;
   transform: translateX(-50%);
   width: 20px;
   height: 20px;
   background-repeat: no-repeat;
   background-size: contain;
} */
.fea-img {
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 1020px;
   width: 100%;
   position: relative;
   /* left: 50%;
   transform: translateX(-50%); */
}
.fea-img img {
    height: 47px;
    object-fit: scale-down;
    margin-left: 11px;
    width: 130px;
    object-fit: contain;
}
#hero-box {
   background: url(../../images/index1/hero-banner.png) no-repeat;
   background-size: cover;
   position: relative;
   background-position: center center;
   overflow: hidden;
}
.hero-box-one {
   position: relative 
}
.hero-text {
   color: #fff;
   position: relative;
   z-index: 10;
   padding: 80px 0;
}
.hero-box-two {
   position: relative;
   z-index: 20;
   padding-bottom: 105px;
}
.usaBx {
   position: absolute;
   top: 11px;
   right: 11px 
}
.hero-rate p {
   color: #000;
   font-weight: 400;
   font-size: 16px;
   font-family: "Montserrat",sans-serif;
}
.benifit-boxes {
    position: relative;
    /* background: #3E5656; */
    z-index: 99;
    margin: -10px 0 0px;
    padding: 15px 0;
    background: linear-gradient(90.52deg, rgba(78, 121, 121, 1) 76.02%, rgba(255, 255, 255, 10.5) 91.99%, rgba(78, 121, 121, 1) 98.98%);
}
.benifit-boxes::after{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   z-index: -11;
   background: #3E5656;
   opacity: 0.6;
}

h2.sec-head {
   font-family: "Archivo Black", sans-serif;
   font-size: 44px;
   line-height: 59px;
   margin-bottom: 20px;
}
.box-two-text p {
   font-size: 18px;
   font-family: "Montserrat", sans-serif;
   margin-bottom: 20px;
   font-weight: 600;
   max-width: 455px;
   line-height: 186%;
   color: #000000;
}
.content-wrapper {
   display: flex;
   align-items: flex-start;
   flex-wrap: wrap;
   margin-top: -3px 
}
.box-two-img {
   width: 60%;
   position: relative;
}
.box-two-img img{
   position: relative;
   z-index: 11;
}
/* .box-two-text {
   width: 40%;
   padding: 0px 30px;
} */
.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 
}
.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;
   text-transform: uppercase 
}


#sec-podcast {
   padding: 30px 0 30px 
}
#sec-podcast h2.sec-head {
   margin-bottom: 5px 
}
#sec-podcast h2.sec-head span {
   position: relative 
}
#sec-podcast h5 {
   font-weight: 600;
   font-size: 24px 
}
.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: 60px;
   padding: 30px;
   position: relative;
   padding-left: 40px 
}
.s3-box.s3-wrapper.box-1, .s3-box.s3-wrapper.box-2{
   flex-direction: row-reverse;
}
.s3-con-box {
   width: calc(50% - 20px) 
}
.num-cir {
   font-weight: 600;
   font-size: 20px;
   background: #000;
   width: 60px;
   display: table;
   text-align: center;
   height: 60px;
   line-height: 1;
   border-radius: 50%;
   top: 40px;
   left: 15px 
}
.s3-text .num-cir p {
   font-weight: 600;
   color: #fff;
   font-size: 26px;
   text-align: center;
   line-height: 60px;
   font-family: "Poppins", sans-serif;
   padding-right: 0 
}
.s3-box.s3-wrapper.box-2 .num-cir, .s3-box.s3-wrapper.box-5 .num-cir {
   left: 15px 
}
.s3-text h3 {
   font-family: var(--title-font);
   font-weight: 600;
   margin: 30px 0 10px;
   font-size: 45px;
   color: #000 
}
.s3-text p {
   font-size: 20px;
   padding-right: 141px;
   font-weight: 400;
   font-family: "Manrope", sans-serif;
   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 
}
.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: #f26a0d;
   border-color: #000 
}
#sec-podcast .btn-box {
   margin-top: 40px 
}
#sec-podcast:before {
   position: absolute;
   content: "";
   background: url(../../images/index1/left-effect.png)no-repeat;
   width: 333px;
   left: 0;
   top: 0;
   height: 100% 
}
/* .sec3-con-3:after {
   position: absolute;
   content: "";
   background: url(../../images/index1/next-half.png)no-repeat;
   width: 333px;
   right: 0;
   top: -68px;
   height: 100%;
   z-index: -1 
}
*/
.sec3-con-2 {
   background:url("../../images/index1/middle-banner.png");
   background-position: center;
   background-repeat: no-repeat;
   padding: 40px 0;
}
.s3-box.s3-wrapper.box-3 {
   justify-content: flex-end;
}
.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: #63DFDF;
   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: #63DFDF;
}
.dl-active .bar2 {
   opacity: 0 
}
.dl-active .bar3 {
   -webkit-transform: rotate(45deg) translate(-5px, -5px);
   transform: rotate(45deg) translate(-5px, -5px);
   background: #63DFDF;
}
.bar2 {
   margin: 4px 0 
}
#nav-bar-section {
   margin-bottom: 80px 
}
.nav-box a {
   font-family: "Montserrat",sans-serif;
   text-transform: uppercase;
}
#nav-bar-section #nav-bar {
   background: #151515;
   height: 80px;
   padding: 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;
   padding: 9px 0;
}
#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%;
}

.small-text{
   font-size: 35px;
}
.gredient-txt{
   background: linear-gradient(to right, #45B545 22%, #00C2FF 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.mob-mnu-ic {
   display: none 
}
.s5CompBox {
   display: table;
   width: 100%;
   max-width: 1030px;
   background: #fff;
   border-radius: 35px;
   margin-top: 140px;
   margin-bottom: 0;
   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: 58%;
   padding: 95px 0 0;
   position: relative;
}
.s5Col1 ul li {
   float: left;
   width: 100%;
   height: 80px;
   font-size: 14px;
   /* line-height: 32px; */
   color: #000;
   padding: 0 0 0 60px;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   border-bottom: 1px solid #b4add9;
   background: url(../../images/index1/comp-point.svg) 22px 18px no-repeat;
   font-weight: 400;
   text-align: left;
   position: relative;
   font-family: "Open Sans",sans-serif;
}

.s5Col1 ul li .s5Col-list-head{
   display: block;
   width: 100%;
   color: #47BFBF;
   font-size: 16px;
   font-family: "Montserrat", sans-serif;
   margin-bottom: 0px;
   font-weight: 700;
   line-height: 20px;
}
.s5Col1 ul li .s5Col-list-details{
   color: #000;
   font-size: 13px;
   font-family: "Montserrat", sans-serif;
   margin-bottom: 0px;
   font-weight: 500;
   line-height: 17px;
   margin-top: -30px;
}


.s5Col2 {
   float: left;
   width: 21%;
   border-radius: 42.35px;
   background: linear-gradient(184.79deg, #63DFDF -13.22%, #124444 85.08%);
   border-radius: 35px;
   margin: -45px 0 -25px 0;
}
#earbuds-table {
   padding: 50px 0 88px;
   position: relative;
}

.earbuds-table-shape{
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   margin: auto 0;
   z-index: -1;
}


#earbuds-table h2 span {
   background: -webkit-linear-gradient(0deg, #45B545 23.33%, #63DFDF 65.03%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
/* #earbuds-table h5 {
   color: #000;
   font-size: 18px;
   font-weight: 400;
   font-family: "Open Sans",sans-serif;
} */
.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% 
}
.s5Col2Top p {
   font-size: 16px;
   line-height: 30px;
   color: #fff;
   font-weight: 600 
}
.s5Col2 ul {
   padding-top: 5px 
}
.s5Col2 ul li {
   height: 80px;
   padding: 15px 0;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   border-bottom: 1px solid #fff;
}
.s5Col3 ul li, .s5Col4 ul li {
   border-bottom: 1px solid #b4add9 
}
.s5Col2Prod {
   margin: -86px auto 10px;
   height: 165px !important;
}
.s5Col3Prod {
   margin: -33px auto 10px;
   height: 110px !important;
}
.s5Col4Prod {
   margin: -50px auto 10px;
   height: 100px !important 
}
.s5Col2 ul li:last-child {
   border: 0;
   height: 115px;
   padding-bottom: 50px;
}
.s5CompBox ul {
   padding-left: 0;
   margin-bottom: 0;
}
.s5Col2Top {
   height: 135px 
}
.s5CompBox img {
   height: auto;
   display: block;

}
.s5CompBox img.star{
   display: block;
   margin: -4px auto;
}
.s5Col1 ul li:last-child {
   border: 0 
}
.s5Col2.s5Col3 {
   background-image: none 
}
.s5Col2.s5Col4 {
   background-image: none 
}
.section6 {
   background: #424242;
   overflow: hidden;
   background-size: cover;
   float: none;
   position: relative
}
/* .section6:before {
   position: absolute;
   content: "";
   background: url(../../images/index1/bg-1.png)no-repeat;
   left: -61px;
   bottom: 0;
   width: 282px;
   height: 294px 
}
*/
/* .section6:after {
   position: absolute;
   content: "";
   background: url(../../images/index1/bg-2.png)no-repeat;
   right: -61px;
   top: 0;
   width: 282px;
   height: 294px 
}
*/
.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: 40px 0 50px 
}
.s6Right h2 {
   font-size: 50px;
   font-weight: 600;
   color: #fff 
}
.section6 .btn-box {
   display: block;
   text-align: left 
}
.review_shape1{
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   z-index: -1;
   margin: auto 0;
}
.review_shape2{
   position: absolute;
   right: 0;
   bottom: 0;
   z-index: -1;
}
#review .testName span {
   color: #37b72d;
   font-size: 14px;
   font-weight: 400 
}
.testName img {
   margin: -1px 3px 0 10px 
}
.testName {
   color: #121212;
   margin-top: 0;
   text-align: center;
   min-height: auto !important;
   font-family: var(--body-font);
}
.review-box p {
   font-family: var(--title-font);
   min-height: 170px;
   margin-bottom: 0;
   font-size: 16px;
   line-height: 30px;
}
#review {
   padding: 60px 0 
}
.review-box {
   padding: 15px;
   border-radius: 25px;
   background: #F6F6F6;
   box-shadow: 0px 1px 5px 1px #00000036;
}
.review-wrapper {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-top: 25px;
}
.review-box {
   width: calc(33.33% - 15px) 
}

.rating-star{
   margin-top: 15px;
   margin-left: auto;
   margin-right: auto;
}

#review .save-btn {
   margin-top: 70px 
}
#review .sec-3-head h2 span {
   color: #0f4c48 
}
.section8 {
   padding: 50px 0 40px;
   /* background: linear-gradient(180deg, #FFF 0%, #4C9689 100%); */
   width: 100%;
    background: url(../../images/index1/faq-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
    overflow: hidden;
}
.section8 h2.sec-head {
   color: #9B9B9B;
   font-size: 65px;
   line-height: 70px;
}

.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: "Open Sans",sans-serif;
}
.accordion {
   background: url(../../images/index1/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/index1/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 
}
footer {
   padding: 30px 0 
}
.ftr-logo{
   width: 130px;
}
.ftr-link {
   text-align: center;
   margin-top: 30px 
}
.ftr-link a {
   color: #7C7C7C;
   font-weight: 400;
   text-decoration: none;
   padding: 2px 8px ;
}
.c-text {
   color: #7C7C7C;
   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 
}
.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: #084298 
}
.review-slider .owl-nav {
   display: none 
}
.owl-theme .owl-dots .owl-dot {
   width: auto !important 
}
.review-box .review-head {
   /* font-weight: 700; */
   font-size: 16px;
   line-height: 24px;
   font-family: "Archivo Black", sans-serif;
   min-height: 48px;
   margin-bottom: 0 !important;
}
#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: 1280px 
}
.hero-box-one video {
   width: 100%;
   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 
}
.hero-box-two .container-fluid {
   padding-left: 0 
}
/* .box-two-text h2 {
   font-size: 32px;
   font-weight: 700;
}
.box-two-text h2 span {
   color: #4B9689;
   font-family: 'great_sejagadregular';
   font-size: 64px;
   line-height: 58px;
   letter-spacing: 2.6px;
   font-weight: 400;
} */
/* .box-two-text h2 span:before {
   content: "";
   position: absolute;
   background: #ffd65b;
   width: 65px;
   height: 65px;
   border-radius: 50%;
   right: -82px;
   top: -14px;
   z-index: -1 
} */
.box-two-img .orangeBx {
   background: #eb6300;
   padding: 30px;
   position: absolute;
   bottom: -45px;
   width: 40%;
   right: -45px 
}
.box-two-img .orangeBx p {
   margin-bottom: 0;
   color: #fff;
   font-family: var(--title-font);
   font-weight: 600;
   font-size: 30px 
}
.workPlay {
   position: relative;
}
.workPlay-part1{
   width: 100%;
   background: url(../../images/index1/workPlay-part1-bg.png) no-repeat;
   background-size: cover;
   position: relative;
   background-position: center center;
   overflow: hidden;
   padding-top: 40px;
}


.workPlay h2 {
   color: #9B9B9B;
}
.workPlay h2 span{
   background: -webkit-linear-gradient(0deg, #45B545 -12%, #63DFDF 110%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.workplay_img{
   /* position: absolute;
   top: 0;
   left: 0;
   right: 0; */
   width: 100%;
   height: auto;
   margin-top: -100px;
}
.workPlay-part2{
   padding-top: 40px;
   padding-bottom: 40px;
   position: relative;
   background-color: #151515;
}

.workPlay-part2-shape2{
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   width: 30%;
   height: auto;
}

.work_borderbox{
   padding: 15px;
   position: relative;
   border-radius: 25px;
   overflow: hidden;
   z-index: 9;
   /* background: url(../../images/index1/work-gradient-bg.png) no-repeat; */
   /* border-image-source: -webkit-linear-gradient(154.15deg, rgba(99, 223, 223, 0.5) -6.59%, rgba(21, 21, 21, 0.5) 15.14%, rgba(99, 223, 223, 0.5) 45.79%, rgba(21, 21, 21, 0.5) 71.01%); */
}
.work_borderbox::before{
   content: '';
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: -1;
   background: url(../../images/index1/work-gradient-bg.png) no-repeat;
}
.work_borderbox3::before{
   background: url(../../images/index1/work-gradient-bg2.png) no-repeat !important;
}
.work_borderbox4::before{
   background: url(../../images/index1/work-gradient-bg2.png) no-repeat !important;
}





/* .work_borderbox::before{
   background: url(../../images/index1/work-gradient-bg.png) no-repeat;
    position: relative;
    background-position: left center;
    overflow: hidden;
} */
.work_border-contentbox{
   padding-top: 30px;
   padding-bottom: 10px;
}
.work_border-contentbox h3{
   font-size: 24px;
   line-height: 56px;
   margin-bottom: 0;
   font-family: "Archivo Black", sans-serif;
   background: -webkit-linear-gradient(0deg, #45B545 23.33%, #63DFDF 65.03%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.work_border-contentbox p{
   color: #fff;
   margin-bottom: 0;
   min-height: 72px;
}

.workplaybox{
   display: flex;
   flex-direction: row;
}
.workplay-iconbox{
   margin-bottom: 30px;
}
.workplay-iconbox:last-child{
   margin-bottom: 0px;
}
.workplay-iconbox{
   width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.workplay-contentbox{
   width: calc(100% - 40px);
   padding-left: 15px;
   padding-top: 7px;
}
.workplay-heading{
   font-size: 16px;
   font-family: "Archivo Black", sans-serif;
   background: -webkit-linear-gradient(0deg, #45B545 -12%, #63DFDF 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.work-details{
   color: #fff;
   font-size: 16px;
   margin-top: 5px;
}



















.perfect-travel-sect .container-fluid{
   padding-right: 0;
}
.yellowSec {
   background: #f9faf5;
   background-size: cover;
   padding: 60px 0 
}
.yellowSec h2 {
   font-family: var(--title-font);
   color: #000;
   font-size: 60px;
   font-weight: 800;
   margin-bottom: 40px;
   text-align: center;
   position: relative;
   z-index: 9 
}
.yellowSec h2 span {
   position: relative 
}
.yellowSec h2 span.ylwring:before {
   position: absolute;
   content: "";
   background: url(../../images/index1/yellow-ring.png)no-repeat;
   width: 60px;
   height: 60px;
   z-index: -1;
   left: -43px;
   top: -21px 
}
.yellowSec h2 span:after {
   position: absolute;
   content: "";
   background: url(../../images/index1/line.png)no-repeat;
   width: 360px;
   height: 22px;
   z-index: -1;
   top: 62px;
   left: 50%;
   transform: translateX(-50%) 
}
.yellowSec .save-btn {
   background: #f26a0d;
   border-color: #000 
}
.featureSec {
   gap: 10px;
   margin-bottom: 40px 
}
.features-pc {
   position: relative 
}
.featureSec .features-para {
   position: absolute;
   bottom: 0;
   color: #fff;
   padding: 0 3px 
}
.featureSec .features-para p {
   margin-bottom: 0;
   color: #fff;
   font-family: var(--title-font);
   font-size: 25px;
   font-weight: 600;
   padding-left: 20px;
   padding-bottom: 20px 
}
.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 
}
.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 
}
.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 {
   background-image: url(../../images/index1/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-5 {
   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 
}
.div-1 {
   position: relative;
   background-color: #fff;
   margin: 40px 0 0 
}
.div-1, .bg1, .bg2 {
   height: 680px 
}
.bg1 {
   background: url(../../images/index1/desc-bg-1.png) no-repeat no-repeat;
   background-size: cover;
   animation: fadeInAnimationNew ease 1.2s;
   animation-iteration-count: 1;
   animation-fill-mode: forwards;
   background-size: cover 
}
.bg2 {
   background: url(../../images/index1/desc-bg-2.png) no-repeat no-repeat;
   background-size: cover;
   background-position: right;
   background-size: 50% 100% 
}
.div-1:hover .bg1 {
   animation: fadeInAnimation ease 1.2s;
   animation-iteration-count: 1;
   animation-fill-mode: forwards 
}
@keyframes fadeInAnimation {
   0% {
       opacity: 1 
  }
   100% {
       opacity: 0 
  }
}
@keyframes fadeInAnimationNew {
   0% {
       opacity: 0 
  }
   100% {
       opacity: 1 
  }
}
.bg1, .bg2 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background-position: right 
}
.image-box {
   position: relative;
   z-index: 2;
   pointer-events: none;
   margin-left: auto;
   height: 780px;
   bottom: 90px;
   max-width: 900px;
   transform: scale(0.8) 
}
.class-a1, .class-a2, .class-a3, .class-a4, .class-a5 {
   position: absolute 
}
.img-point {
   position: absolute;
   right: 0;
   bottom: 0;
   width: 100% 
}
.img-point img {
   width: 100% 
}
.img-point {
   opacity: 0 
}
.class-a5.active {
   left: 154px;
   bottom: 135px;
   transform: scale(1.6);
   max-width: 100%;
   width: 230px 
}
.class-a4.active {
   left: 164px;
   bottom: 342px;
   transform: scale(1.49);
   max-width: 100%;
   width: 220px;
   opacity: 0 
}
.class-a3.active {
   left: 146px;
   bottom: 322px;
   transform: scale(1.49);
   max-width: 100%;
   width: 162px;
   opacity: 0 
}
.class-a2.active {
   left: 166px;
   bottom: 355px;
   transform: scale(1.5);
   max-width: 100%;
   width: 210px;
   opacity: 0 
}
.class-a1.active {
   left: 147px;
   bottom: 336px;
   transform: scale(1.6);
   max-width: 100%;
   width: 230px;
   opacity: 0 
}
.div-1 * {
   transition: .9s 
}
.div-1:hover .img-point {
   opacity: 1 
}
.div-1:hover .class-a5 {
   left: -176px;
   bottom: 2px;
   transform: scale(1);
   width: 230px;
   opacity: 1 
}
.div-1:hover .class-a4 {
   left: -84px;
   bottom: 174px;
   transform: scale(1);
   width: 220px;
   opacity: 1 
}
.div-1:hover .class-a3 {
   left: 50px;
   bottom: 240px;
   transform: scale(1) rotate(0);
   width: 162px;
   opacity: 1 
}
.div-1:hover .class-a2 {
   left: 130px;
   bottom: 264px;
   transform: scale(1);
   width: 210px;
   opacity: 1 
}
.div-1:hover .class-a1 {
   left: 245px;
   bottom: 301px;
   transform: scale(1);
   width: 230px;
   opacity: 1 
}
.desc-text {
   position: absolute;
   left: 0;
   top: 120px 
}
.div-1 .container {
   position: relative 
}
.desc-text h1 {
   font-size: 60px;
   position: relative;
   z-index: 1;
   font-family: var(--title-font) 
}
.head-line1 {
   position: absolute;
   width: 304px;
   top: 13px;
   left: -70px;
   height: 46px;
   object-fit: cover 
}
.head-line2 {
   bottom: -20px;
   position: absolute;
   width: 235px;
   height: 26px;
   right: 0 
}
.ready-to-take-sec {
   position: relative;
}
.ready-to-take-sec::before {
   position: absolute;
   top: 70px;
   content: ' ';
   bottom: 77px;
   background: linear-gradient(90deg, #4B9689 0%, #959CA7 100%);
   left: 0;
   right: 0;
   z-index: -1;
}
.ready-to-take-heading h3 span{
   font-family: 'great_sejagadregular';
   font-size: 65px;
}
.ready-to-take-heading h3{
   color: #fff;
   font-size: 35px;
   line-height: 57px;
   font-family: "Krona One", serif;
}
.ready-to-take-heading p {
   color: #fff;
   font-family: var(--title-font);
   font-size: 18px;
   line-height: 35px;
   margin: 10px 0 0;
}
.ready-to-take-heading {
   max-width: fit-content;
   margin-left: auto;
}
.perfect-heading h3 {
   font-size: 40px;
   font-family: "Krona One", serif;
   line-height: 62px;
   color: #000;
}
.perfect-heading h3 span{
   font-size: 60px;
   font-family: 'great_sejagadregular';
   color: #4B9689;
}
.perfect-heading{
   width: fit-content;
   margin-left: auto;
}
#earbuds-table .btn-box {
   margin-top: 60px;
}
.faq-container .up-slide-dwn:last-child li{
   list-style-type: decimal;
}


.product-featured{
   position: relative;
}
.featured-sec1{
   width: 100%;
   position: relative;
   background: #151515;
   padding: 120px 0 90px 0;

   /* background: url(../../images/index1/featured-sec1-bg.png) no-repeat; */
    /* background-size: cover; */
    
    /* background-position: center bottom; */
    overflow: hidden;
}
.featured_left-bg{
   position: absolute;
   left: 0;
   bottom: 0;
   width: 30%;
   height: auto;
   z-index: 0;
}
.featured_right-bg{
   position: absolute;
   right: 0;
   bottom: 0;
   width: 40%;
   height: auto;
   z-index: 0;
}


/* .featured-sec1::before {
   content: '';
   position: absolute;
   left: -50%;
   bottom: -105%;
   width: 968.07px;
   height: 1481.3px;
   transform: rotate(45deg);
   background: radial-gradient(50% 50% at 50% 50%, #63DFDF 0%, rgba(32, 83, 83, 0) 100%);
} */
/* .featured-sec1::after {
   content: '';
   position: absolute;
   right: -50%;
   bottom: -130%;
   width: 968.07px;
   height: 1481.3px;
   transform: rotate(45deg);
   background: radial-gradient(50% 50% at 50% 50%, #63DFDF 0%, rgba(32, 83, 83, 0) 100%);
   
} */
.featured-imgbox{
   padding-left: 50px;
   position: relative;
}
.featured-product-img{
   width: 100%;
   height: auto;
   border-radius: 25px 150px 25px 180px;
   position: relative;
   z-index: 1;

}
.featured_shape1{
   position: absolute;
   bottom: 20px;
   left: 0;
   width: 144px;
   height: auto;
   z-index: 0;
}

.featured-sec1 .box-two-text h2{
   color: #9B9B9B;
}
.featured-sec1 .box-two-text h2 span {
   background: -webkit-linear-gradient(0deg, #45B545 -30%, #63DFDF 35.03%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.box-two-text h2 span{
   background: -webkit-linear-gradient(0deg, #45B545 23.33%, #63DFDF 65.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.featured-dashed{
   width: 46px;
   height: 6px;
   border-radius: 15px;
   background: #FF8A00;
}
.featured-sec1 .box-two-text p{
   margin-top: 40px;
}
.featured-videobox{
   padding-right: 100px;
   position: relative;
}
.featured-videobox video{
   width: 100%;
   height: auto;
   border-radius: 25px 150px 25px 180px;
   position: relative;
   z-index: 1;
}

.featured-sec2 {
   padding: 40px 0 60px;
}
.featured-sec2 .box-two-text h2 span {
   background: -webkit-linear-gradient(0deg, #45B545 -18%, #63DFDF 65%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.product-featured .box-two-text{
   right: 0;
}


.featured-contentbox{
   padding: 20px 50px;
   background: transparent;
}
.featured-contentbox h3 {
   font-size: 22px;
   font-weight: 700;
   color: var(--black-color);
   font-family: "Krona One", serif;
   line-height: 162.5%;
}
.featured-contentbox h3 span {
   color: #D3D3D3;
   font-family: 'great_sejagadregular';
   font-size: 76px;
   font-weight: 400;
   line-height: 66px;
   letter-spacing: 2.6px;
}

.feature-row2{
   margin-top: 50px;
}
.feature-row2 .box-two-text p {
   max-width: 540px;
   margin-top: 40px;
}
.featured_shape2{
   position: absolute;
   bottom: 20px;
   right: 0;
   width: 144px;
   height: auto;
   z-index: 0;
}




.featured-3-bg{
   width: 100%;
   height: auto;
   position: relative;
   background-image: url(../../images/index1/featured-3-bg.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom;
   min-height: 410px;
}
.feature-row3 .col-lg-5{
   margin-left: 48%;
}
.feature-row3 .col-lg-5 .featured-contentbox{
   padding-top: 130px;
}

.perfect-travel-sect{
   padding-bottom: 70px;
}
.travel-slider-container{
   position: relative;
}
.travel-slider .owl-nav {
   margin-top: 0px !important;
}
.travel-slider .owl-prev {
    position: absolute;
    bottom: -80px;
    right: 385px;
    width: 40px;
    height: 40px;
    background-color: #EDEDED !important;
    border-radius: 50% !important;
    display: block !important;
}
.travel-slider .owl-prev span {
   color: #000;
   font-size: 24px;
   line-height: 40px;
}

.travel-slider .owl-next {
   position: absolute;
   bottom: -80px;
   right: 215px;
   width: 40px;
   height: 40px;
   background-color: #63DFDF !important;
   border-radius: 50% !important;
   display: block !important;
}
.travel-slider .owl-next span {
   color: #fff;
   font-size: 24px;
   line-height: 40px;
}

.owl-theme.travel-slider .owl-dots {
   position: absolute;
   bottom: -72px;
   right: 265px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
   background: #63DFDF !important;
}
.owl-theme .owl-dots .owl-dot span {
   margin: 5px 5px !important;
   background: transparent !important;
   border: 1px solid #63DFDF !important;
}


.groom_on-section{
   padding: 80px 0 50px;
   background: #151515;   
}
.groom_on-section h2.sec-head {
   color: #9B9B9B;
}
.groom_box-container{ 
   padding: 0 50px;
   margin-top: 110px;
}

.groom-col1{
   width: 40%;
}
.groom-col2{
   width: 40%;
}
.groom_box{
   padding: 30px 10px 20px 10px;
   border-radius: 15px;
   background-color: rgba(255, 255, 255, 0.35);
}
.groom_imgbox{
   text-align: center;
   height: 100px;
   display: flex;
   align-items: center;
}
.groom_imgbox img{
   width: auto;
   max-height: 100%;
   margin: auto auto;
}
.groom_contentbox h3{
   color: #fff;
   text-align: center;
   font-size: 14px;
   line-height: 139%;
   font-weight: 600;
   margin-bottom: 0;
   margin-top: 10px;
}

.groom_middle-imgbox img{
   transform: scale(2.6);
   position: relative;
   z-index: 1;
}
.big-heading {
   color: #fff;
   font-family: "Montserrat", sans-serif;
   font-size: 106px;
   font-weight: 700;
   line-height: 210px;
   opacity: 0.08;
   margin-top: -45px;
   margin-left: 20px;
}
.big-heading span {
   margin-left: 127px;
}
.jctkr-wrapper, .features_cntnr {
    float: left;
    position: relative;
    width: 100%;
    height: 85px;
    overflow: hidden;
    
}
.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_cntnt {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.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 {
    
    width: 25%;
    height: 100%;
}
.features_cntnt img {
    width: 60px !important;
    margin-left: 0px;
    height: auto;
}
.jctkr-wrapper ul li img {
    max-width: unset;
}







