.main-footer {
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #ebebeb;
  margin-top: 25px;
  padding: 25px 10px;
  padding-top: 55px;
  box-shadow: 0 0 20px 0 rgba(54, 83, 120, 0.0784313725490196);
  overflow-x: hidden;
}

.main-footer .footer-logo {
  margin-bottom: 15px;
  height: 56px;
}

.main-footer .footer-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.main-footer .about-site {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.main-footer .about-site p {
  color: #8b8c91;
  font-size: 0.95rem;
  line-height: 1.7rem;
  text-align: justify;
  border-top: 2px solid #f3f3f3;
  padding-top: 12px;
}

.footer-copyright {
  border-top: 2px solid #f3f3f3;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
  display: block;
  font-size: 0.77rem;
  color: #858585;
  text-align: center;
}

.main-footer h5 {
  font-weight: bold !important;
  font-size: 1.15rem !important;
  margin-bottom: 15px;
}

.main-footer .quick-links,
.main-footer .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.main-footer .quick-links ul li {
  padding: 5px 0;
}

.main-footer .quick-links ul li::marker {
  color: #9a9fc7;
}

.main-footer a {
  text-decoration: none;
  color: #626269;
}

.main-footer a:hover {
  color: #000;
}

.main-footer .footer-contact {
  padding: 0 25px;
}

.main-footer .footer-contact-spc {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

@media (min-width: 1200px) {
  .main-footer .footer-contact {
    padding: 0 65px;
  }
}

.main-footer .footer-contact-spc .footer-contact-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.main-footer .footer-contact-spc .footer-contact-item span {
  font-size: 0.9rem;
}

.main-footer .footer-contact-spc .footer-contact-item a {
  direction: ltr;
}

@media (max-width: 767.98px) {
  .main-footer .quick-links {
    align-items: flex-start;
  }

  .main-footer .about-site p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-footer .footer-contact {
    align-items: flex-end;
  }
}

@media (max-width: 650px) {
  .main-footer {
    padding-top: 30px;
  }

  .main-footer .footer-logo {
    width: 100%;
  }

  .main-footer .footer-contact {
    padding: 0;
  }
}

@media (max-width: 500px) {

  .main-footer .footer-contact-spc .footer-contact-item {
    flex-direction: column;
    align-items: start;
  }
}

.mobile-footer {
  display: none;
}

@media (max-width: 500px) {

  .hf-in-mob{
    display: none;
  }

  .mobile-footer {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 80px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 20px 0 rgba(54, 83, 120, 0.1);
    z-index: 4;
  }

  .mobile-footer-padding{
    height: 90px;
    display: block;
  }

  .mobile-footer a {
    text-decoration: none !important;
  }

  .mobile-footer .m-footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 5px;
  }

  .mobile-footer .m-footer-item span {
    font-size: 0.85rem;
    color: #444;
  }

  .m-footer-item .img-h {
    height: 35px;
  }

  .m-footer-item .img-h img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

}