.header-top-bar {
    background: #0095cd;
    font-size: 14px;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    color: #fff;
}
.feature-item h4 {
    color: #0062cc;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    color: #0095cd;
}
.appoinment-content .emergency h2 {
    color: #fff;
    font-size: 40px;
}
.title-color {
    color: #0062cc;
    font-size: 35px;
}
#navbarmain .nav-link {
    font-weight: 600;
    padding: 15px 15px;
    color: #0095cd;
    font-family: "Exo", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.25s ease;
}
.feature-item .feature-icon i {
    font-size: 50px;
    color: #0095cd;
}
.title-color {
    color: #0062cc;
}

h4, .h4 {
    font-size: 1.3rem;
    line-height: 30px;
    color: #0062cc;
}
.blog-item-content h2 {
    font-weight: 300;
    font-size: 25px;
}
.section-title h2 {
    color: #0062cc;
}
.banner .block h1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    color: #f14f48;
}
.btn-main-2 {
    background:#0095cd;
    color: #fff;
    border-color: #007bff;
}
.btn-main {
    background: #0095cd;
    color: #fff;
    border-color: #007bff;
}
.service i {
    color:#0095cd;
}
.divider {
    width: 40px;
    height: 5px;
    background: #0095cd;
}
.widget h4 {
    color: #0062cc;
}
.divider {
    width: 40px;
    height: 5px;
    background:#0095cd;
}

.testimonial-block.style-2 i {
    bottom: -20px;
    color: #0095cd;
    opacity: 0.3;
}

.appoinment-content .emergency {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 20px;
    background:#0095cd;
    padding: 48px;
}

.cta:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0095cd;
}

.doctors .btn-group .btn.active {
    box-shadow: none !important;
    border-color: transparent;
    background: #0095cd;
    color: #fff;
}
.footer-socials li a {
    width: 45px;
    height: 45px;
    background: #0095cd;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 12px;
}
.contact-block i {
    font-size: 50px;
    margin-bottom: 15px;
    display: inline-block;
    color: #0095cd;
}

a {
    color:#0095cd;
    text-decoration: none;
    transition: all 0.35s ease;
}
.sidebar-widget h5:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 3px;
    background: #0062cc;
}

.backtop {
    position: fixed;
    background: #0062cc;
    z-index: 9999;
    right: 55px;
    width: 50px;
    height: 50px;
    bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
       border-radius: 50px;
    
}