.progress-step {
    position: relative;
    height: 30px !important;
}

.progress-step .bar-step {
    position: absolute;
    margin-bottom: 0px;
    z-index: 1;
    font-size: 12px;
    color: #000000;
}

.progress-step .label-line {
    float: right;
    background: #000000;
    height: 40px;
    width: 3px;
    margin-left: 5px;
}

.progress-step .label-percent {
    float: right;
    margin-top: 16px;
}

.progress-step .badge {
    font-weight: normal !important;
    background-color: #000 !important;
    border-radius: 0px !important;
}