@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body,
p {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Anybody", sans-serif;
}

.btn-read-more {
    background: #fff;
    border-radius: 50px;
    padding: 0px 0px 0px 15px;
    border-radius: 50px;
    border: 1px solid #0E76BC;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.btn-read-more .fa-solid {
    color: #fff;
    background: #0E76BC;
    padding: 15px;
    border-radius: 50px;
}

.btn-read-more:hover,
.btn-read-more:visited {
    background: #0e76bc !important;
    color: #fff !important;
    border: 1px solid #0E76BC;
    transform: scale(1.08);
}

/*******Top Head********/

.top-head {
    border-bottom: 1px solid #eaeaea;
    background: #0e76bc;
}

.top-head .phone {
    display: flex;
    align-items: center;
    color: #fff;
}

.top-head .phone .fas {
    font-size: 32px;
    padding: 10px;
    color: #0E76BC
}

.top-head .phone span a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.top-head .phone .fas,
.top-head .address .fas {
    font-size: 28px;
    color: #fff;
    margin: 0 10px;
}

.top-head .address {
    font-size: 20px;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
}

.social-links {
    margin: 0 auto;
    text-align: center;
}

.social-links p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px !important;
}

.social-links ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

.social-links ul li {
    list-style: none;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 !important;
}

.social-links ul li a {
    color: #fff;
    font-size: 16px;
}

.top-head ul.top-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    align-items: center;
}

.top-head ul.top-sec li {
    list-style: none;
    padding: 10px 0;
}

/*********Navigation************/
/* Navigation bar css */
nav.navbar {
    background-color: #0e76bc;
}

.navbar ul ul {
    display: none;
}

.navbar ul li:hover>ul {
    display: block;
}

.navbar li {
    position: relative;
}

.navbar ul ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    width: auto;
    margin: 0;
    padding: 0;
    min-width: 320px;
    white-space: nowrap;
    position: absolute;
    background: #0e76bc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #dddddd6e;
}

.navbar ul.navbar-nav li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 2.2;
    color: #fff;
}

.navbar ul.navbar-nav li {
    padding: 0 50px;
}

.navbar ul.sub-menu li {
    padding: 0 15px;
    list-style: none;
}

.navbar ul.sub-menu li a {
    color: #fff;
}

/* wordpress Add a chevron to menu items with submenus */
.menu-item-has-children>a {
    position: relative;
    padding-right: 20px;
    /* Space for the chevron */
}

/* wordpress Chevron icon */
.menu-item-has-children>a::after {
    content: "\25BC";
    /* Downward chevron */
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

/* wordpressRotate chevron when submenu is open */
.menu-item-has-children.open>a::after {
    transform: translateY(-50%) rotate(360deg);
}

@media screen and (max-width: 991px) {
    .navbar ul ul {
        position: initial !important;
    }

    .navbar ul.navbar-nav li {
        padding: 0px !important;
    }
}

@media screen and (max-width: 479px) {

    .navbar ul ul {
        white-space: normal;
    }
}

.top-search input.form-control {
    border: none;
}

.top-search {
    border-bottom: 1px solid #fff;
}

form.top-search .btn {
    color: #fff;
}

.top-search .form-control:focus {
    color: #fff !important;
    background-color: transparent !important;
}

.top-search input[type="search"] {
    background-color: transparent !important;
}

.top-search input::placeholder {
    color: #fff;
}

.breadcrumb-section {
    background: #2b3e50;
    padding: 30px 0;
}

.breadcrumb-section ol.breadcrumb li a,
.breadcrumb-section ol.breadcrumb li.active,
.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    text-decoration: none;
}

nav.navbar .navbar-toggler {
    background-color: #fff !important;
}

/**************** Banner Slider ************************/

#carouselAnesth .carousel-caption h5 {
    font-size: 80px;
    -webkit-text-stroke: 1px #0E76BC;
    font-family: "Roboto", sans-serif;
    filter: drop-shadow(1px 1px #333);
}

#carouselAnesth .carousel-caption {
    bottom: 10rem !important;
}

#carouselAnesth .carousel-caption .btn-read-more {
    background: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    background: #fff;
    padding: 0px 0px 0px 15px;
    border-radius: 50px;
    border: 1px solid #0E76BC;
}

#carouselAnesth .carousel-caption .btn-read-more .fa-solid {
    color: #fff;
    background: #0E76BC;
    padding: 15px;
    border-radius: 50px;
}


/**************** 3-Box-Doctors ************************/

#three-boxdoctors {
    position: relative;
    top: -100px;
}

#three-boxdoctors .container {
    background-color: #fff;
    padding: 40px 60px;
    box-shadow: 0 0 10px #b5b1b1;
}

#three-boxdoctors .doctor-box h2 {
    font-size: 22px;
    color: #0E76BC;
    font-weight: 500;
}

#three-boxdoctors .doctor-box h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

#three-boxdoctors .doctor-box p {
    font-size: 16px;
}

#three-boxdoctors .doctor-box {
    position: relative;
    padding-right: 20px;
}

#three-boxdoctors .line {
    position: absolute;
    top: 0;
    left: -40px;
}

/*-----------About Us----------------*/


#about-us .about-content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 1px;
}

#about-us .about-content h3 {
    color: #0e76bc;
    font-size: 26px;
    font-weight: 600;
}

#about-us .about-content p {
    color: #000;
    line-height: 2;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

#about-us img {
    border-bottom-left-radius: 120px;
}

#about-us .about-content {
    text-align: center;
}

/*******Anesthesia Experts*****/
.anesthesia-experts {
    background: #b3b3b330;
}

.anesthesia-experts .container {
    background: #0e76bc;
    border-radius: 30px;
}

.anesthesia-experts h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.anesthesia-experts .anesthesia-experts-content {
    padding: 50px 30px;
}

.anesthesia-experts .anesthesia-experts-content h4 {
    font-size: 24px;
    color: #fff;
}

.anesthesia-experts .anesthesia-experts-content a,
.anesthesia-experts .anesthesia-experts-content p {
    color: #fff;
}

.anesthesia-experts .anesthesia-experts-content ul {
    margin-left: 0px !important
}

.anesthesia-experts .anesthesia-experts-content ul li {
    color: #fff;
    line-height: 1.7;
    font-family: "Roboto", sans-serif;
}

/***************Anesthesia Services*********************/

#anesthesia-services h2 {
    text-align: center;
    color: #000000;
    font-size: 42px;
    padding-bottom: 30px;
}

#anesthesia-services h2 span {
    color: #959595;
    font-size: 24px;
    font-weight: 500
}

#anesthesia-services .anesthesia-services-box img {
    width: 57px !important;
    height: auto !important;
    padding-bottom: 20px;
}

#anesthesia-services .anesthesia-services-box h3 {
    text-align: left;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

#anesthesia-services .anesthesia-services-box p {
    font-size: 16px;
    color: #959595;
}


/*************************/

#testimonials {
    background-image: url(../images/testimonialsbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-section {
    padding: 50px 0
}

.testimonials-section h4 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.testimonials-section p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#testimonials-slider .fas {
    font-size: 42px;
    padding: 20px 0;
    color: #6F6969;
}

#testimonials-slider p {
    font-size: 20px;
    text-align: justify;
    color: #878686;
    line-height: 1.6;
}

#testimonials-slider p strong {
    color: #6F6969;
    font-size: 22px
}

#testimonials-slider .item {
    padding: 24px;
    max-width: 840px;
    margin: 40px auto;
    background: #fff;
    border-radius: 30px;
}

#testimonials-slider .item p:last-child {
    border-top: 1px solid #474444;
    padding-top: 20px;
}

/***********Owl Carousel Dots css************/
#carouselApex .owl-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40%
}

#carouselApex .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

#carouselApex .owl-nav .owl-next {
    position: absolute;
    right: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

#carouselApex .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(22, 54, 131, 0.8) !important;
    transition: all 0.5s ease;
}

#carouselApex .owl-nav button:hover {
    background-color: rgba(22, 54, 131, 1) !important;
}

#carouselApex .owl-nav button span {
    display: block;
    color: #fff;
    font-size: 42px
}

#carouselApex .owl-nav button:hover {
    background-color: rgba(22, 54, 131, 1) !important;
}

#testimonials .owl-dots {
    text-align: center;
}

#testimonials .owl-dots button.owl-dot.active span,
#testimonials .owl-dots button.owl-dot:hover span {
    background-color: #FEAE00;
    border: 1px solid #FEAE00 !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#testimonials .owl-dots button.owl-dot {
    border: 1px solid #00427b !important;
    background: white;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: relative;
    margin: 0 5px;
}

#testimonials .owl-dots {
    position: relative;
    right: 20px;
    bottom: 28px;
}

/*************Anesthesia Challenges *******************/

#anesthesia-challenges {
    background: #F1F0F0;
}

#anesthesia-challenges h4 {
    font-size: 42px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

#anesthesia-challenges p {
    font-size: 16px;
    color: #959595;
    text-align: center;
}

#anesthesia-challenges img {
    border-top-right-radius: 80px;
}

#anesthesia-challenges .billing-challenges h4 {
    font-size: 20px;
    color: #0E76BC;
    font-weight: 500;
    text-align: left;
}

#anesthesia-challenges .billing-challenges p {
    font-size: 16px;
    color: #000000;
    text-align: left;
}

#anesthesia-challenges .billing-challenges li {
    list-style: none;
    line-height: 3;
    border-top: 1px solid #757474;
}

#anesthesia-challenges .billing-challenges li a {
    color: #757474;
    text-decoration: none;
    font-size: 16px;
}

#anesthesia-challenges .billing-challenges ul {
    padding: 0 !important;
    margin: 0 !important;
}


/*******************Excellence is Our Speciality****************************/

#excellence {
    background: #EEF9F9;
}

#excellence h4 {
    font-size: 42px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

#excellence p {
    font-size: 16px;
    color: #959595;
    text-align: center;
}

#excellence .card {
    background: transparent;
    border: none;
}

#excellence .card-body h5.card-title {
    font-size: 16px;
    color: #000;
}

#excellence .card-body p.card-text {
    font-size: 16px !important;
    text-align: left !important;
}

/******************Latest Tips & News*******************************/
#latest-news h4 {
    font-size: 42px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

#latest-news p {
    font-size: 16px;
    color: #959595;
    text-align: center;
}

#latest-news .news-date {
    background: #0E76BC;
    padding: 6px;
    color: #fff;
    font-size: 14px;
    max-width: fit-content;
}

#latest-news h5.card-title {
    font-size: 16px;
    padding: 20px 0 4px;
    line-height: 1.5
}

#latest-news .card {
    background: #EEEEEE;
    padding: 20px;
}

#latest-news .card-text {
    font-size: 14px;
    color: #959595;
    text-align: left;
}


/************CopyRight **********/
#footer {
    background: #1d435c;
}

.footer-about ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-about ul li {
    list-style: none;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #50A4DC;
    border-radius: 50px;
    text-align: center;
}

.footer-about ul li a {
    color: #50A4DC;
    font-size: 16px;
}

.footer-about p {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.footer-links h4 {
    font-size: 20px;
    color: #fff;
}

ul.footer-menus {
    padding: 0;
    margin: 0;
}

ul.footer-menus li {
    list-style: none;
    line-height: 2.2;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

ul.footer-menus li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.sign-up h4 {
    color: #50A4DC;
    font-size: 16px;
}

.sign-up input[type="email"] {
    width: max-content;
}

.copyright {
    color: #6399BE;
    font-size: 14px;
    text-align: center;
}

/**********Mobile Responsive Css***********/

@media screen and (max-width: 1360px) {
    #three-boxdoctors {
        top: 0 !important
    }

    #carouselAnesth .carousel-caption h5 {
        font-size: 48px;
        -webkit-text-stroke: 1px #0E76BC;
        font-family: "Roboto", sans-serif;
    }

    #carouselAnesth .carousel-caption {
        bottom: 0 !important;
    }
}

@media screen and (min-width: 1200px) {
    .navbar ul.navbar-nav li {
        padding: 0 36px !important;
    }
}

@media screen and (max-width: 1359px) and (min-width: 992px) {
    .navbar ul.navbar-nav li {
        padding: 0 28px !important;
    }
}

@media screen and (max-width: 991px) {
    #about-us .about-content {
        padding-bottom: 30px;
    }

    #anesthesia-challenges .billing-challenges {
        padding-top: 30px;
    }

    #latest-news .card {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1440px) {
    #latest-news .card {
        min-height: 500px !important;
    }
}

@media screen and (max-width: 1439px) and (min-width: 992px) {
    #latest-news .card {
        min-height: 630px !important;
    }
}

/***********CONTACT FORM CSS**********/
#wpcf7-f31363-p31376-o1 .wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100% !important;
}

#wpcf7-f31363-p31376-o1 input.wpcf7-form-control.wpcf7-submit {
    width: auto !important;
    background-color: #1d435c;
    padding: 10px 25px;
    color: #fff;
    border: none;
    font-size: 20px;
}

@media screen and (max-width: 1580px) and (min-width: 1361px) {
    #carouselAnesth .carousel-caption h5 {
        font-size: 56px !important;
    }
}

/* contact us page */

#wpcf7-f5-p53-o1 .wpcf7-form label {
    width: 100%;
}

#wpcf7-f5-p53-o1 .wpcf7-form input {
    height: 40px !important;
}

#wpcf7-f5-p53-o1 .wpcf7-form .wpcf7-submit {
    width: 100%;
    max-width: 250px;
    padding: 15px 0 35px;
    border: none;
    background-color: #0e76bc;
    color: #fff;
}

.status-publish .entry-title a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
}


.blog-item a {
    color: #0e76bc !important;
}

div#comments {
    display: none;
}