/***************************
       HOTFIX STYLES
***************************/
.doctorTop .container .half {
    width: 40%;
}
.doctorTop .container .half:first-child {
    width: 60%;
}
.doctorTop .container .half.docGeneral {
    padding: 0px 10px 0 30px;
}

.faq .faq-list .faq-container .faq-questions .question-container .question .question-title {
    color: #565962;
    font-weight: bold;
    text-decoration: none;
}


@media(max-width:768px) {
    .doctorTop .container .half {
        width: 100%;
    }
    .doctorTop .container .half:first-child {
        width: 100%;
    }
    .doctorTop .container .half.docGeneral {
        padding: 15px 0 0 0;
    }
}