.slider_img{
    height: 400px;
    width: 100%;
}
/* counter css */

.bg-primary {
    background-color: #89089b !important;
}
.counter-box {
    display: block;
    /* background: #89089b; */
    border:2px double #89089b;
    color:#89089b;
    border-radius: 20px;
    padding :18px 15px 37px;
    height: 200px;
    text-align: center
}
.btn-primary {
    color: #000;
    background-color: #8e0daf !important;
    border-color: #8e0daf !important;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    /* color: white; */
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 40px;
    margin: 0 0 15px;
    /* color:white; */
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    /* color: white; */
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
/* textimonial */
.bg-light {
    background-color: #89089b !important;
}
.treatment_img{
    height:400px;
    width: 100%;
}
.aboutus_img{
    height: 450px;
    width: 100%;
}
/* next hub */
@media (min-width: 768px) and (max-width: 1024px) {
.nexthub_font{
    font-size: 12px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 6px 11px;
    font-size: 12px;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 8px 9px;
}
}
@media (max-width:576px) {

    .slider_img {
        height: 230px;
        width: 100%;
    }
    .counter-box i {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .aboutus_img{
        height:250px;
    width: 100%;

    }
}
.dr_img{
height: 390px;
width: 100%;
}
.success_stories_img{
    height: 230px;
    width: 100%;
}
