/* .process-flow{

} */


/* .unactive {
  color: #bddf22;
  border-color: #bddf22;
  background: #bddf22;
} */


.hh .progress-barr-wrapper {
  width: 80%;
  background: #ffffff;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
}

.hh .progress-barr {
  /* overflow: hidden; */
  text-align: center;
  list-style-type: none;
}

.hh .progress-barr li {
  float: left;
  font-size: 11px;
  line-height: 11px;
  width: 19%;
  position: relative;
  /* z-index: 1; */
  /* top: 20px; */
  margin-block: 18px;
}
@media (max-width: 768px) {
  .hh .progress-barr li {
    width: 17.35%;
  }
}
.hh .progress-barr li:before {
  content: "\2713";
  /* font-family: dreamspace; */
  display: block;
  font-size: 10px;
  line-height: 30px;
  color: #d5dbdb;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  border: 2px #d5dbdb solid;
}

.hh .progress-barr li:after {
  content: "";
  width: 100%;
  height: 9px;
  background: #B1B6BA;
  position: absolute;
  margin: auto;
  left: 50%;
  top: 13px;
  z-index: -1;
}

.hh .progress-barr li:last-child:after {
  display: none;
}


/* SIGNUP PAGE 1 */

.signup-1 .progress-barr li:first-child:before {
  color: #b8b8b8;
  border-color: #B1B6BA;
  background: #B1B6BA;
}


/* SIGNUP PAGE 2 */

/*.signup-2 .progress-barr li:nth-child(2):before {*/
/*  color: #B1B6BA;*/
/*  border-color: #B1B6BA;*/
/*  background: #B1B6BA;*/
/*}*/

.signup-2 .progress-barr li:first-child:before {
  content: "\2713";
}

.signup-2 .progress-barr li:first-child:after {
  background: #B1B6BA;
}


/* SIGNUP PAGE 3 */

/*.signup-3 .progress-barr li:nth-child(3):before {*/
/*  color: #fff;*/
/*  border-color: #018FFF;*/
/*  background: #018FFF;*/
/*}*/

/*.signup-3 .progress-barr li:nth-child(2):before {*/
/*  content: "\2713";*/
/*}*/

/*.signup-3 .progress-barr li:nth-child(2):after {*/
/*  background: #018FFF;*/
/*}*/


/*!* SIGNUP PAGE 4 *!*/

/*.signup-4 .progress-barr li:nth-child(4):before {*/
/*  color: #fff;*/
/*  border-color: #018FFF;*/
/*  background: #018FFF;*/
/*}*/

/*.signup-4 .progress-barr li:nth-child(3):before {*/
/*  content: "\2713";*/
/*}*/

/*.signup-4 .progress-barr li:nth-child(3):after {*/
/*  background: #018FFF;*/
/*}*/

/*!* SIGNUP PAGE 5 *!*/

/*.signup-5 .progress-barr li:nth-child(5):before {*/
/*  color: #fff;*/
/*  border-color: #018FFF;*/
/*  background: #018FFF;*/
/*}*/

/*.signup-5 .progress-barr li:nth-child(4):before {*/
/*  content: "\2713";*/
/*}*/

/*.signup-5 .progress-barr li:nth-child(4):after {*/
/*  background: #018FFF;*/
/*}*/



/* .unactive {
  color: #bddf22;
  border-color: #bddf22;
  background: #bddf22;
} */

/* .progress-barr li.active:before {
  color: #fff !important;
  border-color: #0eff01 !important;
  background: #01ff23 !important;
}

.progress-barr li.active:after {
  background: #01ff45 !important;
} */





.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.item svg {
  color: #018fff;
  font-size: 1px;
  width: 45px;
  height: 40px;
  overflow: visible;
}

.item span {
  font-size: 13px;
  margin-block: 8px;
  line-height: 15px;
}
