:root {
   --body-font: "Montserrat", sans-serif;
   --title-font: "Russo One", 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: #000000;
   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
}

.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-rgt {
   display: flex;
   gap: 30px;
   justify-content: flex-end;
   align-items: center
}

.nav-rgt a {
   text-transform: uppercase;
   color: #000;
   font-family: var(--body-font);
   text-decoration: none
}

a.order-link {
   font-family: var(--body-font);
   font-weight: 600;
   padding: 6px 20px;
   border-radius: 50px;
   font-size: 20px;
   color: #000;
   text-decoration: underline;
}

.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/new_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 {
   font-size: 45px;
   font-weight: 400;
   margin-bottom: 0;
   line-height: 1.2;
}

.hero-text h1 span.sub-hdng1 {
   font-weight: 400;
   font-family: var(--title-font);
   color: #fff;
   display: block;
   font-size: 50px;
   line-height: 1;
   margin-bottom: 10px;
}

.hero-text h2 {
   color: #fff;
   font-weight: 400;
   font-size: 30px;
   margin-bottom: 10px;
}

.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: 15px;
   padding-bottom: 5px
}

.hero-text ul li img {
   width: 35px;
}

.hero-text ul li p {
   font-weight: 400;
   font-size: 20px;
   margin-bottom: 0
}

.star{
    width: 110px;
    margin-top: -5px;
}

.save-btn,
.save-btn:hover {
   font-size: 30px;
   font-weight: 600;
   background: #FF4D00;
   color: #fff !important;
   padding: 6px 40px;
   border-radius: 50px;
   text-decoration: none;
   border: 0;
   width: auto;
   display: block;
   text-align: center;
   margin: 0 0 10px;
   width: max-content;
   box-shadow: 0 3px 6px #353131;
}

.save-btn:hover>span img {
   transform: translateX(15px)
}

.btn-box p {
   font-size: 13px;
   margin-top: 1rem
}

.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-evenly;
   align-items: center;
   padding: 10px 20px;
   position: relative;
   z-index: 22;
   box-shadow: rgba(0, 0, 0, 0.3) 0 10px 9px;
   border-radius: 50px;
   margin-bottom: 60px;
}

.fea-img img:first-child {
   margin: 0
}

.fea-head h3 {
   font-size: 24px
}

.fea-img {
   display: flex;
   align-items: center;
   justify-content: space-between
}

.fea-img img {
   width: 75px;
   object-fit: contain;
   margin-left: 25px
}

#hero-box {
   background: url(../../images/new_index1/hero-banner.png) no-repeat;
   background-size: cover;
   position: relative;
   background-position: right center;
   overflow: hidden;
   height: 650px;
}

/* .hero-box-one::before {
   content: '';
   background: url(../../images/new_index1/girl-before.png) no-repeat;
   background-size: contain;
   position: absolute;
   left: 0;
   width: 400px;
   height: 460px;
   bottom: 0;
   z-index: 1;
   transform: translate(0, 1%);

}

.hero-box-one::after {
   content: '';
   background: url(../../images/new_index1/boy-after.png) no-repeat;
   background-size: contain;
   position: absolute;
   width: 530px;
   height: 600px;
   right: 2px;
   bottom: 0;
   z-index: 1;
   transform: translate(0, 13%);
} */

.hero-box-one {
   position: relative
}

.hero-text {
   color: #fff;
   position: relative;
   z-index: 10;
   padding: 80px 0 20px;
   margin-left: 80px;
}

.hero-box-two {
   position: relative;
   z-index: 20
}

.usaBx {
   position: absolute;
   top: 11px;
   right: 11px
}

.hero-rate p {
   font-weight: 400;
   font-size: 18px
}

.benifit-boxes {
   position: relative;
}

h2.sec-head {
   font-family: var(--title-font);
   color: #fff;
   font-size: 60px;
   margin-bottom: 20px
}

.box-two-text p {
   font-size: 20px;
   font-family: "Manrope", sans-serif;
   margin-bottom: 20px;
   font-weight: 400;
}

.content-wrapper {
   display: flex;
   align-items: flex-start;
   flex-wrap: wrap;
   margin-top: -3px
}

.box-two-img {
   width: 54%;
   position: relative
}
.box-two-img img{
   position: relative;
   z-index: 11;
}
a.red-btn{
   background-color: #FF1919;
   padding: 10px;
   border-radius: 30px;
   position: absolute;
   bottom: -20px;
   width: 80%;
   color: #fff;
}
a.red-btn:hover{
   background-color: #000;
   color: #fff;

}

.box-two-text {
   width: 42%;
   position: absolute;
   padding: 65px 70px;
   box-shadow: 0 0 10px #bfbfbf;
   border-radius: 34px;
   right: 160px;
   background: #fff;
}

.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/new_index1/left-effect.png)no-repeat;
   width: 333px;
   left: 0;
   top: 0;
   height: 100%
}

/* .sec3-con-3:after {
   position: absolute;
   content: "";
   background: url(../../images/new_index1/next-half.png)no-repeat;
   width: 333px;
   right: 0;
   top: -68px;
   height: 100%;
   z-index: -1
} */

.sec3-con-2 {
   background:url("../../images/new_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: #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: #DAFFF8;
   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
}

#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: #fff
}
.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: 20px;
   margin-top: 116px;
   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: 37%;
   padding: 25px 0;
   position: relative;
   padding-top: 105px
}

.s5Col1 ul li {
   float: left;
   width: 100%;
   height: 70px;
   font-size: 19px;
   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/new_index1/comp-point.svg) 22px 25px no-repeat;
   font-weight: 600;
   text-align: left;
   position: relative
}

.s5Col2 {
   float: left;
   width: 21%;
   border-radius: 42.35px;
   background: linear-gradient(180deg, #685B8A 0%, #000 100%);
   border-radius: 20px;
   margin: -35px 0 -25px 0
}

#earbuds-table {
   padding: 60px 0 88px;
   border-radius: 0px 0px 20px 20px;
background: linear-gradient(0deg, #FFF 0.29%, #26C8EF 37.04%, #685B8A 97.01%);
}

#earbuds-table h2.sec-head {
   font-size: 64px
}

#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%
}

.s5Col2Top p {
   font-size: 16px;
   line-height: 30px;
   color: #fff;
   font-weight: 600
}

.s5Col2 ul {
   padding-top: 5px
}

.s5Col2 ul li {
   height: 70px;
   padding: 20px 0;
   text-align: center
}

.s5Col3 ul li,
.s5Col4 ul li {
   border-bottom: 1px solid #b4add9
}

.s5Col2Prod {
   margin: -50px auto 10px;
   height: 100px !important
}

.s5Col3Prod {
   margin: -50px auto 10px;
   height: 100px !important
}

.s5Col4Prod {
   margin: -50px auto 10px;
   height: 100px !important
}

.s5Col2 ul li:last-child {
   border: 0;
   height: 115px
}

.s5CompBox ul {
   padding-left: 0
}

.s5Col2Top {
   height: 135px
}

.s5CompBox img {
   height: auto
}

.s5Col1 ul li:last-child {
   border: 0
}

.s5Col2.s5Col3 {
   background-image: none
}

.s5Col2.s5Col4 {
   background-image: none
}

.section6 {
   background: #000;
   overflow: hidden;
   background-size: cover;
   float: none;
   position: relative
}

/* .section6:before {
   position: absolute;
   content: "";
   background: url(../../images/new_index1/bg-1.png)no-repeat;
   left: -61px;
   bottom: 0;
   width: 282px;
   height: 294px
} */

/* .section6:after {
   position: absolute;
   content: "";
   background: url(../../images/new_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: 75px;
   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
}

.section6 .save-btn,
.section6 .save-btn:hover {
   background: #f26a0d;
   border-color: #fff
}

#review .testName span {
   color: #37b72d;
   font-size: 14px;
   font-weight: 400
}

.testName img {
   margin: -1px 3px 0 10px
}

#review .container::before {
   content: '';
   background: url(../../images/new_index1/review-circle-img.png);
   height: 300px;
   width: 600px;
   position: absolute;
   top: 107px;
   left: 0;
   z-index: -1;
}

.testName {
   color: #121212;
   margin-top: 25px;
   text-align: center;
   font-family: var(--body-font)
}

.review-box p {
   font-family: var(--body-font)
}

#review {
   padding: 60px 0
}

.review-box {
   background: #f6f6f6;
   padding: 15px;
   border-radius: 5px
}

.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: #f26a0d;
   border-color: #000
}

#review .save-btn {
   margin-top: 70px
}

#review .sec-3-head h2 span {
   color: #0f4c48
}

.section8 {
   padding: 20px 0 40px;
   background-image: url("../../images/new_index1/faq-banner.svg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   background-attachment: fixed;
}

.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
}

.accordion {
   background: url(../../images/new_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/new_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-link {
   text-align: center;
   margin-top: 30px
}

.ftr-link a {
   color: #333;
   text-decoration: none;
   padding: 2px 8px
}

.c-text {
   color: #333;
   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: var(--body-font)
}

#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;
   color: var(--black-color);
}

.box-two-text h2 span {
   position: relative
}

.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 {
   padding: 50px 0 30px;
   background-color: var(--black-color);
}
.workPlay h2 {
   font-size: 32px;
   font-weight: 700;
   margin-bottom: 40px;
}
.workPlay .table-trick{
   display: flex;
   align-items: center;
   justify-content: center;
   align-self: center;
   position: relative;
   z-index: 1;
   padding-bottom: 260px;
}
.workPlay .table-trick li{
   width: 22%;
   padding: 0 15px;
}
.workPlay .table-trick li:first-child, .workPlay .table-trick li:last-child{
   transform: translateY(70%);
}

.product-imgB{
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
}
.sky-circle{
   background-color: #06C1EF;
   border-radius: 50%;
   width: 60px;
   height: 60px;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: center;
}
.sky-circle img{
   width: 35px;
}
.gredient-text{
   background:linear-gradient(to right, #59E1FF 0%, #FF11E7 100%);
   background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 18px;
   font-weight: 700;
   text-align: center;
}
.short-para{
   font-size: 13px;
   font-weight: 600;
   text-align: center;
}
.girl-content{
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   max-width: 70%;
   margin: 30px auto;
}
.text-content{
   margin-right: 30px;}
.girl-content h2 {
   font-size: 32px;
   font-weight: 700;
   margin: 20px  0;
   color: var(--black-color);
}
.blck-circle{
   width: 60px;
   height: 60px;
   background-color: var(--black-color);
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
}
.blck-circle img{
   width: 40px;
}
.little-girls{
   width: 400px;
}

.sky-section{
   background: #1592BA;
   border-radius: 30px;
   margin-top: 30px;
   padding: 20px 30px;
   position: relative;
   overflow: visible;
}
.green-badge{
   background: #45B545;
   padding: 5px 35px;
   color: #fff;
   font-weight: 600;
   font-size: 16px;
   position: absolute;
   top: -19px;
   left: 50%;
   border-radius: 34px;
   transform: translateX(-50%);
}
.sky-section ul{
   display: flex;
   /* align-items: center; */
   justify-content: center;
   color: #fff;
}
.sky-section ul li{
   display: flex;
   align-items: flex-start;
   justify-content: center;
   padding: 0 20px;
}
.sky-section ul li p{
   margin-bottom: 0;
   margin-left: 20px;
     width: 78%;
     font-size: 15px;
}

.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 {
   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/new_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/new_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/new_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/new_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/new_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
}