.on-mobile-show {
    display: none;
}
.uae-banner.all-service-banner {
    background:url(../images/services/service-banner.png)no-repeat;
    background-size: cover;
}
.service-we-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #919191;
    margin-bottom: 40px;
}
.service-we-item:last-child {
    /* padding: 0; */
    margin: 0;
    border: 0;
}



@media screen and (max-width: 767px) {
    .uae-banner.all-service-banner {
        background: unset;
        height: auto;
    }
}