.page_wrapper {
  background: none !important;
}
@media screen and (max-width: 768px) {
  .page_wrapper {
    overflow: visible;
  }
}
hero-section .title-font span {
  display: block;
  color: #ec0098;
}
.about-plan-section {
  padding: 0 0 24px;
}
.about-plan-section h3 span {
  color: #ec0098;
}
.lp-about-product-section {
  background: rgba(181, 224, 215, 0.2);
}
.lp-about-product-section:before {
  background: none;
}
.lp-about-product-section .wrapp {
  position: relative;
}
.lp-about-product-section .lp-ap-wrapper {
  position: relative;
}
.lp-about-product-section .title-font {
  margin-bottom: 0;
}
.lp-about-product-section .title-font span {
  color: #ec0098;
}
.lp-about-product-section .lp-ap-item .ap-item-picture {
  top: 45%;
  max-width: 35%;
}
.prices .old-price {
  text-decoration: none;
}
.lp-testimonials-section {
  background: rgba(181, 224, 215, 0.2);
}
.lp-testimonials-section h2 span {
  color: #ec0098 !important;
}
.cta-section {
  background: rgba(181, 224, 215, 0.2);
}
.second-cta-section {
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .second-cta-section {
    padding-bottom: 95px;
  }
}
.about-plan-section {
  background: none;
  padding-bottom: 0;
  transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  .about-plan-section {
    transform: translateY(-50px);
  }
}
.about-plan-section-inner {
  border-radius: 16px 16px 0 0;
}
.faqs-section {
  padding-top: 0;
  padding-bottom: 40px;
}
.vsl-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999999;
}
@media screen and (max-width: 768px) {
  .vsl-head {
    padding: 0;
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.navbar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-btn-wrapper-header .navbar-cta-btn {
  width: 100%;
  max-width: 248px;
  font-size: 21px;
  line-height: 39px;
  background: #fb513b;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Sofia Pro", sans-serif;
  color: #fff;
  font-weight: 600;
  padding: 8px 48px;
  border-radius: 26px;
  transition: all 0.3s;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .cta-btn-wrapper-header .navbar-cta-btn {
    max-width: 185px;
    font-size: 16px;
    line-height: 30px;
    padding: 7px 35px;
  }
}
@media screen and (max-width: 768px) {
  .footer-section {
    padding-bottom: 4rem;
  }
}
.lp-testimonials-section .testimonials-bottom-arrows {
  display: flex;
}
@media screen and (min-width: 640px) {
  .testimonials-section .testimonials-bottom-arrows button {
    margin-bottom: -35px;
  }
}
@media screen and (max-width: 768px) {
  .footer-modal-container {
    position: fixed;
    top: 10px;
    max-height: 87vh;
  }
}
