
.custom-link:hover {
    text-decoration: none;
}
.ast-custom-button-link:hover {
    text-decoration: none;
}

/* Media Query */
@media only screen and (max-width: 768px) {
    .mobile-position {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.footer-loc-icon {
    height:  30px;
    width: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius:  100%;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    background: transparent;
}
.footer-title {
    margin-bottom: 0;
}
.footer-description {
    margin-bottom: 0;
}
.all-locations span.locations-div:last-child {display:none;}
.locations-div { padding-right: 10px; padding-left: 10px;}

.phone-pad {
    padding-right: 10px;
    padding-left: 15px;
}
.mark-pad {
    padding-right: 10px;
}