.footer .footer-body .footer-help-wrap .footer-contact {
  line-height: 30px;
  color: #cccccc;
}

.footer .footer-body .footer-help-wrap .footer-contact h1 {
  color: #ffffff;
}

.banner-wrap .banner-info {
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.map-wrap {
  height: 300px;
}

.footer, .footer .footer-body {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .navbar .nav li a {
    padding: 0 12px;
  }
  .map-wrap {
    height: 500px;
  }
}
@media screen and (min-width: 960px) {
  .navbar .nav li a {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1120px) {
  .navbar .nav li a {
    padding: 0 30px;
  }
}