/**
     * Theme Name: Hero Child
     * Template: hero
     * Author: Manishg
     */

body {
    border-top: 0px solid #ff0000 !important;
}
.elementor-swiper .swiper-slide {
    position: relative;
}
.slide-progress-bar {
    position: absolute;
    bottom: 500px;
    left: 20px;
	margin-right: 20px !important;
    width: 0%;
    height: 2px;
    background: red;
    transition: width 3s linear;
    z-index: 9999;
    border-radius: 2px;
	padding-right: 50px;
}
@media (max-width:767px){
.slide-progress-bar {
	bottom: 260px;
}
}