.btext{
    color: white;
}
.btext h1{
    font-size : 25px !important; 
}
.btext p{
    font-size : 15px !important;
    width : 65%;
}


@media screen and (max-width: 992px){
    .btext p {
        line-height: 1.5;
        width: 100%;
    }
    .btext h1{
        font-size : 22px !important; 
        padding-top: 10px;
    }
    .milan_frm {
        margin-top: 10% !important;
    }
    .welcome-hero {
        height: 640px !important;
        background-position: bottom !important;
        
    }
    .about {
        padding: 100px 0 50px !important;
    }

    .welcome-ivf{
        background: url(../images/banners/banner-mobile-ivf.png) no-repeat !important;
        background-position: bottom !important;
        background-size: 100% 100% !important;
        height: 695px !important;
    }
    .welcome-pcos{
        background: url(../images/banners/banner-mobile-pcos.png)no-repeat !important;
        background-position: bottom !important;
        background-size: contain !important;
        height: 695px !important;
        background-size: 100% 100% !important;
    }
    .welcome-fibroids{
        background: url(../images/banners/banner-mobile-fibroids.png)no-repeat !important;
        background-position: bottom !important;
        background-size: contain !important;
        height: 695px !important;
        background-size: 100% 100% !important;
    }
    .welcome-laparoscopy{
        background: url(../images/banners/banner-mobile-laparoscopy.png)no-repeat !important;
        background-position: bottom !important;
        background-size: contain !important;
        height: 695px !important;
        background-size: 100% 100% !important;
    }   

    /*.welcome-ivf{
        background: url(../images/banners/banner-mobile-old.png)no-repeat !important;
        background-position: bottom !important;
        background-size: contain !important;
        height: 695px !important;
    }
    .welcome-pcos{
        background: url(../images/banners/banner-mobile-old.png)no-repeat !important;
        background-position: bottom !important;
        background-size: contain !important;
        height: 695px !important;
    }
    .welcome-fibroids{
        background: url(../images/banners/banner-mobile-old.png)no-repeat !important;
        background-position: bottom !important;
        background-size: contain !important;
        height: 695px !important;
    }
    .welcome-laparoscopy{
        background: url(../images/banners/banner-mobile-old.png)no-repeat !important;
        background-position: bottom !important;
        background-size: contain !important;
        height: 695px !important;
    }*/

}
@media(max-width:767px){
    .welcome-ivf{
		background: none !important;
    }
    .milan_frm{
        margin-top: 0px !important;
    }
    .welcome-ivf{
        height: auto !important;
    }
    .welcome-hero{
        height: auto !important;
    }
    .about{
        padding-top: 50px !important;
        margin-top: 20px;
    }
    .welcome-pcos{
        background: none !important;
    }
    .welcome-fibroids{
        background: none !important;
    }
    .welcome-laparoscopy{
        background: none !important;
    }
}