/* ====================================
   DOCTOR PROFILE CONTENT
==================================== */

.doctor-content{
    color:#374151;
    font-size:18px;
    line-height:1.9;
}

.doctor-content p{
    margin-bottom:24px;
}

.doctor-content h2{
    font-size:34px;
    font-weight:700;
    color:#7B1734;
    margin-top:50px;
    margin-bottom:25px;
    padding-bottom:15px;
    position:relative;
}

.doctor-content h2:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:70px;
    height:3px;
    background:#C6A35A;
}

.doctor-content h3{
    font-size:26px;
    font-weight:700;
    color:#111827;
    margin-top:35px;
    margin-bottom:15px;
}

.doctor-content ul{
    margin:25px 0;
    padding-left:25px;
}

.doctor-content li{
    margin-bottom:10px;
}

.doctor-content strong{
    color:#111827;
    font-weight:700;
}