.navbar-brand{
    width: 154px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer{
    background: linear-gradient(rgba(41, 125, 128, 0.85) ,rgba(22, 22, 22, 0.85)), url(../img/hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

  }
  #footer .footer__logo img{
    max-width: 178px;
  }

  #footer .footer-top {
    /* padding: 80px 0 30px 0; */
    padding: 65px 0 10px 0;
    background: var(--color-dark-blue);
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #37517e;
  }

  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
  }

  #footer .footer-top h4 {
    font-size: 15px;
    text-transform:uppercase ;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #47b2e4;
    font-size: 18px;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul a {
    color: #d7d7d7;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  #footer .footer-paragraph{
    color: #d7d7d7;
    font-size: 13px;
  }
  #footer .footer-hr{
    width: 70%;
    margin: auto;
    color: var(--color-white);
  }
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    transition: 0.3s ease;
  }

  #footer .footer-top .social-links a {
    font-size: 23px;
    display: inline-block;
    color: var(--color-white);
    line-height: 1;
    margin-right: 20px;
    border-radius: 6px;
    text-align: center;
    transition: 0.3s;
  }
  #footer .footer-top .social-links a:hover {
    color: #fff;
    color: var(--color-orange);
    text-decoration: none;
  }

  #footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
  }

  #footer .copyright {
    font-size: 12px;
    text-align: left;
    color: #d7d7d7;
  }
  .footer__credits{
    font-weight:600;
    color:#cb2027;
    text-decoration: none;
    text-transform: uppercase;
  }
  .footer__logo__text{
    margin-left: 12px;
  }
  .footer__logo__text h5{
   color: #fff;
  }
  .footer__logo__text h6{
    font-family:'Roboto Slab', serif;
    color: #eeeded;
    font-size: 14px;
}
.footer__address{
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.footer__address .address h6:nth-child(2){
  margin-top: -3px;
}
.footer__address .icon i{
  font-size: 30px;
  color: #eeeded;
}
.footer__address .address{
  margin-left: 10px;
}
.footer__address .address h6{
  font-size: 14px;
  color: #eeeded;
  font-family: "poppins";
}
#footer .social-links a img{
  width: 26px;
  height: 26px;
}
  @media (max-width: 768px) {
    #footer .footer-bottom {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
.cta__bookAmbulance{
    width: 281px;
    padding: 6px;
    font-size: 22px;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    background-color: #be2023;
    letter-spacing: 1px;
}
.cta__bookAmbulance:hover{
    color: #fafafa;
    background-color: #b11e20;
}
.topBar__links{
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
.topBar__links:hover{
    color: #d7d7d7;
}

/* MEDIA QUERIES  */

@media screen and (max-width:576px){
    .service img {
    width: 60px;
}
.cta__bookAmbulance {
    width: 218px;
    padding: 16px;
    font-size: 18px;
}
#services{
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.info-box img {
    width: 53px;
}
#about{
    padding-top: 20px!important;
    padding-bottom: 30px!important;
}
}