.footers > .container {
  max-width: none;
  padding: 30px 100px;
  background: linear-gradient(90deg, #00ac20 10.26%, #3ab224 29.22%, #57b526 57.27%, #7cb928 86.11%);
  /* max-height: 174px; */
}
.footers .footer-top .container {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.footers .navbar-brand {
  height: 80px;
  display: inline-block;
}
.footers .navbar-brand > img {
  max-height: 80px;
  min-width: 180px;
  width: 100%;
  /* background: url(img/Greenforum-logo.png)no-repeat center; */
}
.footer-bottom {
  float: left;
  margin-left: 38px;
  border-left: 1px solid #fff;
  padding-left: 38px;
}
.footer-bottom .region--footer-bottom section.footer-copyright {
  margin: 0;
  padding: 0;
  box-shadow: none;
  padding-top: 36px;
}
.footer-bottom .region--footer-bottom section.footer-copyright .card__block {
  padding: 0;
  max-width: 350px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
.footer-bottom .region--footer-bottom section.footer-copyright p {
  margin-bottom: 0;
}
.footer-bottom .navbar-nav {
  gap: 38px;
}
.footer-bottom .region--footer-bottom .footer-menu .navbar-nav a {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  padding: 0;
}
.footer-bottom .region--footer-bottom .footer-menu .navbar-nav a:hover {
  color: #0c4064;
}
.footer-right {
  margin: auto 0;
  margin-left: auto;
}
.footer-top .footer-ggkp-partners .footer-menu > *:nth-child(1) {
  margin-left: 0;
}
.footer-top .footer-ggkp-partners .footer-menu > * {
  display: inline-block;
  margin-left: 15px;
}
.footer-top .footer-ggkp-partners .footer-menu > * a {
  padding: 0;
  width: 53px;
  height: 53px;
  display: inline-block;
  font-size: 0;
}
.footer-top .footer-ggkp-partners .footer-menu > li a {
  background: url(img/Lookup_white.png) no-repeat center;
  background-position: 0px 0;
}
.footer-top .footer-ggkp-partners .footer-menu > li:nth-child(2) a {
  background-position: -68px 0;
  width: 75px;
}
.footer-top .footer-ggkp-partners .footer-menu > li:nth-child(3) a {
  background-position: -168px 0;
  width: 60px;
}
.footer-top .footer-ggkp-partners .footer-menu > li:nth-child(4) a {
  background-position: -248px 0;
  width: 65px;
}
.footer-top .footer-ggkp-partners .footer-menu > li:last-child a {
  background-position: 100% 0;
}
/* .footers .navbar-brand {
  height: 80px;
  display: inline-block;
  background: url(../../images/footer/Greenforum-logo.png) no-repeat center;
  max-height: 80px;
  min-width: 180px;
  width: 100%;
} */
.footers .container p {
  margin: 0;
}
.footer-bottom .region--footer-bottom section.footer-copyright p:not(:last-child) {
  margin-bottom: 7px;
}
