.step-form-horizontal-crmnt {
  padding-top: 5.4rem;
}


.step-app > .step-steps {
  margin: 0;
  padding: 0;
  display: flex;
  /*border-radius: 3px 3px 0 0;
  overflow: hidden;*/
  list-style: none;
}
.step-app > .step-steps > li {
  list-style: none;
  flex: 1;
  width: 33.33333%;
  position: relative;
}
.step-app > .step-steps > li:last-child a {
  border: none;
}

.step-app > .step-steps > li:not(:last-child)::after {
  position: absolute;
  width: 100%;
  height: 1rem;
  content: "";
  left: 50%;
  top: -2.5rem;
  background-color: #f2c719;
  z-index: 0;
}

.step-app > .step-steps > li:not(:last-child).active::after, .step-app > .step-steps > li:not(:last-child).active~li::after {
  background-color: #f3f3f3;
}


.step-app > .step-steps > li > a {
  display: block;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  color: #464a53;
  text-decoration: none;
  border-right: 1px solid #fff;
  position: relative;
}

.step-app > .step-steps a {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 0em !important;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.step-app > .step-steps > li a span.number {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #dddfe1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  border-radius: 50px;
  width: 6rem;
  z-index: 1;
}

.step-app > .step-steps > li.active a .number {
  color: #f2c719;
  background: #fff;
  border: 2px solid #f2c719;
}

.step-app > .step-steps > li > a > .number {
  background: #fff;
  padding: 0 8px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  border-radius: 3px;
  color: #333;
  font-size: 1.429em;
}
.step-app > .step-steps > li > a:hover {
  background-color: #fff;
  text-align: center;
  color: #464a53;
}
.step-app > .step-steps > li.active a {
  background-color: #fff;
  text-align: center;
  color: #464a53;
}
.step-app > .step-steps > li.error a {
  background-color: #e7505a;
  color: #fff;
}
.step-app > .step-steps > li.done a {
  background-color: #fff;
  text-align: center;
  color: #464a53;
}

.step-app > .step-steps > li.done a .number{
  color: #fff;
  background: #f2c719;
  background: -moz-linear-gradient(left,#f2c719 0%,#f2c719 100%);
  background: -webkit-linear-gradient(left,#f2c719 0%,#f2c719 100%);
  background: linear-gradient(to right,#f2c719 0%,#f2c719 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c719', endColorstr='#f2c719',GradientType=1 );
  border-color: transparent;
} 
.step-app > .step-content {
  padding: 1.5rem 0 3rem 0;
  border-top: 0;
}
.step-app > .step-content > .step-tab-panel {
  display: none;
}
.step-app > .step-content > .step-tab-panel.active {
  display: block;
}
.step-app > .step-footer {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: right;
}
.step-app > .step-footer > .step-btn {
  padding: 4px 16px;
  color: #333;
  text-decoration: none;
  background: #e5e5e5;
  border-radius: 3px;
  border: none;
  outline: none;
  cursor: pointer;
}
/*# sourceMappingURL=jquery-steps.css.map */