@media (max-width:995px){
    footer .bottom-bar{
        display: block;
    }
    footer .footer-copyrights{
        display: none;
    }
    nav .icons{
        margin-top: 0px;
    }
    footer .footer-info{
       
        margin-bottom: -200px;
        background-color: #ffffff;
    }
}