html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 14px;
  color: #656565;
  font-size: 15px;
  line-height: 1.8;
}

.about-list li i {
  color: #ff661f;
  font-size: 20px;
  margin-top: 2px;
}

.support-box {
  height: 100%;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
}

.support-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.support-note {
  margin-top: 15px;
  margin-bottom: 0;
  color: #ff661f;
  font-weight: 500;
}

.policy-content h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 12px;
}

.policy-content h3:first-child {
  margin-top: 0;
}

.policy-content p {
  font-size: 15px;
}

.newsletter-result {
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}

.newsletter-result.text-success {
  color: #2e7d32;
}

.newsletter-result.text-danger {
  color: red;
}

.top-header-others li.today-date-item {
  padding-right: 24px !important;
}

.today-date-text {
  color: #ffffff !important;
}

.kmf-summary {
  margin-bottom: 20px;
}

.kmf-stat-box {
  text-align: center;
  padding: 25px 15px;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
  margin-bottom: 20px;
}

.kmf-stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #ff661f;
}

.kmf-stat-number span {
  font-size: 15px;
  font-weight: 400;
  color: #656565;
}

.kmf-stat-label {
  margin-top: 8px;
  font-size: 15px;
  color: #09101f;
  font-weight: 500;
}

.kmf-hospitals {
  margin: 10px 0 30px;
}

.kmf-hospitals h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #09101f;
}

.kmf-details {
  margin-top: 20px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 15px 20px;
}

.kmf-details summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #09101f;
}

.kmf-count {
  color: #ff661f;
  font-weight: 400;
  font-size: 14px;
  margin-right: 6px;
}

.kmf-list {
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 20px;
}

.kmf-list li {
  margin-bottom: 12px;
  line-height: 1.9;
  color: #656565;
  font-size: 15px;
}

.theme-dark .kmf-stat-label,
.theme-dark .kmf-hospitals h4,
.theme-dark .kmf-details summary {
  color: #ffffff;
}

.brand-with-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-with-text img {
  max-height: 45px;
  width: auto;
}

.navbar-brand-text {
  font-size: 16px;
  font-weight: 700;
  color: #09101f;
  white-space: normal;
  line-height: 1.3;
}

.theme-dark .main-navbar .navbar-brand-text {
  color: #ffffff;
}

@media (max-width: 991px) {
  .navbar-brand-text {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .navbar-brand-text {
    display: none;
  }
}

.widget_ads {
  padding: 0;
  border: none;
}

.ads-slider {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
}

.ads-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.ads-slide.active {
  opacity: 1;
}

.ads-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}