@media all and (max-width: 1199px){




}

@media all and (max-width: 991px){
    .navbar-brand img{
        position: static !important;
    }
    .header-social,
    .social-profiless{
        text-align: center !important;
    }

    .menu ul li{
        display: block !important;
        padding: 10px 10px !important;
        border-right: 0px solid !important;
    }


}


@media all and (max-width: 767px){

    .readmore,
    .csubmit{
        margin-bottom: 20px;
    }
    .overfooter-left h3{
        margin-top: 20px;
    }

    .single-slider img{
        height: 320px;
    }

    .about-content ul li{
        width: 100%;
    }
    .navbar-brand img {
        position: static !important;
        height: auto !important;
        width: 317px;
    }

}

@media all and (max-width: 510px){


    .single-slider img{
        height: 150px;
    }


}
