body {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 20px;
    background: #F3FAFF;
}

.logo {
    width: 356px;
}
.single_doctor {
    border: 1px solid #87CEFA;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.single_doctor h1 {
    font-size: 24px;
    color: #28a745;
    font-weight: 600;
    margin-bottom: 0;
}
.single_doctor h2 {
    background: #DC3545;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}
.single_doctor h3 {
    font-size: 15px;
    line-height: 24px;
    color: #007bff;
    font-weight: bold;
}
.single_doctor p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}

.footer {
    font-size: 15px;
    font-weight: bold;
}