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

.hospital_delhi {
    float: none;
    display: inline-block;
    width: 35%;
    padding: 5%;
}

.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;
}

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

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

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

.doctor_items_div {
    float: none;
    display: inline-block;
}
.dr-img a img{
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 330px;
}



.doctor-heading {
    text-align: center
}

.doctor-heading h2 {
    font-family: 'Lato';
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    letter-spacing: 1px
}

.doctor-heading p {
    font-family: 'Lato';
    font-size: 15px;
    margin: 15px 0;
    margin-bottom: 0;
    text-align: center
}

.doctors-team {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 35px
}

.no-bottom-margin {
    margin-bottom: 0!important
}

.dr-img img {
    width: 100%;
    display: block
}

.world-classPara {
    padding-top: 20px
}

.cataract-world .world-classPara h4 {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 15px
}

.dr-name {
    font-family: 'Lato';
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color:#000;
}
.dr-name a {
    color: #000;
    text-decoration: none;
}
.dr-appointment a {
    color: #5386e0;
    text-decoration: none;
}
.dr-img a img{
    width:100%;
    height:auto;
}
.our-doctors {
    padding-top: 50px;
    background-color: #f0f0f0;
    padding-bottom: 50px
}
.dr-name.drname_pro a {
    color: #000;
}
.button-btn .btn-success {
    color: #fff;
    background-color: #5386e0;
    border-color: #5386e0
}

.button-btn .btn {
    display: inline-block;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 12px 30px;
    font-size: 14px;
    font-family: 'Gotham Book';
    line-height: 1.5
}

.button-btn {
    text-align: center;
    margin-top: 35px
}

.button-btn .btn-info {
    color: #fff;
    background-color: #3f6ec0;
    border-color: #3f6ec0
}

.btn-pressure {
    position: relative;
    margin-bottom: 0
}

.button-btn .badge {
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle
}

.button-btn .badge,.button-btn .btn {
    position: relative;
    top: -1px;
    float: left;
    left: 38%
}

@media screen and (max-width: 768px) {
    .services_list_div {
        width: 100%;
    }
    .location_map iframe {
        height: 300px;
        width: 100%;
    }
    .doctor_div {
        width: 100%;
    }
    .btn-success-pressure{
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .our-doctors {
        width: 99%;
    }
    .button-btn {
        margin-top: 0px
    }
    .button-btn .badge, .button-btn .btn {
        left: 0;
        float: none;
        width: 100%;
        text-align: center;
    }
}