@media screen and (max-width: 767px) {
    .footer .footer_above {
        text-align: left !important;
    }
    .footer .widget_title{
        text-align: left !important;
    }
    .footer .footer_above2 .footer_widget2 .logo, .footer .footer_nav, .footer .footer_widget2 {
        text-align: left !important;
    }
    .footer .side_footer_social .bottom_social {
        justify-content: left;
        margin-top: 10px !important;
    }
    .footer .footer_bottom .footer_bottom_inner .footer_nav_bottom ul {
        display: none;
    }
    .footer .footer_bottom .footer_bottom_inner>div:not(:last-child) {
        margin-bottom: 0px !important;
    }
    .copyright{
        margin-bottom: 10px !important ;
    }
    

    .header .logo a img {
        margin-top: 0px !important;
        margin-left: -200%;
        transition: all .5s ease;
        width: 100%;
    }
    .header .phone {
        display: none !important;
    }

}

@media screen and (max-width:600px ) {
    .middle_bar {
        margin-top: -30px;
        padding: 0 10px;
    }
}
