.wizard-steps-panel .step-number .number {
  margin-left: 0 !important;
}

  .wizard-steps-panel .step-number .number:before {
      left: 0;
      width: 100%;
      z-index: 0;
  }

.step-number:nth-last-child(1) > .number:before, .step-number:nth-last-child(1) > .number:after {
  display: none;
}

.wizard-steps-panel .step-number.done:before {
  content: "\E876";
  font-family: Material Icons;
  font-weight: bold;
  font-size: 16px;
}

.wizard-steps-panel .step-number.done:before {
    content: "\E876";
    font-family: Material Icons;
    font-weight: normal;
    color: white;
    background-color: #007A53;
    width: 24px; height: 24px;
    line-height: 24px;
    border-radius: 50%;
    z-index: 99;
}

.wizard-steps-panel .step-number .number:before {
    content: ' ';
    position: absolute;
    border: 4px solid #EFF0F4;
    border-radius: 4px;
    left: 20px;
    right: calc( 50% + 1.4em/2 );
    top: calc( 1.4em / 2 );
    background: #EFF0F4;
    margin-top: -2px;
}

.wizard-steps-panel .step-number:before {
  position: relative;
  float: left;
  left: 0% !important;
}

.wizard-steps-panel .step-number.doing:before {
    content: "\2022";
    color: white;
    background-color: #007A53;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 37px;
    height: 24px;
    padding-left: 0px;
    z-index: 9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wizard-steps-panel .step-number.doing:before {
    line-height: 32px;
  }
}
@supports (-ms-accelerator:true) {
  .wizard-steps-panel .step-number.doing:before {
    line-height: 32px;
  }
}


.numberstep {
  float: left;
  width: 100%;
}

.wizard-steps-panel {
  position: relative;
  height: 100px;
}

.wizard-steps-panel:after {
  content: '';
  border-bottom: solid 0px #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

  .wizard-steps-panel .step-number {
      float: left;
      text-align: center;
      font-size: 26px;
      position: relative;
  }

    .wizard-steps-panel .step-number .number {
        width: 24px;
        height: 24px;
        background-color: #EFF0F4;
        color: #1a1a1a;
        margin-left: calc(50% - 1.7em / 2 );
        border: 3px solid #EFF0F4;
        border-radius: 1.7em;
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
        padding: 0;
    }

    .wizard-steps-panel .step-number.doing .number {
        background-color: #007A53;
        color: white;
        border: 3px solid #007A53;
    }

    .wizard-steps-panel .step-number.done .number,
    .wizard-steps-panel .step-number.done .number:after,
    .wizard-steps-panel .step-number.done .number:before {
        background-color: #007A53;
        border: 4px solid #007A53;
        color: #ffffff;
    }
    .wizard-steps-panel .step-number .number:after {
        content: ' ';
        position: absolute;
        border: 4px solid #EFF0F4;
        border-radius: 4px;
        left: calc( 50% + 1.4em/2 );
        right: -4px;
        top: calc( 1.4em / 2 );
        background: #EFF0F4;
        margin-top: -2px;
    }

.wizard-steps-panel.steps-quantity-1 .step-number {
    width: 99%;
}

.wizard-steps-panel.steps-quantity-2 .step-number {
    width: 49%;
}

.wizard-steps-panel.steps-quantity-3 .step-number {
    width: 44%;
}

.wizard-steps-panel.steps-quantity-3 .step-number.step-3 {
    width: 10%;
}

.wizard-steps-panel.steps-quantity-4 .step-number {
    width: 31%;
}
.wizard-steps-panel.steps-quantity-4 .step-number.step-4 {
    width: 7%;
}
.wizard-steps-panel.steps-quantity-5 .step-number {
    width: 23.5%;
}
.wizard-steps-panel.steps-quantity-6 .step-number {
    width: 17%;
}
.transferServPage .wizard-steps-panel.steps-quantity-6 .step-number {
    width: 18.8%;
}
.step-number.done .number, .step-number.doing .number {
  text-indent: -9999px;
}
.modal-body.wizard-content {
  padding: 15px 0;
  float: left;
  width: 100%;
}

.submit-button {
  margin-left:15px;
}

.stepname {
  display: none; font-family:'Interstate-Bold';
    color: #1a1a1a;
    font-weight: normal;
    font-size: 16px;
}

.stepname.doing {
  display: block;
}

div#myModal {
  float: left;
  width: 100%;
}

.wrapperstep {
  font-size: 16px;
  color: #696969;
  display: block;
  margin-bottom: 20px;
}

.wizard-step {
  display: block;
  clear: both;
  margin-top: 32px;
  font-size: 14px;
  float: left;
  width: 100%;
}

.stepperWrapper .modal-footer {
  border-top: 0px solid #e5e5e5;
  width: 100%;
  float: left;
  display: flex;
  padding: 15px 0;
  margin: 10px 0; flex-direction:row-reverse; justify-content:flex-start;
}

#stepperprocess .full_width_input_sec {
  width: 100%;
  float: left;
  margin: 25px 0px 0;
  padding: 0 0 0 0px !important;
}

.wizard-step .form-group {
  margin: 0;
}

.makepayment .wizard-steps-panel.steps-quantity-2 .step-number.step-1 {
    width: 94%;
}
.makepayment .wizard-steps-panel.steps-quantity-2 .step-number.step-2 {
    width: 5%;
}

@media only screen and (max-width:991px) {
    .makepayment .wizard-steps-panel.steps-quantity-2 .step-number.step-1 {
        width: 90%;
    }
}


