
/* .sec2-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.sec2-media-content, .sec2-txt-content{
    width: 50%;
} */
.sec2-content-container .sec2-media-content video,
.sec2-content-container .sec2-media-content img {
  width: 100%;
  height: auto;
}

.sec2-content-container .sec2-media-content video {
  margin-bottom: -6px;
}

.sec1-imgbox img {
}
.sec2-txt-content {
  padding-left: 66px;
}

/* .sec2-txt-content {
    width: 100%;
   
} */

.sec2-txt-content h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 20px;
  color: #007ffe;
  font-family: "Poppins", sans-serif;
}
.invert-text {
  position: relative;
}
.invert-top,
.invert-down {
  position: absolute;
  width: 28px;
}
.invert-top {
  top: -10px;
  left: -35px;
}
.invert-down {
  bottom: -8px;
  right: 12px;
}
.sec2-txt-content h4 span {
  color: #1e3856;
}

.sec2-txt-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}

.sec2-txt-content p span.yellow-text {
  color: #efb73e;
  font-weight: bold;
}

.signature-imgbox img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

.sec2-dtls {
  font-size: 18px;
  line-height: 170%;
  font-weight: 600;
}

.sec2-row2 {
  height: 100%;
  background: #f3f3f3;
}

.sec2-pc-wrapper {
  box-shadow: 0px 2px 10px 0px #00000026;
  border-radius: 50px;
  overflow: hidden;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.sec2-pc-row {
  display: flex;
  /* align-items: center; */
}

.sec2-pc-content {
  width: 35%;
  position: relative;
}

.sec2-pc-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec2-pc-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.sec2-para-content {
  width: 65%;
  min-height: 100%;
  padding: 25px 90px 25px 110px;
  /* box-shadow: 0px 0px 12px 0px #00000026;
    border-radius: 50px; */
}

.sec2-para-content h3.sec-hdng {
  font-size: 28px;
}

h3.sec-hdng {
  font-size: 34px;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

p.sec-para {
  font-size: 24px;
  line-height: 120%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.sec4 {
  background: #f3f3f3;
  padding: 40px 0 10px;
}

.heading2 {
  color: #121212;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 30px;
}

.slider-heading {
  color: #121212;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
}

.sec4-imgbox img {
  width: 100%;
  height: auto;
}

/* .sec4-container {
    padding: 0 30px;
} */

.owl-prev {
  position: absolute;
  right: 150px;
  bottom: 25px;
  width: 80px;
  height: 80px;
  /* background: url(../images/prev-button.png) !important; */
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.owl-prev span {
  display: none;
}

.owl-next {
  position: absolute;
  right: 30px;
  bottom: 25px;
  width: 80px;
  height: 80px;
  /* background: url(../images/next-button.png) !important; */
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.owl-next span {
  display: none;
}

.sec4-content {
  width: 24%;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #0000001f;
  border-radius: 35px;
}

.sec4-content-container {
  margin-top: 170px;
}

.sec4-content img {
  margin-top: -90px;
}

.sec4-content h4 {
  margin: 30px 0;
  font-size: 22px;
  font-weight: 700;
}

.sec4-content p {
  font-size: 18px;
  margin-bottom: 0;
  min-height: 170px;
}

.sec4-icon {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.sec4-contentbox {
  text-align: center;
}

.sec4-heading {
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sec4-contentbox p {
  color: #000000;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
}

h3.sec-hdng.center {
  font-size: 40px;
}

p.sec-para.center,
h3.sec-hdng.center {
  text-align: center;
}

/* h3.sec-hdng::before,
p.sec-para::before {
    content: ' ';
    position: absolute;
    background: url(../images/hdng-bg.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 7px;
    bottom: 0;
    left: 0;
} */

p.sec-para.center::before {
  left: 50%;
  transform: translateX(-50%);
}

.sec2-para-content h3.sec-hdng + p {
  font-size: 18px;
  line-height: 28px;
  max-width: 480px;
  margin-bottom: 0;
}

h3.sec-hdng span {
  color: #133d8f;
}

.nav-rgt-btm-content .timer > p span {
  font-size: 18px;
}

.save-btn,
.save-btn:hover,
a.order-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 15px;
  background: #ff7c0e;
  text-transform: capitalize;
  border: none;
}

.bag-icon {
  width: 27px;
  margin-left: 7px;
}

.rightSec ul,
.s5CompBox ul {
  padding-left: 0;
}

.nav-rgt a:hover {
  color: #4e46ff;
}

.sec2 .btn-box {
  margin-top: 50px;
  align-items: center;
}

.features-sec-hdng h3.sec-hdng {
  text-align: center;
}

.features-sec-hdng h3.sec-hdng::before {
  left: 50%;
  transform: translateX(-50%);
}

.features-sec-txt {
  font-size: 24px;
  font-weight: 600;
}

.features-sec-txt {
  margin-top: 60px;
}

.features-sec-txt img {
  margin-right: 10px;
}

.features-sec-hdng {
  margin-bottom: 20px;
}

.features-sec .btn-box {
  align-items: center;
  margin-left: 0;
  margin-top: 20px;
}

.features-sec-txt + .features-sec-txt {
  margin-top: 90px;
}

.features-sec {
  padding: 30px 0 20px;
  background: #f6f7f9;
}

.features-content {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.features-videobox video {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px #00000040;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 1px;
}

@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(0.9);
  }

  50% {
    transform: scale(1);
  }
}

@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

.mob-accordian,
.mob-mnu-ic,
.mob-view,
.mobwrapper,
.review-slider .owl-nav,
.slider-one .owl-dots,
.slider-one .owl-nav,
.stepTxt {
  display: none;
}

.sec1 {
  width: 100%;
  height: auto;
  background-color: #fbfcfe;
  padding: 80px 0 60px;
}

.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 {
  bottom: 1px;
  margin-right: 5px;
}


.bnrStar .star {
  width: 100%;
  max-width: 118px;
  height: auto;
  margin-right: 10px;
}

.as_seen_on_sec {
  clear: both;
  position: relative;
  z-index: 99;
  margin-top: 0;
  background: #f9f9f9;
  /* box-shadow: 0px -4px 8px -4px #00000040; */
}

.as_seen_on_cntnr_desk .slider-collection .owl-carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.as_seen_on_cntnr {
  padding: 13px 0 9px;
  color: #fff;
  float: left;
  width: 100%;
}

.as_seen_on_sec .as_seen_on_cntnt_cntnr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  /* background: #fff; */
  /* border-radius: 50px;
    box-shadow: 0px 4px 4px 0px #00000040; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.features_cntnt img {
  width: 100px;
  object-fit: contain;
  margin-left: 35px;
  height: 65px;
}

.as_seen_hdng p {
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  font-weight: 500;
}

.essential-hdng p.commonHead b,
.uses-content p {
  color: #ff5c00;
  font-weight: 700;
}

.jctkr-wrapper ul {

  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,
.jctkr-wrapper {
  float: left;
  position: relative;
  width: 100%;
  height: 85px;
  overflow: hidden;
}

.features_cntnt {
  justify-content: space-between;
  align-items: center;
  animation: 25s linear infinite features_scroll;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  padding: 15px 0;
  position: absolute;
}

.jctkr-wrapper ul li {
  float: left;
  position: relative;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.as_seen_hdng {
  width: 20%;
  float: left;
}

.as_seen_hdng p {
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 0;
  color: #848484;
  text-align: left;
}

.as_seen_on_cntnr_desk {
  width: 80%;
  float: left;
}

.features_cntnt li {
  position: relative;
  width: 20%;
  height: 100%;
}

.pro-slider img {
  height: 75px;
  object-fit: contain;
  width: 116px;
  padding: 10px;
}

.pro-slider .item {
  text-align: center;
  display: table;
}

.sec3-txt-content p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.sec3-txt-content {
  margin-left: 46px;
}

.sec3-content-container {
  background-color: #0e5278;
  padding: 80px 0;
}
.sec3-content-container .heading1 {
  color: #fff;
  margin-bottom: 44px;
}

.info {
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 30px;
}
.sec3-main-content .sec3-content:last-child {
  margin-bottom: 50px;
}

.sec3-txt-content h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #0a0a0a;
}
.sec-duo-content-container {
  background-color: #ebfaff;
  padding: 80px 0;
}
p.sub-hdng {
  text-align: left;
}
.sec-duo-content-container .sec3-txt-content p {
  color: #0a0a0a;
}
.custom-box-common {
  margin: 50px 0;
  box-shadow: 0px 6px 9px -3px #00000045;
  border-radius: 15px;
  padding: 15px 7px;
}
.custom-box1 {
  background: #fff;
}
.custom-box2 {
  background: linear-gradient(0deg, #93b0c0 0.02%, #557c93 100%);
}
.sec3-txt-content {
  margin: 0 55px;
}

.sec5 .btn-box {
  align-items: center;
  margin-top: 20px;
}

section.sec5 {
  padding: 66px 0 46px;
}

.sec3-hl {
  width: 40px;
  border-top: 4px solid #018dc0;
  opacity: 1;
}

.features-list li p {
  max-width: 500px;
}

.sec3-media-content video,
.sec3-media-content img:first-child {
  width: 100%;
  height: auto;
  border-radius: 12px;
  /* object-fit: cover;
     */
  /* border: 1px solid #00000080; */
}

/* .sec3-media-content video {
    object-fit: cover;
    height: 100%;
    min-height: 362px;
} */

.features-list ul {
  padding: 0;
}

.features-list ul li {
  display: flex;
  align-items: flex-start;
}

.features-list ul li img {
  margin-right: 27px;
  margin-top: 10px;
}

.sec5-hdng-btm {
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.number {
  min-width: 75px;
  height: 75px;
  background: #35495e;
  color: #fff;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 18px;
}

.sec5-para h4 {
  font-size: 30px;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 14px;
}

.sec5-content-container {
  margin-top: 20px;
}

.sec5-videobox video {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 340px;
}

.sec5-text-content {
  display: flex;
  margin-top: 35px;
}
.save-btn,
.save-btn:hover {
  font-size: 26px;
  color: #fff !important;
  padding: 13px 50px;
  text-decoration: none;
  width: 410px;
  text-align: center;
  margin: 0 0 10px;
  font-weight: 600;
  background: #ff7c0e;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.btn-box p .font-style {
  font-weight: 500;
}

/* .save-btn:hover>span img {
    transform: translateX(15px)
} */

.btn1 {
  font-size: 18px;
  color: #0a0a0a;
  padding: 15px 20px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  background: #ff7c0e;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#hero-box .btn1{
  font-weight: 800;
}
.btn1 .btn-arw {
  margin-top: -3px;
  margin-left: 10px;
}

.btn1:hover {
  color: #000000 !important;
}

.btn-box p {
  font-size: 12px;
  line-height: 17px;
  margin-top: 10px;
  font-weight: 400;
  width: 336px;
  text-align: center;
  /* font-family: "Quicksand", sans-serif !important; */
}

.btn-box {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stock-low {
  margin-left: 5px;
  margin-right: 5px;
}

.stock-low-stye {
  color: #fc2201;
  text-transform: uppercase;
}

.b-box {
  background: #2e4db9;
  padding: 15px;
  border-radius: 10px;
  width: calc(20% - 15px);
}

/* .b-box:hover {
    transform: translateY(-10px)
} */

.b-box p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.b-bow-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

#hero-box {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 89px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ebfaff;
}

.banner-pc-content {
  position: relative;
  padding-left: 60px;
}

/* .banner-pc-content::before {
    content: ' ';
    position: absolute;
    background: url(../images/bannerpc-side-pc.png) no-repeat 100% 100% / contain;
    width: 290px;
    height: 400px;
    left: -160px;
    bottom: 0;
    z-index: 1;
} */

.banner-reviews-content {
  padding: 15px 15px 15px 15px;
  background: #f6f7f9;
  border: 1px dashed #8692a9;
  border-radius: 15px;
  margin-top: 10px;
}

.banner-reviews-para p {
  font-weight: 600;
  font-size: 16px;
  font-style: italic;
  color: #0a0a0a;
}
.banner-author-section {
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-author-section img:first-child {
  width: 35px;
}
.banner-author-section img:last-child {
  margin-left: 5.5px;
  width: 110px;
  margin-top: -1px;
}
.banner-reviews-details span {
  font-size: 13px;
  color: #3b3b3b;
}
.banner-reviews-content {
  padding: 11px 30px;
  background: #f6f7f9;
  border: 1px dashed #3a748c;
  border-radius: 15px;
  width: fit-content;
  text-align: center;
  margin: 10px 0 30px;
}
.banner-reviews-details img {
  margin-right: 8px;
}

.banner-reviews-details span img {
  max-width: 100px;
  margin-right: 0;
  margin-left: 10px;
}

.hero-box-one .banner-videobox {
  position: relative;
  padding-left: 34px;
}

.banner-videobox video {
  width: 100%;
  height: 630px;
  object-fit: cover;
  border-radius: 25px;
}

.video-icon {
  position: absolute;
  right: -95px;
  width: 230px;
  height: auto;
  bottom: -118px;
}

.usaBx {
  position: absolute;
  top: 11px;
  right: 11px;
}

.hero-rate p {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #0a0a0a;
}

.content-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

#earbuds-table {
  padding: 80px 0 100px;
  background-color: #ebfaff;
}
.comparison-col2 {
  border-radius: 0 0 12px 12px;
}

#earbuds-table .btn-box {
  margin-top: 50px;
}

#earbuds-table .sec5-hdng-btm {
  font-weight: 400;
}

.selSec-wrapper {
  max-width: 422px;
}

.selSec {
  background: #fffdd8;
  border: 2px dashed #ed8e00;
  border-radius: 4px;
  padding: 4px 10px;
  margin-bottom: 20px;
  position: relative;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.selSec p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}

.selSec img {
  margin-right: 10px;
}

.selSec:before {
  position: absolute;
  content: "";
  /* background: url(../images/dwn-arw.png) no-repeat; */
  width: 26px;
  height: 16px;
  top: 28px;
  left: 47%;
}

.heading1 {
  color: #0a0a0a;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 30px;
}

.sec-heading p.details {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.sec-2-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.device_txt b {
  color: #2e4db8;
  font-size: 24px;
  line-height: 38px;
}

.numberIng_sec {
  padding: 80px 0;
  background-color: #0e5278;
}

.numberIng-wrapper {
  /* width: calc(100% - 100px);
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
    background: #F5F5F5;
    border-radius: 100px; */
  width: 100%;
  padding: 0px 0;
}

.numberIng_sec .custom-container {
  padding: 0 60px;
}

.numberIng-rightbox {
  padding-left: 0px;
}

.numberIng-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

/* .numberIng-box::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 20px;
    width: 100%;
    height: 2px;
    background: #DDDDDD;
    z-index: -1;
} */

.numberIng-iconbox img {
  width: 48px;
  height: auto;
}

.numberIng-contentbox {
  padding-left: 20px;
}
.numberIng-leftbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.numberIng-rightbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.width-one {
  width: 29%;
}
.width-two {
  width: 42%;
}

.numberIng-heading {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  /* max-width: 260px; */
  /* border-bottom: 3px solid #DDDDDD; */
}
.numberIng-iconbox {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 10px;
}
.numberIng-contentbox p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* max-width: 300px; */
}

.three-steps {
  padding: 70px 0 50px;
  position: relative;
  background: #ebfaff;
}

.three-steps-inner {
  width: calc(100% - 60px);
  /* max-width: 1300px; */
  margin-left: auto;
  margin-right: auto;
}

.three-steps .heading1 {
  margin-bottom: 60px;
}

.three-steps-box {
  width: 100%;
  padding: 10px 60px;
}

.features-sec-video-wrapper video {
  width: 100%;
  height: 247px;
  object-fit: cover;
  border-radius: 31px;
}

.features-sec-para-wrapper {
  padding-top: 0px;
  text-align: center;
}

.features-sec-para h3 {
  color: #0a0a0a;
  font-size: 20px;
  line-height: 157%;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 16px 0 0;
}

.features-sec-para h3 img {
  width: 30px;
  margin-right: 15px;
}

.features-sec-para p {
  color: #0a0a0a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
}

.three-steps .btn-box,
.sec4 .btn-box {
  align-items: center;
  margin-top: 50px;
}

.routine-section {
  padding: 30px 0;
}

.routine-section .sec-heading p {
  margin-bottom: 30px;
}

.s3-con-box {
  width: calc(50% - 20px);
  position: relative;
}

.s3-con-box img,
.s3-img.s3-con-box video {
  border-radius: 20px;
}

.review-box > img:first-child {
  height: 323px;
}

/* .review-wrapper .review-box:nth-child(2) {
    box-shadow: none;
} */

.section6:after,
.section6:before {
  width: 282px;
  height: 294px;
  content: "";
}

.s3-cen-box .s3-text h3 {
  color: #c5eeff;
}

.ciscle-2 {
  right: 0;
  top: -150px;
}

.ciscle-3 {
  left: 0;
  top: -250px;
}

#earbuds-table .save-btn {
  margin-top: 60px;
}

.mob-mnu-ic button {
  outline: 0;
  -webkit-appearance: none;
  background: 0 0;
  padding: 0;
  cursor: pointer;
  border: none;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #000000;
  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: #000000;
}

.dl-active .bar2 {
  opacity: 0;
}

.dl-active .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
  background: #000000;
}

.bar2 {
  margin: 4px 0;
}

#nav-bar-section,
#nav-bar-section-mob {
  margin-bottom: 0px;
 border-bottom: 2px solid #d4d4d4;
}

#nav-bar-section .nav-bar,
#nav-bar-section-mob .nav-bar {
  background: #fff;
  /* height: 90px; */
  padding: 0;
  margin-top: -90px;
  top: 90px;
  -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,
#nav-bar-section-mob .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;
}

.s5Col1,
.s5Col1 ul li,
.section6 {
  position: relative;
}

.section8 .btn-box,
.numberIng_sec .btn-box {
  align-items: center;
}

/* .s5Col2 ul li {
  border-bottom: none;
} */

.s5Col2 ul li, .s5Col3 ul li,
.s5Col4 ul li {
  border-bottom: 2px solid #8b8b8b;
}

/* .s5Col2 ul li:last-child,
.s5Col3 ul li:last-child,
.s5Col4 ul li:last-child {
  border-bottom: none;
} */

#earbuds-table .save-btn,
#sec-podcast .btn-box,
.section8 .save-btn {
  margin-top: 20px;
}

/* .s5Col1,
.s5CompBox {
    border-radius: 40px;
} */

.s5CompBox {
    display: flex;
    width: 1000px;
    align-items: flex-end;
    vertical-align: middle;
    margin: 130px auto 0;
  
}
.s5Col1 {
  float: left;
  width: 45%;
  padding: 100px 0 10px 50px;
  margin-top: 0px;
}

/* .s5Col1 ul li:last-child {
    border-bottom: none;
} */
.s5Col1 ul li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 35px;
    color: #212529;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    text-align: left;
    justify-content: flex-start;
    padding-left: 0px;
    font-family: Inter;
}
.s5Col1 ul li,
.s5Col2 ul li {
  height: 50px;
  border-bottom: 2px solid #8B8B8B;
}

/* .s5Col1 ul li:last-child {
  border-bottom: none;
} */

/* .s5Col2.s5Col3 ul li:last-child,
.s5Col2.s5Col4 ul li:last-child {
    display: block;
    margin-bottom: -20px;
    margin-top: 10px;
} */

.s5Col2 {
 float: left;
    width: 20%;
    border-radius: 10px;
    margin: -118px 0 -20px;
    position: relative;
    z-index: 9;
    background: linear-gradient(180deg, #efefef 8%, #ffffff 30%, #96D7F2 80%);
}

.s5Col2.s5Col3 {
  width: 22%;
  background: transparent;
  border: none;
  margin-top: -104px;
  /* box-shadow: 0px 4px 8px 0px #00000040; */
}

.s5Col2.s5Col3::before {
  border: none;
}

.s5Col2.s5Col4 {
  width: 18%;
  background: transparent;
  border: none;
  /* box-shadow: 0px 4px 8px 0px #00000040; */
}

.s5Col2.s5Col4::before {
  border: none;
}

h2.sec-head {
  font-size: 56px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

h2.sec-head span {
  color: #1b9cfd;
  display: block;
}

#review .testName span,
.s5Col2 ul li,
.s5Col2Top p {
  font-size: 16px;
  font-weight: 400;
}
#review .info{
  font-weight: 500;
}

.s5Col2 .s5Col2Top p {
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 20px;
  font-family: 'Inter';
}
.s5Col2Top.s5Col3Top p {
    font-family: 'Inter';
    font-weight: 600!important;
}

.s5Col2 .s5Col2Top p span {
  font-size: 34px;
}

.s5Col3 .s5Col2Top p,
.s5Col4 .s5Col2Top p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
  /* font-family: "Readex Pro", sans-serif; */
}

.com-star1 {
  margin-top: 20px;
}

.money-back-section .btn-box {
  margin-top: 30px;
  max-width: 369px;
}

/* .acdnList,
.bnrHeading,
.bnrStar,
.bnrText1,
.prod-list,
.prod-s2-row,
.prod-s2-wrap,
.s5Col1 ul,
.s5Col2 ul,
.s5Col2 ul li,
.s5Col2Top,
.section2,
.section3,
.section6 {
    width: 100%
} */

.s5Col2Top p {
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.s5Col2 ul {
  padding-top: 5px;
}

.s5Col2 ul li {
  padding: 20px 0;
  color: #000;
  line-height: 31px;
  text-align: center;
}

.s5Col2Prod,
.s5Col3Prod {
  margin: -20px auto 0;
  height: auto;
}

/* .s5Col3Prod {
    scale: 1.6;
} */

/* .s5Col4Prod {
    scale: 1.4;
} */

.s5Col2 ul li:last-child {
  /* border:none; */
  /* height: 100px; */
}

.s5Col2 ul li,
.s5Col2.s5Col3 ul li,
.s5Col2.s5Col4 ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s5Col2Top.s5Col3Top {
  margin-bottom: 0px;
}

.s5Col2.s5Col3 ul {
  padding-top: 0;
  margin-top: 0;
}

.s5Col2Top.s5Col4Top {
  margin-bottom: 0px;
}

.s5Col2.s5Col4 ul {
  padding-top: 0;
  margin-top: 0;
}

.s5CompBox ul {
    margin-bottom:30px;
}

.s5Col2Top {
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}

.s5CompBox .s5Col2Top img:first-child,
.s5CompBox .s5Col3Top img:first-child {
  height: 120px;
  object-fit: contain;
}

.s5CompBox .s5Col3Top img:first-child {
  height: 90px !important;
  display: block;
}

.s5Col2Prod {
  margin-bottom: -0;
  /* margin-left: -35px; */
}

.s5Col4Prod {
  margin: -79px auto 0px;
  height: 90px !important;
}

.comp-rating {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 96px;
}

#earbuds-table .btn-box {
  align-items: center;
}

.s5Col2.s5Col4 {
  background: transparent;
  margin-top: -125.5px;
  border: none;
}

/* .cross {
    width: 21px;
    height: auto;
} */

.s5Col2-checkbox {
  margin-top: -25px;
}

.section6 {
  /* background: linear-gradient(to right, #3060b5 19%, #3060b5 19%, #1e5799 46%, #152a4f 100%); */
  background: #424242;
  overflow: hidden;
  background-size: cover;
  float: none;
}

.s6Seal,
.s6SealBg,
.section6:after,
.section6:before {
  position: absolute;
}

.section6:before {
  /* background: url(../images/bg-1.png) no-repeat; */
  left: -61px;
  bottom: 0;
}

.section6:after {
  /* background: url(../images/bg-2.png) no-repeat; */
  right: -61px;
  top: 0;
}

.s6SealBg {
  top: 0;
  left: 80px;
}

.s6Seal {
  top: 97px;
  left: 103px;
}

.s6Right {
  float: right;
  width: calc(100% - 500px);
  padding: 25px 0 30px 50px;
  /* font-family: "Poppins", sans-serif; */
}

.s6Right h2 {
  color: #00507d;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}

.s6Right .s6-dtls {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  max-width: 587px;
  /* font-family: "Poppins", sans-serif; */
}

.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;
}

.testName img {
  margin: -1px 3px 0 11px;
  width: 20px;
}

.review-box p.testName {
  color: #000;
  font-weight: 700;
  margin-top: 0;
  text-align: left;
  min-height: inherit;
  font-style: normal;
  display: flex;
  align-items: center;
}

.Slides,
.c-text,
.dic-text p,
.ftr-link,
.review-box p,
.s3TxtBx .num-cir p {
  text-align: center;
}


#review {
  padding: 50px 0 20px;
}

#review h2.sec-head {
  color: #3b3b3b;
}

#mob-btn-3.btn-box p,
.accordion,
.s5Col2Top.s5Col3Top p,
.s5Col2Top.s5Col4Top p {
  color: #000;
}

.review-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0px;
  padding: 0;
}

img.testStar {
  width: 100px !important;
}

.expert-advice-txt .sec-hdng {
  color: #333;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 0;
}

.expert-advice-txt p {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.quote-open {
  position: absolute;
  top: -8px;
  left: -30px;
}

.quote-close {
  position: absolute;
  bottom: -8px;
  right: -30px;
}

.expert-advice-txt p + img {
  margin-top: 20px;
  max-width: 400px;
}

.expert-name {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 120% !important;
  font-size: 14px;
}

.expert-years {
  font-size: 16px !important;
  line-height: 120% !important;
  margin-top: 10px;
}

.expert-advice-sec {
  padding: 60px 0;
  background-color: #e9f6ff;
  /* box-shadow: 0px 4px 4px 0px #00000040; */
}

.expert-advice-pc,
.expert-advice-pc img {
  height: auto;
  border-radius: 25px;
}

.expert-advice-txt {
  text-align: center;
  padding: 0 30px;
}

.expert-rating {
  max-width: 140px;
  height: auto;
  margin-bottom: 20px;
}

.review-slider {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}

#review .save-btn {
  margin-top: 30px;
}

#review .sec-3-head h2 span {
  color: #0f4c48;
}

.authSec {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.authorP {
  width: 40px;
}

.nameSec {
  margin-left: 10px;
}

.nameSec span {
  display: flex;
  align-items: flex-start;
}

.nameSec span.reviewer-state {
  color: #828282;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}

.nameSec span img {
  margin-left: 2px;
}

.reviews-wrapper {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #a4a4a4;
}

.reviewer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.review-heading {
  color: #3b3b3b;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.review-details {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  max-width: 520px;
  margin-bottom: 15px;
}

.review-prod-img {
  width: 100%;
  max-width: 223px;
  height: auto;
}

.review-details2 {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 10px;
}

.testName {
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.reviewSec {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1000px;
  margin: 40px auto 0;
}

#review {
  padding: 80px 0;
  background-color: #97b1c0;
}
.review-box {
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #d7d7d7;
  padding: 0 0;
  margin-bottom: 14px;
  font-weight: 300;
}
.review-contentbox {
  padding: 20px 20px 20px;
}

#review h3.sec-hdng {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.trust-review {
  width: 100%;
  max-width: 1000px;
}

.review-box .review-head {
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: normal;
  text-align: left;
  min-height: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.review-box p {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  min-height: 90px;
  text-align: left;
  margin-bottom: 0;
}

#review .btn-box {
  align-items: center;
  margin-top: 40px;
}

.new-banner-section .banner-videobox {
  height: 530px;
}

/* .new-banner-section .banner-videobox video {
    height: 530px;
    object-fit: cover;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
} */

.section8 {
  padding: 80px 0 20px;
  background: #EBFAFF;
}

.section8 .heading1 a,
.section8 .heading1 a:hover {
  color: #000 !important;
  text-decoration: none;
}

.section8 .heading1 span img {
  margin-left: 30px;
  max-width: 35px;
}

.section8 .heading1 span img {
  margin-left: 30px;
  max-width: 35px;
  margin-top: -10px;
}

.faq-container {
  vertical-align: top;
  max-width: 830px;
  width: 100%;
  margin: 15px auto;
  float: none;
  overflow: hidden;
}

.up-slide-dwn {
  float: left;
  width: 99%;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #212529;
  /* -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1); */
  margin-top: 0px;
  padding: 10px 20px 10px 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.up-slide-dwn:last-child {
  margin-bottom: 20px;
}

.accordion {
  /* background: url(../images/close.png) 100% center no-repeat; */
  padding: 13px 45px 10px 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  cursor: pointer;
  font-weight: 600;
}

.accordion span {
  color: #0C2539;
  display: inline-block;
  padding-right: 5px;
}

.acdn-heading.active {
  /* background: url(../images/open.png) 100% center no-repeat; */
  border: none;
}

.acdn-content {
  display: none;
  transition: background-color 0.3s;
  font-family: "Inter", sans-serif;
}

.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: #fff;
  font-size: 14px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.c-text,
.ftr-link a {
  color: #fff;
  /* font-family: Poppins, sans-serif; */
}

footer {
  padding: 40px 0;
  background: #97B1C0;
}

.ftr-logo {
    width: 264px;
    display: block;
}

.ftr-link {
    margin-top: 20px;
    color: #fff;
}

.ftr-link a {
  color: #fff;
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 700;
}

.c-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}

.review-slider .owl-carousel .owl-item img {
  width: auto;
  display: inline;
  margin-bottom: 10px !important;
}

.review-slider .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.review-slider .owl-theme .owl-dots .owl-dot.active span,
.review-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #3A748C;
}

.review-slider .owl-theme .owl-dots .owl-dot span {
  background: #D9D9D9;
  /* border: 1px solid #000; */
}

.review .btn-box {
  align-items: center;
}

.features-sec-video-wrapper {
  text-align: center;
  height: 270px;
}

.features-sec-video-wrapper video,
.features-sec-video-wrapper img {
  width: 100%;
  max-width: 100%;
  height: 270px !important;
  object-fit: cover;
  border-radius: 21px;
}

.step {
  width: 61px;
  height: 55px;
  border-radius: 50%;
  color: #009eaa;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-family: "Geist", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8faff;
  border: 5px solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
  position: relative;
  margin-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot {
  width: auto !important;
}

.review-box .review-head {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  line-height: normal;
  text-align: left;
  margin: 10px 0;
  text-transform: capitalize;
}

#ctabtn-mob {
  background: 0 0;
  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;
}

.money-back-section {
  background: #0e5278;
  position: relative;
  padding: 60px 0;
}

.btn-box.money-back-btn-box {
  width: 380px;
  margin-top: 34px;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.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,
.sec3-con-3.box-4 ul li,
.text {
  font-family: inter, sans-serif;
}

.s3TxtBx p {
  font-size: 20px;
  color: #fff;
  line-height: 33px;
}

.s3TxtBx .num-cir {
  position: static;
}

.s3TxtBx .num-cir p {
  font-weight: 600;
  color: #2e4db8;
  font-size: 20px;
  display: table;
  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;
  transition: opacity 1.5s;
}
.text {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-arw {
    margin-left: 9px;
}
.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/box4_icon.png); */
  padding-left: 30px;
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.s3-box.box-1 video,
.s3-box.box-5 video {
  height: auto;
  object-fit: fill;
}

.s3-box.box-4 video {
  height: 500px;
  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: 2.5s ease-in-out infinite forwards rotateP;
}

.carouselBx-wrapper {
  display: none;
}

.as_seen_on_cntnr_mob {
  display: none;
}

@keyframes rotateP {
  0% {
    transform: rotate(0);
  }

  100%,
  50% {
    transform: rotate(180deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(00deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.dot-fade {
  animation: 1s ease-in-out infinite fade;
}

@keyframes fade {
  0%,
  100%,
  70% {
    opacity: 100%;
  }

  50% {
    opacity: 30%;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

#toggle-faq img {
  transition: all 0.7s ease-in-out;
}

#toggle-faq img.rotate {
  transform: rotate(180deg);
}

#toggle-faq1 img {
  transition: all 0.7s ease-in-out;
}

#toggle-faq1 img.rotate {
  transform: rotate(180deg);
}

.offer-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #e9f6ff;
  border: 1px dashed #40301f;
  padding: 40px 20px;
}

.offer-contentbox {
  text-align: center;
}

.offer-heading {
  font-weight: 600;
  font-size: 38px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 10px;
}

.offer-heading span {
  color: #bf1313;
}

.offer-detls {
  font-size: 15px;
}

.special-discountbox {
  background: #fff;
  border-radius: 24px;
  padding: 20px 30px;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.offer-time-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-time-wrapper h6 {
  color: #000;
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
}

.time-counterbox {
  padding-left: 20px;
}

.watchSec {
  text-align: center;
}

.watchSec span {
  color: #e86e16;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
}

.watchSet {
  text-align: center;
}

.watchSet span {
  color: #000;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 18.75px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  padding: 0 5px;
  min-width: 58px;
  display: inline-block;
}

.discount-heading1 {
  color: #bf1313;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.discount-heading2 {
  color: #000;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
}

.offer-icons-wrapper {
  margin-top: 15px;
}

.offer-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.offer-contentbox {
  padding-left: 10px;
}

.offer-contentbox h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.offer-heading2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 20px;
}

.discount-button {
  color: #0c8b4b;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}

.discount-button:hover {
  color: #0c8b4b !important;
  text-decoration: underline !important;
}
.banner-features-content img {
  width: 70px;
}
.banner-features-content p {
  line-height: 18px;
  font-weight: 700;
  font-size: 12px;
  color: #0a0a0a;
  margin-top: 8px;
  font-family: "Inter", sans-serif;
}
.banner-features-container {
  display: flex;
  max-width: 526px;
}
.banner-features-content {
  text-align: center;
  width: 20%;
  margin: 0 9px;
}
.review-star img {
  width: 100px;
}
/* timer */
/* timer */
.timer-box {
  border: 2px solid #fff;
  padding: 15px 20px;
  display: flex;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  align-items: center;
  justify-content: space-evenly;
  margin: 20px auto;
  width: max-content;
  align-items: center;
  gap: 30px;
}
.limited-sec-content-container .btn1 {
    font-size: 22px;
    padding: 13px 81px;
}
.timer-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
}

#countdown {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "Work Sans", sans-serif;
  display: flex;
}

#hours,
#minutes,
#seconds {
  color: #ff7c0e;
  font-size: 38px;
  margin: 0 4px;
  font-family: "Work Sans", sans-serif;
  position: relative;
  padding: 0 7px;
  line-height: normal;
}

#hours::before,
#minutes::before {
  content: ":";
  position: absolute;
  right: -10px;
}

.tm-unit {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}

#countdown div {
  display: flex;
  flex-direction: column;
}

.limited-sec-content .ltd-offer {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.limited-sec-content .sp-offer {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.limited-sec-content .save-btn {
  margin: auto;
}
.limited-sec-content {
  background-color: #0E5278;
  padding: 18px 0 40px;
}

.limited-sec-content-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    justify-content: center;
}
.limited-right-content video {
  height: 546px;
  object-fit: cover;
  border-radius: 24px;
}

.limited-left-content {
  padding: 56px 0;
}

.rating-content {
  font-size: 14px;
  color: #fff;
  margin-bottom: 16px;
}

.rating-content img {
  margin-right: 10px;
}

.limited-hdng h3 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 16px;
  text-align: center;
}

.limited-offers-list li {
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 16px;
  width: 47%;
}

.limited-offers-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.limited-offers-list li img {
  margin-right: 8px;
}

.limited-left-content {
    padding: 56px 0;
    max-width: 45%;
}
.limited-sec-content .btn-box {
  width: max-content;
  margin: auto;
}
/* .sec5-section  */
section.sec5-section {
  padding: 80px 0;
  background-color: #0e5278;
}
.sec5-section .heading1 {
  color: #121212;
}
.sec5-imgbox {
  position: relative;
}

.sec5-contentbox h4 {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin: 12px 0;
}

.sec5-contentbox p {
  color: #fff;
  font-size: 15px;
  line-height: 144%;
  font-weight: 500;
  min-height: 80px;
  text-align: center;
}

.sec5-slider {
  margin: 42px auto 30px;
  max-width: 1300px;
}
/*  */
.tiktok-slider{
  margin: 20px 0 40px;
}
.tiktok-logo{
  width: 149px;
  display: block;
  margin: 20px 0;
}
.tiktok{
  background-color: #EBFAFF;
  padding: 80px 0;
}

.tiktok-slider-none .tiktok-img:nth-of-type(odd) img {
    width: 267px;
    object-fit: cover;
}
.tiktok-img{
  margin: 0 15px;
}
.tiktok-slider-none{
  margin: 10px 0 40px;
}
.tiktok-slider-none .tiktok-img:nth-of-type(even)  img {
    width: 388px;
    object-fit: cover;
}
.limited-offers-list ul {
    display: flex;
    flex-wrap: wrap;
}
.limited-offers-list li {
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 8px;

}
.limited-offers-list li img {
    margin-right: 16px;
}
.limited-hdng h3 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 16px;
    text-align: center;
}
@media (max-width: 1199px) {
    .s5Col1 {
        width: 40%;
    }
}
@media (max-width: 992px) {
    .s5Col2 ul li img, .s5Col2.s5Col3 ul li img, .s5Col2.s5Col4 ul li img {
        width: 27px;
        height: 27px;
    }
    .s5Col1 {
        width: 32%;
    }
    .s5Col2,.s5Col2.s5Col3,.s5Col2.s5Col4 {
        width: 12%;
    }
    .s5Col1 ul li {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .s5CompBox .s5Col3Top img:first-child {
        height: 70px!important;
    }
    .s5Col2Top {
        margin-bottom: 20px;
    }
    .s5CompBox .s5Col2Top img:first-child, .s5CompBox .s5Col3Top img:first-child {
        height: 80px;
    }
    .s5Col2 .s5Col2Top p,.s5Col2Top.s5Col3Top p {
      font-size: 14px;
        margin-top: 0px;
        min-height: 35px;
    }
    .comp-rating {
        width: 70px;
    }
    .s5CompBox ul {
        margin-bottom: 20px;
    }
    .s5Col1 {
      width: 50%!important;
      padding: 10px 0 0px 0px!important;
    }
    .s5Col2.s5Col3,.s5Col2 {
      width: 25%!important;
    }
    .s5Col1 ul li, .s5Col2 ul li {
      height: 75px!important;
      font-size: 15px!important;
      line-height: 22px!important;
    }
    .s5Col2Prod, .s5Col3Prod {
      margin: -50px auto 0!important;
    }
    .s5CompBox .s5Col3Top img:first-child {
      height: 70px !important;
    }
}













/* 
@media(min-width:381px) and (max-width:414px) {

} */