@media screen and (max-width: 1200px){

.hero{
    height: auto;
}
.hero-list{
    flex-wrap: wrap;
    border-right: none;
    justify-content: center;
}
.hero-list-box{
     border-right: none;
     width: 50%;
     display: flex;
     justify-content: center;
     margin: 20px 0;
}
 h1{
    font-size: 50px!important;
}
.hero-content p{
    font-size: 18px;
}

}

@media screen and (max-width: 991px){
    i.fas.fa-bars{
        color: #fff;
    }
    .hero-img-left{
        display: none;
        width: 0;
    }
    .hero-img-right{
        display: none;
        width: 0;
    }
    .hero-content{
        width: 100%;
    }
    .service-content{
        padding-top: 40px;
        padding-left: 0;
    }
    .mar-100{
        padding-top: 50px;
    }
    .service-img{
        width: 100%;
        margin-top: 60px;
    }
    .about-main h2{
        width: 100%;
    }
}


@media screen and (max-width: 700px){
    .service-video{
        width: 100%;
    }
    .navbar-brand img {
        height: 90px;
    }
    .service-icone{
        margin-bottom: 20px;
        padding: 10px 0;
    }
    .service-video video{
        width: 100%;
 
    }
    .footer-container{
        flex-direction: column-reverse;
    }
    .footer-logo{
        width: 100%;

    }
    .section-padding{
        padding: 50px 0;
    }
    .footer-link{
        width: 100%;
        margin-bottom: 20px;
    }
    li.nav-item{
        margin-bottom: 20px;
    }
    
    .hero-top-list ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    }
    
    .hero-top-list ul li {
    display: flex
;
    color: #fff;
    margin: 0 15px;
    margin-left: 0;
}
.hero-content p {
        font-size: 14px;
    }
}
