.progress-bar-custom{
    width: 97%;
    left: 1%;
    position: relative;
}
.step-progressbar{
    display: block;
    height: 100%;
    position: absolute;
    border-width: 0 0.5px 0 0.5px;
    border-style: double;
    border-color: #fbfafa;
}
.progress-top{
    width:100%;
    position: absolute;
    z-index: 5;
    height: 27px;
    margin-top: -2px;
    color: #fbfafa;
}
.progress-footer{
    margin-top: -12px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}
.progress-footer span{
    margin-left: -0.5%;
    position: relative;
    font-size: 12px;
    
} 