body,
html,
img {
  max-width: 100%;
  font-family: "Inter", sans-serif;
}

*,
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: "Quicksand", sans-serif; */
  font-family: "Inter", sans-serif;
}

body,
html {
  overflow-x: hidden;
}
button {
  border: none;
}
: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: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  word-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

.top-bar {
  background: #c8c1d5;
  padding: 7px 0;
  z-index: 999999;
  position: relative;
}

.owl-theme .owl-dots .owl-dot {
  width: auto;
}

.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-wrapperbox p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 27s linear infinite;
}

.marquee-item {
  display: flex;
  align-items: center;
  color: #333333;
  padding: 0 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@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: 80px;
}

/* .nav-box {
    width: 33.33%
} */

.logo {
  width: 150px;
  margin-top: 0;
}

.nav-rgt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  /* width: 30%;
    height: 90px;
    background: url(../../images/index-v3/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: 600;
  padding: 0 20px;
  /* border-right: 0.5px solid #BEBEBE; */
}

.nav-rgt a:nth-child(4),
.nav-rgt a:last-child {
  border-right: none;
}

a.order-link {
  color: #fff !important;
  box-shadow: 0px 4px 4px 0px #00000040;
  /* border: 1px solid #FFFFFF; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 15px;
  background: #ff7c0e;
  /* text-transform: uppercase; */
  height: auto !important;
  font-family: "Inter", sans-serif;
}

.bag-icon {
  width: 25px;
  margin-left: 5px;
  margin-top: -5px;
}

.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;
}

.sec2 {
  padding: 10px 0 0 0;
}

/* .sec2-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.sec2-media-content, .sec2-txt-content{
    width: 50%;
} */

.sec1-box-wrapper {
  background: #3a748c;
  padding: 30px;
  border-radius: 24px;
}

.sec1-imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* border-top-left-radius: 24px;
    border-bottom-left-radius: 24px; */
}

.sec2-txt-content {
  width: 100%;
  height: auto;
  padding-left: 15px;
  /* padding: 35px 20px 20px 35px; */
  /* background: #3A748C; */
  /* border-top-right-radius: 24px;
    border-bottom-right-radius: 24px; */
}

.sec2-txt-content h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 20px;
}

.sec2-txt-content h4 span {
  color: #1e3856;
}

.sec2-txt-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.sec2-txt-content p span.yellow-text {
  color: #efb73e;
  font-weight: bold;
}

.signature-imgbox img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.sec2-dtls {
  font-size: 18px;
  line-height: 170%;
  font-weight: 600;
}

.sec2-row2 {
  height: 100%;
  background: #f3f3f3;
}

.sec2-pc-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sec2-pc-row {
  display: flex;
  align-items: center;
}

.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;
}

.sec2-content-container {
  padding: 100px 0;
  background-color: #181818;
}

.sec2-content-container .heading1 {
  color: #fff;
}

.sec2-pc-content {
  width: 53%;
  position: relative;
}

.sec2-pc-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec2-pc-content video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  border: none;
}

.sec2-para-content {
  width: 55%;
  /* min-height: 100%; */
  padding: 25px 16px 25px 40px;
  /* box-shadow: 0px 0px 12px 0px #00000026;
    border-radius: 50px; */
}

.sec2-para-content h3.sec-hdng {
  font-size: 28px;
}

.sec2-para-content h2 {
  color: #3d4b3a;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sec2-para-content p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}
.sec2-para-content > p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}

.sec2-para-content p span {
  /* color: #3D4B3A; */
  font-weight: 700;
}

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 span {
  display: none;
}

.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/index-v3/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 {
  color: #000000 !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 35px;
  background: #f9d212;
}

.hero-text ul,
.rightSec ul,
.s5CompBox ul {
  padding-left: 0;
}

.nav-rgt a:hover {
  color: #3d4b3a;
}

.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: url(../../images/index-v3/sec1-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    background-position: 50% center;
    margin-top: 0px; */
  padding: 60px 0 0px;
  /* min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center; */
}

.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;
}

.hero-text h3 {
  font-size: 28px;
}

.hero-text h1 {
  font-weight: 700;
  font-size: 58px;
  line-height: 120%;
  text-align: left;
  margin-bottom: 15px;
  color: #060f4b;
}

.hero-text h1 span {
  color: #e75d2c;
  /* background: linear-gradient(0deg, #142D4C 30%, #4D718D 78%);
    background-clip: text;
     */
}

.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: 700;
  font-size: 24.5px;
  line-height: 35px;
  text-align: left;
  margin-bottom: 20px;
  color: #333;
}

p.sub-hdng {
  font-size: 18px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 20px;
}

.bnrStar {
  display: flex;
  align-items: center;
}

.bnrStar .star {
  width: 100%;
  max-width: 72px;
  height: auto;
  margin-right: 10px;
}

.banner-features-wrapper {
  /* display: flex; 
    flex-direction: row;
    flex-wrap: wrap;*/
  margin: 10px 0 23px;
}

.banner-features-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 23px;
}

.banner-features-box img {
  max-width: 24px;
}

.banner-features-box p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 5px;
  color: #333;
}

/* .pro-slider1 {
    background: url(../../images/index-v3/banner-bg.png) no-repeat center / 100% 100%;
} */

.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; */
  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: 32px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 33px;
  /* font-weight: 700; */
  margin-bottom: 0;
  color: #848484;
  text-align: left;
}

.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: 11%;
  float: left;
}

.as_seen_on_cntnr_desk {
  width: 100%;
  float: left;
}

.features_cntnt li {
  position: relative;
  width: 20%;
  height: 100%;
}

/* doctor section  */
.doctor {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.doctor-innerdiv {
  background-color: #58895e;
  border-radius: 24px;
  padding: 25px 41px 27px 20px;
  color: #fff;
}

.doctor-innerdiv h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #ffd60a;
}

.doctor-innerdiv h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffd60a;
}

.doctor-innerdiv p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.pro-slider img {
  height: 60px;
  object-fit: contain;
  width: 110px;
  padding: 10px;
}

.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 {
  /* border-radius: 50px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  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-content-reverse {
  flex-direction: row-reverse;
  padding: 0 20px;
  padding-right: 0;
  padding-left: 0;
}

.sec3-media-content {
  width: 46%;
  position: relative;
}

.sec3-txt-content {
  width: 46%;
}

.sec3-media-content video {
  margin-bottom: -6px;
}

/* .sec3-content-reverse {
    padding-left: 40px;
} */

.sec3-main-content .sec3-content .sec3-txt-content {
  padding-left: 70px;
}

.sec3-content-container .btn-box,
.sec4 .btn-box {
  align-items: center;
  margin-top: 15px;
}

.sec5 .btn-box {
  align-items: center;
  margin-top: 20px;
}

section.sec5 {
  padding: 66px 0 46px;
}

.sec3-content-container {
  padding: 60px 0;
  background: #e2e2e2;
}
.info {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
}
.sec3-content.sec3-content-reverse.highlight {
  border-radius: 25px;
  background: #e8e8e8;
  padding: 25px;
  padding-right: 0;
}
.landing-three {
  position: absolute;
  right: -45px;
  width: 274px;
  bottom: -46px;
  z-index: 4;
}
.highlight .sec3-txt-content {
  padding: 0 70px;
}
#mob-btn3 .btn1 {
  font-size: 22px;
  padding: 11px 45px;
}
.sec3-content.sec3-content-reverse.highlight .sec3-media-content {
  width: 55%;
  position: relative;
}

.sec3-content.sec3-content-reverse.highlight
  .sec3-media-content
  img:first-child {
  object-fit: contain;
}

.sec3-content-container .heading1 {
  margin-bottom: 10px;
  color: #e75d2c;
}

.sec3-content-container .details {
  max-width: 580px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.sec3-txt-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sec3-countbox {
  width: 25px;
  color: #0c2539;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
}

/* .sec3-text-inner-content {
    width: calc(100% - 25px);
} */
.sec3-txt-content h5 {
  color: #a9b89e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sec3-txt-content h4 {
  color: #0a2a59;
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 12px;
  /* max-width: 400px; */
}

.sec3-txt-content h4 span {
  color: #6bc530;
}

.sec3-media-content .background-img {
  position: absolute;
  right: -10px;
  z-index: -1;
  top: 0;
  height: 104%;
}

.sec3-hl {
  width: 40px;
  border-top: 4px solid #018dc0;
  opacity: 1;
}

.sec3-txt-content p {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  max-width: 390px;
}

.sec3-media-content ul,
.sec3-txt-content ul {
  padding: 0;
}

.sec3-media-content ul li,
.sec3-txt-content ul li {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
}

.sec3-media-content ul li img,
.sec3-txt-content ul li img {
  margin-right: 6px;
  width: 20px;
}

.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%;
  height: 320px;
  border-radius: 15px;
  object-fit: cover;

  /* border: 1px solid #00000080; */
}
.video-bg {
  transform: scaleX(-1);
  border-radius: 0 !important;
  width: 100% !important;
  height: auto !important;
}
/* .sec3-media-content video {
    box-shadow: 0px 4px 4px 0px #3A748C80;
} */

/* .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;
}

.hero-text h2 {
  /* color: #fff;
    font-weight: 400;
    font-size: 36px;
    margin: 20px 0 */
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0c2539;
  margin-bottom: 50px;
}

.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: 10px;
  padding-bottom: 15px;
}

.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: 26px;
  color: #fff !important;
  padding: 13px 50px;
  /* padding-right: 0px; */
  text-decoration: none;
  width: 410px;
  text-align: center;
  margin: 0 0 10px;
  /* display: flex;
    justify-content: space-around; */
  font-weight: 600;
  background: #ff7c0e;
  /* border: 2px solid #fff; */
  box-shadow: 0px 4px 4px 0px #00000040;
}

.btn-box p .font-style {
  font-weight: 400;
}

/* .save-btn:hover>span img {
    transform: translateX(15px)
} */

.btn1 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff !important;
  padding: 13px 50px;
  /* padding-right: 0px; */
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  max-width: fit-content;
  background: #02b278;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.btn1:hover{
     background: #02b278;
}
.btn1 .btn-right-arrow {
  margin-top: -3px;
  margin-left: 10px;
}

/* .btn1:hover {
    color: #333333 !important;
} */

.btn-box p {
  font-size: 12px;
  line-height: 17px;
  margin-top: 10px;
  font-weight: 400;
  width: 382px;
  text-align: center;
  /* font-family: "Quicksand", sans-serif !important; */
}

.btn-box {
  text-align: left;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  align-items: center;
}

.stock-low {
  margin-left: 5px;
  margin-right: 5px;
}

/*
.stock-low-stye {
    color: #FC2201;
    text-transform: uppercase;
}
*/

.hero-text .btn-box {
  align-items: flex-start;
  width: 100%;
  color: #000;
  margin-top: 23px;
}

.hero-text .btn-box .btn1 {
  width: 100%;
  display: block;
}

.banner-highlight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 20px; */
}

.bannerBx {
  width: 25%;
  text-align: center;
}

.bannerBx p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  margin-top: 8px;
  margin-bottom: 0px;
}

/* .bannerBx p + span {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0px;
} */

.bannerBx img {
  width: 100px;
  height: 100px;
}

/* .hero-text .btn-box p {
    color: #FFFFFF;
}

.hero-text .btn-box .stock-low-stye {
    color: #FFFFFF;
} */

.hero-text .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;
}

.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;
  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: 89px;
  /* padding-top: 20px;
    padding-bottom: 15px; */
  /* padding: 40px 0; */
}

#hero-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 235px;
  background: #3a748c;
  display: none;
  /* background: linear-gradient(0deg, #C1E8EB 0%, #FFFFFF 100%); */
}

.hero-con {
  /* position: relative;
    overflow: hidden; */
  padding: 45px 0;
  background: url(../../images/index-v3/hero-bg.png) no-repeat right;
  background-size: cover;
}

.hero-left {
  position: absolute;
  left: -15px;
}

/* #hero-box .container{
    margin-left: 0;
} */

.banner-pc-content {
  position: relative;
  padding-left: 60px;
}

/* .banner-pc-content::before {
    content: ' ';
    position: absolute;
    background: url(../../images/index-v3/bannerpc-side-pc.png) no-repeat 100% 100% / contain;
    width: 290px;
    height: 400px;
    left: -160px;
    bottom: 0;
    z-index: 1;
} */

.banner-reviews-content {
  padding: 14px 10px 15px 10px;
  background: #f6f7f9;
  border: 1px dashed #3a748c;
  border-radius: 15px;
  max-width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.banner-reviews-imgbox img {
  max-width: 35px;
  height: auto;
}

.banner-reviews-inner-content {
  /* width: calc(100% - 70px); */
  /* padding-left: 20px; */
}

.banner-reviews-para p {
  color: #000;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 2px;
  text-align: center;
}

.banner-reviews-details span {
  font-size: 16px;
  color: #3b3b3b;
  font-weight: 400;
}

.banner-reviews-details img {
  margin-right: 8px;
}

.banner-reviews-details span img {
  max-width: 100px;
  margin-right: 0;
  margin-left: 10px;
}

.banner-videobox {
  position: relative;
  /* padding-right: 10px; */
}

.banner-videobox .money-back {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 180px;
}

.banner-videobox video {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 25px;
}

.video-icon {
  position: absolute;
  top: 40px;
  right: -70px;
  width: 150px;
  height: 150px;
}

/* .hero-text {
    z-index: 10;
    padding: 0px 0 0 30px;
} */

.usaBx {
  position: absolute;
  top: 11px;
  right: 11px;
}

.hero-rate p {
  font-weight: 700;
  font-size: 12px;
  line-height: 137%;
  color: #000000;
  /* text-transform: uppercase; */
  text-transform: capitalize;
}

.content-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

#earbuds-table {
  padding: 80px 0 80px;
  background-color: #e3e4e4;
  /* background: #69558B24; */
}

#earbuds-table .heading1 {
  margin-bottom: 20px;
  color: #e75d2c;
}

#earbuds-table .btn-box {
  margin-top: 40px;
  align-items: center;
}

#earbuds-table .sec5-hdng-btm {
  font-weight: 400;
}

#earbuds-table .sec-heading h5 {
  font-size: 20px;
  font-weight: 600;
}

.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;
}

.heading1 {
  color: #121212;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
}

.heading1 span,
.steps-new .heading1 {
  color: #e75d2c;
}

.sec-heading p.details {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.sec-2-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.device_txt b {
  color: #2e4db8;
  font-size: 24px;
  line-height: 38px;
}

.three-steps {
  padding: 60px 0;
  position: relative;
  background-color: #dedbd8;
  color: #121212;
}

.three-steps .heading1 {
  color: #e75d2c;
}

/* 
.three-steps::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45%;
    background: #3A748C;
    z-index: -1;
} */

/* numbering section  */

.numberIng_sec {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: url(../../images/index-v3/numberIng_sec-bg.png) no-repeat center;
  background-size: cover;
}

.numberIng-wrapper {
  width: 100%;
  padding: 0 0;
}

.numberIng_sec .custom-container {
  padding: 0 60px;
}

.numberIng_sec .heading1 {
  /* margin: 50px 0 50px; */
  margin: 0px 0 40px;
  font-size: 48px;
  line-height: 48px;
}

.numberIng-rightbox {
  padding-left: 0;
}

.numberIng-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
  justify-content: center;
  /* border-bottom: 1px solid #A6CFAB; */
}

.numberIng-iconbox img {
  width: 48px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.numberIng-contentbox {
  width: calc(100% - 48px);
  padding-left: 10px;
}

.numberIng-contentbox h3 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* min-height: 51px */
}

.numberIng-contentbox p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

/* 
.numberIng-middle-imgbox {
    margin-top: -80px
} */

/* numbering section  */

.three-steps-inner {
  width: calc(100% - 60px);
  /* max-width: 1300px; */
  margin-left: auto;
  margin-right: auto;
}

.three-steps .heading1 {
  margin-bottom: 22px;
}

.three-steps-box {
  width: 100%;
  padding: 20px 44px;
  /* background: transparent; */
  text-align: center;
}

.three-steps-box .step-img {
  max-width: 170px;
  margin: 0 auto;
}

.three-step-inner {
  background-color: #45694a;
  border-radius: 30px;
  padding: 105px 20px 0px 20px;
  min-height: 300px;
  margin-top: -80px;
}

.three-step-inner h5 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.three-step-inner p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}

.features-sec-video-wrapper img {
  width: 100%;
  height: 250px;
  margin-bottom: 5px;
  object-fit: cover;
  border-radius: 24px;
}

.features-sec-video-wrapper video {
  width: 100%;
  height: 247px;
  object-fit: cover;
  border-radius: 21px;
}

.features-sec-para-wrapper {
  padding-top: 0px;
}

.features-sec-para-wrapper h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  color: #333;
}
p.step-head {
  color: #e75d2c;
  font-weight: 700;
  font-size: 18px;
}

.features-sec-para h3 {
  color: #000000;
  font-size: 30px;
  line-height: 120%;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

.features-sec-para h3 img {
  width: 30px;
  margin-right: 15px;
}

.features-sec-para p {
  color: #333333;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  max-width: 310px;
  /* margin-left: auto;
    margin-right: auto; */
}

.three-steps .btn-box,
.sec4 .btn-box {
  align-items: center;
  margin-top: 30px;
}

.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;
} */

.trip-section .btn-box {
  align-items: center;
  margin-top: 40px;
}

.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;
}

#nav-bar-section .nav-bar,
#nav-bar-section-mob .nav-bar {
  /* background: #fff; */
  background: #fafafa;
  /* height: 90px; */
  padding: 0;
  margin-top: -90px;
  top: 90px;
  z-index: 999;
  box-shadow: 0px 4px 4px 0px #00000040;
  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: #e3e3e3;
}

.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:nth-child(even) {
    background-color: #629469;
} */

/* .s5Col1 ul li:nth-child(even),
.s5Col3 ul li:nth-child(even),
.s5Col4 ul li:nth-child(even) {
    background-color: #F5F5F5;
} */

.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 {
  max-width: 940px;
  padding: 20px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 200px auto 20px;
  justify-content: center;
}

.s5Col1 {
  width: 32%;
}

/* .s5Col1 ul li:last-child {
    border-bottom: none;
} */
.s5Col1 ul li {
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 2px solid #8b8b8b;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  padding: 10px 0;
  text-align: left;
}

.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 {
  width: 18%;
  background: transparent;
  background: linear-gradient(180deg, #e3e4e4 0%, #96d7f2 100%);
  border-radius: 10px;
  margin: -142px 0 -18px;
  position: relative;
  z-index: 9;
}

.s5Col2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  /* background: linear-gradient(white, white) padding-box,
        linear-gradient(to bottom, #E6F3F5, #77C6CD) border-box; */
  border-radius: 10px;
  border: 4px solid transparent;
  z-index: -1;
}

.s5Col2.s5Col3 {
  width: 23%;
  background: transparent;
  border: none;
  margin-top: -118px;
  /* box-shadow: 0px 4px 8px 0px #00000040; */
}

.s5Col2.s5Col3::before {
  border: none;
}

.s5Col2.s5Col4 {
  width: 23%;
  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;
}

.s5Col2 .s5Col2Top p {
  color: #333;
  /* color: #000000; */
  font-size: 23px;
  line-height: 120%;
  font-weight: 600;
  margin-top: 10px;
  padding-bottom: 0px;
}

.s5Col2 .s5Col2Top p span {
  font-size: 34px;
}

.s5Col3 .s5Col2Top p,
.s5Col4 .s5Col2Top p {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  padding-bottom: 0px;
  /* font-family: "Readex Pro", sans-serif; */
}

.com-star1 {
  margin-top: 20px;
}

.money-back-section .btn-box {
  margin-top: 20px;
  align-items: flex-start;
}

.money-back-section .btn-box .btn1 {
  width: max-content;
  padding: 13px 30px;
}

/* .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: -100px auto 0;
  /* height: auto; */
}

.s5Col3Prod {
  margin: -140px auto 0px;
}

.s5Col4Prod {
}

/* .s5Col3Prod {
    scale: 1.6;
} */

/* .s5Col4Prod {
    scale: 1.4;
} */

.s5Col2 ul li:last-child {
  /* border:none; */
  height: 70px;
}

.s5Col2 ul li,
.s5Col2.s5Col3 ul li,
.s5Col2.s5Col4 ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s5Col2Top.s5Col3Top {
  /* background: #585858; */
  padding: 0 10px;
  margin: 0 0 10px 10px;
  border-radius: 10px;
}

.s5Col2.s5Col3 ul {
  padding-top: 0;
  margin-top: 0;
}

.s5Col2Top.s5Col4Top {
  margin-bottom: 10px;
  /* background: #585858; */
  padding: 0 10px;
  margin: 0 10px 10px;
  border-radius: 10px;
}

.s5Col2.s5Col4 ul {
  padding-top: 0;
  margin-top: 0;
}

.s5CompBox ul {
  margin-bottom: 0;
}

.s5Col2Top {
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}

.s5CompBox .s5Col2Top img:first-child,
.s5CompBox .s5Col3Top img:first-child {
  height: 120px;
  object-fit: contain;
}

.s5CompBox .s5Col3Top img:first-child {
  /* height: 120px !important;
    margin: -96px auto 0px;
    display: block; */
}

.s5Col2Prod {
  margin-bottom: -0;
  height: 150px !important;
  margin: -130px auto 0;
  /* margin-left: -35px; */
}

.s5Col4Prod {
  margin: -130px auto 0px;
  /* height: 76px !important; */
}

.comp-rating {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.s5Col2.s5Col4 {
  background: transparent;
  margin-top: -118px;
  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;
}

.s6SealBg {
  top: 0;
  left: 80px;
}

.s6Seal {
  top: 97px;
  left: 103px;
}
.s6Right.money-back-contentbox {
    padding-left: 32px;
}
.travellers .heading1 {
  color: #e75d2c;
}
.s6Right h2 {
  color: #0a2a59;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  /* font-family: "Poppins", sans-serif; */
}
.numberIng-leftbox, .numberIng-rightbox {
    transform: translateY(56px);
}
 #mob-btn5 {
    margin-top: 51px;
}
.travellers {
  background: #e3e4e4;
}
.s6Right .s6-dtls {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  color: #333333;

  /* margin: 0 auto; */
  /* font-family: "Poppins", sans-serif; */
}

.s6Right .s6-dtls strong {
  font-weight: 700;
}

.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-box p {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  /* min-height: 145px; */
  font-style: italic;
  text-align: left;
  margin-bottom: 0;
}

#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: #333333;
  /* color: #000; */
  /* background-color: #585858; */
}

.review-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0px;
  padding: 0;
}

.review-box {
  width: calc(33.33% - 30px);
  border-radius: 26px;
  box-shadow: 0px 2px 12px 0px #00000026;
  padding: 20px 18px;
  /* min-height: 620px; */
}

.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;
  color: #828282;
  font-size: 12px;
}

.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: 50px 0;
} */

#review h3.sec-hdng {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.reviewSec {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  max-width: 1000px;
  margin: 40px auto 0;
}

.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;
  color: #000;
}

.testName img {
  margin: -1px 3px 0 11px;
  width: 20px;
}

#review .testName span {
  color: #37b72d;
}

#review .testName span {
  font-size: 16px;
  font-weight: 400;
}

.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;
}

.review-heading {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.review-details {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  /* font-style: italic; */
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  margin-bottom: 15px;
}

.starSec {
  display: flex;
  align-items: flex-start;
  gap: 1px;
  margin-top: 15px;
}

.usa {
  max-width: 48px;
  height: auto;
}

.after-testName {
  width: 100%;
  color: #828282;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}

.s5Col2 ul.s5Col2-checkbox li:last-child {
  position: relative;
  /* height: 75px; */
}

/* .s5Col2 ul.s5Col2-checkbox li:last-child::after{
         position: absolute;
         content: '';
         top: 100%;
         height: 16px;
         width: 100%;
         background-color: #58895E;
          border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
     } */

#review .btn-box {
  align-items: center;
  margin-top: 40px;
}

.new-banner-section {
  background: #58895e;
  padding: 70px 27px 70px 39px;
  border-radius: 16px;
  /* margin-bottom: 50px; */
}

.new-banner-section .hero-text p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.new-banner-section .hero-text p span {
  color: #a9b89e;
  font-weight: 700;
}

.new-banner-section .hero-text h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  /* padding-left: 41px; */
}

.new-banner-section .hero-text h6 span {
  font-weight: 400;
  /* color: #828282; */
}

.new-banner-section .hero-text {
  width: 100%;
  height: auto;
  /* padding-left: 20px; */
  /* background: #3A748C; */
  /* border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 55px 40px 40px 80px; */
}

.new-banner-section .hero-text ul li p {
  color: #fff;
}

.new-banner-section .hero-text .btn-box {
  align-items: start;
}

.new-banner-section .hero-text .btn-box .btn1 {
  width: max-content;
  display: block;
}

.section8 {
  padding: 50px 0 50px;
  background: #e5e5e5;
}

.section8 .heading1 {
  margin-bottom: 40px;
  color: #e75d2c;
}

.section8 .heading1 a,
.section8 .heading1 a:hover {
  color: #121212 !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: 920px;
  width: 100%;
  margin: 15px auto;
  float: none;
  overflow: hidden;
}

.up-slide-dwn {
  float: left;
  width: 100%;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #bfbfbf;
  /* -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;
  margin-bottom: 10px;
  padding: 10px 20px 10px 20px;
  position: relative;
  left: 50%;
  /* border-radius: 8px; */
  transform: translateX(-50%);
}

.up-slide-dwn:last-child {
  margin-bottom: 20px;
}

.accordion {
  background: url(../../images/index-v3/close.png) 100% center no-repeat;
  padding: 13px 45px 10px 0;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  letter-spacing: 0;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.accordion span {
  color: #0c2539;
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
  padding-right: 5px;
}

.acdn-heading.active {
  background: url(../../images/index-v3/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);
}

/* get-vita-feet section  */

.get-vita-feet {
  padding: 80px 0 60px 0;
  background-color: #f5f8ff;
  background: url(../../images/index-v3/get-bg@4x.png) no-repeat center;
  /* object-fit: cover; */
  /* position: relative; */
}

/* .get-img-lady{
    position: absolute;
    max-width: 900px;
    top: 0;
    left: 0;
    width: 100%;
} */

.get-vita-box {
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
  border-radius: 20px;
}

.get-vita-box h2.heading1 {
  margin-bottom: 16px;
}

.get-vita-box .limited-box h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.get-vita-box .limited-box h4 span {
  font-size: 24px;
  line-height: 32px;
  color: #fb2c36;
}

.get-vita-box .vita-text {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 16px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
}

.get-vita-box .limited-box .ending {
  color: #737373;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
}

.get-vita-box .btn1 {
  width: 100%;
}

.dic-text p {
  /* color: #7C7C7C; */
  font-size: 14px;
  margin-bottom: 0;
  /* font-family: Poppins, sans-serif; */
}

.c-text,
.ftr-link a {
  color: #333;
  /* font-family: Poppins, sans-serif; */
}

.ftr-link {
  color: #333;
}

footer {
  padding: 60px 0;
  background: #e6e6e6;
  color: #333;
}

.ftr-logo {
  width: 184px;
}

.ftr-link {
  margin-top: 20px;
}

.ftr-link a {
  /* color: #333333; */
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 700;
}

.c-text {
  /* color: #333; */
  font-size: 16px;
  font-weight: 700;
  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;
}

.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 !important; */
  background: #3d4b3a !important;
}

.review-slider .owl-theme .owl-dots .owl-dot span {
  background: #d9d9d9;
}

/*
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3A748C !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #D6D6D6;
}
*/

.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%;
}

.features-sec-para {
  display: flex;
  flex-wrap: wrap;
}

.video-sec1 {
  /* margin: 20px 0 70px; */
  background-color: #585858;
}

.video-sec1 .container {
  /* background: #3D4B3A; */
  /* margin-top: -23px; */
  position: relative;
  z-index: 99;
  border-radius: 24px;
}

.green-bg {
  margin-left: 40px;
  padding: 20px 0px;
}

.green-bg .hero-rate p {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}

.green-bg h1 span {
  color: #3d4b3a;
  font-weight: 700;
  font-size: 48px;
  background: #a9b89e;
  padding: 5px 20px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 20px;
}

.green-bg h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #ffd60a;
  margin-bottom: 30px;
}

.green-bg ul {
  padding: 0;
}

.green-bg ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.green-bg ul li img {
  margin-right: 8px;
  width: 20px;
}

.video-sec1 video {
  /* margin-bottom: -7px; */
  /* border-radius: 24px; */
}

.step {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2a9394;
  /* background: #69558B; */
  /* border: 5px solid #fff; */
  /* margin-left: auto;
    margin-right: auto; */
  position: relative;
  margin: 0 auto;
  margin-top: -25px;
  border: 4px solid #fff;
}

.features-sec-para-inner-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #333333;
}

.features-sec-para-inner-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}

.review-box .review-head {
  font-weight: 700;
  color: #3b3b3b;
  font-size: 20px;
  line-height: normal;
  text-align: left;
  min-height: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#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: #dedbd8;
  position: relative;
  padding: 45px 0;
}

.money-back-mob-img {
  max-width: 350px;
  margin: 0 auto;
}

.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;
}

.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;
}

#ctabtn-mob {
  display: none !important;
}

.steps-new {
  background-color: #e8e8e8;
  padding: 50px 0;
}

.sleep-box {
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.sleep-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 50.07%, #121212 100%);
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sleep-box img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.sleep-box .sleep-count {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 10px 10px;
  z-index: 2;
}

.sleep-count h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 5px;
  text-align: center;
}

.sleep-count p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 5px;
  min-height: 60px;
  text-align: center;
}
.sleep-count {
  margin-top: 26px;
}

.travellers {
  padding: 80px 0;
}

.traveller-box {
  border: 1px solid #d7d7d7;
  border-radius: 20px;
}

.travel-img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.traveller-name {
  position: absolute;
  bottom: 20px;
  display: inline-block;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
  left: 8px;
  font-size: 16px;
  /* width: 70%; */
  font-weight: 600;
  margin-bottom: 0;
}

.traveller-name .verified {
  margin-left: 5px;
  max-width: 120px;
}

.travel-cont {
  padding: 16px;
}

.travel-star {
  max-width: 110px;
  margin-bottom: 16px;
}

.travel-cont p {
  font-weight: 300;
  font-size: 15px;
  font-family: "Kantumruy Pro", sans-serif;
  min-height: 100px;
  margin-bottom: 7px;
  line-height: 25px;
}

.travel-cont p.cont-head {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  min-height: 50px;
  margin-bottom: 0;
}

.table-star {
  width: 100px;
}

.hero-box-one.hero-bottom {
  padding: 40px 0;
  background-color: #f9ffff;
}

.sec2-content-container.sec2-bottom {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.hero-box-one.hero-bottom .hero-text h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: -0.5%;
  color: #121212;
}

p.subhead {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.hero-box-one.hero-bottom .hero-text .subhead {
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  color: #121212;
}

.sec2-content-container.sec2-bottom .sec2-para-content {
  padding: 0px 0px 0px 40px;
}

.sec2-content-container.sec2-bottom .sec2-para-content p {
  font-size: 16px;
  line-height: 150%;
}

.sec2-content-container.sec2-bottom .sec2-para-content .sign-box img {
  max-width: 120px;
}

.sec2-content-container.sec2-bottom .sec2-para-content .sign-name {
  margin-bottom: 0;
}

/* section 9 */

.sec9-content-container {
  background: linear-gradient(
    138.6deg,
    #f5f5f5 15.7%,
    #f4f1ed 46.15%,
    #f4f1ed 53.38%,
    rgba(245, 231, 224, 0.38) 62.33%,
    rgba(187, 140, 108, 0.47) 78.4%
  );
  /* background: url('../../images/index-v3/sec9-bg.png') no-repeat bottom; */
  /* background-repeat: repeat; */
  background-size: cover;
  /* padding: 0 0 100px; */
}

.sec9-offer-card {
  background-color: transparent;
  color: #333333;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
  padding: 50px 0px;
  margin-bottom: 20px;
}

.sec9-rev-count {
  font-weight: 600;
  color: #333333;
  font-size: 12px;
  line-height: 137%;
  margin-bottom: 30px;
}
#countdown {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "Work Sans", sans-serif;
  display: flex;
}

#hours,
#minutes,
#seconds {
  color: #0a2a59;
  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: #333;
  font-weight: 500;
}

#countdown div {
  display: flex;
  flex-direction: column;
}

.sec9-head {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: #e75d2c;
  margin-bottom: 30px;
}

.timer-box {
  background-color: transparent;
  border: 1px solid #79aafd;
  border-radius: 24px;
  width: 100%;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

/* .countdown-timer {
  color: #000;
  font-family: "Work Sans", sans-serif;
} */

.limited-txt {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 20.56px;
  line-height: 34.53px;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin-right: 20px;
}

.off-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.spcl-offr {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 30px;
}

.sec9-list {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding-left: 0; */
  /* margin-left: 0; */
}

.sec9-list li {
  width: 47%;
  text-align: left;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  margin-bottom: 12px;
  padding-left: 1rem;
  position: relative;
  color: #333333;
}
.sec9-list li::after {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  background: url(../../images/index-v3/green-tick.png) no-repeat center;
  background-size: cover;
  height: 18px;
  width: 18px;
}

.sec9-product-image img {
  max-width: 100%;
  height: auto;
}
