.footer {
  border-top: 1px solid #e3e3e3;
}

.footer-main--logo {
  width: 97px;
  height: 40px;
}

.footer-links-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.5rem;
}

.footer-social--link img {
  height: 24px;
  width: 24px;
}

.single-footer-link-box-heading {
  font-size: 0.875rem;
}

.single-footer-links {
  list-style: none;
  padding-inline-start: 0;
}

.single-footer-links>li:not(:last-of-type) {
  margin-bottom: 0.75rem;
}

.single-footer-links li a {
  font-size: 0.875rem;
}

.bottom-footer {
  scroll-padding-block-start: 3rem;
}

.bottom-footer--logo {
  width: 4.375rem;
  height: 0.875rem;
}

.footer-5,
.footer-6 {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.footer-5 {
  display: grid;
  grid-template-columns: repeat(2, fit-content(152px));
  justify-content: space-between;
}

.footer-5 li a {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.footer-6>li:not(:last-of-type) {
  padding-inline-end: 0.5rem;
  border-right: 1px solid #d1d1d1;
}

.footer-6>li:not(:first-of-type) {
  padding-inline-start: 0.5rem;
}

.footer-6 li a {
  font-size: 0.75rem;
}

.footer_chevron_down {
  width: 1rem;
  height: 1rem;
}

.view_all_footer_btn {
  cursor: pointer;
}

.view_all_footer_btn:hover {
  text-decoration: underline;
}

.view-all-dropup {
  transition: all 250ms ease-out;
}

.view-all--close {
  position: absolute;
  top: 0;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.footer_chevron_down {
  transition: all 250ms ease-out;
}

.chev-down {
  transform: rotate(180deg);
}

.close-view {
  z-index: -1;
  height: 0px;
  padding-bottom: 0 !important;
  /* Class added to toggle the dropdown into view*/
  padding-top: 0 !important;
  overflow: hidden;
}

@media (min-width: 360px) {
  .footer-6>li:not(:first-of-type) {
    padding-inline-start: 1rem;
  }

  .footer-6>li:not(:last-of-type) {
    padding-inline-end: 1rem;
    border-right: 1px solid #d1d1d1;
  }
}

@media (min-width: 600px) {
  .footer-links-container {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(4, fit-content(131px));
    gap: 1.25rem;
  }

  .single-footer-link-box-heading {
    font-size: 1rem;
  }

  .single-footer-links>li:not(:last-of-type) {
    margin-bottom: 1rem;
  }

  .single-footer-links li a {
    font-size: 1rem;
  }

  .footer-5 {
    grid-template-columns: repeat(2, fit-content(286px));
  }

  .footer-5 li a {
    font-size: 1rem;
  }
}

@media (min-width: 905px) {
  .footer-links-container {
    grid-template-columns: repeat(4, fit-content(202px));
  }

  .footer-5 {
    grid-template-columns: repeat(4, fit-content(286px));
  }

  .footer-5 li a {
    margin-bottom: 1rem;
  }

  .footer-6 li a {
    font-size: 0.875rem;
  }

  .view-all--close {
    right: 0rem;
  }
}

@media (min-width: 1240px) {
  .view-all--close {
    right: 5rem;
  }
}

@media (min-width: 1440px) {
  .footer-links-container {
    gap: 4.5rem;
  }

  .view-all--close {
    right: 0rem;
  }
}

.otgs-development-site-front-end,
.wpml-ls-statics-footer {
  display: none !important;
}