/* Location Section CSS */
.hospital_delhi_row {
    float: left;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.hospital_delhi {
    float: none;
    display: inline-block;
    width: 24%;
}

.shroffaddresscontact-name p {
    height: 100px;
}

/* OUR SERVICES Section CSS */
.services_div {
    width: 100%;
    text-align: center;
}

.services_list_div {
    float: none;
    /* width: 23.9%; */
    display: inline-block;
    margin-right: 7px;
    width: 100%;
}

/* EYE DOCTORS Section CSS */
.doctor_div {
    width: 25%;
}

.doctors-team {
    max-width: 80%;
}

.doctor_team_row {
    width: 100%;
    float: left;
    text-align: center;
}

.doctor_items_div {
    float: none;
    display: inline-block;
}
.location_map iframe {
    width: 100%;
    max-height: 450px;
    border: none;
}
@media only screen and (max-width: 767px) {
    
.location_map iframe {
    width: 100%;
    height: 300px;
    border: none;
}
}