.editable__container {
    padding: 0px !important;
}
.gallery.highslide-gallery {
    padding: 0px !important;
}

/* Footer locations */
.footer-noform .clone {
    display: none !important;
}
.footer-noform ul.slides {
    display: block !important;
    width: 100% !important;
    transform: unset !important;
}
.footer-noform .slides > li {
    width: 100% !important;
    float: none !important;
    margin-bottom: 25px;
}
.footer-noform .locations .flex-control-nav {
    display: none;
}
.footer-noform .col-lg-8.col-sm-12 .editable__container {
    padding: 0;
}

/* Custom colors */
.section--light .map-a .map-search__locations li a {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    border-radius: 22px;
    padding: 12px 25px;
    width: auto;
    letter-spacing: 0;
    border: 1px solid #bdb464;
    text-decoration: none;
}
.section--light .map-a .map-search__locations li a:hover {
    background: #bdb464 !important;
    color: white !important;
}
span.homepage-link a {
  color: #fff !important;
  text-decoration: underline;
}
span.homepage-link a:hover {
//  color: #BDB464 !important;
}

/*-------SEO-Service-Page-------*/
.serviceimg {
        float: right;
        margin: 0 0 10px 10px;
        width:400px;
    }
@media(max-width: 767px) {
    .serviceimg {
        float: none;
        display: block;
        width:400px;
        margin: 0 auto 10px;
    }
}
/*-----SEO-Service-Page-END-----*/
