.header-text h2{
    margin-bottom: 20px;
    color: #72c02c;
}
.title-form h3{
    margin-bottom: 25px;
    color: #72c02c;
    font-weight: 700;
}
.info-icon{
   position: absolute;
   top: 4px;
   right: -50px;
   background: #337ab7;
   color: #fff;
   padding: 5px 10px;
   border-radius: 50px;
}
.info-icon-two{
    right: -65px;
}
.info-icon-three{
    right: -218px;
}
.radio-inline{
    padding-left: 0px;
    cursor: default;
    width: 49.2%;
    text-align: center;
    
}
.radio{
    width: 100%;
    margin-top: 0px;
}
.radio label{
    padding: 6px 15px;
    border: 2px solid #337ab7;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 5px;
    color: #337ab7;
    background: #ebf0f2;
}
.radio-inline input:checked + label,
.radio input:checked + label{
    background: #337ab7;
    color: #fff;
}
.radio-inline input[type="radio"],
.radio input[type="radio"]{
    visibility: hidden;
    margin: 0;
}
.radio-inline label{
    padding: 6px 12px;
    border: 2px solid #337ab7;
    border-radius: 3px;
    width: 100%;
    color: #337ab7;
    cursor: pointer;
    background: #ebf0f2;
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline{
    margin-left: 0px;
}
.progress-bar-form .progress-bar-step{
    display: inline-block;
}
.progress-bar-form .progress-bar-step h2{
    border: 4px solid #72c02c;
    border-radius: 100%;
    padding: 10px;
    text-align: center;
    color: #72c02c;
}
.progress-bar-form .second-step:after,
.progress-bar-form .thrith-step:after{
    content: '';
    width: 30px;
    height: 4px;
    background: #72c02c;
    position: absolute;
    left: -15px;
    top: 47px;
    z-index: -1;
}
.progress-bar-form .step-active h2{
    background: #72c02c;
    color: #fff;
}
.form-control-static li{
    list-style: none;
    line-height: 23px;
}
.form-control-static li:before{
    content: '\2022';
    height: 23px;
    line-height: 15px;
    margin-right: 9px;
    color: #337ab7;
    font-size: 40px;
    display: block;
    float: left;
}
