footer {
  background-color: #fff;
}

footer .footer-top-line {
  padding-top: 10px;
}

footer .footer-main-wrap {
  width: 100%;
  max-width: 1440px;
  padding: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

footer .footer-main-wrap .footer-left-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 340px;
}

footer .footer-main-wrap .footer-left-area .social-copyright-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer .footer-main-wrap .social-copyright-wrap .copyright-wrap p {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}

footer .footer-main-wrap .footer-right-area {
  display: flex;
  gap: 60px;
  width: 100%;
  max-width: 60%;
  justify-content: flex-end;
}

footer .footer-main-wrap .footer-logo-wrap {
  max-width: 340px;
}

footer .footer-main-wrap .footer-right-area .our-clinic,
footer .footer-main-wrap .footer-right-area .quick-links {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 160px;
  align-items: flex-start;
}

footer .footer-main-wrap .footer-right-area label {
  color: #126B57;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 8%;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 8px;
  width: 100%;
  border-bottom: 2px solid rgb(2 2 2 / 25%);
}

footer .footer-main-wrap .footer-right-area .quick-link-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer .quick-link-wrap a {
  color: #020202;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: none;
}

footer .footer-main-wrap .footer-right-area .our-clinic {
  width: 100%;
  max-width: 263px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .center-details-wrap p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

footer .footer-main-wrap .footer-right-area .our-clinic .details-wrap {
  display: flex;
  gap: 3px;
  align-items: flex-start;
}

footer .footer-main-wrap .footer-right-area .our-clinic .details-wrap p,
footer .footer-main-wrap .footer-right-area .our-clinic .details-wrap a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

footer .footer-main-wrap .footer-right-area .our-clinic .details-wrap a {
  text-decoration: underline;
}

footer .footer-main-wrap .social-icon {
  display: flex;
  gap: 10px;
  align-items: center;
}

footer .footer-main-wrap .social-icon a {
  display: flex;
  width: 40px;
  height: 40px;
}

footer .footer-bottom {
  width: 100%;
  margin-top: 60px;
}
footer .footer-bottom .copyright-wrap p {
  margin-bottom: 0;
}
footer .footer-bottom .copyright-wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: solid 2px rgb(2 2 2 / 25%);
  padding-top: 16px;
}


/* Responsive */

@media screen and (max-width: 1023px) {
  footer .footer-main-wrap {
      gap: 40px;
      padding: 40px 20px;
      flex-direction: column;
  }

  footer .footer-main-wrap .footer-right-area .quick-links {
      width: 100%;
  }

  footer .footer-main-wrap .footer-right-area .our-clinic {
      max-width: 100%;
  }

  footer .footer-main-wrap .desktop-img {
      display: none !important;
  }

  footer .footer-main-wrap .mobile-img {
      display: flex;
      flex-direction: column;
      gap: 12px;
  }

}

@media screen and (max-width: 767px) {
  /* footer .footer-main-wrap .footer-logo-wrap img {
      max-width: 335px;
  }

  footer .footer-main-wrap .footer-logo-wrap {
      display: flex;
      justify-content: center;
  } */

  footer .footer-main-wrap {
    align-items: center;
    text-align: center;
  }
  footer .footer-main-wrap .footer-right-area {
    gap: 40px;
    flex-direction: column;
    max-width: 100%;
  }

  footer .footer-main-wrap .footer-right-area .quick-links {
      width: 100%;
  }

  footer .footer-main-wrap .footer-right-area .our-clinic {
      max-width: 100%;
  }

  footer .footer-main-wrap .social-copyright-wrap .copyright-wrap p {
      font-size: 12px;
      line-height: 20px;
  }

  footer .footer-main-wrap .footer-right-area .quick-link-wrap,
  footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap {
      gap: 16px;
  }

  footer .footer-main-wrap .footer-right-area .our-clinic,
  footer .footer-main-wrap .footer-right-area .quick-links {
      max-width: 100%;
      align-items: center;
  }
  footer .footer-bottom {
    margin-top: 0;
  }
  footer .footer-bottom .copyright-wrap {
    flex-direction: column;
  }

  footer .footer-main-wrap .social-icon {
    justify-content: center;
}
}

@media (min-width: 1025px) {
  footer .footer-main-wrap .social-copyright-wrap.mobile-img {
      display: none;
  }
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap {
  display: flex;
  flex-flow: column nowrap;
  gap: 28px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic {
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap {
  display: flex;
  flex-flow: column nowrap;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .icon {
  width: 100%;
  max-width: 20px;
  height: 20px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content p,
footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content a {
  margin: 0;
  color: #020202;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content a {
  text-decoration: underline;
  -webkit-text-decoration-color: #020202;
  text-decoration-color: #020202;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content p strong {
  font-weight: 900;
}