.contactus-location {
  background: #00437e;
  color: #ffffff;
  text-align: right;
}

.contactus-location h3 {
  font-weight: 800;
  font-size: 40px;
}

.contact-info {
  background: #f0f7fd;
}

.contact-info h4 {
  color: #00437e;
  font-size: 22px;
}

.contact-info h5 {
  color: #00437e;
  font-size: 18px;
  font-weight: bold;
}

.contact-info p {
  margin: 0px;
  color: #000000;
}

.contact-info p a {
  color: #000000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .contactus-location {
    text-align: left;
  }
  .contactus-location h3 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=contact.css.map */
