footer  {
    
    background: #004b80 !important; 
    color: #eee;
    font-size: 11px;
    padding: 20px;
    margin-top: 40px;
  }
  
.fa {
    padding: 0px;
    font-size: 12px;
    width: 50px;
    text-align: left;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }

  .footer-social {
  background: none !important;
  }

  .btn-subscribe {
    color: #fff;
    background-color: #6a6b6b !important;
    border-color: #ccc;
  }

  footer .form-control {
    background-color: #fdf9f9 !important;
    color: rgb(10, 10, 10) !important;
  }
  
  @media (max-width: 768px) {
  
  .footer-logo {
      padding: 15px;
      margin-right: 45px;
      display: inline;
      align-items: center;

    }
   
    .footer-social {
      
      margin-top: 2px;
      margin-bottom: 2px;
      margin-left: -40px;
      display: inline;
    }
