body {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f9fa;
}
.multi-step-form {
  /* min-height: 450px; */
  position: relative;
  padding: 30px;
  padding-bottom: 100px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.progress-bar {
  background-color: #021D38;
}
.multi-step-form .buttons {
  position: absolute;
  right: 30px;
  bottom: 10px;
  /* transform: translateX(-50%); */
}
.multi-step-form .form-control {
  transition: all 0.5s;
}
.multi-step-form .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #dee2e6;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
}
.multi-step-form .buttons button {
  border-radius: 3px;
  background-color: rgb(202 138 4);
  border: none;
}
.multi-step-form .buttons button i {
  color: #fff;
}
.multi-step-form .btn-flf {
  background-color: rgb(202 138 4);
  color: #fff;
  border-radius: 3px;
}
.multi-step-form .btn-flf span {
  font-weight: 700;
}
.multi-step-form .step {
  display: none;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.multi-step-form .active-step {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.multi-step-form .form-text {
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  margin-bottom: 30px;
}
.multi-step-form .custom-control-input {
  display: none;
}
.multi-step-form .custom-control-label {
  color: #021D38;
  padding: 10px 15px;
  border-radius: 3px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.multi-step-form .custom-control-label:hover {
  background-color: rgb(202 138 4);
  color: #fff;
}
.multi-step-form .custom-control-input:checked + label {
  background-color: rgb(202 138 4);
  color: #fff;
}
.multi-step-form .btn-submit,
.multi-step-form .btn-continue,
.thanks .btn-continue {
  background-color: rgb(202 138 4);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.multi-step-form .custom-label-review {
  min-width: 260px;
}
.multi-step-form .main-label {
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  color: #021D38;
  font-size: 30px;
  margin-bottom: 20px;
}
.multi-step-form .label-description {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #464646;
  font-size: 18px;
  margin-bottom: 30px;
}
.multi-step-form #step7 .form-label {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #464646;
}
.multi-step-form #step7 input {
  border: none;
  border-bottom: 1px solid #464646;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #464646;
}
.multi-step-form #step7 input:focus {
  box-shadow: none;
  outline: none;
}
.multi-step-form .form-check-label {
  margin-top: 5px;
}
.multi-step-form .form-check-label p {
  font-size: 12px;
  color: #464646;
  line-height: 15px;
  margin-bottom: 10px;
}
.multi-step-form .form-check-input:checked {
  background-color: rgb(202 138 4);
  border-color: rgb(202 138 4);
}
.thanks {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.thanks h2 {
  color: #021D38;
  font-size: 25px;
}
.thanks p {
  color: #464646;
}
button.flatpickr-done.button {
  border: 1px solid lightgray;
  background-color: #fff;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 35px;
}
@media (max-width: 767px) {
  .multi-step-form .main-label,
  .multi-step-form .label-description {
    font-size: 25px;
    line-height: 35px;
  }
  .multi-step-form #step6 .my-btn {
    font-size: 18px;
  }
  .get-started-header img {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
