/* ===== Progress bar =========
============================= */

.progress {
    height: 15px;
    background-color: #fbfcfe;
    border-radius: 50px;
    bottom: 20px;
    position: absolute;
    width: 90%;
}

.progress-bar {
    font-size: 10px;
}

#progress_bar_block>div {
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px !important;
}

#progress_bar_block .bg-success {
    background-color: #b5eed7 !important;
    color: #373737;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px){
    .progress {
        width: 550px;
    }
}
