.prenatal-sec1 {
  position: relative;
  height: 100vh;
  background-color: #000;
  /* Fallback in case the image doesn't load */
}

.prenatal-sec1::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: url("/images/online-prenatal-yoga/Untitled design (31).webp") no-repeat center center/cover;
  /* transform: scaleX(-1);  */
  z-index: -1;
  background-position-y: 0px;
}

@media screen and (max-width: 767px) {
  .prenatal-sec1::before {
    background: url("/images/online-prenatal-yoga/Untitled design (29).webp") no-repeat center center/cover;
    margin-top: 20px !important;
  }

  .prenatal-sec1 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .prenatal-sec1 .bg-video-wrap {
    height: 670px;
  }
}

@media screen and (max-width: 767px) {
  .common-section {
    padding: 70px 0;
  }
}

.gradinent-section-traning {
  background: #f6f6f9;
  background: -moz-linear-gradient(left,
      #f6f6f9 0%,
      #f6f6f9 50%,
      #47347c 50%,
      #47347c 100%);
  background: -webkit-linear-gradient(left,
      #f6f6f9 0%,
      #f6f6f9 50%,
      #47347c 50%,
      #47347c 100%);
  background: linear-gradient(to right,
      #f6f6f9 0%,
      #f6f6f9 50%,
      #47347c 50%,
      #47347c 100%);
  padding: 40px 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .gradinent-section-traning {
    background: #f6f6f9;
    background: -moz-linear-gradient(bottom,
        #f6f6f9 0%,
        #f6f6f9 44%,
        #47347c 44%,
        #47347c 100%);
    background: -webkit-linear-gradient(bottom,
        #f6f6f9 0%,
        #f6f6f9 44%,
        #47347c 44%,
        #47347c 100%);
    background: linear-gradient(to bottom,
        #f6f6f9 0%,
        #f6f6f9 44%,
        #47347c 44%,
        #47347c 100%);
  }
}

@media screen and (max-width: 767px) {
  .gradinent-section-traning {
    background: #f6f6f9;
    background: -moz-linear-gradient(bottom,
        #f6f6f9 0%,
        #f6f6f9 44%,
        #47347c 44%,
        #47347c 100%);
    background: -webkit-linear-gradient(bottom,
        #f6f6f9 0%,
        #f6f6f9 44%,
        #47347c 44%,
        #47347c 100%);
    background: linear-gradient(to bottom,
        #f6f6f9 0%,
        #f6f6f9 44%,
        #47347c 44%,
        #47347c 100%);
  }
}

.gradinent-section-traning .carousel-fade .carousel-item {
  background-color: transparent;
}

.gradinent-section-traning .trainer-caro-xs-wrap2 {
  margin-left: 0;
  position: relative;
  left: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .gradinent-section-traning .trainer-caro-xs-wrap2 {
    left: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .gradinent-section-traning .trainer-caro-xs-wrap2 {
    left: 0;
    margin-bottom: 30px;
  }
}

.gradinent-section-traning .trainer-img {
  width: 262px;
  height: 262px;
  border-radius: 8%;
  object-fit: cover;
  margin-bottom: 13px;
  -webkit-border-radius: 8%;
  -moz-border-radius: 8%;
  -ms-border-radius: 8%;
  -o-border-radius: 8%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .gradinent-section-traning .trainer-img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .gradinent-section-traning .trainer-img {
    width: 150px;
    height: 150px;
  }
}

.gradinent-section-traning .carousel-indicators {
  bottom: -40px;
}

.gradinent-section-traning .carousel-indicators [data-bs-target] {
  width: 13px;
  height: 13px;
  background: #7e6394;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 7px;
}

.gradinent-section-traning .carousel-indicators [data-bs-target].active {
  background: #fff;
}

.common-section.home-sec1.landing-home-sec1 .how-it-work-row,
.common-section.home-sec1.landing-home-sec1 .overlay,
.common-section.home-sec1.landing-home-sec1 .bg-video-wrap {
  height: 850px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .common-section.home-sec1.landing-home-sec1 .how-it-work-row,
  .common-section.home-sec1.landing-home-sec1 .overlay,
  .common-section.home-sec1.landing-home-sec1 .bg-video-wrap {
    height: 1200px;
    justify-content: start !important;
    align-items: start !important;
  }
}

@media screen and (max-width: 767px) {

  .common-section.home-sec1.landing-home-sec1 .how-it-work-row,
  .common-section.home-sec1.landing-home-sec1 .overlay,
  .common-section.home-sec1.landing-home-sec1 .bg-video-wrap {
    height: 950px;
    justify-content: start !important;
    align-items: start !important;
  }
}

.slider-landing-wrap {
  margin-top: 40px;
  position: relative;
  height: 131px;
  background-color: rgba(246, 243, 255, 1);
  display: flex;
  justify-content: space-evenly;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.more-content-wrap-overflow {
  max-height: 296px !important;
  overflow: auto;
}

.more-content-wrap-overflow h3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .more-content-wrap-overflow {
    max-height: 400px !important;
  }
}

.more-content-wrap-overflow2 {
  max-height: 196px !important;
}

.meditation-card .book-assessment-img-wrap {
  min-height: 90px;
  position: relative;
  text-align: center;
}

.meditation-card .book-assessment-img-wrap .book-assessment-img1 {
  position: relative;
  z-index: 5;
}

.meditation-card .book-assessment-circle {
  margin: auto;
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -30px;
}

.meditation-card .book-assessment-img {
  margin: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .landing-home-sec1 {
    margin-bottom: 0;
  }
}

.landing-home-sec1 .home-sec-inner.home-sec-inner-top {
  margin-top: 0;
  text-align: left;
  padding-left: 40px;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .landing-home-sec1 .home-sec-inner.home-sec-inner-top {
    padding-left: 20px;
    margin-top: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .landing-home-sec1 .home-sec-inner.home-sec-inner-top {
    padding-left: 0px;
    margin-top: 150px;
  }
}

.landing-home-sec1 .home-sec-inner.home-sec-inner-top p.p-20 {
  margin-left: 0 !important;
  margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .landing-home-sec1 .home-sec-inner.home-sec-inner-top p.p-20 {
    margin-top: 10px !important;
    margin-bottom: 20px;
  }
}

.landing-form-panel-wrap {
  width: 400px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px 30px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-form-panel-wrap {
    transform: scale(0.8) !important;
    transform-origin: 0 center;
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .landing-form-panel-wrap {
    margin: -200px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .landing-form-panel-wrap {
    transform: scale(0.9) !important;
    transform-origin: center 0;
    -webkit-transform: scale(0.9) !important;
    -moz-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    -o-transform: scale(0.9) !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 20px 18px;
    margin: -80px auto 0;
  }
}

.landing-form-panel-wrap h6.p-20 {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 20px;
}

.landing-form-panel-wrap .fm-mb {
  position: relative;
  margin-bottom: 20px;
}

.landing-owl-card {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.landing-owl-card .form-check.form-check-box {
  position: absolute;
  top: 8px;
  right: 0px;
  z-index: 5;
  opacity: 0;
  transition: all 0.2s linear;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.landing-owl-card.active-click-card .form-check.form-check-box {
  opacity: 1;
}

.landing-owl-card .p-18 {
  background: #311a75;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 20px;
  display: grid;
  align-items: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-owl-card .p-18 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .landing-owl-card .p-18 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .landing-owl-card .p-18 {
    font-size: 16px;
  }
}

.owl-comman-landing {
  position: relative;
}

.owl-comman-landing .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-comman-landing .owl-nav [class*="owl-"] {
  color: #2e2e2e;
  font-size: 39px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #2e2e2e;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
  border-radius: 25px;
  margin-top: -10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .owl-comman-landing .owl-nav [class*="owl-"] {
    margin-top: -40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .owl-comman-landing .owl-nav [class*="owl-"] {
    margin-top: -30px;
  }
}

.owl-comman-landing .owl-nav [class*="owl-"]:hover {
  background: #fff;
  color: #5110e9;
  border-color: #5110e9;
}

.owl-comman-landing .item {
  text-align: center;
}

.owl-comman-landing .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 110px !important;
}

.owl-comman-landing .owl-prev.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-comman-landing .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-comman-landing .owl-prev {
  left: -35px;
}

.owl-comman-landing .owl-next {
  right: -35px;
}

.owl-comman-landing .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-comman-landing .next-carousel:hover {
  background-position: -24px -53px;
}

.owl-comman-landing .owl-dots .owl-dot.active span {
  background: #5110e9;
}

.owl-comman-landing .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

@media screen and (max-width: 767px) {
  .home-sec3-landing {
    height: inherit;
    padding-top: 0px;
  }
}

.home-sec3-landing .home-sec3-inner {
  text-align: center;
}

.home-sec3-landing .home-sec3-inner h2 {
  color: #311a75;
  margin-bottom: 50px;
}

.sound-card {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sound-card {
    margin-bottom: 40px;
  }
}

.sound-card .img-fluid {
  border: 50px solid #fff;
  border-radius: 50%;
  min-width: 320px;
  min-height: 320px;
  overflow: hidden;
  margin: 0 auto 10px;
  display: block;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .sound-card .img-fluid {
    border: 0;
    min-width: 200px;
    min-height: 200px;
    margin: 0 auto 20px;
  }
}

.sound-card .p-22 {
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #47347c;
  max-width: 300px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .sound-card .p-22 {
    font-size: 18px;
    line-height: 26px;
  }
}

.sound-card:hover .img-fluid {
  border-color: #ffc7c1;
}

.sound-card:hover .p-22 {
  font-weight: bold;
}

@media screen and (max-width: 767px) {

  .home-sec5-landing,
  .home-sec4-landing {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .home-sec5-landing,
  .home-sec4-landing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.home-sec5-landing .home-sec4-landing-info,
.home-sec4-landing .home-sec4-landing-info {
  max-width: 850px;
  text-align: center;
  margin: 0 auto 35px;
}

@media screen and (max-width: 767px) {

  .home-sec5-landing .home-sec4-landing-info,
  .home-sec4-landing .home-sec4-landing-info {
    margin-bottom: 0px;
  }
}

.home-sec5-landing .home-sec4-landing-info h3,
.home-sec4-landing .home-sec4-landing-info h3 {
  font-size: 32px;
  color: #311a75;
  margin-bottom: 25px;
}

.home-sec5-landing .home-sec4-landing-info p.p-18,
.home-sec4-landing .home-sec4-landing-info p.p-18 {
  color: #2e2e2e;
}

.home-sec5-landing .w-1140-container,
.home-sec4-landing .w-1140-container {
  max-width: 1140px;
  margin: auto;
}

.home-sec5-landing .key-feature-left,
.home-sec4-landing .key-feature-left {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .home-sec5-landing .key-feature-left,
  .home-sec4-landing .key-feature-left {
    text-align: center;
    margin-top: 130px;
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {

  .home-sec5-landing .key-feature-left,
  .home-sec4-landing .key-feature-left {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0;
  }
}

.home-sec5-landing .key-feature-left .landing-home-sec4-1,
.home-sec4-landing .key-feature-left .landing-home-sec4-1 {
  position: relative;
  z-index: 5;
}

.home-sec5-landing .key-feature-left .landing-home-sec4-2,
.home-sec4-landing .key-feature-left .landing-home-sec4-2 {
  position: absolute;
  bottom: -90px;
  left: -40px;
  z-index: 1;
}

.home-sec5-landing .key-feature-left .landing-home-sec4-3,
.home-sec4-landing .key-feature-left .landing-home-sec4-3 {
  position: absolute;
  top: -30px;
  right: 20px;
  z-index: 1;
}

.home-sec5-landing .key-feature-right,
.home-sec4-landing .key-feature-right {
  max-width: 530px;
  margin: auto;
}

.home-sec5-landing .key-feature-right h3,
.home-sec4-landing .key-feature-right h3 {
  color: #311a75;
  text-align: center;
}

.home-sec5-landing .key-feature-right .key-feature-right-ul,
.home-sec4-landing .key-feature-right .key-feature-right-ul {
  padding: 0;
  margin: 24px 0 0;
}

.home-sec5-landing .key-feature-right .key-feature-right-ul li,
.home-sec4-landing .key-feature-right .key-feature-right-ul li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  align-content: stretch;
  min-height: 110px;
  background: #ffffff;
  border: 1px solid rgba(46, 46, 46, 0.1);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {

  .home-sec5-landing .key-feature-right .key-feature-right-ul li,
  .home-sec4-landing .key-feature-right .key-feature-right-ul li {
    min-height: 80px;
    padding: 15px;
    margin-bottom: 15px;
  }
}

.home-sec5-landing .key-feature-right .key-feature-right-ul li svg,
.home-sec4-landing .key-feature-right .key-feature-right-ul li svg {
  width: 32px;
}

.home-sec5-landing .key-feature-right .key-feature-right-ul li p.p-18,
.home-sec4-landing .key-feature-right .key-feature-right-ul li p.p-18 {
  color: #7352d1;
  margin: 0;
  padding-left: 26px;
}

@media screen and (max-width: 767px) {

  .home-sec5-landing .key-feature-right .key-feature-right-ul li p.p-18,
  .home-sec4-landing .key-feature-right .key-feature-right-ul li p.p-18 {
    padding-left: 15px;
  }
}

.home-sec5-landing .key-feature-right .key-feature-right-ul li:hover,
.home-sec4-landing .key-feature-right .key-feature-right-ul li:hover {
  background: #7352d1;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

.home-sec5-landing .key-feature-right .key-feature-right-ul li:hover svg,
.home-sec4-landing .key-feature-right .key-feature-right-ul li:hover svg {
  fill: #fff !important;
}

.home-sec5-landing .key-feature-right .key-feature-right-ul li:hover svg path,
.home-sec4-landing .key-feature-right .key-feature-right-ul li:hover svg path {
  fill: #fff !important;
}

.home-sec5-landing .key-feature-right .key-feature-right-ul li:hover p.p-18,
.home-sec4-landing .key-feature-right .key-feature-right-ul li:hover p.p-18 {
  color: #fff;
}

.home-sec4-landing .owl-stage-outer {
  padding: 0 20px !important;
}

.home-sec4-1-landing {
  padding: 0;
  background: #615092;
}

.home-sec4-1-landing .row {
  min-height: 480px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-sec4-1-landing .row {
    min-height: inherit;
    padding: 90px 0;
  }
}

@media screen and (max-width: 767px) {
  .home-sec4-1-landing .row {
    min-height: inherit;
    padding: 70px 0;
  }
}

.home-sec4-1-landing .home-sec4-1-landing-left {
  width: 500px;
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .home-sec4-1-landing .home-sec4-1-landing-left {
    width: 100%;
    margin-left: 0;
  }
}

.home-sec4-1-landing .home-sec4-1-landing-left h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .home-sec4-1-landing .home-sec4-1-landing-left h2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home-sec4-1-landing .home-sec4-1-landing-left p {
    margin-bottom: 0;
  }
}

.home-sec4-1-landing .home-sec4-1-landing-right {
  position: relative;
}

.home-sec4-1-landing .home-sec4-1-landing-right .img-fluid {
  margin-top: 40px;
  z-index: 49;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home-sec4-1-landing .home-sec4-1-landing-right .img-fluid {
    right: -50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-sec4-1-landing .home-sec4-1-landing-right .img-fluid {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .home-sec4-1-landing .home-sec4-1-landing-right .img-fluid {
    display: none;
  }
}

.home-sec4-2-landing {
  position: relative;
}

.home-sec4-2-landing .home-sec4-2-landing-top {
  max-width: 900px;
  margin: 0 auto 45px;
}

.home-sec4-2-landing .home-sec4-2-landing-top h2 {
  color: #311a75;
  margin-bottom: 20px;
}

.home-sec4-2-landing .home-sec4-2-landing-top p {
  color: #2e2e2e;
}

.home-sec4-2-landing .home-sec4-2-row {
  max-width: 1170px;
  margin: auto;
}

.meditation-card {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  height: calc(100% - 30px);
}

.meditation-card .p-20 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #7352d1;
}

.meditation-card .p-16 {
  color: #2e2e2e;
}

.step-landing-card {
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.step-landing-card .step-landing-card-num span {
  width: 60px;
  height: 60px;
  background: #f2f2f2;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #2e2e2e;
  border-radius: 50%;
  display: block;
  padding-top: 15px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .step-landing-card .step-landing-card-num span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
  }
}

.step-landing-card .step-landing-card-num span::before {
  content: "";
  background: url("../images/step-arrow-corner.png") no-repeat 0 0;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .step-landing-card .step-landing-card-num span::before {
    top: 50px;
    left: 20px;
    background-size: 40px auto;
  }
}

.step-landing-card .step-landing-card-num span:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 28px;
  z-index: -1;
  border-top: 2px dashed #e0e0e0;
}

@media screen and (max-width: 767px) {
  .step-landing-card .step-landing-card-num span:after {
    top: 18px;
  }
}

.step-landing-card .step-landing-card-inner {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  min-height: 317px;
}

.step-landing-card .step-landing-card-inner .step-landing-card-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  background: #e3dcf6;
  border-radius: 4px;
  padding: 15px;
}

.step-landing-card .step-landing-card-inner .step-landing-card-head .step-card-img {
  width: inherit;
  margin-right: 30px;
}

.step-landing-card .step-landing-card-inner .step-landing-card-head .p-22 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #7352d1;
  text-align: left;
  margin-bottom: 0px;
}

.step-landing-card .step-landing-card-inner .step-landing-card-head .p-22 span {
  display: block;
  font-family: DM Sans;
  font-size: 14px;
  color: #47347c;
  font-weight: 500;
}

.step-landing-card .step-landing-card-inner .step-landing-card-head .p-14 {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #47347c;
  margin-bottom: 0;
}

.step-landing-card .step-landing-card-inner .step-landing-card-para {
  margin-top: 15px;
}

.step-landing-card .step-landing-card-inner .step-landing-card-para .p-16 {
  color: #2e2e2e;
  text-align: left;
}

.first-step:after {
  width: 50% !important;
  right: 0;
  left: auto !important;
}

.owl-comman-step-outer {
  max-width: 1100px;
  margin: 30px auto 0;
  position: relative;
}

.owl-comman-step-outer .owl-comman-step .owl-stage-outer .owl-stage {
  margin-left: -20px;
}

.owl-comman-step-outer .owl-comman-step .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-comman-step-outer .owl-comman-step .owl-nav [class*="owl-"] {
  color: #2e2e2e;
  font-size: 39px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #2e2e2e;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
  border-radius: 25px;
  margin-top: 120px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .owl-comman-step-outer .owl-comman-step .owl-nav [class*="owl-"] {
    margin-top: 150px;
  }
}

.owl-comman-step-outer .owl-comman-step .owl-nav [class*="owl-"]:hover {
  background: #fff;
  color: #5110e9;
  border-color: #5110e9;
}

.owl-comman-step-outer .owl-comman-step .item {
  text-align: center;
}

.owl-comman-step-outer .owl-comman-step .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 110px !important;
}

.owl-comman-step-outer .owl-comman-step .owl-prev.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-comman-step-outer .owl-comman-step .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-comman-step-outer .owl-comman-step .owl-prev {
  left: -45px;
}

@media screen and (max-width: 767px) {
  .owl-comman-step-outer .owl-comman-step .owl-prev {
    left: -10px;
  }
}

.owl-comman-step-outer .owl-comman-step .owl-next {
  right: -45px;
}

@media screen and (max-width: 767px) {
  .owl-comman-step-outer .owl-comman-step .owl-next {
    right: -10px;
  }
}

.owl-comman-step-outer .owl-comman-step .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-comman-step-outer .owl-comman-step .next-carousel:hover {
  background-position: -24px -53px;
}

.owl-comman-step-outer .owl-comman-step .owl-dots .owl-dot.active span {
  background: #5110e9;
}

.owl-comman-step-outer .owl-comman-step .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.pricing-plan-row-landing .pricing-plan-col-left {
  margin-left: -60px;
}

.pricing-plan-row-landing .pricing-plan-col {
  position: relative;
  background: #fff;
  border: 1px solid rgba(145, 143, 148, 0.3);
  box-shadow: -5px 4px 50px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -5px 4px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 4px 50px rgba(0, 0, 0, 0.1);
  max-width: 950px;
  margin: 30px auto 0;
  min-height: calc(100% - 30px);
}

.pricing-plan-row-landing .pricing-plan-col .bg-strip {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  display: block;
  z-index: 2;
  background: #47347c;
}

.pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-head-top {
  background: linear-gradient(229.22deg, #ff668e 3.79%, #3f1f68 126.92%),
    #7352d1;
  height: 70px;
}

.pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-head-top h3 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
  padding: 15px 30px;
}

@media screen and (max-width: 767px) {
  .pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-head-top h3 {
    margin: 0;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 40px;
  }
}

.pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-head {
  position: relative;
  padding: 15px 47px 15px;
}

@media screen and (max-width: 767px) {
  .pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-head {
    padding: 15px;
  }
}

.pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-head .offer-label {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  position: static;
  background: #ff668e;
  border-radius: 4px;
  padding: 0px 10px;
  margin-top: 10px;
  display: inline-block;
}

.pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-head h3 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  color: #47347c;
  margin-bottom: 15px;
}

.pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-head h4 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  color: #2e2e2e;
}

.pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-body {
  margin-top: 8px;
}

.pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-body ul {
  padding: 0;
  margin: 0 0 0 14px;
}

.pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-body ul li {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #2e2e2e;
  background: url("../images/check.svg") no-repeat 0 0;
  margin-bottom: 22px;
  padding: 0 0 0 40px;
  margin-left: 27px;
  line-height: 24px;
}

.pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-foot {
  padding: 10px 40px 35px;
}

@media screen and (max-width: 767px) {
  .pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-foot .btn.btn-link-adj.center-btn-xs {
    margin-top: 0 !important;
    position: static !important;
    transform: none !important;
  }
}

.h4-group-plan {
  display: flex;
  margin-bottom: 5px;
}

.h4-group-plan .fm-mb {
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .h4-group-plan .fm-mb {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 12px;
  }
}

.pricing-plan-card-inner2.pricing-plan-card-inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .pricing-plan-card-inner2.pricing-plan-card-inner {
    flex-direction: column;
  }
}

.pricing-plan-card-inner2.pricing-plan-card-inner .pricing-plan-card-inner-left,
.pricing-plan-card-inner2.pricing-plan-card-inner .pricing-plan-card-inner-right {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {

  .pricing-plan-card-inner2.pricing-plan-card-inner .pricing-plan-card-inner-left,
  .pricing-plan-card-inner2.pricing-plan-card-inner .pricing-plan-card-inner-right {
    width: 100%;
  }
}

.pricing-plan-card-inner2.pricing-plan-card-inner .pricing-plan-card-inner-left {
  border-right: 1px solid rgba(145, 143, 148, 0.3);
}

@media screen and (max-width: 767px) {
  .pricing-plan-card-inner2.pricing-plan-card-inner .pricing-plan-card-inner-left {
    border-right: 0;
    border-bottom: 1px solid rgba(145, 143, 148, 0.3) !important;
    margin-bottom: 20px;
  }
}

.recommended-label {
  background: url("../images/offer.svg") no-repeat 0 0;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 0px;
  width: 160px;
  height: 36px;
  padding-top: 3px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recommended-label {
    transform: scale(0.8);
    transform-origin: right 40px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  .recommended-label {
    transform: scale(0.8);
    transform-origin: right 40px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
}

@media screen and (min-width: 992px) {
  .offer-label-mt42 {
    margin-top: 42px !important;
  }
}

.compare-plans-modal .modal-dialog {
  max-width: 1170px;
}

@media screen and (max-width: 767px) {
  .compare-plans-modal .modal-dialog .modal-header {
    padding: 0.5rem 0.5rem;
  }
}

.compare-plans-modal .modal-dialog .compare-plans-modal-header .btn-close {
  top: 30px;
  right: 30px;
  z-index: 49;
  font-size: 14px;
  padding: 8px;
  position: absolute;
  background-color: #fff;
  opacity: 1;
  border: 0;
}

@media screen and (max-width: 767px) {
  .compare-plans-modal .modal-dialog .compare-plans-modal-header .btn-close {
    top: 15px;
    right: 15px;
    z-index: 49;
    font-size: 10px;
    padding: 8px;
    position: absolute;
    background-color: #fff;
    opacity: 1;
    border: 0;
  }
}

.compare-plans-modal .modal-dialog .compare-plans-modal-header .tab-toggle-btn-wrap {
  max-width: 320px;
  margin: auto;
}

.compare-plans-modal .modal-dialog .compare-plans-modal-header .tab-toggle-btn-wrap .toggle-wrap {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .compare-plans-modal .modal-dialog .compare-plans-modal-header .tab-toggle-btn-wrap .toggle-wrap {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform-origin: center center;
  }
}

.compare-plans-table tr,
.compare-plans-table td {
  border: 1px solid #e5e5ed;
}

.compare-plans-table tr .resent-otp-btn-wrap,
.compare-plans-table td .resent-otp-btn-wrap {
  white-space: nowrap;
}

.compare-plans-table tr.tr-head1 td.td-head1,
.compare-plans-table td.td-head1 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  color: #7352d1;
  height: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .compare-plans-table tr.tr-head1 td.td-head1,
  .compare-plans-table td.td-head1 {
    font-size: 20px;
    height: 50px;
  }
}

.compare-plans-table tr.tr-head2 .td-head2,
.compare-plans-table .td-head2 {
  height: 80px !important;
}

@media screen and (max-width: 767px) {

  .compare-plans-table tr.tr-head2 .td-head2,
  .compare-plans-table .td-head2 {
    height: 50px !important;
  }
}

.compare-plans-table tr.tr-head2 .td-head2 em,
.compare-plans-table .td-head2 em {
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #2e2e2e;
  display: block;
}

@media screen and (max-width: 767px) {

  .compare-plans-table tr.tr-head2 .td-head2 em,
  .compare-plans-table .td-head2 em {
    font-size: 18px;
  }
}

.compare-plans-table tr.tr-head2 .td-head2 span,
.compare-plans-table .td-head2 span {
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #2e2e2e;
  display: block;
}

@media screen and (max-width: 767px) {

  .compare-plans-table tr.tr-head2 .td-head2 span,
  .compare-plans-table .td-head2 span {
    font-size: 12px;
  }
}

.compare-plans-table .tr-head-border {
  height: 10px !important;
}

.compare-plans-table .tr-head-border td {
  border: 0 !important;
  height: 10px !important;
  background-color: #f2f2f6 !important;
}

.compare-plans-table .td-head-border {
  border: 0 !important;
  width: 10px !important;
  background-color: #f2f2f6 !important;
}

@media screen and (max-width: 767px) {
  .compare-plans-table tr td .check-icon {
    width: 22px;
  }
}

@media screen and (max-width: 767px) {
  .compare-plans-table tr td a.resent-otp-btn {
    font-size: 14px;
  }
}

.compare-plans-table tr td:first-child {
  height: 60px;
  background: #f6f6f9;
  padding: 5px 20px;
}

@media screen and (max-width: 767px) {
  .compare-plans-table tr td:first-child {
    height: 50px;
    padding: 5px 10px;
    font-size: 14px;
  }
}

.compare-plans-table tr td:not(:first-child) {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #2e2e2e;
}

@media screen and (max-width: 767px) {
  .compare-plans-table tr td:not(:first-child) {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-sec3-landing-row {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: start !important;
  }

  .landing-slider-contaniner {
    background: transparent;
    padding: 0 20px;
    max-width: 100%;
  }

  .landing-slider-contaniner .owl-comman-landing {
    position: relative;
  }

  .build-plan-line-xs-img {
    bottom: -68px !important;
    top: auto !important;
    left: 250px !important;
  }

  .do-work4-line-xs-img {
    bottom: -200px !important;
    top: auto !important;
    left: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  .landing-home-sec1-xs {
    background-position: -630px center !important;
  }

  .landing-home-sec1-xs2 {
    background-position: 46% center !important;
  }

  .trainer-caro-xs-cols {
    background: #47347c;
    padding-top: 60px;
  }

  .xs-pb60 {
    padding-bottom: 60px !important;
  }

  .build-plan-line-xs-img {
    bottom: -128px !important;
    top: auto !important;
    left: 250px !important;
  }

  .do-work4-line-xs-img {
    bottom: -200px !important;
    top: auto !important;
    left: 250px !important;
  }

  .home-sec3-landing-row {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: start !important;
  }

  .pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-body ul li {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
    margin-left: 0;
  }

  .pricing-plan-row-landing .pricing-plan-col .pricing-plan-card .pricing-plan-card-body {
    margin-top: 5px !important;
  }

  .form-subscribe-wrap {
    margin-top: 22px !important;
  }

  .form-subscribe-wrap .btn.bttn-primary {
    margin: 20px auto 0;
  }

  .form-subscribe-wrap .subscribe-form-control {
    height: 45px;
  }

  .form-subscribe-wrap .subscribe-form-control:hover,
  .form-subscribe-wrap .subscribe-form-control:active,
  .form-subscribe-wrap .subscribe-form-control:focus {
    height: 45px;
  }

  .trainer-content-wrap .trainer-content1-ul li {
    width: 140px;
    margin: 10px 5px 10px;
  }

  .trainer-content-wrap .trainer-content1-ul {
    flex-direction: row;
    flex-wrap: nowrap;
    transform: scale(0.8);
    transform-origin: center 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    margin: 0 !important;
  }

  .trainer-content-wrap {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .trainer-content-wrap {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .trainer-content-wrap h4 {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .xs-pb60.xs-pl0.xs-pr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-sec5 .path-row4 .home-sec-right.home-sec-right6 .transform-scale-img {
    margin-left: -50px;
  }

  .home-sec5 .home-sec-right img.get-assessed3 {
    top: 36px;
    left: 0px;
    z-index: 2;
  }

  .home-sec5 .home-sec-right img.get-assessed4 {
    top: 100px;
    left: -38px;
    z-index: 1;
  }

  .home-sec5 .home-sec-right img.get-assessed3 {
    top: 36px;
    left: 0px;
    z-index: 2;
    width: 550px;
  }

  .home-sec2-landing {
    transform: scale(0.85) !important;
    transform-origin: center 0;
    -webkit-transform: scale(0.85) !important;
    -moz-transform: scale(0.85) !important;
    -ms-transform: scale(0.85) !important;
    -o-transform: scale(0.85) !important;
  }
}

@media screen and (max-width: 575px) {
  .home-sec5 .home-sec-right img.get-assessed1 {
    top: 200px;
    left: -60px;
    z-index: 4;
  }

  .home-sec5 .home-sec-right img.get-assessed3 {
    top: 36px;
    left: 30px;
    z-index: 2;
    width: 550px;
  }
}

.carousel-indicators.carousel-indicators-testimonial {
  left: 579px;
  bottom: 0;
}

.home-sec10 .subscribe-right-col .subscribe1 {
  left: -130px;
}

/* .home-sec5 .path-row3 .home-sec-right .do-work1 {
top: -44px;
} */
/*# sourceMappingURL=prenatal.css.map */

.floating-label-group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.floating-label-group .floating-label {
  font-size: 13px;
  color: #ccc;
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 12px;
  transition: all 0.1s ease;
}

.floating-label-group input:focus~.floating-label,
.floating-label-group input:not(:focus):valid~.floating-label {
  top: -23px;
  bottom: 0px;
  left: 20px;
  font-size: 17px;
  opacity: 1;
  color: #404040;
}

.floating-label-group .number-floating-label {
  font-size: 13px;
  color: #ccc;
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 110px;
  transition: all 0.1s ease;
}

.PhoneInput--focus~.number-floating-label,
.PhoneInput--visited~.number-floating-label,
.focus-phone-number~.number-floating-label {
  top: -23px;
  bottom: 0;
  left: 20px;
  font-size: 17px;
  opacity: 1;
  color: #404040;
}

.asanaDetails {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .asanaDetails {
    display: block;
  }

  .hippa-img img {
    width: 94.588px !important;
    height: 47.294px !important;
  }

  .index-pagebg,
  .index-pagebg .overlay {
    height: 750px !important;
  }
}

.gdpr-container {
  display: flex;
  margin-top: 25px;
}

.hippa-img img {
  width: 160px;
  height: 90px;
}

.common-header {
  background-color: white;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.btn.bttn-primary,
.btn.bttn-secondary,
.btn.bttn-light,
.btn.bttn-outline-primary,
.btn.bttn-outline-primary2,
.btn.bttn-outline-secondary,
.btn.bttn-outline-secondary-sm,
.bttn-buy-now {
  background-color: rgba(115, 82, 209, 1);
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  color: white;
  line-height: 24px;
  font-weight: 400;
}

.common-header .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

.common-header .navbar .pr-nav-item .nav-link {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(71, 71, 71, 1);
}

.common-header .navbar .pr-nav-item .nav-link.active {
  color: rgba(83, 57, 161, 1);
}

.hide-desktop {
  display: none;
}

.home-sec1 .overlay {
  background: none;
}

.home-sec1 .btn-video {
  width: auto;
}

.home-sec1 .bg-video-wrap {
  height: 70vh;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.home-benefits-landing {
  background-color: white;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 10%;
  padding-right: 10%;
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
}

.home-get-start-landing {
  background-color: rgba(246, 243, 255, 1);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-benefits-landing h2 {
  font-family: Playfair Display;
  font-size: 54px;
  font-weight: 700;
  line-height: 33px;
  color: rgba(83, 57, 161, 1);
  margin-bottom: 40px;
}

.home-benefits-landing h4 {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(103, 103, 103, 1);
}

.home-benefits-landing .owl-benefits {
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
}

.owl-carousel .owl-stage {
  padding-left: 0px !important;
}

.home-benefits-landing .owl-benefits .item,
.home-benefits-landing .owl-benefits .owl-dots {
  display: none;
}

.home-benefits-landing .owl-benefits .owl-item .item {
  display: grid;
}

.home-benefits-landing .owl-benefits-desktop {
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
}

.home-benefits-landing .owl-benefits-desktop .item,
.home-benefits-landing .owl-benefits-desktop .owl-dots {
  display: none;
}

.home-benefits-landing .owl-benefits-desktop .owl-item .item {
  display: grid;
}

.home-benefits-landing .owl-benefits-desktop .owl-item span {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(71, 71, 71, 1);
  padding: 10px 0;
}

.hidden-desktop {
  display: none !important;
}

.home-get-start-landing .flex-one {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.home-get-start-landing .flex-one h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  font-family: Playfair Display;
  margin-bottom: 40px;
  line-height: 56px;
}

.home-get-start-landing .flex-one span {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
}

.home-get-start-landing .form-control {
  border-radius: 4px;
  height: 52px;
}

.general-page-register-container {
  border-radius: 16px;
  background-color: white;
  padding: 12px;
}

.general-page-register-container .toggle-wrap {
  border-radius: 4px;
}

.general-page-register-container .toggle-wrap input+label {
  border-radius: 4px;
}

.general-page-register-container .register-section-btn {
  border-radius: 8px;
  background-color: rgba(115, 82, 209, 1);
  width: 100%;
  height: 52px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: white;
}

.general-page-register-container .book-class-header h2 {
  font-family: Playfair Display;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
}

.general-page-register-container .book-class-header span {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;

}

.home-sec1 .home-sec-inner-top {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .common-header {
    background-color: white;
    min-height: 72px;
    display: flex;
    align-items: center;
  }

  .hide-desktop {
    display: flex;
  }

  .common-header .navbar .navbar-toggler.navbar-toggler-btn .nav-item.pr-nav-item.pr-nav-item-adj {
    position: relative;
    top: 0;
    right: 0;
  }

  .common-header .navbar-toggler .menu-icon path,
  .common-header.fixed .navbar-toggler .menu-icon path {
    stroke: #7352d1;
  }

  .home-sec1 .bg-video-wrap {
    height: 100vh;
  }

  .home-sec1 .home-sec1-container {
    top: 55vh;
  }

  .home-sec1 .home-sec-inner-top {
    margin-top: 0 !important;
    padding: 0 10px;
  }

  .home-sec1 .btn-video {
    width: 100%;
  }

  .slider-landing-wrap {
    height: 77px;
    padding: 15px;
    justify-content: space-between;
    margin-top: 60px !important;
  }

  .home-benefits-landing h2 {
    font-size: 22px;
    line-height: 25px;
  }

  .home-benefits-landing h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .home-benefits-landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hidden-mobile {
    display: none !important;
  }

  .hidden-desktop {
    display: block !important;
  }

  .home-benefits-landing .owl-benefits .owl-item span {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(71, 71, 71, 1);
    padding: 5px 0;
  }

  .home-get-start-landing {
    flex-direction: column !important;
    padding: 20px;
  }

  .home-get-start-landing .flex-one {
    padding: 0px;
  }

  .home-get-start-landing .flex-one h2 {
    margin-bottom: 10px;
  }

  .home-get-start-landing .shark-image {
    width: 300px;
  }

  .floating-label-group {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fm-mb {
    margin-bottom: 15px;
  }

  .form-group-wrap-tel-outer {
    margin-bottom: 30px;
  }

  .toggle-wrap {
    margin-bottom: 15px;
    height: 40px;
    margin-top: 15px;
  }

  .general-page-register-container .register-section-btn {
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
  }

  .home-get-start-landing .form-control {
    height: 40px;
    padding-left: 10px;
  }

  .toggle-wrap input+label {
    font-size: 12px;
    height: 32px;
    padding: 2px 10px;
    margin-top: 3px;
  }

  .termsText {
    font-size: 14px;
  }

  /* .floating-label-group .number-floating-label, .floating-label-group .floating-label {
    top: 7px;
  }

  .floating-label-group .number-floating-label, .floating-label-group .floating-label.PhoneInput--focus {
    top:0px;
  } */
  .form-select {
    font-size: 13px;
  }

  .home-sec1 .home-sec-inner-top2 h1.h1_text {
    font-size: 35px !important;
    line-height: 35px;
    margin-top: 45px !important;
  }

  .h2_text {
    font-size: 22px !important;
  }
}

.toggle-wrap-prenatal {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.toggle-wrap-prenatal label {
  margin-left: 10px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #4D4D4D;
}

/* Section 6 */
.home-sec6-landing {
  background: url("../images/prenatal/keyfeature.webp") no-repeat right center/cover;
  height: 550px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  padding-left: 8%;
}

.home-sec6-landing h2 {
  font-family: Playfair Display;
  font-size: 52px;
  font-weight: 700;
  line-height: 68px;
  text-align: left;
  color: white;
}

.home-sec6-landing .owl-carousel .item {
  background-color: white;
  border-radius: 10px;
  padding: 20px 16px;
  text-align: left;
  min-height: 270px;
}

.home-sec6-landing .owl-carousel .item h4 {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  color: #474747;
  margin-bottom: 30px;
}

.home-sec6-landing .owl-carousel .item span {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #676767;
}

.home-sec6-landing .owl-dots {
  display: none;
}

.home-sec6-landing .container {
  padding: 0;
  margin: 0;
}

.home-sec6-landing .owl-key-features {
  display: flex;
  flex-direction: row;
}

.h2_text {
  font-size: 40px;
}

.home-sec1 .home-sec-inner-top2 h1.h1_text {
  font-size: 45px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .home-sec6-landing {
    padding-left: 20px;
    padding-right: 0;
    height: 520px;
  }

  .home-sec6-landing h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
  }

  .home-sec6-landing .owl-carousel .item {
    min-height: 200px;
  }

  .home-sec6-landing .owl-carousel .item h4 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  .home-sec6-landing .owl-carousel .item span {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Program */
.home-program-landing {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
}

.home-program-landing .header-text {
  padding-top: 120px;
}

.home-program-landing h2 {
  font-family: Playfair Display;
  font-size: 54px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: center;
  color: #5339A1;
}

.home-program-landing span {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  color: #333333;
}

.home-program-landing .owl-carousel {
  margin-top: 80px
}

.home-program-landing .owl-carousel .item {
  background-color: #F6F3FF;
  border-radius: 20px;
  padding: 20px 16px;
  text-align: left;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-program-landing .owl-carousel .item h4 {
  font-family: DM Sans;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #1A1A1A;
  margin-top: -40px;
  margin-bottom: 40px;
}

.home-program-landing .owl-carousel .item span {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #676767;
}

.home-program-landing .owl-carousel .item h2 {
  font-family: DM Sans;
  font-size: 116px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #DED6F5;
}

.home-program-landing .owl-dots {
  display: none;
}

.home-program-landing .container {
  padding: 0;
  margin: 0;
}

.home-program-landing .header-text {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.home-program-landing .template2 .content {
  height: 577px;
  background: url("../images/prenatal/approach.webp") no-repeat center center/cover;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  /* border-radius: 24px; */
  margin-top: 80px
}

@media screen and (max-width: 767px) {
  .home-program-landing .template2 .content {
    background: url("../images/prenatal/approach-mobile.webp") no-repeat center center/cover;
  }

  .home-program-landing {
    padding-bottom: 50px;
  }

  .home-program-landing .header-text {
    padding-top: 50px;
  }

  .home-program-landing .owl-program-mobile {
    padding-left: 20px;
    margin-top: 20px;
  }

  .home-program-landing h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .home-program-landing span {
    font-size: 16px;
    line-height: 24px;
  }

  .home-program-landing .owl-carousel .item {
    min-height: 185px;
  }

  .home-program-landing .owl-carousel .item h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .home-program-landing .owl-carousel .item h2 {
    font-size: 68px;
    line-height: 24px;
  }

  .home-program-landing .owl-carousel .item span {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Approach */
.home-program-landing .template2 {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.home-program-landing .template2 .content {
  width: 100%;
  padding: 50px;
}

.home-program-landing .template2 .owl-carousel .item {
  background-color: #0000007A;
  border-radius: 10px;
  border-color: #FFFFFF4D;
  border-style: solid;
  border-width: 1px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  min-height: 230px;
  align-items: flex-start;

}

.home-program-landing .template2 .owl-carousel .item h4 {
  font-family: DM Sans;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

.home-program-landing .template2 .owl-carousel .item ul {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left !important;
  color: white;
  list-style-type: disc !important;
  margin-bottom: 0;
  padding-left: 0;
}

.home-program-landing .template2 .owl-carousel .item ul li {
  padding-top: 10px;
  list-style-type: disc !important;
}

@media screen and (max-width: 1000px) {
  .home-program-landing .template2 .owl-dots {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .home-program-landing .template2 {
    padding-left: 0;
    padding-right: 0;

  }

  .home-program-landing .template2 .content {
    padding: 10px;
    border-radius: 0;
    height: 478px;
    margin-top: 50px;
  }

  .home-program-landing .template2 .owl-carousel .item {
    background-color: #0000007A;
    border-radius: 10px;
    border-color: #FFFFFF4D;
    border-style: solid;
    border-width: 1px;
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 150px;
  }

  .home-program-landing .template2 .owl-carousel .item h4 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .home-program-landing .template2 .owl-carousel .item ul {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0em;
  }

  .home-program-landing .template2 .owl-carousel .item ul li {
    padding-top: 5px;
  }
}

/* Trainers */
.home-trainers-landing {
  background-color: #F6F3FF;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-trainers-landing h2 {
  font-family: Playfair Display;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: center;
  color: #474747;
  margin-bottom: 30px;
}

.home-trainers-landing .list-icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-trainers-landing .list-icon .icon-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.home-trainers-landing .list-icon .icon-item img {
  height: 100px;
  margin-bottom: 20px;
}

.home-trainers-landing .list-icon .icon-item span {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #676767;
}

.home-trainers-landing .owl-carousel {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.home-trainers-landing .owl-carousel .item {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 10px;
  background-color: white;
  padding-bottom: 5px !important;
}

.home-trainers-landing .owl-carousel .item .header-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 10px;
}

.home-trainers-landing .owl-carousel .item h4 {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  color: #1A1A1A;
  padding-left: 20px;
}

.home-trainers-landing .owl-carousel .item ul {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  padding-right: 20px;
  color: #676767;
}

.home-trainers-landing .owl-carousel .item ul li {
  padding-top: 10px;
  list-style-type: square !important;
}

.home-trainers-landing .owl-carousel ul li::marker {
  color: rgb(123, 69, 109);
}

.home-trainers-landing .owl-carousel .item a {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: right;
  color: #1A1A1A;
}

.home-trainers-landing .owl-carousel .item a img {
  height: 12px;
  display: inline;
  margin-left: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  width: auto;
}

.home-trainers-landing .owl-carousel .item .click-more {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  padding-bottom: 20px;
}

.home-trainers-landing .owl-carousel .owl-dots {
  display: none;
}

@media screen and (max-width: 767px) {
  .home-trainers-landing {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-trainers-landing .container {
    padding: 0 !important;
    margin: 0 !important;
  }

  .home-trainers-landing .container .header-text,
  .home-trainers-landing .container .list-icon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-trainers-landing h2 {
    font-size: 24px;
    line-height: 22px;
  }

  .home-trainers-landing .list-icon .icon-item img {
    height: 50px;
    margin-bottom: 10px;
  }

  .home-trainers-landing .list-icon .icon-item span {
    font-size: 12px;
    line-height: 18px;
  }

  .home-trainers-landing .owl-carousel {
    padding-left: 20px;
    margin-top: 30px;
  }

  .home-trainers-landing .owl-carousel .item h4 {
    font-size: 18px;
    line-height: 23px;
  }

  .home-trainers-landing .owl-carousel .item ul {
    font-size: 14px;
    line-height: 18px;
  }

  .home-trainers-landing .owl-carousel .item ul li {
    padding-top: 5px;
  }

  .home-trainers-landing .owl-carousel .item a {
    font-size: 14px;
    line-height: 18px;
  }

}

/* Stories */
.home-stories-landing {
  background-color: white;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-stories-landing .owl-dots {
  display: none;
}

.home-stories-landing h2 {
  font-family: Playfair Display;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: center;
  color: #5339A1;
  margin-bottom: 70px;
}

.home-stories-landing .owl-carousel .item {
  background-color: #F6F3FF;
  border-top-left-radius: 10px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 10px;
  border-width: 1px;
  border-color: #F6F3FF;
  border-style: solid;
}

.home-stories-landing .owl-carousel .item .read-more-stories {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  padding-bottom: 20px;

}

.home-stories-landing .owl-carousel .item .read-more-stories a {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: right;
  color: #5339A1;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.home-stories-landing .owl-carousel .item .read-more-stories a img {
  width: 15px;
  height: 12px;
  margin-left: 8px;
}

.home-stories-landing .owl-carousel .item .content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.home-stories-landing .owl-carousel .item img {
  border-top-left-radius: 10px;
  border-top-right-radius: 30px;
}

.home-stories-landing .owl-carousel .item .item-name-star {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.home-stories-landing .owl-carousel .item .item-name-star h4 {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  color: #1A1A1A;
  margin-bottom: 0;
}

.home-stories-landing .owl-carousel .item .item-name-star img {
  height: 14px;
  width: auto;
}

.home-stories-landing .owl-carousel .item h5 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #474747;
}

.home-stories-landing .owl-carousel .item span {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
}

.stories-modal .modal-content {
  border: 1px solid #F6F3FF;
  box-shadow: 4px 1px 15px 0px #0000004A;
  border-radius: 15px;
}

.stories-modal .modal-body {
  display: flex;
  flex-direction: row;
  padding: 0 !important;
  background-color: #F6F3FF;
  border-radius: 15px;
}

.stories-modal .modal-body .header-img {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.stories-modal .modal-body .stories-content {
  padding: 24px 16px 8px 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  min-width: 40%;
}

.stories-modal .modal-body .stories-content .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.stories-modal .modal-body .stories-content .header h4 {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  color: #1A1A1A;
  margin: 0 !important;
}

.stories-modal .modal-body .stories-content .header .close-button {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.stories-modal .modal-body .stories-content h5 {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #474747;
}

.stories-modal .modal-body .stories-content .name-star-5 {
  height: 13px;
  width: 73px;
}

.stories-modal .modal-body .stories-content span {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
}

.stories-modal .modal-dialog {
  max-width: 90%;
  margin: 1.75rem auto;
}

@media screen and (max-width: 767px) {
  .stories-modal .modal-body {
    flex-direction: column;
  }

  .stories-modal {
    padding-left: 0 !important;
  }

  .stories-modal .modal-body .stories-content {
    gap: 0;
  }

  .stories-modal .modal-body .header-img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 576px) {
  .stories-modal .modal-dialog {
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .home-stories-landing {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  .home-stories-landing h2 {
    font-size: 28px;
    line-height: 32px;
    padding: 10px;
    margin-bottom: 30px;
  }

  .home-stories-landing .owl-carousel {
    padding-left: 20px;
  }

  .home-stories-landing .owl-carousel .item .content {
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .home-stories-landing .owl-carousel .item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 30px;
  }
}

.hidden-mobile.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.one-on-one-session {
  margin-bottom: 50px;
  margin-top: 20px;
  /* min-width: 500px; */
  max-width: 40%;
}

.one-on-one-session table {
  width: 100%;
}

.one-on-one-session .header-price {
  width: 20%;
  background-color: #F7EDED;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 8px;
  height: 40px;
  font-family: DM Sans;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #FAFAFA;
  color: #474747;
}

.one-on-one-session .header-price-value {
  background-color: #F7EDED;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #F7EDED;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 20px !important;
  width: 100%;
}

.one-on-one-session .header-price-value h4 {
  font-family: DM Sans;
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #5339A1;
  margin-right: 10px;
}

.one-on-one-session .header-price-value span {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #474747;
}

.one-on-one-session .header-price-value .highlight-price {
  font-family: DM Sans;
  font-size: 39px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #7352D1;
  padding-top: 10px;
}

.one-on-one-session .header-price-value .highlight-price span {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #808080;
}

.one-on-one-session .header-price-value .sale-price {
  font-family: DM Sans;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #FF6A6A;
  padding-bottom: 15px;
}

.one-on-one-session .header-price-value .sale-price span {
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: black;
  padding-left: 5px;
}


.one-on-one-session .header-price-value .total-price {
  font-family: DM Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #B3B3B3;
  padding-bottom: 15px;

}

.one-on-one-session .header-price-value .total-price span {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #B3B3B3;
  padding-left: 5px;
  text-decoration: line-through;
}

.one-on-one-session .feature {
  background-color: white;
  box-shadow: 0px 0px 36px -2px #7352D126;
  width: 100%;

}

.one-on-one-session .feature .feature-name {
  box-shadow: 0px 0px 36px -2px #7352D126;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.one-on-one-session .feature .feature-blank {
  box-shadow: 0px 0px 36px -2px #7352D126;
  background-color: white;
}

.one-on-one-session .feature .feature-blank.end {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.one-on-one-session .feature .feature-name span {
  font-family: DM Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 10px;
  color: #262626;
  height: 50px;
  display: flex;
  align-items: center;
}

.one-on-one-session.group .feature .feature-name span {
  height: 60px;
}

.one-on-one-session .feature .feature-select {
  background-color: rgb(250, 250, 250);
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #F7EDED;
}

.one-on-one-session .feature .feature-select img {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 26px;
}

.one-on-one-session.group .feature .feature-select img {
  margin-bottom: 38px;
}

.one-on-one-session .feature .feature-select img:last-child {
  margin-bottom: 16px;
}

.one-on-one-session.group .feature .feature-select img:last-child {
  margin-bottom: 16px;
}


.one-on-one-session .valid-date {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #4A4A4A;
  background-color: #F7EDED;
  padding: 7px;
}

.one-on-one-session .join-now {
  background-color: #7352D1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 15px;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  border-color: #7352D1;
  color: #474747;
  cursor: pointer;
  color: white;
  width: 100%;
}

.home-sec8 .toggle-wrap {
  border: none;
}

.home-sec8 .toggle-wrap label {
  margin-left: 10px;
}

.home-sec8 .pricing-plan-card-body {
  min-height: 360px;
  /* min-width: 350px; */
}

.one-on-one-session .feature .pricing-plan-card-body ul {
  width: 100%;
}

.one-on-one-session .feature .pricing-plan-card-body ul li {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #2e2e2e;
  padding: 15px 20px 15px 20px;
  line-height: 20px;
  position: relative;
  width: 100%;
}

.one-on-one-session .feature .pricing-plan-card-body ul li::before {
  content: "";
  background: url(../images/check2.svg) no-repeat 0 0;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  left: -15px;
}

.one-on-one-session .feature .pricing-plan-card-body ul li.unchecked::before {
  background: url(../images/unchecked.svg) no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  .one-on-one-session {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
    min-width: auto;
    max-width: 100%;
  }

  .home-sec8 .toggle-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .home-sec8 .hidden-desktop .toggle-wrap {
    margin-top: 10px;
  }

  .home-sec8 .toggle-wrap label {
    width: 40%;
  }

  .home-sec8 .header-text-group {
    background-color: #F7EDED;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .home-sec8 .header-text-group h4 {
    font-family: DM Sans;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    color: #474747;
    margin: 0;
  }

  .one-on-one-session .header-price-value {
    width: 100%;
  }

  .one-on-one-session .valid-date {
    width: 100%;
  }

  .one-on-one-session .join-now {
    width: 100%;
  }

  .one-on-one-session .feature .feature-select {
    width: 100%;
  }



  .common-section.home-sec8 {
    padding: 40px 0;
  }

  .common-section.home-sec8 .hidden-desktop {
    padding: 0 20px;
  }

  .one-on-one-session .header-price-value h4 {
    text-align: center;
  }
}

/* feature-in */
.feature-in .header-text {
  font-family: Playfair Display;
  font-size: 44px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #474747
}

@media screen and (max-width: 767px) {
  .feature-in .header-text {
    font-family: Playfair Display;
    font-size: 20px;
    line-height: 25px;
  }

  .feature-in ul.logo-image li {
    max-width: 40%;
    height: auto;
  }

  .feature-in ul.logo-image li a img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .featured-in ul.logo-image {
    flex-direction: row;
  }

  .featured-in.pt-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.accordion-collapse {
  border: 0;
}

.accordion-button {
  /* font-family: DM Sans; */
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  color: #656565;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: 0 0;
  box-shadow: none;
  border-bottom: none;
  color: #2e2e2e;
}

.accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 40px;
  background-image: none;
  font-weight: 100;
  color: #9e9e9e;
  transform: translateY(-4px);
}

.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 48px;
  transform: translate(-5px, -4px);
  transform: rotate(0);
  color: #000;
}

.header-border {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.header-border .container h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  color: #311a75;
  margin-top: 10px;
  margin-bottom: 20px;
}

.accordion .accordion-item .accordion-header {
  margin-bottom: 5px;
  margin-top: 10px;
}

.accordion-collapse .accordion-body li {
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
  line-height: 28px;
  font-family: DM Sans;
}

@media (max-width: 767px) {
  .header-border .container h2 {
    font-size: 22px;
    line-height: 22px;
  }

  .accordion-collapse .accordion-body li {
    font-size: 14px;
    line-height: 20px;
  }

  .accordion-button {
    font-size: 16px;
    line-height: 16px;
  }
}

.choose-prenatal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10%;
  font-size: 22px;
  /* padding-right: 10%; */
}

.home-choose-prenatal {
  padding: 2rem 0;
}

.join-yoga-prenatal {
  padding: 2rem 0;
}

.home-choose-prenatal h2 {
  color: #311a75;
}

.home-choose-prenatal .prenatal-points ul {
  padding-left: 0;
}

.home-choose-prenatal ul li h3 {
  font-family: DM Sans;
}

.home-choose-prenatal ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;

}

.home-choose-prenatal ul li h3 {
  font-size: 22px;
}

.home-choose-prenatal ul li h3>span {
  font-weight: normal;
}

.join-yoga-prenatal {
  background: rgba(246, 243, 255, 1);
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.join-yoga-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10%;
  font-size: 22px;
  /* padding-right: 10%; */
}

.join-yoga-points h3 {
  font-size: 26px;
}

.join-yoga-wrapper .join-yoga-points ul li {
  list-style: disc !important;
  margin-bottom: 10px;
}

.join-yoga-prenatal h2 {
  color: #311a75;
}


@media screen and (max-width: 764px) {
  .home-choose-prenatal p {
    margin-left: 0;
    font-size: 18px;
  }

  .home-choose-prenatal .prenatal-points {
    margin-left: 0;
  }

  .join-yoga-prenatal {
    width: auto;
  }

  .join-yoga-points h3 {
    font-size: 20px;
  }

  .join-yoga-wrapper,
  .choose-prenatal-wrapper {
    font-size: 18px;
  }

  .home-choose-prenatal ul li h3 {
    font-size: 18px;
  }

  .join-yoga-wrapper,
  .choose-prenatal-wrapper {
    padding-right: 10%;
  }
}


.home-get-start-landing {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.flex-one {
  flex: 1;
}

.image-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: auto;
  object-fit: cover;
}

.image-container img {
  height: 450px !important;
}

.review-sec {
  margin-top: 0px;
}

@media (min-width: 1280px) {
  .review-sec{
    margin-top: 80px !important;
  }
}

@media (min-width: 1440px) {
  .review-sec{
    margin-top: 130px !important;
  }
}

@media (max-width: 768px) {
  .home-get-start-landing {
    flex-direction: column;
    align-items: center;
  }

  .image-container {
    max-width: 100%;
    padding: 0 10px;
  }

  .image-container img {
    height: 300px !important;
  }
}

@media (max-width: 480px) {
  .image-container {
    max-width: 100%;
    padding: 0 5px;
  }

  .image-container img {
    height: 300px !important;
  }

  .home-get-start-landing {
    gap: 10px;
  }
}