@media screen and (min-width:320px) and (max-width:991px){
    .hero-slider {
        height: 300px;
    }
    .hero-slider img{
        height: 300px;
    }
    .menu{
        display: none;
    }
    .main{
        display: none;
    }
    .about-img {
        margin-top: 40px;
    }
    .services-block {
        height: auto;
    }
    .mission {
        margin-bottom: 20px;
        margin: 10px 10px;
    }
    .footer-address h4 {
        margin-top: 18px;
    }
    .footer-links {
        margin-top: 30px;
    }
    .footer-section h4 {
        margin-bottom: -18px;
    }
    .sidemenu{
        display: block;
        top: 0;
        position: fixed;
        right: -250px;
        background-color:white;
        height: 100%;
        width: 250px !important;
        padding: 0;
        margin: 0;
        border-left:solid 1px #f8f8f8;
        z-index: 10000;
        text-align: center;
        transition: ease-in-out 0.3s;
    }
    .menubar{
        display: block;
        position: absolute;
        top: 55px;
        right: 10px;
        float: right;
        cursor: pointer;
    }
    .menubar i{
        position: absolute;
        right: 20px;
        font-size:30px;
    }
    .sidemenu li{
        list-style: none;
        height: 40px;
    }
    .sidemenu li a{
        text-decoration: none;
        color: #222;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .innersidemenu{
        background-color: white;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    .innersidemenu img{
        padding: 15px;
    }
}