.neonatal-banner img{
    width: 100%;
    display: block;
}
.neonatal-text{
    padding: 30px 0;
}
.neonatal-text h1{
    font-size: 36px;
    line-height: 50px;
    color: #00B7AC;
    margin-bottom: 30px;
}
.neonatal-text p{
    color: #000;
    font-size: 14px;
    margin-bottom: 30px;
}
.neonatal-text p span{
    color: #00B7AC;
    font-style: italic;
}
.neonatal-text img{
    margin: 15px auto;
    display: block;
    width: 80%;
}
.neonatal-text h2{
    font-size: 27px;
    color: #00B7AC;
    margin: 0 0 15px 0;
}
.neonatal-text h4{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.neonatal-text ul li{
    font-size: 14px;
    margin-bottom: 10px;
}
.neonatal-text ul li span{
    font-weight: bold;
    font-size: 15px;
}
.neonatal-doctors{
    position: relative;
    height: 400px;
    box-shadow: 0 0 20px #00000080;
    border-radius: 10px;
    overflow: hidden;
}
.doctor-loc span{
    display: block;
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    color: #fff;
    padding: 5px;
}
.doctor-loc span marquee{
    vertical-align: middle;
    font-size: 11px;
}
.doc-image {
    /* padding: 0 30px; */
    margin-bottom: 10px;
}
.doc-image img{
    display: block;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.doc-name h4{
    text-align: center;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}
.doc-name, .doc-designstion{
    margin-bottom: 15px;
    padding: 0 15px;
}
.doc-designstion h5{
    font-size: 10px;
    text-align: center;
}
.view-prof-btn a{
    font-size: 14px;
    padding: 10px 35px;
    display: block;
    background: #034ea1;
    color: #fff;
    text-align: center;
    border-radius: 5px;
   
}
.view-prof-btn{
    padding: 0 20px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

    .owl-item {
    opacity: 0 !important;
    transition: opacity 500ms !important;
    }
    .owl-item.active {
    opacity: 1 !important;
    }
    .owl-next.disabled, .owl-prev.disabled {
    display: none !important;
    }
    .owl-next{
        position: absolute;
        top: 50%;
        right: -50px;
        transform: translateY(-50%);
        font-size: 25px !important;
        color: #034ea1 !important;
    }
    .owl-next span{
        font-size: 65px !important;
    }
    .owl-prev{
        position: absolute;
        top: 50%;
        left: -50px;
        transform: translateY(-50%);
        font-size: 25px !important;
        color: #034ea1 !important;
    }
    .owl-prev span{
        font-size: 65px !important;
    }
    .neonatal-doctors-sec h2{
        text-align: center;
        margin: 10px 0 40px 0;
        color: #034ea1;
    }
    .neonatal-text h5{
        font-size: 16px !important;
        color: #034ea1 !important;
        font-family: Montserrat;
    }
    .neonatal-text h3{
        color: #00B7AC;
        margin: 0 0 15px 0;
    }
    #faq .panel-heading .accordion-toggle h4:after {
        font-family: "Glyphicons Halflings";
        content: "\e114";
        float: right;
        color: #034ea1;
    }
    #faq .panel-heading .accordion-toggle.collapsed h4:after {
        content: "\e080";
    }
    #faq {
        background: url(../images/spec/faq-bg.svg) center/cover no-repeat;
        padding: 70px 0 80px;
    }
    #faq .panel-default>.panel-heading {
        background-color: #fff;
        padding: 20px 40px;
        border-color: #ddd;
    }
    #faq .panel-body {
        padding: 20px 40px;
    }
    #faq .panel-default>.panel-heading h4 {
        font-family: MontserratBold;
        font-size: 18px;
        line-height: 22px;
        color: #034ea1;
    }
    #faq h2 {
        padding-bottom: 35px;
        font-family: MontserratBold;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    overflow: hidden;
    }
    #faq .panel-body p{
        font-family: Montserrat;
    font-size: 14px!important;
    font-weight: 400;
    color: #333!important;
    line-height: 25px;
    }
    .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }
    .owl-dot span{
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius:20px;
        background: #d5d5d5;
        margin-right: 15px;
    }
    .owl-dot.active span{
        background: #034ea1;
    }
    .owl-dots{
        margin-top: 40px;
        text-align: center;
    
    }
    
    @media (max-width:1199px){
        .owl-next{
            right: -20px;
        }
        .owl-prev{
            left: -20px;
        }
    }
    @media (max-width:991px){
        .neonatal-text img{
            width: 100%;
        }
    }
    @media (max-width:499px){
        .neonatal-text h1 {
            font-size: 18px;
            line-height: 30px;
            text-align: left;
            color: #00B7AC;
            margin-bottom: 9px;
        }
        .neonatal-text h2 {
            font-size: 19px;
            line-height: 30px;
        }
        .neonatal-doctors-sec h2 {
            text-align: center;
            margin: 10px 0 15px 0;
            color: #034ea1;
            font-size: 30px;
        }
        .neonatal-doctors{
            height: 520px;
        }
        .owl-next{
            right: 0px;
        }
        .owl-prev{
            left: 0px;
        }
    }