.footerhead {
  font-family: RobotoLight;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #5d5e60;
  margin: 18px 0 20px;
}
.footeruititle {
  font-family: InterBold;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  margin: 15px 0 16px 0;
}
.footerli {
  padding: 5px 0;
  list-style: none;
  font-family: InterMedium;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #000;
}
.ftr_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 0;
}
.footercopyrights {
  font-family: InterMedium;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #5d5e60;
}
.footercopyrights ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.footercopyrights .footer-anchor-tag {
  color: #5d5e60;
  font-size: 12px;
  padding: 10px;
}
.footercopyrights-text {
  text-align: start;
  width: 100%;
}
.footercopyrights-img {
  text-align: center;
  width: 100%;
  padding: 10px 0 10px 0;
}
.footer-anchor-tag {
  text-decoration: none;
  color: #000;
}
.footer-anchor-tag:hover {
  text-decoration: none;
  color: #000;
}
.padding-top-div{
  padding-top: 32px;
}
@media only screen and (min-width: 200px) and (max-width: 990px) {
  .footercopyrights-text {
    text-align: center !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .footercopyrights {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .joincommunity_bg {
    padding: 2rem 0 2rem !important;
  }
  footer {
    text-align: center;
    /* margin: 30px 0 30px 0; */
  }
  .ftr_btm {
    flex-direction: column;
    margin: 20px 0 0;
  }
  .footercopyrights ul {
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem 0 0;
  }
  .footercopyrights ul li {
    margin-bottom: 1rem;
  }
}
.site-footer {
  background-color: #073c74;
  color: #ffffff;
  padding: 60px 20px 30px;
  font-family: "Segoe UI", sans-serif;
}

.footer-logo {
  max-width: 140px;
}

.footer-text {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
  font-family: "SansRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 75%;
}

.app-buttons img {
  width: 140px;
  margin-right: 10px;
  margin-top: 10px;
}

.footer-heading {
  margin-bottom: 12px;

  font-family: "SansMedium";
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: bottom;
}

.footer-links {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-family: "SansRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-divider {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 10px 0 20px;
}
.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a img {
  width: 16px;
  height: 16px;
  margin:6px;
  /* filter: brightness(0) invert(1); */
  transition: 0.3s ease;
}
.footer-icons-image-wrap {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons a:hover img {
  opacity: 0.8;
}

.footer-links-inline {
  font-family: "SansRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: bottom;
}

.footer-links-inline a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 8px;
}

.footer-links-inline a:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-certificate-wrap {
  
    display: flex;
    /* align-content: space-around; */
    align-items: center;
    justify-content: flex-end;
    gap: 10px;

}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .footer-top .col-lg-4,
  .footer-top .col-md-6 {
    width: 100% !important;
    max-width: 100%;
  }

  .footer-logo {
    margin: 0 auto;
    max-width: 130px;
  }

  .footer-text {
    font-size: 16px;
    margin-top: 12px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .app-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .app-buttons img {
    width: 130px;
  }

  /* Footer Columns */
  .footer-top .col-lg-2,
  .footer-top .col-md-6 {
    width: 100%;
    max-width: 100%;
  }

  .footer-top {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-top .col-lg-2 {
    flex: 1 1 45%;
    max-width: 45%;
    padding: 10px;
  }

  /* Icons & Certificates */
  .footer-certificate-wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-top: 20px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .footer-icons-image-wrap {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-links-inline {
    font-size: 14px;
    margin-top: 10px;
  }

  .footer-links-inline a {
    margin: 0 8px;
    font-size: 16px;
  }
}
