.progress{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}
.progress-bar {
    width: 99%;
    position: absolute;
    height: 8px;
    background: rgba(94, 163, 212, 1);
    top: 1px;
    left: 1px;
}
.progress-box{
    width: 80%;
    position: absolute;
    height: 10px;
    top: 50%;
    border: 1px solid rgba(94, 163, 212, 1);
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    overflow: hidden;
    left: 10%;
}