.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background-color: #061e40; }
  .footer p {
    color: #fff; }
  .footer img {
    width: 30px; }

.contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #8b0d0d;
  padding: 50px 0; }
  .contact-us img {
    max-width: 100px;
    margin: 0 10px;
    margin-right: 20px; }
  .contact-us ul {
    border-left: 1px solid #fff;
    padding-left: 20px; }
  .contact-us li {
    line-height: 2;
    font-weight: bolder;
    color: #cfcfcf; }
  .contact-us span {
    font-weight: normal; }

@media screen and (max-width: 767px) {
  .contact-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #8b0d0d;
    padding: 30px 0; }
    .contact-us img {
      max-width: 90px; } }

@media screen and (max-width: 500px) {
  .contact-us {
    padding: 20px 0; }
    .contact-us img {
      max-width: 100px; }
    .contact-us ul {
      border-left: none;
      padding-left: 0px;
      margin-top: 20px; } }
