.alpha-filters { margin: 20px 0; }
.alpha-btn {
    padding: 0 1rem !important;
    background: transparent !important;
    border: 0px solid #ddd;
    cursor: pointer;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #1E1E1E !important;
}
.alpha-btn.active, .alpha-btn:hover { background: #007cba; color: white; }
.alpha-btn.disabled { opacity: 0.5; cursor: not-allowed; }
.cities-grid {
    display: inline-block;
    width: 95%;
}
.city-btn {
    padding: 22px 1rem !important;
    background: #f1f1f1;
    border: 0px solid #FAFAFA;
    cursor: pointer;
    background: #FAFAFA !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #1E1E1E;
	margin: 0 0.5rem 1rem;
}
.city-btn span.icon {
    padding: 0 0rem 0 1rem;
}
.city-btn:hover { background: #e0e0e0; }

#service-map {
    border-radius: 24px;
    overflow: hidden;
}
#service-area-container {
    display: flex;
    flex-wrap: wrap;
	padding-bottom: 3rem;
}
.alpha-filters {
    margin: 20px 0;
    display: block;
    width: 5%;
}


@media (max-width: 767px){
	#service-area-container {
		padding-bottom: 1rem;
	}
	.alpha-filters {
		width: 15%;
	}
	.cities-grid {
		width: 85%;
	}

}



