.content-progress-form{
  padding: 45px 0;
}
.text-center{
  text-align: center;
}
.progress-form{
  display: inline-block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.progress-form div.complete{
  box-shadow: inset 0 24px 0 0 #0d8eae;
}
.progress-form div{
  float: left;
  padding: 2px 60px;
  box-shadow: inset 0 24px 0 0 #d9d9d9;
  position: relative;
}
.progress-form div:first-child{
  padding: 2px 55px 10px 0px;
}
.progress-form div:last-child{
  padding: 2px 0 10px 60px;
}
.progress-form div span{
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #d9d9d9;
  line-height: 36px;
  border-radius: 300px;
  border: 3px solid #d9d9d9;
  background-color: #f5f5f5;
  position: relative;
  z-index: 300;
}
.progress-form div.complete span{
  color: #0d8eae;
  border: 3px solid #0d8eae;
}
.progress-form:after{
  content: "";
  width: 100%;
  height: 0;
  top: -3px;
  left: 0;
  padding: 11px 0;
  background-color: #ffffff;
  position: absolute;
}
.progress-form-text span{
  display: inline-block;
  width: 160px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #9c9c9c;
}
.check-none{
  display: none;
}
.box-privacy{
  display: inline-block;
  width: 150px;
  height: 145px;
  margin: 0px 4px;
  border-radius: 4px;
  border: 1px solid #ebf0f1;
  background-color: #f6f6f6;
  position: relative;
}
.box-privacy > i{
  display: block;
  font-size: 50px;
  color: #bfbfbf;
  top: -15px;
  line-height: 145px;
  text-align: center;
  position: relative;
}
.box-privacy p{
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #bfbfbf;
  margin-top: -50px;
  text-align: center;
  text-transform: uppercase;
}
.form-badges{
  right: 58px;
  bottom: -14px;
  position: absolute;
}
.form-badges > i{
  display: block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fb896f;
}

.form-badges-disable{
  position: relative;
}
.form-badges-disable > i{
  display: block;
  width: 20px;
  height: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #CCCCCC;
}