
.rtl .progressbar li {
    list-style-type: none;
    float: right !important;
    /*width: 33.33%;*/
    /*font-size: 12px;*/
    position: relative;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #999999;
}

    .rtl .progressbar li:after {
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        background-color: #999999;
        top: 15px;
        left: 0 !important;
        right: -50%;
        z-index: -1;
    }
    .rtl li:first-child:after {
        border-color: transparent;
        background-color: transparent;
        color: white;
    }