html {
  scroll-behavior: smooth;
}

.all-footer {
  padding: 2.25rem 0 1.5rem;
  background: #e5fff2;
  position: relative;
}

.footer-main {
  border-bottom: 0.0688rem solid rgba(0, 74, 97, 0.3);
  padding-bottom: 0.4375rem;
}

.footer-Inner-sec {
  display: flex;
  gap: 4.375rem;
}

.footer-Inner-sec .footer-column1:nth-child(1) {
  width: 27%;
  display: unset;
}

.footer-Inner-sec .footer-column1:nth-child(2) {
  width: 9.6%;
}

.footer-Inner-sec .footer-column1:nth-child(3) {
  width: 22%;
}

.footer-Inner-sec .footer-column1:nth-child(4) {
  width: 40%;
}

.footer-Inner-sec .footer-column1:nth-child(4) li {
  padding-bottom: 1.5rem;
}

.footer-column1 {
  width: 16.6666666667%;
}

.footer-column-heading,
.footer-column-heading a {
  color: #f8f3eb;
}

.footer-column-heading a {
  font-weight: 300;
}

.footer-contact-detail {
  display: flex;
  flex-direction: column;
}

.contact-us-info {
  padding-top: 2.0625rem;
}

.footer-contact-detail a {
  color: #f8f3eb;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.375rem;
  padding: 0.3125rem 0;
  letter-spacing: 0.0437rem;
}

.footer-links h3 {
  color: #004a61;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.0625rem;
  margin-top: 0.9375rem;
}

.footer-link-heading {
  display: flex;
  padding-bottom: 1.6rem;
}

.footer-links ul li {
  color: rgba(0, 74, 97, 0.5);
  padding-bottom: 0.7125rem;
  font-size: 1.1875rem;
  line-height: 126%;
  font-weight: 400;
}

.footer-links ul li a {
  color: rgba(0, 74, 97, 0.5);
  font-size: 1.1875rem;
  line-height: 92%;
  font-weight: 400;
}

.all-footer .billing-footer-logo img {
  margin-bottom: 0.5rem;
  width: 20.0625rem;
  height: 4.3125rem;
  cursor: pointer;
}

.footer-Inner-sec {
  padding-top: 2.8rem;
}

.footer-links {
  margin-top: 0.8688rem;
}

.footer-column-desc {
  color: rgba(0, 74, 97, 0.5);
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 136%;
}

.copy-right-heading p {
  color: rgba(0, 74, 97, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.copy-right-heading.general-links ul {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.copy-right-heading.general-links ul li a {
  color: rgba(0, 74, 97, 0.8);
}

.copy-right-heading.general-links ul li a:hover {
  color: #004a61;
}

.copy-right-text {
  display: flex;
  align-items: center;
  padding: 2.05rem 0 2.9rem;
  justify-content: space-between;
}

.copy-right-links ul {
  display: flex;
  gap: 2rem;
}

.copy-right-links p {
  color: rgba(0, 74, 97, 0.8);
  font-size: 0.9688rem;
  font-weight: 400;
}

.social-icons {
  display: flex;
  align-items: end;
  gap: 1.625rem;
  justify-content: end;
  padding: 2.75rem 1.25rem 0.375rem;
}

.footer-column1 a:hover {
  color: #004a61;
}

.all-footer::before {
  content: "";
  position: absolute;
  left: -1px;
  height: 427px;
  background-repeat: no-repeat;
  background-image: url(/staticfiles/images/footer-background-image.svg);
  width: 323px;
  bottom: 33px;
}

@media screen and (max-width: 768px) {
  .footer-Inner-sec {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.375rem;
  }

  .footer-Inner-sec .footer-column1:nth-child(1) {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .footer-main {
    position: relative;
  }
  .social-icons {
    padding: 1.75rem 1.25rem 0.375rem;
  }

  .social-media-icon img {
    height: 1.5625rem;
    width: 1.5625rem;
  }

  .footer-Inner-sec .footer-column1:nth-child(2) {
    width: 13%;
  }
  .copy-right-text {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .footer-Inner-sec .footer-column1:nth-child(3) {
    width: 30%;
  }

  .footer-Inner-sec .footer-column1:nth-child(2) {
    width: 15%;
  }

  .social-media-icon img {
    height: 1.4375rem;
    width: 1.4375rem;
  }

  .copy-right-heading p {
    font-size: 0.8125rem;
  }
  .copy-right-text {
    flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .footer-Inner-sec .footer-column1:nth-child(3) {
    width: 45%;
  }

  .footer-Inner-sec .footer-column1:nth-child(2) {
    width: 45%;
  }

  .footer-Inner-sec .footer-column1:nth-child(4) {
    width: 100%;
  }

  .footer-Inner-sec {
    gap: 0.975rem;
  }

  .all-footer .billing-footer-logo img {
    margin-bottom: 0.5rem;
    width: 17.0625rem;
    height: 3.7125rem;
  }
}
