@media screen and (min-width:998px){
    .mobile-only{display:none!important;}
}
@media screen and (max-width:998px){
    .no-mobile{display:none!important;}
    .advantege_box_wrapper{
        max-width:50%;
    }
    .flex-wrapper > div.advantege_box_wrapper:nth-child(odd){
        box-shadow:inset -1px -1px 0px 0px #1a5481cc;
    }
    .flex-wrapper > div.advantege_box_wrapper:nth-child(even){
        box-shadow:inset 1px -1px 0px 0px #1a5481cc;
    }
    .flex-wrapper > div.advantege_box_wrapper:nth-child(3),
    .flex-wrapper > div.advantege_box_wrapper:nth-child(4) {
            background: #5791c9c4;
    }
    .flex-wrapper > div.advantege_box_wrapper:nth-child(1),
    .flex-wrapper > div.advantege_box_wrapper:nth-child(2),
    .flex-wrapper > div.advantege_box_wrapper:nth-child(5) {
                background: #1a5481cc;
    }
    .flex-wrapper > div.advantege_box_wrapper:last-child:nth-child(odd){
        max-width: 100%;
        box-shadow:none;
    }
    .map_strip_wrapper {
        max-width: 1565px;
        position: relative;
        overflow: hidden;
        padding-left: 8.9%;
        padding-right: 3.5%;
        width: 100%;
    }
    /*------- grey content slider  ---------*/
    .grey_content > .container > .row > *{
        width: 100%;
        max-width:initial;
    }
    /*
    .services_top_gallery > .slider-wrapper {
        width: 86%;
        height: 0;
        padding-top: 66%;
        position: relative;
        margin: 0 auto;
        display: block;
        box-shadow: 0px 0px 40px 6px rgba(0,0,0,0.2);
        background: transparent;
        border-radius: 3px;
    }
    .services_top_gallery > .slider-wrapper .slider-item img, .services_top_gallery > .slider-wrapper .slider-item iframe {
        width: auto;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
        display: block;
        position: relative;
        top: 50%;
        transform: translate(50%,-50%);
        right: 50%;
    }
    .services_top_gallery > .slider-wrapper .slider-item iframe {
        min-height: 100%;
        width: 100%;
    }*/
    /*------- sliders ------------*/
    .slider-arrow.prev, .customers-carousel .slider-arrow.next, .slider-arrow.next {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        cursor: pointer;
        width: 15px;
        height: 30px;
        transition: all 0.3s;
        z-index: 200;
    }
    .service-gallery-item img {
        width: 100%;
        height: auto;
    }
    .service-gallery-item {
        height: 18vw;
        position: relative;
        display: block;
    }

    /*------ chosen projects ------*/
.chosen_project_wrapper {
    padding: 0 15px !important;
}
.slick-slider, .slider-not-active , .js-wpv-view-layout {
    display: block;
}
.services_top_gallery > .slider-wrapper .slider-item , .services_top_gallery .slick-list .vid_slide_cont  {
    height: 400px !important;
}
.services_top_gallery {
    position: relative;
    height: 400px;
    width: 470px !important;
    margin: 40px auto;
}
.services_top_gallery .slider-item img {
    transform: unset;
}
.services_top_gallery > .slider-wrapper {
    height: 400px;
    width: 100% !important;
}
.services_top_gallery > .slider-wrapper .slider-item {
      height: 400px;
}
.services_top_content .row {
  display: block;
}
.service_item.md-w-25 {
    padding: 0 10px;
    text-align: center;
}

.service_item .inner_box h3 {
    font-size: 18px;
    padding: 0;
    min-height: 50px;
}
.our_services_list .all-w-100.flex-wrapper {
    padding: 6% 0;
}
.service_item .inner_box img {
    height: 50px;
}
.service_item .inner_box {
    margin-bottom: 0;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
    padding-left: 5% !important;
}
}
