@media screen and (min-width:320px) and (max-width:991px){
    .hero-slider {
        height: 300px;
    }
    .socialicons i {
        font-size: 13px;
        margin: 0px -5px;
    }
    .hero-slider img{
        height: 300px;
    }
    .con-info a {
        text-decoration: none;
        color: #222;
        font-size: 12px;
    }
    .home-cont-img {
        margin-top: 40px;
        border-radius: 10px;
    }
    .home-abt-content h3 {
        font-size: var(--clamp40);
        margin-left: -60px;
        margin-top: 10px;
    }
    .home-abt-content p {
        margin-left: -57px;
    }
    .home-about {
        padding: 10px 0;
    }
    .logo img {
        margin-top: -86px !important;
    }
    .menubar i {
        position: absolute;
        right: 20px;
        top: -37px !important;
        font-size: 30px;
    }
    .logo {
        position: absolute;
        top: 69px;
        left: 0;

    }

    .small-img {
        display: none;
    }
    .navi .menu{
        display: none !important;
    }
    .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: 30px;
        margin: 0;
    }
    .innersidemenu img{
        padding: 15px;
    }
}