/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

@media screen and (max-width:991px) {
    
    .menu-warp {
        display: none;
    }
}
.address {
    font-size: 14px;
    color: #666565;
    text-align: justify;
    margin-top: 14px;
    margin-bottom: 0;
  }