.docvslider .slick-prev{
    left:-15px;
}
.docvslider .slick-next{
    right:-15px;
}
.whyChooseMobSlider .slick-prev{
    left:-30px;
}
.whyChooseMobSlider .slick-next{
    right:-30px;
}

.main-img img{
    width: 100%;
        min-height: 400px;
}
.main-imgx{
    position: relative;
}
.main-imgx2{
    position: relative;
}
.bnrslider .bannertext{
    position: absolute;
    top:50%;
    /* max-width: unset; */
    transform: translateY(-50%);
	    max-width: 510px;
}
@media (max-width: 768px) and (min-width: 176px){
    .main-img {
        background-image: url(../img/img-28_mobile.jpg);
    background-repeat: no-repeat;
    height: 330px;
    width: 100%;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    margin-top: 70px
    }
    .main-img img {
    max-width: 100%;
    display: none;
    }
    .bnrslider .bannertext h2 {
        font-size: 22px;
            margin-bottom: 0px;
    }
    
    .bnrslider .bannertext{
            top: 65%;
                margin-left: 10px;
    }
    
}

