:root{
    --primary-color: #0447AF;
}

.header-topbar{
    background-color: var(--primary-color) !important;
    padding: 10px o !important;
}
.header-topbar p{
    color: #fff !important;
}
.header-topbar p i::before{
    color: #fff !important;
}
.header-topbar .topbar-info > ul > li .social-icon a{
    color: #fff !important;
}
.navbar-header .logo.main-logo img{
    width: 80px !important;
    min-width: 80px !important;
    height: auto;
}
header.inner-header .header-nav{
    height: 100px !important;
}
.carousel-caption{
    top: auto !important;
    bottom: 50px !important;
    background-color: rgba(0, 0, 0, 0.7);
    right: 10% !important;
    left: 10% !important;

}
.carousel-caption h5,
.carousel-caption p{
    color: #fff !important;
}

.carousel-item img{
    object-fit: cover !important
}
.section-header.sec-header-one h2{
    text-align: left !important;
    font-size: 16px !important;
    color: var(--primary-color) !important;
}
.pt-0{
    padding-top: 0 Im !important;
}
.proccess .service-sec-one{
    padding-bottom: 0 !important;
}
.recent-news{
    background-color: #F9FBFF !important;
    padding: 60px 0 !important;
}
.news-event-cover img{
    width: 90px;
    height: 90px;
    margin-right: 20px !important;
}
.news-event-cover .event-content{
    padding: 10px 0 !important;
}
.news-event-cover .event-content p{
    margin-top: 5px;
}
.news-event-cover a.download{
    padding: 10px 0 !important;
    margin-left: 10px !important;
    padding: 5px;
}
.professional-cover{
    border: 1px solid #E6E8EE !important;
    border-radius: 5px !important;
    padding: 20px !important;
}
.professional-list img{
    width: 90px !important;
    height: 90px !important;
    border-radius: 5px !important;
    margin-right: 20px;
}
.professional-list h4{
    font-size: 16px;
}
.professionl_overview p{
    margin-bottom: 2px !important;
}
.professionl_overview ul li i{
    margin-right: 10px !important;
}
.professional-list{
    margin-bottom: 20px !important;
    border-bottom: 1px dashed #E6E8EE !important;
    padding-bottom: 20px !important;
}
.professional-list:last-child{
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.bookus-section{
    border-radius: 0!important;
}
.footer.footer-three.footer-ten .footer-top,
.footer.footer-three.footer-ten .footer-bottom{
    background: var(--primary-color) !important;
}
.breadcrumb-bar{
    background-image: url(./../img/breadcrumb.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 !important;
}
.breadcrumb-background{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 0;
}
.breadcrumb-bar a,
.breadcrumb-bar li,
.breadcrumb-bar h2,
.breadcrumb-bar i{
    color: #fff !important;
}
.doctor-wrapper .doctor-content{
    padding-top: 20px;
}
img.footer-logo{
    width: 80px !important;
    min-width: 80px !important;
    height: auto;
}
.flag {
    width: 20px;
    height: 14px;
    object-fit: cover;
}

.stats-card {
    border: none;
    border-radius: 14px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    height: 100%;
}

.stats-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.stats-card .card-body {
    padding: 22px 12px;
}

.stats-number {
    font-size: 32px;
    font-weight: 700;
    color: #0d2c5a;
    margin-bottom: 6px;
}

.stats-title {
    font-size: 15px;
    color: #5d6b82;
    margin-bottom: 0;
    line-height: 1.4;
}

.counter-item h6 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter-item p {
    font-size: 15px;
    margin-bottom: 0;
    color: #5d6b82;
}

