.service {
    display: flex;
    justify-content: center;
}
.service img {
    width: 50%;
}
@media (min-width: 576px) {
    .service img {
        width: 70%;
    }
}
.gallery {
    min-height: 250px;
}
.location-search-area__dropdown .nice-select::after {
    border-bottom: 2px solid var(--ast-main-color);
    border-right: 2px solid var(--ast-main-color);
}
.btn-style-03::before {
    background: var(--ast-main-color);
}
.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}