footer.footer-container.footer-layout-2 {background: #000;padding: 80px 0px 40px;}
footer.footer-container.footer-layout-2 .footer-top-box {
    padding: 0px 0px 10px;
}

footer.footer-container.footer-layout-2 .footer-left-section {
    display: grid;
    gap: 80px;
}

footer.footer-container.footer-layout-2 .footer-social-list a {
    border: 0px;
    width: auto !important;
    min-width: auto !important;
}

footer.footer-container.footer-layout-2 .footer-social-list {
    gap: 25px;
}

footer.footer-container.footer-layout-2 .footer-social-list a:hover {
    background: transparent;
}

footer.footer-container.footer-layout-2 .footer-bottom-box {
    padding-bottom: 0px;
}

footer.footer-container.footer-layout-2 .footer-button-talk {
    text-align: right;
}

footer.footer-container.footer-layout-2 a.btn.btn-transparent {
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    background: transparent;
    padding: 12px 20px;
    text-decoration: none;
    display: inline-block;
}

/*  */
footer.footer-container.footer-layout-2 .footer-top-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 90px;
  display: flex;
}

footer.footer-container.footer-layout-2 .footer-bottom-box {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

footer.footer-container.footer-layout-2 .footer-copyright {
  color: #fff;
  font-size: 16px;
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 200;
}

footer.footer-container.footer-layout-2 .footer-bottom-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

footer.footer-container.footer-layout-2 .footer-legal-link {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  transition: all 0.5s ease;
}

footer.footer-container.footer-layout-2 .footer-legal-link:hover {
  color: #21a55e;
}

footer.footer-container.footer-layout-2 .footer-left-section .description-footer {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 16px;
}

footer.footer-container.footer-layout-2 .footer-menu-list {
  grid-column-gap: 44px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

footer.footer-container.footer-layout-2 .footer-logo {
  width: 200px;
}

footer.footer-container.footer-layout-2 .footer-social-list {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
  margin-bottom: 10px;
}
.footer-social-icon img {
    height: 24px;
    width: 24px;
}
footer.footer-container.footer-layout-2 .footer-social-item {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  transition: all 0.5s ease;
}

footer.footer-container.footer-layout-2 .footer-social-item:hover {
  background-color: #fff;
}

footer.footer-container.footer-layout-2 .footer-social-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

footer.footer-container.footer-layout-2 .footer-social-icon img {
  transition: all 0.5s ease;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
}

footer.footer-container.footer-layout-2 .footer-social-item:hover .footer-social-icon img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(21%) saturate(1516%)
    hue-rotate(95deg) brightness(93%) contrast(86%);
}

footer.footer-container.footer-layout-2 .footer-menu-link {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.5s ease;
}

footer.footer-container.footer-layout-2 .footer-menu-link:hover {
  color: #21a55e;
}

footer.footer-container.footer-layout-2 .footer-button-talk .let-talk-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  gap: 10px;
  width: auto;
  height: 56px;
  background: #ffffff;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.5s ease;
}

footer.footer-container.footer-layout-2 .footer-button-talk .let-talk-btn:hover {
  color: #fff;
  background-color: #21a55e;
}

footer.footer-container.footer-layout-2 .footer-list-main-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 100%;
}

@media(max-width:768px){
  footer.footer-container.footer-layout-2 .footer-bottom-list {
      margin-bottom: 17px;
      justify-content: space-between;
      width: 100%;
  }

  footer.footer-container.footer-layout-2 .footer-bottom-list a {display: inline-block;/* width: 100%; */padding-bottom: 5px;font-size: 12px;}

  footer.footer-container.footer-layout-2 .footer-bottom-box {
      display: grid;
      justify-content: center;
  }
  footer.footer-container.footer-layout-2 .footer-left-section {
      gap: 0px;
  }

  footer.footer-container.footer-layout-2 .footer-social-list {
      margin-top: 10px;
  }

  footer.footer-container.footer-layout-2 .footer-list-main-container {
      justify-content: space-around;
      gap: 20px;
  }

  footer.footer-container.footer-layout-2 .footer-button-talk {
      text-align: left;
      margin: 20px 0px 30px;
  }
  footer.footer-container.footer-layout-2 .footer-copyright {
      width: 100%;
      text-align: center;
      font-size: 12px;
  }
}