/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 9, 2015, 6:49:57 PM
    Author     : tasfir
*/

#owl-demo{
    border: 3px solid #31B0D5;
}

.news_slide .item .post_slide a img{
    width: 200px;
    height: 120px;
    border: 5px solid #000;
}

.news_slide .item .post_slide{
    position: relative; 
}

.news_slide .item .post_slide .caption{
    margin: 8px;
    background: #428bca; 
    color: #fff;
    position: absolute;
    top: 20px;
    padding-left: 8px; 
    padding-right: 8px;
}

.news_slide .item{
    clear: both;
}

#health_slider .carousel-indicators li{
    border-color: #bb0010;
}

.owl-carousel-basic .item{
    width: 200px;
    height: 150px;
    background-color: #F3F3F3;
}

/* ------------------------- Doctore Profile Slider Page ----------------------- */
#doctor_slide .item {
    position: relative;
}

#doctor_slide .item a .head_sec{
    width: 100%;
    height: 70px;
    padding: 10px;
    background-color: #bb0010;
    position: absolute;
    top: 0;
}

#doctor_slide .item .head_sec img.doctor_profile_image{
    width: 70px;
}

#doctor_slide .item{
    height: 230px;
}


/* ---------------------------------------- */
#doctor .item{
    width: 100%;
    height: 250px;
    background-color: #F3F3F3;
    margin-bottom: 10px;
    border: 3px solid #e4e4e4;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

#doctor .item a{
    /*position: relative;*/
}

#doctor .item .head_sec{
    height: 130px;
    padding-top: 10px;
}

#doctor .item .footer_sec{
    position: absolute !important;
    bottom: 15px !important;
    display: block;
    border-radius: 0 0 5px 5px;
    clear: both;
    height: 50px;
    padding-top: -3px;
    background: linear-gradient(to bottom, #4194e7 0%,#21578d 100%);
    width: 100%;
    overflow: hidden;
}

#doctor .item .head_sec .desc{
    color: #333;
    margin-top: 10px;
}

#doctor .item .footer_sec h5{
    color: #fff;
    padding: 5px;
    text-align: center;
    overflow: hidden;
}

#doctor .item .head_sec .image_image{
    background-color: #fff;
}

#doctor .item .head_sec .about{

    padding: 10px;
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    color: #666;
    font-weight: 700;
    padding-top: 15px;
}

#doctor .item .head_sec .about .designation{
    display: block;
}

#doctor .item .head_sec .about .doctor_name{
    display: block;
}

#doctor .item .head_sec .doctor_profile_image{
    border: 4px solid #2a6496;
}

#doctor .item .head_sec .doctor_profile_image{
    width: 100%;
}

#doctor .owl-controls, #doctor .owl-nav{
    display: none !important;
}