.active-progress-bar:before {
    color: white !important;
    border-color: #FABA25 !important;;
    background-color: #FABA25 !important;;
    content: "I" !important;;
}

.active-progress-bar:after {
    background: #FABA25 !important;;
    content: "" !important;;
    width: 100% !important;;
    height: 1px !important;;
    position: absolute !important;;
    margin: auto !important;;
    left: 50% !important;;
    top: 13px !important;;
    z-index: -1 !important;;
}
