@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
#hero_2516 {
  position: relative;
  top: 0;
  left: 0;
  min-height: 600px;
  padding: 100px 0;
  background: linear-gradient(rgba(10, 35, 66, 0.75), rgba(10, 35, 66, 0.75));
}
#hero_2516 .hero-content .badge-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}
#hero_2516 .hero-content .badge-line .icon {
  background: #fff;
  color: #0a2342;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
}
#hero_2516 .hero-content .hero-title {
  font-size: 64px !important;
  font-weight: 700 !important;
  line-height: 1.15;
  margin-bottom: 20px;
}
#hero_2516 .hero-content .hero-text {
  max-width: 520px;
  opacity: 0.9;
  margin-bottom: 30px;
  font-size: 20px !important;
}
#hero_2516 .hero-content .hero-actions .btn__2516 {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.2s all;
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}
#hero_2516 .hero-content .hero-actions .btn_light_2516 {
  background: transparent;
  color: #fff;
}
#hero_2516 .hero-content .hero-actions .btn_light_2516:hover {
  background: #fff;
  color: #000;
}
#hero_2516 .hero-content .stats {
  margin-top: 30px;
}
#hero_2516 .hero-content .stats .stat-box {
  border-radius: 14px;
  text-align: center;
}
#hero_2516 .hero-content .stats .stat-box h3 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 24px;
}
#hero_2516 .hero-content .stats .stat-box span {
  font-size: 15px;
  opacity: 0.9;
}
#hero_2516 .appointment-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
#hero_2516 .appointment-card .card-title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 22px;
}
#hero_2516 .appointment-card .hours-list .hour-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
#hero_2516 .appointment-card .hours-list .hour-row:last-child {
  border-bottom: none;
}
#hero_2516 .appointment-card .emergency-box {
  background: #f4f6f8;
  border-radius: 8px;
  padding: 15px;
}
#hero_2516 .appointment-card .emergency-box strong {
  display: block;
  margin-bottom: 6px;
}
#hero_2516 .appointment-card .emergency-box p {
  font-size: 14px;
  margin: 0;
  color: #555;
}
@media (max-width: 991px) {
  #hero_2516 {
    min-height: fit-content;
    padding: 80px 0;
  }
  #hero_2516 .main_sec :first-child {
    margin-top: 0;
  }
  #hero_2516 .hero-content .hero-title {
    text-align: center;
  }
  #hero_2516 .hero-content .hero-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #hero_2516 .hero-content .hero-actions {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  #hero_2516 .hero-content .stats {
    justify-content: center;
  }
  #hero_2516 .appointment-card .card-title {
    text-align: center;
  }
  #hero_2516 .appointment-card .emergency-box {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero_2516 {
    padding: 60px 0;
  }
  #hero_2516 .hero-content .hero-title {
    text-align: center;
    font-size: 48px !important;
  }
  #hero_2516 .hero-content .hero-actions .btn__2516 {
    font-size: 17px !important;
    padding: 6px 10px;
  }
  #hero_2516 .appointment-card {
    width: fit-content;
    margin-inline: auto;
  }
  #hero_2516 .appointment-card .hours-list .hour-row {
    padding: 0;
    gap: 34px;
  }
}
@media (max-width: 576px) {
  #hero_2516 {
    padding-bottom: 50px;
  }
  #hero_2516 .hero-content .hero-title {
    text-align: center;
    font-size: 33px !important;
    margin-bottom: 16px;
  }
  #hero_2516 .hero-content .hero-text {
    font-size: 19px !important;
    margin-bottom: 20px;
  }
  #hero_2516 .hero-content .stats .stat-box h3 {
    font-size: 21px;
  }
  #hero_2516 .appointment-card {
    padding: 19px;
  }
  #hero_2516 .appointment-card .card-title {
    margin-bottom: 16px;
  }
  #hero_2516 .appointment-card .hours-list .hour-row {
    padding: 0;
    gap: 24px;
  }
}
@media (max-width: 330px) {
  #hero_2516 .appointment-card {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #hero_2516 .appointment-card .card-title {
    font-size: 19px !important;
    margin-bottom: 10px;
  }
  #hero_2516 .appointment-card .hours-list .hour-row {
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
}

.slider_2516 {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.slider_2516 .slides {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.5s ease;
}
.slider_2516 .slides .slide {
  flex-shrink: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slider_2516 .slides_dots {
  position: absolute;
  pointer-events: all;
  bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 1;
}
.slider_2516 .slides_dots .slide_dot {
  z-index: 100;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  border: 3px solid #fff;
  background: transparent;
  cursor: pointer;
}
.slider_2516 .slides_dots .slide_dot.active {
  background: #fff;
  scale: 0.88;
}
.slider_2516 .slides_btns {
  pointer-events: all;
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  gap: 12px;
  z-index: 1;
}
.slider_2516 .slides_btns .slide_btn {
  z-index: 100;
  border-radius: 6px;
  padding: 6px 10px;
  color: #fff;
  font-size: 18px;
  background: rgba(75, 104, 139, 0.6);
  cursor: pointer;
}
.slider_2516 .slides_btns .slide_btn.active {
  background: #fff;
  color: #0a2342;
}

/*# sourceMappingURL=style.css.map */
