.progress-bar-two {
    display: flex;
    flex-direction: row-reverse;
    margin: 20px 0;
}
.progress-bar-two .progress-box {
    width: 90%;
    position: relative;
    background: #fff;
    border-radius: 50px;
    height: 30px;
    overflow: hidden;
}
.progress-bar-two .value {
    width: 50px;
    font-weight: 700;
    font-size: 28px !important;
    color: #2ABB9C;
    position: relative;
    top: -5px;
    margin-left: 10px;
}

.progress-bar-two .progress-box .progress {
    height: 30px !important;
    background: #2ABB9C !important;
    position: absolute !important;
    left: 0 !important;
    border-radius: 50px !important;
}
.progress-bar-two .progress-box .label {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 30px;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
}
.progress-bar-two .progress-box .label div{
    font-size: 15px !important;
    border-right: 1px solid #888;
    width: 20%;
    text-align: center;
}
.progress-bar-two .progress-box .label div:last-child{
    border-right: 0;
}
.progress-bar-two .value {
    position: relative;
    top: 1px;
    font-size: 30px !important;
}