.footer {
  background:#171E2E;
}

.footer img {
  max-width: 150px;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #bbb;
}
.newsletter-form {
  display: flex;
  align-items: center;
  border: 1px solid #555;
  border-radius: 30px;
  overflow: hidden;
}

.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 16px;
  color: #fff;
  outline: none;
}

.newsletter-form button {
  background: none;
  border: none;
  color: #d7fb00;
  padding: 0 16px;
  cursor: pointer;
}
.contact-link,
.location,
.social-icon {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.contact-link:hover,
.social-icon:hover {
  color: #d7fb00;
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }

  .newsletter-form {
    margin: auto;
  }

  .social-links {
    justify-content: center;
  }
}
@media screen and (max-width:768px){
    .footer-navigation{
        margin: 0 auto;
    }
}
@media screen and (max-width:768px){
    .footer-navigation{
        padding: 50px 0;
    }
    .contact-navigation,.timing-navigation,.location-navigation{
        margin: 0 auto;
    }
}