footer.kfnl_footer {
  background-color: #007d65;
}
.kfnl_footer {
  background-color: #111827;
  color: #FFFFFF;
  --o-cc-bg: #111827;
}
.footer-section {
  /* padding: 56px 0 24px; */
  overflow: hidden;
  position: relative;
}
.gap-bottom-30 {
  gap: 30px 0;
}
.footer-section .footer-top .head {
  color: #FFF;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.footer-section .footer-top ul {
list-style: none;
  padding: 0;
  margin: 0;
}
 
.footer-section .footer-bottom {
  margin-top: 104px;
}

.footer-section .footer-bottom ul{
  list-style: none;
}

.flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.weight-400 {
  font-weight: 400 !important;
}
.footer-section .footer-top ul li a {
  color: #FFF;
  font-size: 1em;
  margin-bottom: 8px;
  text-decoration: none;
}
.footer-section .footer-top ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.footer-section .footer-bottom .text p, .footer-section .footer-bottom .text span {
  font-size: 0.875em;
  color: #FFF;
}
.footer-section .footer-bottom .text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1em;
  margin-bottom: 24px;
  padding-right: 0;
}
.footer-section .footer-bottom .text ul a{
color: #FFF;
}

footer .social-media a {
    display: inline-flex;
    border-radius: 5px;
    border: 1px #efefef solid;
    padding: 2px;
}
footer .social-media a:hover {
    background-color: #ffffff4d;
}
footer .text {
    width: auto;
}