.dk-filter-section {
    padding: 0 0 0 !important;
}
/* .help-bar {
    margin: 25px 0 !important;
} */
#filtererror {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#doctor-container {
    margin-top: 0 !important;
}

@media (min-width: 640px) and (max-width: 1024px) {
     #doctor-container {
        margin-top: 0 !important;
    }
}
@media (min-width: 640px) and (max-width: 768px) {
    .doc-filter-empty {
        font-size: 15px;
    }
}
@media (max-width: 640px) {
     #doctor-container {
        margin-top: 16px !important;
    }
    .doc-filter-empty {
        font-size: 15px;
    }
}