.contentBox .doctorTime .factitle{
    margin-top: 30px;
}
.contentBox .doctorTime .factitle h3,.contentBox .doctorTime .textEditor h3{
    font-size: 28px;
    line-height: 1.5;
    margin: initial;
    font-weight: bold;
    position: relative;
    color: var(--primary);
}
.contentBox .doctorTime .factitle p{
    font-size: 18px;
    line-height: 1.5;
    margin: initial;
    padding-top: 10px;
}
.contentBox .doctorTime .textEditor{
    padding: 40px 0 0;
}
 .doctorTime .textEditor table {
    border-collapse: collapse;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 30px 0;
    border: 1px solid #ccc;
    overflow-x: auto;
    width: 60%;
}


 .doctorTime .textEditor tr:last-child td {
    border-bottom: none
}

 .doctorTime .textEditor th {
    padding: 10px 5px;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background: #3a4856;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 400;
}

 .doctorTime .textEditor th:last-child {
    border-right: none
}

 .doctorTime .textEditor td {
    padding: 10px 15px;
    /* text-align: center; */
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    color: #3a4856;
    font-size: 15px;
}
.doctorTime .textEditor td.BB_bg{
    background: #2466a7;
    color: #ffffff;
}
 .doctorTime .textEditor tr td p{
    text-align: center;
}

 .doctorTime .textEditor td strong {
    font-size: 16px;
    color: #3a4856;
    letter-spacing: 2px;
    font-weight: 400;
}

 .doctorTime .textEditor td strong b {
    padding-left: 5px;
    font-size: 13px;
    color: #747475;
    font-weight: normal
}

 .doctorTime .textEditor td:last-child {
    border-right: none
}

 .doctorTime .textEditor .timenote {
    border-top: 1px solid #d2d2d2;
    padding: 20px 0 0 0;
    font-size: 16px;
    color: #3a3a3a
}

 .doctorTime .textEditor .timenote em {
    display: inline-block;
    padding-right: 20px;
    font-style: inherit;
}

 .doctorTime .textEditor .timenote em b {
    color: #f0b7a4;
    font-size: 15px;
    padding-right: 5px;
    font-weight: bold;
    font-style: initial;
    vertical-align: initial;
}



@media screen and (max-width: 1280px){
     {
    padding: 5px;
    border-bottom: 1px solid #f2f2f2;
}
.doctorTime .textEditor table{
    width: 100%;
}
}