.stepwizard-step p {
    margin-top: 10px;
    color: #a6a6a5;
    font-weight: 700;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 40px;
  text-align: center;
  background: #e6eaec;
  color: black;
}
.btn-primary{
  background:#12577e;
  color:#fff;
}
.has-error label{
  color:#c43508;
}
.nextBtn {
  float:right;
  min-width:200px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .stepwizard-step p {
      margin-top: 10px;
      color: #a6a6a5;
      font-weight: 500;
  }
}