.footer {
    background-color: #e7e7e7;
    display: flex;
    justify-content: center;
}

.site-logos img:first-child{
  width: 85%;
}

.footer-link-title{
  color: #005da5;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 2.063rem;
  font-weight: 700;
}
.footer-other-products{
  display: flex;
  gap: 14px;
  flex-direction: column;
  margin-top: 26px;
}

.footer-other-products a img {
  width: 70%;
}

.footer-other-products a:nth-child(1) img{
  width: 60%;
}

.footer-other-products a:nth-child(2) img{
  width: 65%;
}

.footer-other-products a:last-child img{
  width: 36%;
  margin-top: 2px;
}

.list-unstyled li{
  line-height: 38px;
}

.list-unstyled  li a{
  color: #555659;
  font-size: 18px;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

.list-unstyled  li a:hover{
  border-bottom: 2px solid #508f31;
}

.footer-download-text {
  color: #005da5;
  font-size: 18px;
  line-height: 1.65rem;
}
.footer-links {
  text-align: right;
}

.footer-links .social-media-links{
  display: flex;
  text-align: right;
  justify-content: end;
}

.footer-connect{
  display: flex;
  gap: 8px;
}
.footer-app-link{
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 60%;
}

.footer-app-link a{
  flex: 1;
}

.footer-app-link img{
  width: 100%;
}
.footer hr {
  background-color: #fff;
}
.testimonial-logos{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-goeasy-connect img{
  width: 100%;
}

#ef_footer .footer-section .row{
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#ef_footer  .footer-section .row>* {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  #ef_footer  .footer-section .row{
    padding: 0 !important;
    margin: 0;
  }
  .add-padding .footer-section .row {
    padding: 0px 16px !important;
}
  .mobile-accordion .list-unstyled{
    padding: 10px;
  }
  .footer-other-products a:nth-child(2) img{
    width: 60%;
  }
  .footer-other-products a:nth-child(3) img{
    width: 45%;
  }

  .footer-links {
    text-align: left;
  }
  .link-goeasy-connect{
    display: none;
  }
  .footer-download-text{
    padding-right: 85px;
    margin-bottom: 16px;
  }
  .footer-app-link{
    flex-direction: row;
    width: 100%;
  }

  .footer-links .social-media-links{
    justify-content: start;
    margin-bottom: 20px;
  }
/* 
  .accordion-item{
    border: 1px solid #005da5;
  }

  .accordion-item .accordion-header button{
    padding: 12px;
  }

  .accordion-flush>.accordion-item:first-child{
    border-top: 1px solid #005da5;
  }

  .accordion-flush>.accordion-item:last-child {
    border-bottom: 1px solid #005da5;
  }

  .accordion-button:focus{
    outline: none;
    box-shadow: none;
  }

  .accordion-button:not(.collapsed){
    color: #005da5;
  }

  .accordion-button::after{
    content: url(../assets/closed_icon.svg);
    background: none;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 18px;
  }

  .accordion-button:not(.collapsed)::after{
    background: none;
    padding-right: 0;
    margin-right: 8px;
  } */
}

@media (min-width: 768px) and (max-width: 768px){
  .site-logos a:first-child img{
    width: 100%;
  }

  .footer-other-products a:nth-child(1) img{
    width: 76%;
  }
  .footer-other-products a:nth-child(2) img{
    width: 84%;
  }

  .footer-other-products a:nth-child(3) img{
    width: 50%;
  }
}

@media (min-width: 425px) and (max-width: 1024px){
  .padding-top{
    padding-top: 3px !important;
  }
}

