footer {
    width: 100%;
    height: max-content;
    background-color: #f5f7fc;
    z-index: 100;
    color: #222831;
    padding: 0.1px;
    font-weight:500;
    font-family: "Inter",sans-serif !important;
  }
  .logo-footer{
    height:50px;
  }
  .footer-text{
    line-height: inherit;
  }
  footer div {
font-weight: 400;
font-family: "Inter",sans-serif !important;
  }
  footer .footer-image{
    width:90px;
    height:40px;
    margin:0;
    margin-top:5px;
  }
  footer .footer-image img{
    max-width:100%;
    max-height:100%;
  }
  footer div ul {
    list-style-type: none;
  padding:0;
  }

  footer div ul {
    list-style-type: none;
  }
  footer div ul a {
    line-height: 2.1;
    text-decoration: none;
    color: #495057;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
    transition: 0.5s;
    line-height: 2;
    font-weight: 400;
    transition: 0.4s;
    font-family: "Inter",sans-serif !important;
  }
  footer div ul a i.fa,
  footer div ul li i.fa {
    width: 20px;
    line-height: inherit;
    margin-right: 6px;
    transition:0.3s;
  }
  footer div ul a:hover {
    color: #5890fd;
  }

  footer div ul a:hover i.fa{
opacity: 0;
  }
  footer div ul a div{
transition:0.3s;
  }
  footer div ul a:hover div{
    margin-left:-20px;
      }

  footer h4 {
    font-size:1.24rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    color:#222831;
  }

  footer button {
    border: none;
    background-color: #0042b3;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
  }
  #socialIcons-footer {
    width: 50%;
    display: flex;
  }

  #socialIcons-footer div {
    height: 20px;
    width: 20px;
    border: 1px solid white;
    border-radius: 50px;
    padding: 10px;
    margin: 3px;
  }
  #socialIcons-footer a {
    height: inherit;
    width: inherit;
  }

  #socialIcons-footer a img {
    height: inherit;
    width: inherit;

    filter: invert(1);
  }

  footer p {
    margin-left: 40px;
    font-style: italic;
  }
  footer bold {
    font-weight:500;
  }

  footer .copy {
    margin: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#222831;
  }
