body {
    font-family: "Times New Roman", serif;
    margin: 0;
    padding: 0;
}

.top-bar {
    background-color: #6c6a6a;
    color: #000;
    padding: 10px 0;
    font-size: 14px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.contact-info span {
    margin-right: 20px;
	font-size: 20px;
}

.emergency {
    color: red;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.social-media a {
    color: #000;
    margin-left: 10px;
    text-decoration: none;
    font-size: 16px;
}

#navbar-brand {
    font-size: 38px;
    font-weight: bold;
    text-decoration: none;
}
#logo{
	height:55px;
	width:55px;
}

  .navbar-nav .nav-link {
    font-size: 22px;
    color: #000;
    transition: background-color 0.3s, color 0.3s;
    padding: 8px 15px;
    border-radius: 5px;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link.active {
    color: #fff !important;
    background-color: #007bff !important;
  }

  .dropdown-menu .dropdown-item {
    font-size: 22px;
    color: #000;
    transition: background-color 0.3s, color 0.3s;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: #007bff;
    color: #fff;
  }
.content {
    padding: 20px;
    text-align: center;
}
.about-us-section {
    padding: 20px 0;
    text-align: center;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 30px;
}

.about-content {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.btn-read-more {
    background-color:#62D8FF;
    
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	font-weight:bolder;
}

.btn-read-more:hover {
    background-color: #007bff;
	color: #fff;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .btn-read-more {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .about-us-section .row {
        flex-direction: column;
    }

    .img-fluid {
        margin-bottom: 20px;
    }
}
.our-services-section {
    padding: 20px 0;
    text-align: center;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 30px;
}

.accordion .card-header {
    background-color: #f8f9fa;
    border-bottom: none;
}

.accordion .card {
    border: none;
    border-radius: 0;
}

.accordion .btn-link {
    text-decoration: none;
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.accordion .btn-link:hover {
    text-decoration: none;
    color: #0056b3;
}

.accordion .accordion-icon {
    font-size: 24px;
    color: #007bff;
}

.accordion .collapse.show .accordion-icon {
    content: "-";
}

.accordion .collapse:not(.show) .accordion-icon {
    content: "+";
}

.accordion .card-body {
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #dee2e6;
}
.our-doctors-section {
    padding: 20px 0;
    text-align: center;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 30px;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.card-body {
    padding: 20px;
}

.rounded-circle {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid #007bff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #007bff;
    border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
}

.font-weight-bold {
    font-size: 16px;
}
.footer-section {
    background-color: #343a40;
    color: #fff;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo i {
    color: #007bff;
}

.footer-logo span {
    font-size: 1.5rem;
    font-weight: bold;
}

.footer-section h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-section p {
    font-size: 0.875rem;
}

.footer-section ul {
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li i {
    margin-right: 10px;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
}

.footer-section a:hover {
    color: #007bff;
    text-decoration: underline;
}
.copyright-section {
    background-color: #343a40;
    color: #fff;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .copyright-section {
        font-size: 0.75rem;
    }
}
