footer .footer-top {
  background-color: #f4f8fa;
  padding: 50px 0 100px;
}

footer .footer-phone-title,
footer .footer-phone {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

footer .footer-phone-title {
  color: #005293;
  margin-top: 20px;
}

footer .footer-phone {
  color: #263540;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 10px;
}

footer .footer-phone:hover { color: #016cc1; }
footer .footer-logo-img { max-width: 170px; }

footer .footer-menu-header {
  font-size: 16px;
  font-weight: bold;
  color: #005293;
}

footer .footer-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}

footer .footer-menu-list li {
  font-size: 16px;
  color: #263540;
  font-weight: 400;
}

footer .footer-menu-list li a {
  color: #263540;
  font-size: 16px;
  text-decoration: none !important;
}

footer .footer-menu-list li a:hover { color: #016cc1; }
footer .footer-buttons a { margin-bottom: 15px; }

footer .footer-bottom {
  background-color: #e5f0ff;
  padding: 15px 0;
}

footer .footer-bottom__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer-bottom__copyright {
  display: flex;
  justify-content: flex-start;
}

footer .footer-bottom__copyright p,
footer .footer-bottom__copyright a {
  margin-right: 20px;
  font-size: 12px;
  margin-bottom: 0;
}

footer .footer-bottom__copyright p { color: #263540; }
footer .footer-bottom__copyright a { color: #005293; text-decoration: none !important}
footer .footer-bottom__copyright a:last-child { margin-right: 0; }
footer .footer-bottom__copyright a:hover { color: #016cc1; }

footer .footer-bottom__social-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-bottom__social-links a {
  color: #005293;
  text-decoration: none !important;
  font-size: 22px;
}

footer .footer-bottom__social-links a:hover { color: #016cc1; }
footer .footer-bottom__social-links li:not(:last-child) { margin-right: 20px; }

@media (max-width: 991px){
  footer .footer-logo-col {
    text-align: center;
  }

  footer #footer-menus-accordion {
    margin-top: 30px;
  }

  footer .mobile-footer-menu-header,
  footer .mobile-footer-menu-list-wrapper {
    border-radius: 0 !important;
    border: none !important;
    background-color: transparent !important;
  }

  footer .mobile-footer-menu-header {
    margin-top: 0 !important;
    border-bottom: 1px solid #dde7ee !important;
    padding: 15px 0 !important;
    position: relative;
  }

  footer .mobile-footer-menu-header .accordion-header-icon-up {
    display: none;
  }

  footer .mobile-footer-menu-header .accordion-header-icon-up,
  footer .mobile-footer-menu-header .accordion-header-icon-down {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  footer .mobile-footer-menu-header.ui-accordion-header-active { border-bottom: none !important; }
  footer .mobile-footer-menu-header.ui-accordion-header-active .accordion-header-icon-up { display: block; }
  footer .mobile-footer-menu-header.ui-accordion-header-active .accordion-header-icon-down { display: none; }

  footer .mobile-footer-menu-list-wrapper {
    padding: 0 !important;
    border-bottom: none !important;
  }

  footer .mobile-footer-menu-list-wrapper.ui-accordion-content-active {
    border-bottom: 1px solid #dde7ee !important;
    padding-bottom: 10px !important;
  }

  footer .mobile-footer-menu-list-wrapper .footer-menu-list { margin-top: 0; }

  footer .mobile-footer-menu-list-wrapper .footer-menu-list a {
    color: #4c6a81;
    line-height: 2.4;
    display: inline-block;
  }

  footer .ui-accordion-header-icon {
    display: none;
  }

  footer .footer-buttons {
    margin-top: 30px;
    text-align: center;
  }

  footer .footer-top {
    padding-bottom: 50px;
  }

  footer .footer-buttons .btn {
    margin: 0 5px;
  }
}

@media (max-width: 767px){
  footer .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .footer-buttons .btn {
    display: flex;
    margin: 10px 0;
  }

  footer .footer-bottom__wrapper,
  footer .footer-bottom__copyright {
    flex-wrap: wrap;
  }

  footer .footer-bottom__copyright p {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  footer .footer-bottom__copyright p,
  footer .footer-bottom__copyright a {
    margin-right: 0;
  }

  footer .footer-bottom__copyright a {
    flex-basis: 50%;
    text-align: center;
  }

  footer .footer-bottom__social {
    margin-top: 15px;
    width: 100%;
  }

  footer .footer-bottom__social-links {
    justify-content: center;
  }

  footer .footer-bottom__social-links li {
    margin-right: 0;
    margin: 0 10px !important;
  }
}
