.progress_container {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 0;
    height: 10px;
    z-index: 1;
}

.progress_bar {
    background-color: rgb(0, 147, 208);
    width: 10px;
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25)!important;
    position: absolute;
    height: 10px!important;
    width: 100%!important;
   
}

.swiper-container-horizontal>.swiper-pagination-progressbar{
    /* top: 100%!important; */
    bottom: 0!important;
    top: auto!important;
  
}

