/* map module */
.map-container.has-border #map, .map-container.has-border #map1{
    border-radius: 10px;
}

.single-service-box  {
    position: relative;
}
.single-service-box .single-service-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}