.separate-line {
  display: block;
  height: 2px;
  background: #d5101c;
  width: 30%;
  margin: 1rem auto;
}

.featured_box {
  padding: 30px 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
  text-align: left;
}
.featured_box span.dash {
  background: #db343e;
  width: 60px;
  height: 4px;
  display: inline-block;
  margin-bottom: 8px;
}
.featured_box:hover {
  background: #2D2D2D;
}
.featured_box:hover span {
  background: #fff;
}
.featured_box:hover h3, .featured_box:hover p {
  color: #fff;
}

.register-form-home-wrapper {
  width: 400px;
  top: 125px;
  position: fixed;
  z-index: 999 !important;
  padding: 40px 40px;
  background: #2088c8;
  border-radius: 15px;
  box-shadow: 3px 9px 70px rgba(0, 0, 0, 0.1098039216);
}
.register-form-home-wrapper input[type=text], .register-form-home-wrapper .register-form-home-wrapper input[type=number], .register-form-home-wrapper .register-form-home-wrapper input[type=email], .register-form-home-wrapper .register-form-home-wrapper input[type=tel], .register-form-home-wrapper .register-form-home-wrapper select {
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
  border: none;
  padding: 10px 10px;
  outline: none;
}
.register-form-home-wrapper button {
  height: 40px;
  width: 100%;
  color: #ffffff;
  background-color: red;
  border: none;
  outline: none;
}

.duration {
  margin-top: -60px;
}

@media (max-width: 767px) {
  .register-form-home-wrapper {
    width: unset;
    top: unset;
    position: relative;
  }
  .duration {
    margin-top: unset;
    padding: 1em 0;
  }
  .mob-cta {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    background: #D5101C;
    width: 100%;
    display: block;
    padding: 7px 0;
  }
}/*# sourceMappingURL=landing.css.map */