.displayNone {
    display: none !important;
}
.contactHidden{display: none;}

// -----------------------------------
.main-header .logo-outer .logo img {
    width: 240px;
    height: auto;
}
.footer-upper .item .location li{font-size: 16px;}





// ----------------------------

@media screen and (max-width: 991px) {
  .contactHidden{display: inherit!important;}
}

