.footer__linklist .h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-family: "Quicksand", Helvetica, sans-serif !important;
  font-weight: 700;
  display: block;
}

.footer__contact a:hover {
  text-decoration: underline !important;
}

.footer__menu li a {
  transition: all 0.3s ease-out;
}

footer .social-area a i {
    transition: all 0.3s ease-out;
}

footer .social-area a:hover i {
    color: #01509f;
}

/* FOOTER TOP MENU */
#footertopmenu li a {
  font-size: 1rem;
  color: #9fa7b5;
  transition: all 0.3s ease-out;
}

#footertopmenu li a:hover {
  color: #fa7f26;
}

.footer__menu li a:hover {
  color: #fa7f26;
}

.footer__legal * {
  color: #112447 !important;
  font-size: 1rem; /* 16px */
}

.footer__menu li a {
  font-size: 1.125rem; /* 18px */
}

.footer__wave--img {
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.footer__pointswave--img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

footer * {
  font-size: 0.9375rem; /* 15px */
  color: #112447;
}

footer a {
  font-family: "Quicksand", Helvetica, sans-serif !important;
  font-weight: 400;
  color: #112447;
}

.footer__logo img {
  height: 4.0625rem; /* 65px */
}

.footer__social a {
  display: inline-block;
  height: 2.625rem; /* 42px */
  line-height: 2.625rem; /* 42px */
  width: 2.625rem; /* 42px */
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer__social a i {
  transition: all 0.3s ease;
  color: #fff;
}

.footer__social a:hover {
  background: #001d6c;
}

.footer__social a:hover i {
  color: #fff;
}

#totop {
  position: fixed;
  right: 1.25rem; /* 20px */
  bottom: 1.25rem; /* 20px */
  z-index: 10000;
  top: auto;
  cursor: pointer;
  background: #01509f;
  color: #272727;
  width: 3rem; /* 48px */
  height: 3rem; /* 48px */
  box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2); /* 17px */
  border-radius: 50%;
}

#totop:hover {
  color: #001d6c !important;
  background-color: #fff !important;
  transition: all 0.5s ease-out;
  border: 1px solid #001d6c;
}

#totop i {
  display: block;
  line-height: 3rem; /* 48px */
  text-align: center;
  color: #fff !important;
}

#totop:hover i {
  color: #001d6c !important;
}

.gef-img {
  height: 9.375rem; /* 150px */
}

.footer-logo {
  max-width: 80%;
}
.footer__logos {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.footer__logos > a,
.footer__logos > img{
    width: 20%;
}

@media (max-width: 991.98px) {
  .footer__logo img {
    height: 3.125rem; /* 50px */
  }
}

@media (max-width: 575.98px) {
  .footer__logo img {
    height: 3.125rem; /* 50px */
  }

    .footer__logos > a,
    .footer__logos > img{
        width: calc(50% - 0.5rem);
    }
}
