#pp1:before, #pp2:before{
  font-family: Font Awesome\ 5 Brands;
  font-weight: 100;
  content: "\f1ed";
}

#mp1:before, #mp2:before{
  font-family: Font Awesome\ 5 Free;
  content: "\f24e";
}

#delivery1:before, #delivery2:before{
  font-family: Font Awesome\ 5 Free; 
  content: "\f0d1";
}





.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {


}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}
.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: tomato;
}
.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: tomato;
  border-radius: 50%;
}

.multi-steps > li:last-child:after {
  display: none;
}

.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}