.feature-breadcrumb{
text-align: left;
}
.banner-top{
    height: 500px!important;
}
@media only screen and (max-width: 991px) {
    .banner-top .banner-main {
        padding: 35px 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner-top {
        height: auto!mportant;
    }
}