.multistep-form-wrap{
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.multistep-form-button-wrap{
  display: flex;
  justify-content: space-between;
  padding-right: 2.5%;
  padding-left: 2.5%;
}
.nextBtn, .prevBtn {
    background-color: #1c4c91!important;
    color: #ffffff!important;
    border-radius: 10px!important;
    border: 2px solid #ffffff!important;
    font-weight: 600;
    width: 50%!important;
    height: 50px;
    transition: all 0.2s ease;
}

.nextBtn:hover,.prevBtn:hover {
    background-color: #072248!important;
}
/* Form fb-progress */

.fb-progress {
  margin: 20px auto;
  text-align: center;
}
.fb-progress .circle,
.fb-progress .bar {
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #d5d5da;
  vertical-align:top;
}
.fb-progress .bar {
  position: relative;
  height: 4px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top:16px;
  vertical-align:top
}
.fb-progress .circle .label {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 19px;
  border-radius: 22px;
  margin-top: 3px;
  color: #b5b5ba;
}
.fb-progress .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 18px;
  margin-left: -30px;
  display: block;
  width: 100px;
  margin-top: 5px;
}
/* Done / Active */

.fb-progress .bar.done,
.fb-progress .circle.done {
  background: #eee;
}
.fb-progress .bar.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.fb-progress .circle.done .label {
  color: #FFF;
  background: #8bc435;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}
.fb-progress .circle.done .title {
  color: #444;
}
.fb-progress .circle.active .label {
  color: #FFF;
  background: #0c95be;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}
.fb-progress .circle.active .title {
  color: #0c95be;
}