.mofaga-footer .footer-top {
  background: #fff;
  padding: 40px 0 40px 0;
  border-top: 1px solid #e4e4e4;
}
.mofaga-footer .footer-top-list {
  display: flex;
  align-items: flex-start;
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .mofaga-footer .footer-top-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media (max-width: 575px) {
  .mofaga-footer .footer-top-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mofaga-footer .footer-top-content {
  flex: 1;
}
@media (max-width: 991px) {
  .mofaga-footer .footer-top-content:nth-child(1), .mofaga-footer .footer-top-content:nth-child(3) {
    grid-column: span 1;
  }
}
@media (max-width: 991px) {
  .mofaga-footer .footer-top-content:nth-child(2) {
    grid-column: span 2;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 575px) {
  .mofaga-footer .footer-top-content:nth-child(2) {
    grid-column: span 1;
    grid-row: unset;
    grid-template-columns: repeat(1, 1fr);
  }
}
.mofaga-footer .footer-top-content .content-group {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.mofaga-footer .footer-top-content .footer-logo-content{
  display: flex;
}
.mofaga-footer .footer-top-content .content-group .footer-logo {
  height: 60px;
  object-fit: contain;
}
.mofaga-footer .footer-top-content .content-group .content-menu li .contact-icon {
  margin-right: 5px;
}
.mofaga-footer .footer-top-content-item .content-group-profile {
  display: flex;
  grid-gap: 20px;
}
.mofaga-footer .footer-top-content-item .content-group-profile .footer-profile-img img {
  min-width: 50px;
  height: 50px;
  object-fit: contain;
}
.mofaga-footer .footer-top-content .important-links {
  padding-left: 30px;
}
.mofaga-footer ul {
  padding-left: 25px;
}
.mofaga-footer .footer-top h1 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.mofaga-footer .footer-top ul {
  font-size: 16px;
  font-weight: 600;
}
.mofaga-footer .footer-top ul li {
  list-style: none;
  line-height: 30px;
}
.mofaga-footer .important-links li {
  font-size: 20px;
  list-style-type: square !important;
}
.mofaga-footer .important-links li::marker {
  font-size: 30px !important;
  margin-top: -10px !important;
  color: #2460b9 !important;
}
.mofaga-footer .footer {
  color: #fff;
  background: #2460b9;
  padding: 40px 0 40px 0;
}
.mofaga-footer .footer h1 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.mofaga-footer .footer-list li {
  font-size: 16px;
  list-style-type: square !important;
}
.mofaga-footer .footer-list li a {
  color: #fff !important;
}
.mofaga-footer .footer-bottom {
  background: #2056a6;
  color: #fff;
  padding: 15px 0;
}
