.stepper .stepper-para {
  font-size: 1rem;
  letter-spacing: -0.03em;
}
@media (max-width: 576px) {
  .stepper .stepper-para {
    font-size: 0.9rem;
  }
}

.stepper .stepper-heading {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.05;
}
@media (max-width: 992px) {
  .stepper .stepper-heading {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .stepper .stepper-heading {
    font-size: 3.1rem;
  }
}
@media (max-width: 576px) {
  .stepper .stepper-heading {
    font-size: 2.6rem;
  }
}

.main {
  background-image: url("../img/bg-overlay.png"), url("../img/bg-frame.svg");
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 100vh;
}

.stepper {
  padding-top: 100px;
  padding-bottom: 60px;
}
.stepper .form-swiper {
  overflow: hidden;
}
.stepper .stepper-navigation {
  margin-top: 0px;
  display: flex;
  justify-content: flex-end;
}
.stepper .stepper-navigation .swiper-btn-prev,
.stepper .stepper-navigation .swiper-btn-next {
  color: #e02055;
}
.stepper .stepper-navigation .swiper-btn-prev {
  margin-right: 30px;
}
.stepper .stepper-navigation .swiper-button-disabled {
  color: rgba(224, 32, 85, 0.5);
}
.stepper .stepper-heading {
  max-width: 690px;
  margin-top: 48px;
  margin-bottom: 35px;
}
.stepper .stepper-para {
  max-width: 590px;
  margin-bottom: 24px;
}
.stepper .stepper-form-block {
  margin-bottom: 60px;
}
.stepper .stepper-form-control {
  width: 100%;
  padding-bottom: 12px;
  background: transparent;
  border: none;
  border-bottom: 4px solid #e02055;
  outline: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 33.89px;
  max-width: 702px;
}
.stepper .stepper-form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.stepper .button-pills {
  display: flex;
  flex-wrap: wrap;
}
.stepper .button-pills .button-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  margin-right: 26px;
  color: #e02055;
  font-size: 1rem;
  font-weight: 600;
  border: 3px solid #e02055;
  border-radius: 10px;
  text-align: center;
  min-width: 170px;
  padding: 10px 16px;
  cursor: pointer;
  text-decoration: none;
}
.stepper .action-pill {
  position: relative;
}
.stepper .action-pill input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.stepper .action-pill .icon {
  display: none;
  margin-left: 10px;
}
.stepper .action-pill input[type=radio]:checked ~ .icon {
  display: block;
}

.schedule-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  overflow: auto;
  background-color: #fff;
}
.schedule-overlay .schedule-header {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.schedule-overlay .schedule-content {
  background-color: #fff;
}
.schedule-overlay .overlay-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  font-size: 2rem;
  cursor: pointer;
  line-height: 0;
  z-index: 999;
}

@media (max-width: 768px) {
  .stepper .button-pills .button-pill {
    margin-top: 26px;
    margin-right: 20px;
    min-width: 140px;
    padding: 8px 6px;
  }
}
@media (max-width: 576px) {
  .stepper .button-pills .button-pill {
    margin-top: 26px;
    margin-right: 16px;
    min-width: 130px;
  }
}

/*# sourceMappingURL=book-session.css.map */
