/* For responsive menu */
@media all and (max-width: 699px){
    .menu-ul{
        display: none;
    }
    .menu-select{
        display: inline-block;
    }
}

/* Adjusting footer text */
@media all and (max-width: 699px){
    .bar-area .bar-left,.bar-area .bar-right{
        width: 100% !important;
        padding: 0;
        text-align: center;
        background: #564B49;
    }
    
    .footer-social-icons{
        display: block;
        margin: 7px 0;
    }

}
/*page title*/
@media all and (max-width: 600px){
    h1{
        font-size: 12px;
    }
}
/*slider margin*/
@media all and (max-width: 1000px){
    #slider{
        width: 100% !important;
        margin: 0;
    }
}