body {
  background-size: cover;
  font-size: 16px;
  color: #000;
  font-family: "Inter", 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 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

a:hover {
  color: #1477bd !important;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: bold;
}

section {
  position: relative;
}

.row:before,
.row:after {
  width: 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: #4db0b0;
  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-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;
  border: 2px solid #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  background: #ff9911;
  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;
}

#sec-podcast.sec1 {
  background-color: #fff;
}

#sec-podcast.sec1 p {
  color: #000;
}

.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-rate p span img.before-hero-rate {
  max-width: 120px;
}

.hero-text h3 {
  font-size: 28px;
}

.hero-text h3 span {
  font-weight: 700;
}

.hero-text h1 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 1.1rem;
  line-height: 1.2;
}

.hero-text h1 span.sub-hdng1 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 107%;
    letter-spacing: 0;
    color: #3b3b3b;
    max-width: 820px;
    display: inline-block;
}

.after-effect {
  position: relative;
}

.after-effect::after {
  position: absolute;
  content: "";
  width: 102%;
  height: 65%;
  background-color: #98fafa;
  top: 24px;
  left: -2px;
  z-index: -1;
}

.sub-hdng-desc {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #3b3b3b;
}

.after-btn-box-card {
  background-color: #f3fbff;
  border: 2px dashed #4db0b0;
  border-radius: 15px;
  width: 65%;
  margin-top: 25px;
  padding: 15px 20px;
}

.after-btn-box-card p {
  color: #000000;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.after-btn-box-card-bottom span {
  font-size: 14px;
  line-height: 22px;
  font-family: Inter, sans-serif;
  color: #000000;
  margin-right: 15px;
}

.hero-text h1 span.sub-hdng2 {
  margin-left: 230px;
}

.hero-text ul {
  padding-left: 0;
  margin-bottom: 1.2rem;
}

.hero-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}

.hero-text ul li p {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  color: #3b3b3b;
}

.sec1 {
  padding: 50px 0;
  background: #f3f3f3;
}

.sec1 h3 {
  color: #000;
  font-size: 40px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.sec1 p {
  color: #383838;
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: 500;
}

.grwPlnt {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0;
}

.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/index-v2/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;
}

.midBx {
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.midBx img {
  max-width: 60px;
}

.midBx:nth-child(2) {
  border-bottom: none;
}

.midBx:nth-child(4) {
  border-bottom: none;
}

.sec1 .midBx h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

.sec1 .midBx p {
  padding: 0;
  font-family: "Space Grotesk", serif;
  font-size: 16px;
  font-weight: 400;
}

.midgrwBx {
  width: 30%;
  padding-right: 15px;
  padding-left: 15px;
}

.midgrwBx.midWdth {
  width: 35%;
}

.midgrwBx.midWdth img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.save-btn,
.save-btn:hover {
  font-size: 33px;
  font-weight: 600;
  background: #ff9911;
  color: #fff !important;
  padding: 6px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  width: 380px;
  display: block;
  text-align: center;
  margin: 0 0 10px;
}

.save-btn:hover > span img {
  transform: translateX(15px);
}

.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)
    }
}

.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: #000;
  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;
  color: #fff;
  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/index-v2/hero-section.png) no-repeat;
  background-size: cover;
  position: relative;
  background-position: right center;
  overflow: hidden;
}

/* .hero-box-one {
   position: absolute;top: 0;
    width: 100%;
} */

.hero-text {
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 35px 0;
}

.hero-box-two {
  position: relative;
  z-index: 20;
}

.usaBx {
  position: absolute;
  bottom: 11px;
  right: 11px;
}

.hero-rate p {
  font-weight: 500;
  font-size: 16px;
  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;
  background-color: #000;
}

h2.sec-head {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 120%;
  letter-spacing: 0;
}

#review h2.sec-head {
  color: #3b3b3b;
}

h2.sec-head span {
  color: #4b9689;
}

.greyBg {
  background: #f2f2f2;
  padding: 50px 0 50px;
}

.featureSec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 45px;
}

.featureBx {
  background: #fff;
  width: 49%;
  display: flex;
  height: 370px;
}

.featureBx1 {
  background: url("../../images/index-v2/featureBx1-bg.png") no-repeat;
  background-position: top right;
  background-size: 100%;
}

.featureBx2 {
  background: url("../../images/index-v2/featureBx2-bg.png") no-repeat;
  background-position: top right;
  background-size: 100%;
}

.featureBx3 {
  background: url("../../images/index-v2/featureBx3-bg.png") no-repeat;
  background-position: top right;
  background-size: 100%;
}

.featureBx4 {
  background: url("../../images/index-v2/featureBx4-bg.png") no-repeat;
  background-position: top right;
  background-size: 100%;
}

.featureBx1 .featureTxt h4,
.featureBx1 .featureTxt p {
  color: #fff;
}

.featureBx2 .featureTxt h4,
.featureBx2 .featureTxt p {
  color: #000;
}

.featureBx3 .featureTxt h4,
.featureBx3 .featureTxt p {
  color: #fff;
}

.featureBx4 .featureTxt h4,
.featureBx4 .featureTxt p {
  color: #000;
}

.featureImg img {
  border-radius: 50px;
}

.featureImg,
.featureTxt {
  width: 50%;
}

.featureTxt {
  padding: 15px 0 0 25px;
}

.featureTxt h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
}

.featureTxt p {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

.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-family: "Space Grotesk", serif;
  font-size: 60px;
  font-weight: 700;
  color: #000000;
}

#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 {
  background: url(../../images/index-v2/gre-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.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;
}

#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;
}

.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 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 10px 0px #0000001a;
}

.s3-con-box {
  width: calc(50% - 20px);
}

.s3-con-box.s3-text {
  padding-right: 30px;
}

.s3-box.s3-wrapper.box-2 .s3-con-box.s3-text {
  padding-left: 30px;
}

.s3-box.s3-wrapper.box-5 .s3-con-box.s3-text {
  padding-left: 30px;
}

.s3-con-box img {
  border-radius: 20px;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.s3-box.s3-wrapper.box-2,
.s3-box.s3-wrapper.box-5 {
  padding-left: 60px;
}

.s3-box.s3-wrapper.box-1 {
  padding: 20px 20px 15px 20px;
}

.s3-box.s3-wrapper.box-2 {
  padding: 20px 20px 20px 20px;
}

.s3-box.s3-wrapper.box-3 {
  padding: 20px 20px 20px 20px;
}

.s3-box.s3-wrapper.box-4 {
  padding: 20px 20px 15px 20px;
}

.s3-box.s3-wrapper.box-5 {
  padding: 20px 20px 20px 20px;
}

.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: 28px;
  color: #3b3b3b;
}

.s3-text p {
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 0;
}

.s3-cen-box .s3-text {
  width: 360px;
  color: #fff;
  padding-top: 100px;
  margin-left: -60px;
}

.s3-cen-box .s3-text h3 {
  color: #c5eeff;
}

.s3-img.s3-con-box video {
  border-radius: 20px;
  height: 380px;
  object-fit: cover;
}

.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: #ff9911;
  border-color: #000;
}

#sec-podcast .btn-box {
  margin-top: 40px;
}

.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 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 120px;
  margin-top: 20px;
}

.s3-box.s3-wrapper.box-3 .s3-text {
  width: 40%;
  position: relative;
}

.s3-box.s3-wrapper.box-3 .s3-img {
  width: 60%;
}

.s3-box.s3-wrapper.box-3 .s3-text:before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(#e4fdff)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #e4fdff 100%);
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  z-index: 999;
  top: 0;
}

.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: 0.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: #fff;
  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 0.3s ease-out;
  transition: margin 0.3s ease-out;
  margin-top: 0;
  top: -1px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #fff;
}

.mob-mnu-ic {
  display: none;
}

.s5CompBox {
  display: table;
  width: 100%;
  max-width: 1030px;
  background: #fff;
  border-radius: 20px;
  margin-top: 160px;
  margin-bottom: 70px;
  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 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ececec;
  /* background: url(../images/index-v2/comp-point.png) 22px 25px no-repeat; */
  font-weight: 600;
  text-align: left;
  position: relative;
}

.s5Col2 {
  float: left;
  width: 21%;
  background: linear-gradient(to bottom, #08829d 0, #08829d 100%);
  border-radius: 20px;
  margin: -35px 0 -25px 0;
}

#earbuds-table {
  padding: 50px 0;
  background-color: #f3f3f3;
}

#earbuds-table .earbuds-table-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}

#earbuds-table .earbuds-table-desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #000;
}

#earbuds-table h2.sec-head span {
  position: relative;
}

#earbuds-table h2.sec-head span.ring:before {
  position: absolute;
  content: "";
  background: url(../../images/index-v2/ring.png) no-repeat;
  width: 69px;
  height: 69px;
  z-index: -1;
  left: -43px;
  top: -21px;
}

#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: #000;
  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;
  border-bottom: 1px solid #92c1e2;
}

.s5Col3 ul li,
.s5Col4 ul li {
  border-bottom: 1px solid #ececec;
}

.s5Col2Prod {
  margin: -62px auto 10px;
  height: 130px !important;
}

.s5Col3Prod {
  margin: -62px auto 10px;
  height: 130px !important;
}

.s5Col4Prod {
  margin: -62px auto 10px;
  height: 130px !important;
}

.s5Col2 ul li:last-child {
  border: 0;
  height: 115px;
}

.s5CompBox ul {
  padding-left: 0;
}

.s5Col2Top {
  height: 135px;
}

.s5Col2Top-first {
  position: relative;
  top: -25px;
}

.s5CompBox img {
  height: auto;
}

.s5Col1 ul li:last-child {
  border: 0;
}

.s5Col2.s5Col3 {
  background-image: none;
}

.s5Col2.s5Col4 {
  background-image: none;
}

.section6 {
  background: #cde5e5;
  overflow: hidden;
  background-size: cover;
  float: none;
  position: relative;
}

.section6:before {
  position: absolute;
  content: "";
  /* background: url(../images/index-v2/bg-1.png)no-repeat; */
  left: -61px;
  bottom: 0;
  width: 282px;
  height: 294px;
}

.section6:after {
  position: absolute;
  content: "";
  /* background: url(../images/index-v2/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: #000;
}

.section6 .btn-box {
  display: block;
  text-align: left;
}

.section6 .save-btn,
.section6 .save-btn:hover {
  background: #ff9911;
  border-color: #fff;
}

#review .testName span {
  color: #37b72d;
  font-size: 14px;
  font-weight: 400;
}

.testName img {
  margin: -1px 3px 0 10px;
}

.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;
  margin-right: 10px;
}

.review-box p.grnTxt {
  color: #1ac70e;
  font-size: 13px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}

.review-box p {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

#review {
  padding: 50px 0;
  background: #fff;
}

.review-box {
  background: #fafafa;
  padding: 15px;
  border-radius: 25px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  min-height: 660px;
}

.review-box img.mainImg {
  border-radius: 20px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}

.review-box:nth-child(1),
.review-box:nth-child(2),
.review-box:nth-child(3) {
  margin-bottom: 35px;
}

.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: #ff9911;
  border-color: #000;
}

#review .save-btn {
  margin-top: 70px;
}

#review .sec-3-head h2 span {
  color: #0f4c48;
}

.section8 {
  padding: 50px 0;
  background: #efefef;
}

.section8 h2.sec-head {
  color: #444444;
}

.faq-container {
  vertical-align: top;
  max-width: 830px;
  width: 100%;
  margin: 15px auto 55px;
  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/index-v2/close.png) 100% center no-repeat;
  padding: 10px 45px 10px 0;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-weight: 600;
}

.acdn-heading.active {
  background: url(../../images/index-v2/open.png) 100% center no-repeat;
  border: 0;
}

.acdn-content {
  display: none;
  transition: background-color 0.3s ease;
}

.up-slide-dwn .acdn-para.d-md-flex span:first-child {
  width: calc(20% - 10px);
}

.up-slide-dwn .acdn-para.d-md-flex span:last-child {
  width: calc(80% - 10px);
}

.dic-text p {
  color: #7c7c7c;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

footer {
  padding: 30px 0;
  background: #ffffff;
}

.ftr-link {
  text-align: center;
  margin-top: 30px;
  color: #333333;
}

.ftr-link a {
  color: #333333;
  text-decoration: none;
  padding: 2px 8px;
}

.c-text {
  color: #333333;
  text-align: center;
  margin-top: 20px;
}

.mob-view {
  display: none;
}

.brand-slider-box {
  background: #000;
  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-theme .owl-dots .owl-dot.active span,
.review-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #64dfdf;
}

.featureSec .owl-theme .owl-dots .owl-dot.active span,
.review-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #64dfdf;
}

.review-slider .owl-nav {
  display: none;
}

.owl-theme .owl-dots .owl-dot {
  width: auto !important;
}

.review-box .review-head {
  font-weight: 700;
  font-size: 20px;
  color: #3b3b3b;
  line-height: 22px;
}

#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 {
  position: relative;
}

.imageSec .features-para {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 3px;
  width: 100%;
}

.imageSec .features-para h5 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Space Grotesk", serif;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
}

.imageSec .features-para p {
  text-align: center;
  font-size: 22px;
  font-family: "Space Grotesk", serif;
  font-weight: 400;
  padding: 0 15px;
}

.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 {
  background-image: url(../../images/index-v2/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-1 video,
.s3-box.box-2 video,
.s3-box.box-5 video {
  width: 100%;
  height: 380px;
  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;
}

.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(0.9);
  }

  50% {
    transform: scale(1);
  }
}

@-webkit-keyframes pulsate {
  0,
  100% {
    -webkit-transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

.benifit-boxes-after-sec {
  background-color: #fff;
  padding: 60px 0;
}

.benifit-boxes-after-sec-inner {
  display: flex;
}

.benifit-boxes-after-sec-left {
  width: 40%;
  position: relative;
}

.benifit-boxes-after-sec-left img {
  width: 100%;
  height: 93%;
  object-fit: cover;
  border-radius: 15px;
}

.benifit-boxes-after-sec-right {
  width: 68%;
  border-radius: 60px;
  box-shadow: 0 0 5px #0000002b;
  margin-left: -8%;
  padding: 5% 5% 8% 13%;
}

.benifit-boxes-after-sec-right h5 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 20px;
}

.benifit-boxes-after-sec-right h5 span {
  color: #4db0b0;
}

.benifit-boxes-after-sec-right p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 20px;
}

.benifit-boxes-after-sec-right p span {
  font-weight: 700;
}

.benifit-boxes-after-sec-right ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

.benifit-boxes-after-sec-right ul li {
  position: relative;
}

.benifit-boxes-after-sec-right ul li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.benifit-boxes-after-sec-right-bottom {
  padding-left: 5px;
}

.top-fruits {
  display: flex;
  gap: 50px;
}

.fruits-inner {
  display: flex;
  gap: 10px;
}

.fruits-inner-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fruits-inner-left h6 {
  color: #4db0b0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1;
}

.fruits-inner-left span {
  font-size: 16px;
  color: #000;
  line-height: 1;
}

.fruits-inner-right img {
  max-width: 50px;
}

.three-section {
  padding: 50px 0;
}

.three-section .three-section-title {
  color: #3b3b3b;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 30px;
}

.three-section-card img {
  height: 325px;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.three-section-card video {
  height: 325px;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.three-section-card-bottom {
  display: flex;
  padding-top: 30px;
}

.three-section-card-bottom-left {
  background-color: #4db0b0;
  border-radius: 100%;
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.three-section-card-bottom-left h4 {
  font-weight: 500;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 0;
  color: #fff;
}

.three-section-card-bottom-right {
  padding-left: 15px;
  padding-top: 15px;
}

.three-section-card-bottom-right h6 {
  color: #000000;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.three-section-card-bottom-right p {
  color: #000000;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0;
}

.three-section-inner + .btn-box a {
  margin-left: auto;
  margin-right: auto;
}
