body {
    background: #fcfcfc;
}
.custom-logo a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.custom-logo img {
    width: 70px;
}
.custom-logo span {
    display: block;
    background: #072756;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding: 5px;
    text-transform: capitalize;
    margin-top: 5px;
}
.custom-logo h1 {
    font-size: 30px;
    color: #25aae2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin: 0;
}
.footer_area p {
    color: #c5c5c5;
}
.cont_widget p {
    color: #c5c5c5;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
.cont_widget p i {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #25aae2;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    left: 0;
}
.cont_widget p strong {
    display: block;
    color: #fff;
}
.footer-banner {
    padding: 40px 0;
    background: #fff;
}
.single-sidebar-widget .side-dropdown-menu {
    display: none;
}
/* .single-sidebar-widget .dropdown.active .dropdown-menu {
    display: block;
} */
.single-sidebar-widget .nav.nav-tabs .side-dropdown-menu li {
    margin-bottom: 0;
}
.single-sidebar-widget .nav.nav-tabs .side-dropdown-menu li a {
    font-weight: 400;
    font-size: 13px;
    padding: 12px 25px;
}
.white_logo {
    display: none !important;
}
.header_white_menu.header_black_menu {
    background: #25aae2;
}
@media (max-width: 768px) {
    .slider_area .carousel-captions .small-heading {
        font-size: 10px;
        padding: 5px;
    }
    .slider_area .carousel-captions .btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    .navbar-toggle {
        background: #072756 !important;
    }
    .custom-logo img {
        width: 48px;
    }
    .custom-logo h1 {
        font-size: 18px;
    }
    .custom-logo span {
        font-size: 14px;
    }
    .header_white_menu .navbar-default .navbar-toggle .icon-bar {
        padding-top: 0;
        margin-top: 0;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px !important;
    }
    .about_doctor .doc_info_inner_bx p {
        padding: 35px 20px 0 20px;
        text-align: justify;
    }
    .why-choose-section .why-point li p {
        font-size: 14px;
        line-height: 21px;
    }
    .why-choose-section .why-point li .widget-icon {
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }
    .why-choose-section .why-point li:hover .widget-icon {
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }
    .testimonials .testimonial_bx .client-img {
        width: 100px;
        height: 100px;
    }
    .footer_copyright .footer_copyright_inner p {
        line-height: normal;
    }
    .about_doctor .title_bx h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .banner_area .banner_content h3 {
        padding: 70px 0;
        color: #fff;
        font-size: 24px;
    }
    .banner_area.banner_one {
        background-position: top right;
        background-size: cover;
    }
    .contact_us_area {
        padding: 70px 0;
    }
    .about_doctor.pd-top {
        padding-top: 70px;
    }
    .service_page .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .white_logo {
        display: flex !important;
    }
    .header_white_menu.header_black_menu {
        background: #fff;
    }
    .header_white_menu.header_black_menu .navbar.navbar-default .nav.navbar-nav > li > a {
        display: block;
    }
}
