
.hidden {
    display: none;
}

.custm_wd {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.page_header {
    padding: 30px 10%;
    background-color: #efefef;
    margin-bottom: 30px;
}
.hospitals_data {
    padding: 30px 0 60px;
}


.dataTables_length,
.dataTables_filter {
    display: none;
}
.dataTables_empty {
    padding: 50px 15px !important;
}
#table_hospitals {
    margin-bottom: 30px !important;
}
.search_filter_container .custm_col {
    margin-bottom: 30px;
}
.search_filter_container input {
    min-height: unset;
}
.switch_views {
    display: flex;
    justify-content: flex-end;
}
.switch_views li > a {
    padding: 4px 12px !important;
}
.no_data_found {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #aaa;
    margin-bottom: 30px;
}
.no_data_found p {
    font-size: 18px;
    color: #aaa;
    font-weight: 700;
    letter-spacing: 2px;
}


.hospitals_list {
    display: flex;
    flex-wrap: wrap;
}
.hospitals_list .custm_col {
    flex: 0 0 50%;
    padding: 0 20px;
    margin-bottom: 30px;
}

.hospitals_data .hospital_block {
    box-shadow: 0 0 10px 3px #5c2d5059;
    height: 100%;
}
.hospitals_data .hospital_block:hover {
    cursor: pointer;
    transform: scale(1.01, 1.03);
}
.hospitals_data .hospital_block:hover label {
    cursor: pointer;
}
.hospitals_data .hospital_block > div.title_block {
    background-color: #5c2d50;
    padding: 10px 30px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hospitals_data .hospital_block h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
.hospitals_data .hospital_block > div.content_block {
    padding: 20px 30px;
}
ul.brief_details {
}
ul.brief_details > li {
    display: flex;
}
ul.brief_details > li .lbl {
    flex: 0 0 35%;
    position: relative;
}
ul.brief_details > li .lbl:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 10px;
}
ul.brief_details > li .val {
    word-break: break-word;
}


@media (max-width: 991px) {
    .hospitals_data .hospital_block h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hospitals_data {
        padding: 0 0 30px;
    }
    .hospitals_list .custm_col {
        flex: 0 0 100%;
    }
    .hospitals_data .hospital_block h3 {
        font-size: 20px;
    }
}