@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* ========================================
   PROMO BADGE - Floating Discount Badge
   ======================================== */
.promo-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #ff4e50 0%, #f9d423 100%);
  padding: 15px 20px;
  border-radius: 12px;
  text-align: center;
  z-index: 100;
  box-shadow: 0 8px 25px rgba(255, 78, 80, 0.4);
  transform: rotate(5deg);
  animation: badgePulse 2s ease-in-out infinite;
}
.promo-badge .badge-title {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.promo-badge .badge-discount {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.promo-badge .badge-bonus {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,0.2);
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 6px;
}
@keyframes badgePulse {
  0%, 100% { transform: rotate(5deg) scale(1); }
  50% { transform: rotate(5deg) scale(1.05); }
}
/* Hide desktop promo badge on mobile */
@media screen and (max-width: 767.98px) {
  .banner-image .promo-badge {
    display: none;
  }
}

/* Mobile nav promo badge */
.promo-badge-nav {
  background: linear-gradient(135deg, #ff4e50 0%, #f9d423 100%);
  padding: 6px 10px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(255, 78, 80, 0.3);
  transform: rotate(3deg);
  animation: badgePulse 2s ease-in-out infinite;
  display: none;
}
@media screen and (max-width: 767.98px) {
  .promo-badge-nav {
    display: block;
  }
}
.promo-badge-nav .badge-title {
  display: block;
  font-size: 8px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.promo-badge-nav .badge-discount {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.promo-badge-nav .badge-bonus {
  display: block;
  font-size: 7px;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,0.2);
  padding: 2px 5px;
  border-radius: 3px;
  margin-top: 3px;
}

/* ========================================
   BADGE BONUS FOR BUTTONS - With Shadow Effect
   ======================================== */
.badge-bonus-button {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,0.18);
  padding: 6px 12px;
  border-radius: 5px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 
    inset 0 -1px 1px rgba(0,0,0,0.08),
    0 1px 1px rgba(0,0,0,0.05);
  white-space: nowrap;
  order: 1;
}
@media screen and (max-width: 991px) {
  .badge-bonus-button {
    font-size: 10px;
    padding: 5px 10px;
  }
  .save-btn, .save-btn:hover {
    font-size: 17px;
    padding: 18px 25px;
    gap: 6px;
  }
  .btn-cart-icon {
    width: 28px !important;
    height: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  .badge-bonus-button {
    font-size: 9px;
    padding: 4px 8px;
  }
  .save-btn, .save-btn:hover {
    font-size: 15px;
    padding: 16px 20px;
    gap: 5px;
  }
  .btn-cart-icon {
    width: 24px !important;
    height: 24px !important;
  }
}
@media screen and (max-width: 480px) {
  .badge-bonus-button {
    font-size: 8px;
    padding: 3px 6px;
  }
  .save-btn, .save-btn:hover {
    font-size: 13px;
    padding: 14px 18px;
    gap: 4px;
  }
  .btn-cart-icon {
    width: 20px !important;
    height: 20px !important;
  }
}

.banner-image {
  position: relative;
}

/* ========================================
   HERO SUBHEADLINE
   ======================================== */
.hero-subheadline {
  font-size: 17px;
  color: #e0e0e0;
  line-height: 1.6;
  margin: 15px 0 20px 0;
  max-width: 480px;
}
.hero-subheadline strong {
  color: #FFE625;
}
.hero-subheadline-mobile {
  font-size: 14px;
  color: #e0e0e0;
  line-height: 1.5;
  margin: 10px 0;
  text-align: center;
}

html,
img {
  max-width: 100%;
}
*,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.hero-text h3 span,
.top-bar p span,
h1 {
  font-weight: 700;
}
#hero-box,
.batSec,
.hero-box-one,
.hero-rate p span img,
.hero-text,
.s6Left,
.top-bar,
section {
  position: relative;
}
.active,
.text {
  opacity: 1;
}
body {
  font-size: 16px;
  color: #000;
  /* font-family: "Inter", sans-serif;
     */
  font-family: "Inter", sans-serif;
}
body,
html {
  overflow-x: hidden;
}
:focus,
:hover {
  outline: 0 !important;
  text-decoration: none !important;
}
*,
.ftr-link a,
.nav-rgt a {
  text-decoration: none;
}
.btn:focus,
.form-control:focus {
  box-shadow: none;
}
* {
  /* transition: .3s ease-in-out;
     -webkit-transition: .3s ease-in-out;
     -moz-transition: .3s ease-in-out;
     -ms-transition: .3s ease-in-out;
     -o-transition: .3s ease-in-out; */
  word-wrap: break-word;
}
a:hover {
  color: #1477bd !important;
}
ol,
ul {
  list-style: none;
}
.top-bar {
  background: #375aa0;
  padding: 12px 30px;
  z-index: 999999;
  position: relative;
}
.top-deal-icon {
  width: 20px;
}
.top-wrapperbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.top-bar-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-leftbox p {
  font-size: 14px;
  /* line-height: 24px;
     */
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding-right: 20px;
  border-right: 1px solid #d9d9d9;
  margin-bottom: 0;
}
.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 95px);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}
.marquee-item {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 70px;
  font-weight: 500;
  font-size: 13px;
  /* line-height: 24px;
     */
  font-family: "Inter", sans-serif;
}
.features-content-container {
    padding: 90px 0;
    background: #FEFCF3;
}
.features-content2 {
    margin-bottom: 30px;
}
.features-sec-txt {
  margin-top: 0;
}
.features-sec-txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.features-sec-para {
    padding-left: 15px;
    padding-right: 20px;
}
.features-content3 {
    padding-left: 30px;
}
.features-content1 {
    padding-right: 30px;
}
.features-hdng-content h3 {
  font-size: 38px;
  color: #333;
  text-align: center;
  font-weight: 700;
  margin-bottom: 36px;
}
.features-hdng-content h3 span {
    color: #375AA0
}
.features-sec-txt img {
  min-width: 42px;
  width: 42px;
  object-fit: contain;
  margin-top: 0;
}
.features-sec-para strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #006274;
    font-family: "Nunito", sans-serif;
}
.features-sec-para p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: "Nunito", sans-serif;
    color: #00332F;
}
.testimonial-sec2 .item img {
  border-radius: 35px;
  width: 100%;
}

section.testimonial-sec2 {
  /* background: #f5f8ff; */
  padding: 86px 0 108px;
}

.tesimonial-right-content {
  width: 70%;
  display: flex;
  justify-content: space-between;
}

.tesimonial-right-content > img {
  width: calc(98% / 4);
}
.days-money-back-sec {
    padding: 70px 0;
  background: linear-gradient(100.42deg, #03798E 0.78%, #004E5C 25.55%);

}
.days-money-back-sec-content-container {
  display: flex;
  align-items: center;
  max-width: 1000px;
  justify-content: space-between;
  margin: auto;
}
.days-money-back-sec-content-container .money-left-content {
    max-width: 30%;
}
.days-money-back-sec-content-container .money-right-content {
  max-width: 65%;
}
.days-money-back-sec-content-container .money-right-content h3 {
  font-size: 35px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
}
.days-money-back-sec-content-container .money-txt {
    color: #fff;
    font-size: 17px;
    padding-right: 37px;
    font-family: "Nunito", sans-serif;
}
.days-money-back-sec-content-container .btn-box {
    margin-top: 30px;
    width: 66%;
    
}
.limited-sec-content {
    background: linear-gradient(0deg, #004E5C, #004E5C),
linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(22, 93, 106, 0.2) 139.5%);
    padding: 90px 0;
}
section#comparison {
    background: #F3FCFE;
    padding: 90px 0;
}
section#comparison .heading1 h3{
  margin-bottom: 0;
}

section.travellers .heading1{
  margin-bottom: 15px;
}
section.travellers .heading1 h3 {
    margin-bottom: 0;
}
section.travellers {
    margin: 72px 0;
}
section.travellers .sub-heading2{
  margin-bottom: 50px;

}
/* .limited-sec-content-container {
  display: flex;
  align-items: normal;
  max-width: 1280px;
  margin: auto;
  justify-content: center;
} */
/* .limited-right-content img {
  height: 100%;
  object-fit: cover;
} */
.limited-left-content {
  padding: 26px 0;
  text-align: center;
}
.limited-left-content h2 {
  font-family: "Anton", sans-serif;
  font-size: 60px;
  letter-spacing: 1px;
}
.limited-left-content h2 span{
  color: #FFE625;
}
.rating-content {
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}
.travel-cont{
    padding: 25px 20px 20px;
}
.travel-cont img {
    max-width: 110px;
    margin-bottom: 20px;
}
p.traveller-name {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 0;
    left: 10px;
    background: #fff;
    border-radius: 25px;
}
.testStar {
    max-width: 100px;
}
p.cont-head {
    font-size: 20px;
    font-weight: 700;
}
.traveller-box {
    border-radius: 16px;
    border: 2px solid #D7D7D7;
    /* border-top: none; */
    padding: 0 0;
    min-height: 600px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.rating-content img {
  margin-right: 10px;
  max-width: 114px;
}
.sub-heading2 p {
    font-size: 22px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}
.sub-heading2 {
    max-width: 860px;
    margin: auto;
}
.travel-img-box {
    position: relative;
}

.limited-hdng h3 {
  color: #ffd60a;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
}
.features-list {
  max-width: 594px;
  margin: auto;
}

.limited-offers-list li {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 17px;
    font-family: "Work Sans", sans-serif;
}
.limited-offers-list h5 {
  font-size: 23px;

  font-family: "Work Sans", sans-serif;
}
.limited-offers-list p {
  font-family: "Work Sans", sans-serif;
}

.limited-offers-list li img {
  margin-right: 8px;
}

/* .limited-left-content {
  padding: 56px 0;
  max-width: 40%;
} */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-dealbox {
  float: none !important;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.top-dealbox ul {
  position: relative !important;
}
.nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
/* .nav-box {
     width: 33.33% 
}
 */
.nav-letf {
  margin-right: 70px;
}
.logo {
    width: 197px;
    margin-top: 0;
}
.nav-rgt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  /* width: 30%;
     height: 90px;
     background: url(../images/nav-bg.png) no-repeat;
     background-size: cover;
     background-position: top left;
     padding: 0 40px 0 30px;
     position: absolute;
     right: 0;
     */
}
.nav-rgt a {
    font-family: "Inter", sans-serif;
    color: #171717;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    font-weight: 500;
    padding: 0 35px;
    /* border-right: 0.5px solid #BEBEBE; */
}
.box-fit-content{
      max-width: fit-content;
    margin: auto;
}
.nav-rgt a:hover,
.nav-rgt a:focus {
  color: #000000;
}
.nav-rgt a:nth-child(5),
.nav-rgt a:last-child {
  border-right: none;
}
a.order-link {
  font-family: "Inter", sans-serif;
  color: #fff;
}
.nav-rgt > p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 0px;
}
.nav-rgt > p span {
  color: #dbf800;
}
.nav-rgt-btm-content {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.nav-rgt-btm-content .timer {
  color: #fff;
  display: flex;
  align-items: flex-start;
}
.nav-rgt-btm-content .timer > p {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
a.order-link {
  color: #ffffff !important;
  /* box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
     */
  background: #000;
  border: 1px solid #ffffff;
  padding: 6px 20px;
  font-size: 14px;
  margin-left: 0;
  height: auto !important;
}
.sec2 {
  padding: 10px 0 0 0;
}
.testimonial-section {
    padding: 64px 0;
    background: #375AA0;
}
.testimonials-section-content-container {
  display: flex;
  align-items: center;
  background: #375aa0;
  color: #fff;
  font-size: 16px;
  max-width: 900px;
  margin: auto;
  padding: 20px 84px 20px 26px;
  justify-content: space-between;
  border-radius: 24px;
}
.testimonial-pc {
  width: 30%;
}
.testimonials-para {
  width: 65%;
}
.testi-content{
      max-width: 521px;
}
.testi-img{
  border-radius:16px;
}
h3.testimonials-hdng {
      font-size: 42px;
    line-height: 43px;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    padding-bottom: 14px;
}
h3.testimonials-hdng::before{
position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    height: 7px;
    background: #fff;
    border-radius: 50px;
    width: 18px;
}

h3.testimonials-hdng::after{
    position: absolute;
    content: "";
    left: 23px;
    bottom: -6px;
    height: 7px;
    background: #fff;
    border-radius: 50px;
    width: 45px;
}
h3.testimonials-hdng span {
  font-size: 16px;
  display: block;
}
.before-after-sec {
  background: #ebebeb;
  padding-bottom: 50px;
}
.fuel_ambition_pc {
  left: 50%;
  position: relative;
  max-width: 1007px;
  height: 490px;
  transform: translateX(-50%);
}
.fuel_ambition_pc .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1007px 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
}
.fuel_ambition_pc .foreground-img {
  background-image: url(../../images/index-v1/before-pc.png);
  width: 50%;
}
.fuel_ambition_pc .background-img {
  background-image: url(../../images/index-v1/after-pc.png); 
}
.fuel_ambition_pc .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fuel_ambition_pc .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
  height: 490px;
  background: #cecece;
  cursor: pointer;
}
.fuel_ambition_pc .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-hdng h3 {
  font-size: 48px;
  line-height: 65px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 43px;
  padding-bottom: 20px;
}
.before-after-hdng h3 span {
  color: #634011;
}
.sec3-highlight {
    background: url('../../images/index-v1/sec3-bg.png') no-repeat center bottom;
    height: 387px;
    display: flex;
    text-align: center;
    position: relative;
}
.sec-content3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    position: relative;
}

.sub-heading p {
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
}
.sub-heading p{
  margin-bottom: 10px;
}
.sec-content3 p {
    font-size: 17px;
    margin-bottom: 5px;
}
.heading h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}
.sec4-highlight-container{
  display: flex;
}
.sec4-highlight-content {
    display: flex;
    /* background: url(../../images/index-v1/sec4-bg.png) no-repeat center; */
    border-radius: 25px;
    justify-content: space-between;
    align-items: center;
}
.sec4-highlight-content .sec3-txt-content{
  padding-left: 70px;
  color: #fff;
}
.sec4-media {
    max-width: 594px;
}
.sec4-highlight-content  .sec3-text-inner-content h4 {
    color: #fff;
}
.sec4-highlight-content .sec3-text-inner-content {
    width: calc(100% - 129px);
}
.testimonials-para p {
  margin-bottom: 0;
  font-size: 15px;
}
.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-row {
  display: flex;
  align-items: center;
}
.quote-txt {
    position: relative;
}
.sec2-pc-content {
    width: 537px;
    position: relative;
    border-radius: 25px;
}
.auth-heading{
  position: relative;
  margin-bottom: 50px;
}
.auth-heading::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 10px;
    background: url(../../images/index-v1/line1.png) no-repeat center;
    left: -11px;
    bottom: -23px;
}
.sign-box {
    width: 309px;
    margin-top: 64px;
}
.quote-txt p {
    padding: 10px 50px;
    text-align: center;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    color: #004E5C;
    font-weight: 500;
}
img.quote-icon1 {
    position: absolute;
    top: 10px;
}
img.quote-icon2.quote-bottom {
    position: absolute;
    right: 0;
    bottom: 13px;
}
p.sign-name {
    margin-bottom: 0;
    color: #004E5C;
    font-family: "Nunito", sans-serif;

}
.sign-box img {
    width: 300px;
}
.auth-heading h3 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
}
.sec2-pc-content img {
    width: 544px;
    height: 542px;
    object-fit: cover;
    /* min-height: 480px; */
    /* min-width: 450px; */
    border-radius: 30px !important;
}

.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;
}
.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%;
}
/* .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;
}
 */
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: 18px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 5px;
    padding: 12px 35px;
    background: #F34625;
    color: #ffffff !important;
    font-family: "Inter", sans-serif;
}
a.order-link {
    font-size: 16px;
    padding: 12px 18px;
}
a.order-link:hover {
    color: #fff !important;
}
.bag-icon {
  width: 16px;
  margin-left: 5px;
  margin-top: -5px;
}
.hero-text ul,
.rightSec ul,
.s5CompBox ul {
  padding-left: 0;
}
.nav-rgt a:hover {
  color: #006274 !important;
}
.sec2 .btn-box {
  margin-top: 50px;
  align-items: center;
}
@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,
.slider-one .owl-dots,
.slider-one .owl-nav,
.stepTxt {
  display: none;
}
.hero-rate p span img {
  bottom: 1px;
  margin-right: 5px;
}
.hero-text h3 {
  font-size: 28px;
}
.hero-text h1 {
    font-size: 53px;
    line-height: 56px;
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Anton", sans-serif;
    padding-right: 91px;
    font-weight: 400;
}
.hero-box-one{
  /* background: url('../images/hero-bg-min.png') no-repeat center; */
  background-size: cover;
}
.hero-text h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
  background: #009eaa;
  border-radius: 10px;
  padding: 4px 15px;
  text-transform: uppercase;
}
.hero-text h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  margin-bottom: 20px;
  color: #3b3b3b;
}
p.sub-hdng {
  font-size: 18px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #3b3b3b;
  margin-top: 0px;
  margin-bottom: 20px;
}
.hero-box .btn-box {
    margin-top: 0;
    width: 100%;
}
.banner-image img {
    /* max-width: 750px; */
    width: 100%;
    height: 100%;
    min-width: 820px;
    margin-left: -90px;
}
.bnrStar {
  display: flex;
  align-items: center;
}
.bnrStar .star {
  width: 100%;
  max-width: 118px;
  height: auto;
  margin-right: 10px;
}
.pro-slider1 {
  background: url(../../images/index-v1/banner-bg.png) no-repeat center / 100% 100%;
}
.as_seen_on_sec {
    clear: both;
    position: relative;
    z-index: 99;
    margin-top: -3px;
    background: #f9f9f9;
}
.as_seen_on_cntnr_desk .slider-collection .owl-carousel {
  display: flex;
  justify-content: space-evenly;
  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: 30px 80px;
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    /* width: 96%; */
}
.essential-hdng p.commonHead b,
.uses-content p {
  color: #ff5c00;
  font-weight: 700;
}
.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,
.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: 12%;
  float: left;
}
.as_seen_hdng p {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 0;
    color: #848484;
    text-align: left;
    text-transform: capitalize;
    font-family: "Bebas Neue", sans-serif;

}
.as_seen_on_cntnr_desk {
  width: 80%;
  float: left;
}
section.about-us.sec-two {
    /* margin: 70px 0; */
    background-color: #FFEF77;
    padding: 80px 0;
}
.heading-abt h3 {
    font-size: 38px;
    font-family: "Anton", sans-serif;
    color: #006274;
    margin-bottom: 15px;
}
.sec2-content p{
  font-size: 18px;
  color: #00332F;
  font-family: "Nunito", sans-serif;
  margin-bottom: 30px;

}
h4.sec2-subheading {
    color: #00332F;
    font-size: 28px;
    font-family: "Anton", sans-serif;
    margin-bottom: 15px;
}
.sec2-img video {
    border-radius: 29px;
}
.heading1 h3 {
    font-size: 48px;
    text-align: center;
    font-family: "Anton", sans-serif;
    color: #00332F;
}
.sec2-content {
    max-width: 651px;
    padding: 0 80px 0 45px;
}

.sec-two-row{
  align-items: center;
}
ul.advantages {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* gap: 15px; */
    width: 100%;
    padding-left: 0;
    flex-direction: column;
}
ul.advantages li img {
    width: 18px;
    margin-bottom: 10px;
    margin-right: 10px;
}
ul.advantages li p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #0A0A0A;
    text-align: left;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
}
ul.advantages li {
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
     font-family: "Nunito", sans-serif;
     margin-bottom: 10px;
}

.features_cntnt li {
  position: relative;
  width: 20%;
  height: 100%;
}
.pro-slider img {
    height: 70px;
    object-fit: contain;
    width: 116px;
    padding: 0;
    filter: grayscale(1);
    opacity: 0.4;
}
.pro-slider .item {
  text-align: center;
  display: table;
}
.sec3-hdng-content h3 {
  padding-bottom: 20px;
  font-size: 40px;
}
h3.center.sec-hdng::before {
  display: none;
}
.sec3-hdng-content {
  text-align: center;
  margin-bottom: 0px;
}
.sec3-content {
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
}
.sec3-main-content .sec3-content:last-child {
  margin-bottom: 50px;
}
p.sub-hdng {
  text-align: left;
}
/* .sec3-main-content .sec3-content:nth-child(odd) {
     background: #F3F3F3;
}
 */
/* .sec3-main-content .sec3-content:nth-child(even) {
     background: #fff;
}
 */
.sec3-row {
  margin-top: 60px;
}
.sec3-content-reverse {
  flex-direction: row-reverse;
  padding: 0 20px;
  padding-right: 0;
  padding-left: 0;
}
.sec3-media-content {
  width: 50%;
  position: relative;
}
.sec3-txt-content {
  width: 50%;
}
.sec3-media-content video {
  margin-bottom: -6px;
}

.sec3-content-container .btn-box {
  align-items: center;
  margin: auto;
}
.sec5 .btn-box {
  align-items: center;
  margin-top: 20px;
}
section.sec5 {
  padding: 66px 0 46px;
}
.sec3-content-container {
    margin: 72px 0 72px;
}
.sec3-txt-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sec3-countbox {
  width: 25px;
  color: #0b70a8;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
}
.sec3-text-inner-content {
    margin: auto;
    padding: 0 70px;
}
.sec3-txt-content h4 {
    color: #00332F;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 27px;
    line-height: 120%;
    margin-bottom: 30px;
}
.limited-sec-content-container {
    flex-direction: row-reverse;
}
.sec3-txt-content h4 span {
  color: #375aa0;
  display: block;
}
.sec3-hl {
  width: 40px;
  border-top: 4px solid #018dc0;
  opacity: 1;
}
.sec3-txt-content p {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    padding-right: 50px;
    color: #003430;
}
.section-4 .sec3-txt-content {
    width: 100%;
    padding: 0;
}
.sec3-highligh-box {
    position: relative;
}
.sec3-text-inner-content.sec3-text-inner-content-2 {
    position: absolute;
    top: 50%;
    left: 47%;
    width: 35%;
    padding: 0;
    transform: translateY(-50%);
    color: #fff;
}
.sec3-text-inner-content.sec3-text-inner-content-2 p {
    color: #fff;
}
.sec3-content .sec3-txt-content {
    border: 2px solid #FFEF77;
    border-radius: 0 25px 25px 0;
}
.sec3-content-reverse .sec3-txt-content {
    border-radius: 25px 0 0 25px;
    border: 2px solid #89D3E2;
}
.features-list li p {
  max-width: 500px;
}
.sec3-txt-content p strong {
  font-weight: 700;
}
.sec3-media-content video, .sec3-media-content img:first-child {
    width: 100%;
    max-width: 600px;
    object-fit: cover;
    border-radius: 25px 0 0 25px;
}
.sec3-content .sec3-media-content img {
    padding-right: 20px;
}
.sec3-content.sec3-content-reverse .sec3-media-content img{
  padding-left: 20px;
  padding-right: 0;
}

.sec3-content-container2 .sec3-main-content .sec3-content .sec3-txt-content {
  padding-left: 30px;
}
.sec3-content-container2 .sec3-txt-content p {
  max-width: 100%;
}
.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;
}
.hero-text h2 {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  margin: 20px 0;
}
.hero-text h1 span.sub-hdng2 {
  margin-left: 230px;
}
.hero-text ul {
  padding-top: 0px;
}
.hero-text ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    color: #fff;
    padding-top: 10px;
}
.hero-text ul li p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  color: #3b3b3b;
}
.save-btn, .save-btn:hover {
    font-size: 19px;
    color: #fff !important;
    padding: 23px 40px;
    text-decoration: none;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 600;
    background: #F34625;
    box-shadow: 0px 4px 4px 0px #00000040;
    /* text-transform: uppercase; */
    font-family: "Inter", sans-serif;
    border-radius: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    padding: 20px 30px;
}
.btn-box p .font-style {
  font-weight: 500;
}
/* .save-btn:hover>span img {
     transform: translateX(15px) 
}
 */
.btn1 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 40px;
  padding: 12px 35px;
  background: #000;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  /* box-shadow: 0px 4px 4px 0px #00000040;
     */
}
.btn1 .btn-right-arrow {
  margin-top: -3px;
  margin-left: 10px;
}
.btn1:hover {
  color: #fff !important;
}
.btn-box p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
    text-align: center;
}
.btn-box {
    margin-top: 30px;
    width: 80%;
}

.btn-box .save-btn {
  display: block;
  width: 100%;
}
/* .hero-text .btn-box p {
     font-size: 13px;
     width: auto;
     text-align: center;
}
 */
.btn-arw {
  position: absolute;
  /* right: 15px; */
  width: 38px;
  height: auto;
  margin-right: -10px;
  margin-left: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
  max-width: 26px;
}
.btn-cart-icon {
  filter: brightness(0) invert(1);
  margin: 0;
  order: -1;
  width: 32px !important;
  height: 32px !important;
}
.b-box {
  background: #2e4db9;
  padding: 15px;
  border-radius: 10px;
  width: calc(20% - 15px);
}
.b-box p {
  color: #fff;
  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;
  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: 90px;
  /* Original background image not available locally, using solid color fallback */
  background-color: #0a2540;
  background-image: linear-gradient(135deg, #0a2540 0%, #1a4b7a 50%, #0d3560 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-pc-content {
  position: relative;
  padding-left: 60px;
}
.banner-features-content img {
  width: 60px;
  margin-bottom: 13px;
}
.banner-features-content p {
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
}
.banner-features-content {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.hero-banner {
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.banner-reviews-content {
  padding: 15px 15px 15px 15px;
  background: #f6f7f9;
  border: 1px dashed #8692a9;
  border-radius: 15px;
  margin-top: 0;
}
.banner-reviews-para p {
    font-weight: 500;
    font-size: 16px;
    /* font-style: italic; */
    text-align: center;
    max-width: 445px;
    margin: auto;
}
.banner-reviews-details span {
  font-size: 13px;
  color: #3b3b3b;
}
.banner-reviews-details img {
  margin-right: 8px;
}
.banner-reviews-details span img {
  max-width: 100px;
  margin-right: 0;
  margin-left: 10px;
}
.banner-author-section img:first-child {
  width: 35px;
}
.banner-author-section img:last-child {
  margin-left: 5.5px;
  width: 95px;
  margin-top: -1px;
}
.banner-author-section {
  font-size: 12px;
  text-align: center;
}
.banner-videobox {
  position: relative;
}
.banner-videobox video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 43px;
}
.video-icon {
  position: absolute;
  top: 40px;
  right: -70px;
  width: 150px;
  height: 150px;
}
.hero-text {
  z-index: 10;
}
p.review-star {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #13E8AE;

}
.review-star img {
  max-width: 95px;
}
.usaBx {
  position: absolute;
  top: 11px;
  right: 11px;
}
.hero-rate p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.hero-details {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
  list-style: none;
  padding: 0;
}
.hero-details li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.hero-details li img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
/* Mobile: dark text for hero-details in as_seen_on_sec */
.banner-mob-content .hero-details,
.banner-mob-content .hero-details li {
  color: #1a1a1a;
}
.content-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
#earbuds-table {
  padding: 0px 0 100px;
}
#earbuds-table .btn-box {
  margin-top: 20px;
}
#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/index-v1/dwn-arw.png) no-repeat;
  width: 26px;
  height: 16px;
  top: 28px;
  left: 47%;
}
.top-heading {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.heading1 {
  font-family: "Anton", sans-serif;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 20px;
  color: #444;
}
.heading1 span {
  color: #375aa0;
}
.details {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
section.sec2-content-container .heading1.text-center {
    color: #007489;
}
.sec-heading p.details {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  max-width: 832px;
  margin: auto;
}
.sec-heading p.details b {
  font-weight: 700;
}
.sec-2-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.device_txt b {
  color: #2e4db8;
  font-size: 24px;
  line-height: 38px;
}

.comparison-container {
  background: #fafafa;
  border-radius: 35px;
  padding: 30px 50px 70px;
}
.comparison-wrapper {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  /* background: #fff;
     border-radius: 35px;
     */
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.comparison-col {
  width: 22%;
}
.comparison-col1 {
  width: 34%;
}
.comparison-col2 {
  background: #f0f0f0;
  border-radius: 25px;
}
.comparison-imgbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 71px;
}
.comparison-product {
  width: 100%;
  max-width: 71px;
  height: auto;
  margin-top: 15px;
}
.comparison-col3 .comparison-product {
  max-width: 41px;
}
.comparison-col4 .comparison-product {
  max-width: 109px;
}
.comparitor-name {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 52px;
  margin-top: 10px;
}
.comparison-col ul li {
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 0.5px solid #d3d3d3;
}
.comparison-col ul li:last-child {
  border-bottom: none;
}
.comparison-col ul {
  padding-left: 0;
}
.comparison-col1 ul {
  padding-top: 149px;
}
.comparison-col2 ul li,
.comparison-col3 ul li,
.comparison-col4 ul li {
  justify-content: center;
  text-align: center;
}
.numberIng_sec {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: url(../../images/index-v1/numberIng_sec-bg.png);
  background-size: cover;
  background-position: center 60%;
  background-repeat: no-repeat;
}
.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_sec .heading1 {
  margin-bottom: 30px;
}
.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: 70px;
  height: auto;
}
.numberIng-contentbox {
  width: calc(100% - 70px);
  padding-left: 35px;
}
.numberIng-contentbox h3 {
  color: #292929;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 10px;
  /* max-width: 260px;
     */
  /* border-bottom: 3px solid #DDDDDD;
     */
}
.numberIng-contentbox p {
  color: #292929;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  /* max-width: 300px;
     */
}
.three-steps {
  padding: 70px 0 50px;
  position: relative;
}
.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: 20px 20px 15px;
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    /* box-shadow: 0px -1px 9px 0px rgba(0, 0, 0, 0.15); */
    border-radius: 25px;
    min-height: 500px;
}
.three-steps .btn-box {
    align-items: center;
    margin: 30px auto 0;
}
.features-sec-video-wrapper {
    position: relative;
}
.step-box {
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
}
.step-box h3 {
    display: flex;
    color: #00B8A3;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
}
.features-sec-video-wrapper video {
    width: 100%;
    height: 274px;
    object-fit: cover;
    border-radius: 24px;
    /* width: 450px; */
}
.features-sec-para-wrapper {
    padding-top:35px;
    /* text-align: center; */
}
.step-head {
    font-weight: 900;
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    color: #00332F;
    margin-top: 10px;
    margin-bottom: 12px;
    font-family: "Nunito", sans-serif;
}
.features-sec-para-inner-content {
    color: #00332F;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    padding: 0 53px;
}
section.benefits-wrapper {
    margin-top: 40px;
    background: #F7FCFF;
    padding: 50px 0;
}
.benefit-flex-box {
    padding-top: 40px;
}
.bex-flex-box {
    position: relative;
}

.feature-ben-text h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.feature-ben-text p {
    font-size: 14px;
    font-weight: 400;
}
.feature-ben-text {
    position: absolute;
    z-index: 999;
    color: #fff;
    bottom: 0;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 100%;
    text-align: center;
    padding: 0 26px 10px;
}
.feature-benefits .btn-box {
    margin: 40px auto 0;
}
.s3-con-box {
  width: calc(50% - 20px);
  position: relative;
}
.s3-con-box img,
.s3-img.s3-con-box video {
  border-radius: 20px;
}
.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 {
  margin-top: 0;
}
#nav-bar-section,
#nav-bar-section-mob {
  margin-bottom: 0px;
}
#nav-bar-section .nav-bar,
#nav-bar-section-mob .nav-bar {
    background: #F9F9F9;
    /* 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: fixed;
    width: 100%;
}
#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;
}
#nav-bar-section .nav-bar.fixed-nav .nav-wrapper,
#nav-bar-section-mob .nav-bar.fixed-nav .nav-wrapper {
  border-bottom: none;
}
.s5Col1,
.s5Col1 ul li,
.section6 {
  position: relative;
}
.section8 .btn-box,
.numberIng_sec .btn-box {
  align-items: center;
}
.s5Col2 ul li {
  border-bottom: none;
}
.s5Col3 ul li,
.s5Col4 ul li {
  border-bottom: 2px solid rgba(214, 224, 243, 1);
}
.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: table; */
    width: 77%;
    vertical-align: middle;
    margin: 260px auto 0;
    /* background: #fff; */
    /* box-shadow: 0px 0px 15px 2px #00000033; */
    /* border: 1px solid #000000; */
    display: flex
;
    justify-content: center;
    align-items: flex-end;
}
.s5Col1 {
    width: 28%;
    padding: 0 0 0;
    margin-top: -20px;
}
.comparison-table .btn-box{
  margin: 60px auto 10px;
}

.s5Col1 ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 23.5px;
    color: #000;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    text-align: left;
    justify-content: flex-start;
    padding-left: 0px;
    font-family: "Nunito", sans-serif;
}
.s5Col1 ul li,
.s5Col2 ul li {
  height: 52px;
  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: 16%;
  background: transparent;
  /* background: linear-gradient(180deg, #427ABC 0%, #1E3856 100%);
     */
  border-radius: 10px;
  margin: -118px 0 -20px;
  /* border: 2px dashed #FFFFFF;
     */
  /* border: 3px solid #BDDBF6;
     */
  position: relative;
  z-index: 9;
}

/* ========================================
   COMPARISON TABLE - Winner Column Highlight
   ======================================== */
.s5Col2.s5Col2-highlight {
  border: 3px solid #FFD700;
  box-shadow: 0 8px 30px rgba(255, 215, 0, 0.35), 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
  margin-top: -140px;
}
.s5Col2.s5Col2-highlight::before {
  background: linear-gradient(180deg, #FFFDF0 0%, #FFE55C 100%);
  top: 0;
  border-radius: 10px;
}

/* Highlight row labels */
.s5Col1 ul li.highlight-row {
  font-weight: 700;
  color: #1a5276;
}

.s5Col2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* border: 10px solid;
     border-image-slice: 1;
     border-width: 3px;
     border-image-source: linear-gradient(to bottom, #E6F3F5, #77C6CD);
     border-radius: 10px;     */
  background: linear-gradient(180deg, #F3FCFE 0%, #24D7FF 100%);
  border-radius: 10px;
  z-index: -1;
}
.s5Col2.s5Col3 {
  width: 22%;
  background: transparent;
  border: none;
  margin-top: -104px;
  /* box-shadow: 0px 4px 8px 0px #00000040;
     */
}
.s5Col2.s5Col3::before {
    border: none;
    background: transparent;
}
.s5Col2.s5Col4 {
  width: 22%;
  background: transparent;
  border: none;
  /* box-shadow: 0px 4px 8px 0px #00000040;
     */
}
.s5Col2.s5Col4::before {
  border: none;
   background: transparent;
}
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;
}
.s5Col2 .s5Col2Top p {
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.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;
     */
}
p.cont-head {
    font-size: 20px;
    font-weight: 600;
    font-family: "Kantumruy Pro", sans-serif;
}
p.travel-txt {
    font-size: 16px;
    font-weight: 400;
     font-family: "Kantumruy Pro", sans-serif;
     color: #1E1E1E;
}
.com-star1 {
  margin-top: 20px;
}
.money-back-section .btn-box {
  margin-top: 50px;
}
/* .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% 
}
 */

section.sec2-content-container {
    background: #FFF4A2;
    margin: 70px 0;
    padding: 80px 0;
}
.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: -100px 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: 10px;
}
.s5Col2.s5Col3 ul {
  padding-top: 0;
  margin-top: 0;
}
.s5Col2Top.s5Col4Top {
  margin-bottom: 15px;
}
.s5Col2.s5Col4 ul {
  padding-top: 0;
  margin-top: 0;
}
.s5CompBox ul {
    margin-bottom: 20px;
}
.s5Col2Top {
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
.s5CompBox .s5Col2Top img:first-child, .s5CompBox .s5Col3Top img:first-child {
    height: fit-content;
    object-fit: contain;
}
.s5CompBox .s5Col3Top img:first-child {
  height: 100px !important;
  margin: -90px auto 0px;
  display: block;
}
.s5Col2Prod {
  margin-bottom: -0;
  /* margin-left: -35px;
     */
}
.s5Col4Prod {
  margin: -79px auto 0px;
  height: 105px !important;
}
.comp-rating {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#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/index-v1/bg-1.png) no-repeat;
  left: -61px;
  bottom: 0;
}
.section6:after {
  background: url(../../images/index-v1/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: 800;
  /* font-family: "Poppins", sans-serif;
     */
}
.s6Right .s6-dtls {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  /* max-width: 500px;
     */
  /* 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;
}

.Slides,
.c-text,
.dic-text p,
.ftr-link,
.s3TxtBx .num-cir p {
  text-align: center;
}
#mob-btn-3.btn-box p,
.accordion,
.s5Col2Top.s5Col3Top p,
.s5Col2Top.s5Col4Top p {
  color: #000;
}
.testStar {
  max-width: 100px;
}
.quote-open {
  position: absolute;
  top: -8px;
  left: -30px;
}
.quote-close {
  position: absolute;
  bottom: -8px;
  right: -30px;
}
.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;
}
.trust-review {
  width: 100%;
  max-width: 1000px;
}
.review-details2 {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 10px;
}
.starSec {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  margin-top: 15px;
}
.after-testName {
  width: 100%;
  color: #828282;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}
#review .btn-box {
  align-items: center;
  margin-top: 40px;
}
.section8 {
    padding: 50px 0 100px;
    background: #fff;
}
.section8 .heading1 a,
.section8 .heading1 a:hover {
  color: #000 !important;
  text-decoration: none;
}
.section8 .heading1 span img {
  margin-left: 30px;
  max-width: 35px;
}
/* div#mob-btn2 a {
    font-size: 24px;
} */
.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%;
  margin-top: 0;
  padding: 0px 25px 8px 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-bottom: 1px solid #21252929;
  /* border-radius: 8px;
  box-shadow: 0px 5px 10px 0px #0000001a; */
}
.faq-container .up-slide-dwn {
  margin-bottom: 10px;
}
.up-slide-dwn:last-child {
  margin-bottom: 20px;
}
.accordion {
  /* background: url(../../images/index-v1/close.png) 100% center no-repeat; */
  padding: 13px 45px 10px 0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: #00332F;
  position: relative;
}
.accordion::after {
    content: '›';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    color: #00796B;
    transition: transform 0.3s ease-in-out;
}
.accordion.active::after {
    transform: translateY(-50%) rotate(90deg);
}

.accordion span {
    color: #0C2539;
    display: inline-block;
    padding-right: 5px;
    font-size: 22px;
}
.acdn-heading.active {
  border: none;
  transition: 0.3s ease-in-out;
}
.acdn-content {
  display: none;
  transition: background-color 0.3s;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 0;
}
section.sec9-content-container {
    background-color: #F7FCFF;
    padding: 60px 0;
}
.sec9-offer-card ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 7px;
}
.sec9-offer-card ul{
  padding-left: 0;
}
.sec9-offer-card ul li img {
    width: 21px;
    height: 21px;
}
.sec9-offer-card ul li p {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
p.bnrStar {
    font-weight: 600;
}
h1.sec9-heading {
    color: #121212;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}
p.sec9-subheading {
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.list-heading p {
    font-size: 22px;
    font-weight: 600;
    color: #121212;
}
.sec9-offer-card .btn-box {
    width: 100%;
}
.sec9-offer-card .bnrStar {
    margin-bottom: 0;
}
.acdn-para a,
.acdn-para a:hover,
.acdn-para a:focus {
  color: #000000 !important;
  text-decoration: none !important;
}
.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);
}

.sec8-hdng h3 {
  font-size: 48px;
  /* color: #375aa0; */
  text-align: center;
  margin-bottom: 48px;
  font-family: "Anton", sans-serif;
}
.claim-your-prod {
  padding: 64px 0;
  background: url(../images/claim-your-prod-pc.png) no-repeat center center /
    cover;
}
.claim-your-prod-content {
  padding: 32px 31px 46px;
  background: #fff;
  max-width: 610px;
  margin-left: auto;
  border-radius: 16px;
}
.claim-your-prod-content h3 {
  font-size: 48px;
  line-height: 1;
  color: #375aa0;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.claim-your-prod-content > p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e6eb;
  margin-bottom: 27px;
  text-align: center;
}
.claim-your-prod-content b {
  font-size: 24px;
  line-height: 32px;
  display: block;
  text-align: center;
}
.claim-your-prod-content b span.span-content1 {
  display: block;
  color: #fa2c37;
  line-height: 1;
  margin-bottom: -4px;
  margin-top: 6px;
}
.claim-your-prod-content .btn-box {
  align-items: center;
}
span.content2 {
  color: #727372;
  text-align: center;
  font-style: italic;
  font-size: 16px;
}
.dic-text p {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}
.c-text,
.ftr-link a {
  color:#00332F;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.c-text {
  color: #00332F;
  font-size: 16px;
  margin-top: 15px;
}
.hero-text h1 span.blue {
  position: relative;
}
.hero-text h1 span.blue::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #ceedfe;
  bottom: 0;
  z-index: -1;
}
.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;
}
#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: linear-gradient(
    100.42deg,
    rgba(248, 253, 255, 0.85) 0.78%,
    rgba(193, 232, 235, 0.85) 25.55%
  );
  position: relative;
  padding: 40px 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: Manrope, 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: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.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 {
  border-radius: 24px;
  padding: 10px 19px;
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border: #fff 1px solid;
  margin-bottom: 20px;
}
.offer-time-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-time-wrapper h6 {
  color: #ffffff;
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
}
.time-counterbox {
  padding-left: 20px;
}
.watchSec {
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.watchSec span {
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  font-family: "Work Sans", sans-serif;
}
.watchSet {
  text-align: center;
}
.watchSet span {
  color: #ffffff;
  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;
}
.ml-0{
  margin-left:0;

}
footer {
    padding: 40px 0;
}
.ftr-logo {
    width: 100%;
    max-width: 264px;
    height: auto;
}
.contact-infobox {
  margin-top: 20px;
}
.contact-infobox a {
  color: #000000;
  padding: 2px 8px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}
.contact-infobox a:first-child {
  padding-left: 0;
}
.contact-infobox a:hover,
.contact-infobox a:focus {
  text-decoration: none;
}
.footer-text {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  position: relative;
}
.footer-iconbox a {
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: auto;
}
.footer-iconbox a:first-child {
  margin-right: 10px;
}
.footer-iconbox a img {
  width: 100%;
  height: auto;
}
.footer-rightbox {
  margin-top: 20px;
}
.footer-linkbox a {
  color: #000000;
  padding: 2px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}
.footer-linkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.footer-rightbox {
  text-align: right;
}
.c-textbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  position: relative;
}
.c-textbox p::after {
  content: ".";
  position: absolute;
  top: -11px;
  right: -12px;
  width: 3px;
  height: 3px;
  font-size: 34px;
  border-radius: 50%;
  color: #000;
  /* background: #000;
     */
}
.c-textbox a {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
  margin-left: 30px;
}
.hero-banner .col-lg-7 {
  width: 55%;
}
.hero-banner .col-lg-5 {
  width: 45%;
}
.banner-features-container .col-md-3 {
  padding-right: 0;
}
#review {
  padding: 50px 0;
}
#review h3.sec-hdng {
  font-size: 50px;
  text-align: center;
}
.reviewSec {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.reviews-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  width: calc(25% - 12px);
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 10px;
}
.testName {
  font-size: 14px;
  font-weight: 700;
}
.testName img {
  margin: -1px 3px 0 11px;
  width: 20px;
}
#review .testName span {
  color: #37b72d;
}
#review .testName span {
  font-size: 16px;
  font-weight: 400;
}
.review-details2 {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 10px;
}
.review-heading {
  color: #000;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.review-details {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  /* font-style: italic;
     */
  line-height: 150%;
  margin-bottom: 15px;
}
.reviewer-imgbox img {
  width: 100%;
}
.ftr-link {
    color: #333;
    margin-top: 10px;
}
.features-content-container .btn-box {
    width: 100%;
}
.sec4-media {
    width: 50%;
}