.steps-head {
  display: none;
  max-width: 900px;
  margin: 0 auto;
}
.steps-head.active {
  display: block;
}

.form-wizard {
  opacity: 0;
  background: transparent;
  border: 1px solid #BED0D2;
  border-radius: 30px;
  padding: 70px 50px;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
}
.form-wizard p {
  margin-bottom: 15px;
}
.form-wizard.active {
  opacity: 1;
}
.form-wizard.active .wizard-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.form-wizard .wizard-holder {
  border-radius: 50px;
  max-width: 1270px;
  margin: 0 auto;
}
.form-wizard .confirmation .button-custom.button-sec {
  color: #fff;
  text-decoration: none;
}
.form-wizard .confirmation .button-custom.button-sec:hover {
  color: #fff;
  text-decoration: none;
}
.form-wizard .mobile-title {
  text-transform: uppercase;
  color: #012B47;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 25px 25px;
  border: 1px solid #012B47;
  border-top: none;
  position: relative;
}
.form-wizard .mobile-title {
  position: relative;
  border: 1px solid #012B47;
  border-top: none;
  border-left: none;
  border-right: none;
}
.form-wizard .mobile-title:after, .form-wizard .mobile-title:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.form-wizard .mobile-title:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
.form-wizard .mobile-title:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #012B47;
  border-width: 21px;
  margin-left: -21px;
}
.form-wizard .wizard-start.hidden {
  display: none;
}
.form-wizard .wizard-steps.hidden {
  display: none;
}

.wizard-loader {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  transition: opacity 0.5s;
}

.wizard-results {
  min-height: 490px;
}
.wizard-results .results-content {
  position: relative;
}
.wizard-results .results-icon {
  position: absolute;
  right: 24px;
  bottom: -92px;
}
.wizard-results .results-title {
  max-width: 612px;
  margin-top: 100px;
}

.wizard {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard .alert {
  margin-top: 10px;
}
.wizard.hidden {
  display: none;
}
.wizard fieldset {
  background: transparent;
  padding: 0;
  margin: 0;
}
.wizard > .content {
  position: relative;
  width: auto;
  background: transparent;
  padding: 0;
  margin: 0;
}
.wizard > .content > .body {
  position: relative;
}
.wizard .asterisk {
  color: #F84C4C;
  font-weight: 600;
}
.wizard .wizard-error {
  color: #F84C4C;
  font-weight: 600;
  display: block;
  padding: 12px 25px;
  border-radius: 10px;
  border: 1px solid #F84C4C;
  font-size: 16px;
  background: #fff;
}
.wizard .wizard-error.hidden {
  display: none;
}
.wizard .steps {
  width: 100%;
}
.wizard .steps ul {
  display: none !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wizard .steps ul li {
  width: calc(100% / 3);
}
.wizard .steps ul li.done a {
  opacity: 0.7;
}
.wizard .steps ul li.current a {
  font-weight: 600;
  color: #012B47;
  border-color: #012B47;
  background: #EEEAE3;
}
.wizard .steps ul li.current a:after {
  border-left-color: #EEEAE3;
}
.wizard .steps ul li.current a:before {
  border-left-color: #012B47;
}
.wizard .steps ul li .d-table-cell {
  height: 52px;
}
.wizard .steps ul li a {
  line-height: 1.4;
  position: relative;
  display: block;
  width: calc(100% - 40px);
  background: #fff;
  text-align: center;
  color: #012B47;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wizard .steps ul li a:after, .wizard .steps ul li a:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.wizard .steps ul li a:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 26px;
  margin-top: -26px;
}
.wizard .steps ul li a:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #E5E5E5;
  border-width: 27px;
  margin-top: -27px;
}
.wizard a {
  outline: 0;
}
.wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li {
  display: block;
  padding: 0;
}
.wizard > .content {
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
}
.wizard > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .actions {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
}
.wizard > .actions > ul {
  display: block;
}
.wizard > .actions > ul > li {
  display: inline-block;
}
.wizard > .actions > ul > li:nth-child(1) a {
  background: #fff;
  color: #012B47;
  margin-right: 30px;
}
.wizard > .actions > ul > li.disabled a {
  display: none;
}
.wizard > .actions > ul > li:nth-child(3) {
  text-align: right;
}

@media (max-width: 1600px) {
  .wizard-results .results-title {
    max-width: 450px;
    margin-top: 100px;
  }

  .wizard .steps ul li a {
    font-size: 15px;
  }

  .wizard-results .results-icon {
    position: absolute;
    right: 24px;
    bottom: -44px;
    max-width: 250px;
  }

  .form-wizard .wizard-holder {
    padding: 0px 50px 0px;
  }
}
@media (max-width: 1200px) {
  .wizard-results .results-title {
    max-width: 450px;
    margin-top: 70px;
  }

  .wizard-results {
    min-height: 436px;
  }

  .wizard-results .results-icon {
    position: absolute;
    right: 24px;
    bottom: -69px;
    max-width: 175px;
  }

  .wizard .steps {
    position: relative;
  }
  .wizard .steps ul li a {
    padding: 0 0 0 20px;
    line-height: 1.2;
  }
  .wizard .steps ul li a .text {
    display: inline-block;
    margin-top: 3px;
  }

  .questionnaire .bg-light {
    padding: 0;
  }

  .form-wizard .wizard-holder {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .form-wizard .wizard-holder {
    padding: 0px;
  }

  .wizard-results .results-title {
    max-width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }

  .wizard-results .results-icon {
    display: none;
  }

  .wizard .steps {
    position: relative;
  }
  .wizard .steps ul li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .wizard .wizard-error {
    padding: 10px 15px;
    font-size: 14px;
  }

  .form-wizard .wizard-holder {
    padding: 0px;
    max-width: 1270px;
    margin: 0 auto;
  }

  .form-wizard {
    padding: 50px 20px 20px;
  }

  .results-plans {
    margin-left: -10px;
    margin-right: -10px;
  }

  .results-plans .price-box .price-holder {
    height: 124px;
  }

  .results-plans .price-box .price-bottom h3 {
    font-size: 18px;
  }

  .wizard-results .results-title {
    margin-bottom: 10px;
  }

  .wizard .steps {
    position: relative;
  }
  .wizard .steps ul li a {
    width: calc(100% - 35px);
  }
  .wizard .steps ul li a .number {
    font-size: 16px;
    line-height: 1.4;
  }
  .wizard .steps ul li a .text {
    position: absolute;
    top: -30px;
    opacity: 0;
    left: 0;
    min-width: 250px;
    text-align: left;
  }
}

/*# sourceMappingURL=steps.css.map */
