footer {
  background-color: #f8f9fa;
  padding: 20px;
}
footer .dd-footer-widget {
  padding: 20px 0;
}
footer .dd-footer-widget-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer .dd-footer-widget-column {
  flex: 1;
}
footer .dd-footer-widget-column .dd-footer-logo {
  text-align: center;
  margin-bottom: 10px;
}
footer .dd-footer-widget-column .dd-footer-logo img {
  max-width: 75px;
  height: auto;
}
footer .dd-footer-widget-column .dd-footer-logo a {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
footer .dd-footer-widget-column .dd-footer-links {
  list-style: none;
  padding: 0;
}
footer .dd-footer-widget-column .dd-footer-links li {
  margin-bottom: 10px;
}
footer .dd-footer-widget-column .dd-footer-links li a {
  color: #007bff;
  text-decoration: underline;
}
footer .dd-footer-widget-column .dd-footer-links li a:hover {
  text-decoration: none;
}
footer .dd-footer-widget-column .clinic-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .dd-footer-widget-column .clinic-list li {
  margin-bottom: 15px;
  font-size: 14px;
}
footer .dd-footer-widget-column .clinic-list li strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
footer .dd-footer-widget-column .clinic-list li a {
  color: #007bff;
  text-decoration: underline;
}
footer .dd-footer-widget-column .clinic-list li a:hover {
  text-decoration: none;
}
footer .dd-footer-widget-column .dd-footer-info {
  list-style: none;
  padding: 0;
}
footer .dd-footer-widget-column .dd-footer-info li {
  margin-bottom: 10px;
}
footer .dd-footer-widget-column .dd-footer-info li a {
  color: #007bff;
  text-decoration: underline;
}
footer .dd-footer-widget-column .dd-footer-info li a:hover {
  text-decoration: none;
}
footer .dd-footer-copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  color: #6c757d;
}
footer .page-top {
  text-align: center;
  margin-top: 10px;
}
footer .page-top a {
  display: inline-block;
  padding: 5px 10px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
footer .page-top a:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  footer .dd-footer-widget-inner {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */