/* ==========================================================
   DOCTOR PROFILE
========================================================== */

.doctor-profile-page{
    padding:60px 0;
    background:#fff url(images/bg-hexagon.png) center center no-repeat;
    background-size:cover;
}

/* ==========================================================
   BREADCRUMB
========================================================== */

.doctor-breadcrumb{
    background:none;
    padding:0;
    margin-bottom:35px;
    font-size:15px;
}

.doctor-breadcrumb>li+li:before{
    color:#0d47a1;
}

.doctor-breadcrumb a{
    color:#0d47a1;
    text-decoration:none;
}

.doctor-breadcrumb>.active{
    color:#777;
}

/* ==========================================================
   SIDEBAR
========================================================== */

.doctor-sidebar{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.3s;
}

.doctor-sidebar:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

/* ==========================================================
   IMAGE
========================================================== */

.doctor-image img{

    width:100%;

    display:block;

}

/* ==========================================================
   LỊCH KHÁM
========================================================== */

.doctor-schedule{

    padding:25px;

    border-top:1px solid #eee;

}

.doctor-schedule h3{

    margin-top:0;

    margin-bottom:20px;

    font-size:22px;

    color:#0d47a1;

    font-weight:700;

}

.doctor-schedule ul{

    margin:0;

    padding:0;

    list-style:none;

}

.doctor-schedule li{

    padding:12px 0;

    border-bottom:1px dashed #e8e8e8;

    font-size:16px;

}

.doctor-schedule li:last-child{

    border:none;

}

.doctor-schedule i{

    color:#0d47a1;

    width:24px;

}

.doctor-schedule span{

    float:right;

    font-weight:700;

}

/* ==========================================================
   CONTACT BOX
========================================================== */

.doctor-contact-box{

    background:#f7faff;

    padding:25px;

    text-align:center;

}

.doctor-contact-box h3{

    margin-top:0;

    color:#fff;

    font-size:22px;

    font-weight:700;

}

.doctor-contact-box p{

    color:#fff;
    font-size:14px;
    line-height:1.7;

    margin:15px 0 20px;

}

.btn-book{

    display:block;

    background:#0d47a1;

    color:#fff;

    padding:15px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-book:hover{

    background:#08357d;

    color:#fff;

    text-decoration:none;

    transform:translateY(-2px);

    box-shadow:0 12px 25px rgba(13,71,161,.25);

}

/* ==========================================================
   CONTENT
========================================================== */

.doctor-content{

    background:#fff;

    border-radius:18px;

    padding:35px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.doctor-content h1{

    margin-top:0;

    margin-bottom:35px;

    color:#0d47a1;

    font-size:25px;

    font-weight:700;

}

/* ==========================================================
   PROFILE ROW
========================================================== */

.profile-row{

    display:table;

    width:100%;

    padding:20px 0;

    border-bottom:1px solid #ececec;

}

.profile-row:last-child{

    border:none;

}

.profile-title{

    display:table-cell;

    width:190px;

    font-weight:700;

    color:#222;

    vertical-align:top;

    font-size:16px;

}

.profile-content{

    display:table-cell;

    font-size:16px;

    line-height:1.9;

    color:#444;

}

.profile-content ul{

    margin:0;

    padding-left:22px;

}

.profile-content li{

    margin-bottom:8px;

}

/* ==========================================================
   ICON BULLET
========================================================== */

.profile-content li::marker{

    color:#0d47a1;

}

/* ==========================================================
   BUTTON
========================================================== */

.btn-book i{

    margin-right:8px;

}

/* ==========================================================
   MOBILE
========================================================== */

@media(max-width:991px){

.doctor-sidebar{

    margin-bottom:35px;

}

.doctor-content{

    padding:25px;

}

.doctor-content h1{

    font-size:34px;

}

.profile-row{

    display:block;

}

.profile-title{

    display:block;

    width:100%;

    margin-bottom:10px;

}

.profile-content{

    display:block;

}

}

@media(max-width:767px){

.doctor-profile-page{

    padding:35px 0;

}

.doctor-content h1{

    font-size:28px;

}

.doctor-schedule span{

    float:none;

    display:block;

    margin-top:5px;

}

.profile-title{

    font-size:17px;

}

.profile-content{

    font-size:16px;

}

}