.lpage-style {
  background-color: #fff;
}

.sp-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.spt-50 {
  padding-top: 50px;
}

.spb-50 {
  padding-bottom: 50px;
}

.grey-bg {
  background-color: #f5f5f5;
}

.lpage-style h1, .lpage-style h2, .lpage-style h3, .lpage-style h4, .lpage-style h5, .lpage-style h6 {
  font-family: "Space Grotesk", serif !important;
  font-weight: 700;
}

.lpage-style h1 {
  font-size: 32px;
  line-height: 40.83px;
}

.lpage-style h2 {
  font-size: 32px;
  line-height: 40.83px;
}

.lpage-style h3 {
  font-size: 24px;
  line-height: 30.62px;
}

.lpage-style p,
.lpage-style a {
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.inter-lnk {
  color: #000000 !important;
}

.thm-button {
  background-color: #800080;
  padding: 8px 16px;
  border-radius: 10px;
  font-family: "Inter", serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 26px;
}

.icon-box h3 {
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.lp-sec3 .row {
  width: 95%;
}

.lpage-faq .accordion {
  width: 85%;
}

.lpage-faq h4 button {
  font-family: "Inter", serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #000000 !important;
  border: none !important;
  background-color: transparent !important;
  padding: 0rem 1.25rem !important;
  box-shadow: none !important;
}

.lpage-faq .accordion-body {
  padding-bottom: 1.15rem !important;
  width: 90%;
}

.lpage-faq .accordion-item {
  border: none !important;
  border-bottom: 1px solid #00000033 !important;
  background-color: transparent !important;
  margin-bottom: 10px;
}

.lpage-faq .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}

.lpage-faq .accordion-button:not(.collapsed)::after {
  background-image: url("/siteassets/images/lp/faq-icon.png") !important;
  transform: rotate(0deg) !important;
  width: 60px;
  height: 60px;
  background-size: 60px !important;
}

.lpage-faq .accordion-button::after {
  background-image: url("/siteassets/images/lp/faq-icon.png") !important;
  transform: rotate(-180deg) !important;
  width: 60px;
  height: 60px;
  background-size: 60px !important;
}

@media only screen and (max-width: 1024px) {
  .lp-sec3 .row {
    width: 98%;
  }
}

@media only screen and (max-width: 991px) {
  .lpage-faq .accordion {
    width: 95%;
  }

  .col-reverse {
    flex-direction: column-reverse;
  }

  .lp-sec3 .row {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sp-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .spt-50 {
    padding-top: 40px;
  }

  .spb-50 {
    padding-bottom: 40px;
  }

  .lpage-style h1,
  .lpage-style h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .lpage-style h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .lpage-style p,
  .lpage-style a {
    font-size: 16px;
    line-height: 24px;
  }

  .lpage-faq .accordion {
    width: 100%;
  }

  .lpage-faq h4 button {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 1rem 1.25rem !important;
  }
}


