body.theme-child {
  font-family: "Funnel Sans", sans-serif;
  font-size: 16px;
}

body.theme-child {
  overflow: visible;
}
body.theme-child .elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 999;
}
body.theme-child .elementor-location-header .topbar-info .elementor-icon-list-items {
  display: flex;
  height: 100%;
}
body.theme-child .elementor-location-header .topbar-info .elementor-icon-list-items li {
  padding: 8px;
}
body.theme-child .elementor-location-header .topbar-info .elementor-icon-list-items li:not(:last-child) {
  padding-right: 16px;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
body.theme-child .elementor-location-header .topbar-info .social-icons .elementor-grid {
  display: flex;
  gap: 0;
}
body.theme-child .elementor-location-header .topbar-info .social-icons .elementor-grid-item {
  border-left: solid 1px #00afce;
  padding: 0;
  transition: all 0.4s ease;
}
body.theme-child .elementor-location-header .topbar-info .social-icons .elementor-grid-item:last-child {
  border-right: solid 1px #00afce;
  padding: 0;
}
body.theme-child .elementor-location-header .topbar-info .social-icons .elementor-grid-item:hover {
  background: #00afce;
}
body.theme-child .elementor-location-header .topbar-info .social-icons .elementor-social-icon {
  height: auto;
  width: auto;
  padding: 12px;
  border-radius: 0;
}
body.theme-child .elementor-location-header .topbar-info .social-icons .elementor-social-icon svg {
  fill: #ffffff;
}
body.theme-child .elementor-location-header .main-header {
  position: sticky;
  top: 0;
  background: #ffffff;
  border-bottom: solid 1px #f1f1f1;
}
body.theme-child .elementor-location-header .main-header nav .elementor-nav-menu {
  position: relative;
  display: flex;
  gap: 0;
}
body.theme-child .elementor-location-header .main-header nav .elementor-nav-menu li {
  margin: 0;
  padding: 0;
}
body.theme-child .elementor-location-header .main-header nav .elementor-nav-menu li a {
  color: #3b3b3b;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 2px;
}
body.theme-child .elementor-location-header .main-header nav .elementor-nav-menu li a:hover {
  color: #003d49;
  background: #bcedff;
}
@media (min-width: 1024px) {
  body.theme-child .elementor-location-header .main-header .desktop-menu nav ul li:last-child {
    display: none;
  }
}
body.theme-child .elementor-location-header .main-header .elementor-widget-nav-menu {
  display: flex;
  gap: 0;
}
body.theme-child .elementor-location-header .main-header .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  transform: scaleY(1);
}
body.theme-child .elementor-location-header .main-header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}
body.theme-child .elementor-location-header .main-header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li {
  padding: 16px;
  border-bottom: solid 1px #c9c9c9;
}
body.theme-child .elementor-location-header .main-header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li:last-child {
  border-bottom: none;
  margin-top: 8px;
}
body.theme-child .elementor-location-header .main-header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li:last-child a {
  padding: 16px;
  background: #00BF63;
  color: #ffffff;
  font-weight: bold;
}
body.theme-child .elementor-location-header .main-header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li:last-child a:hover {
  background: #00788d;
}
body.theme-child .elementor-location-header .main-header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li .elementor-item-active {
  background: transparent;
}
body.theme-child .elementor-location-header .main-header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li a {
  font-size: 18px;
  padding: 0 16px;
}
body.theme-child .elementor-location-header .main-header .elementor-menu-toggle {
  background: transparent;
}
body.theme-child .site-main {
  overflow-x: hidden;
}

body.theme-child {
  position: relative;
}

#about,
#services,
#doctors,
#facilities,
#journey {
  scroll-margin-top: 140px;
}

#appointment {
  scroll-margin-top: 180px;
}

html {
  margin-top: 0 !important;
}