/*transform origin*/
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_layout .mt_two_col.mt_col_reverse, .neighborhood-1 .mt_two_column_layout .mt_two_col.mt_col_reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_img, .neighborhood-1 .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_img {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
.mt_map {
  position: relative;
}

.map-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.map-loader::after {
  content: '';
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*# sourceMappingURL=neighborhood.css.map */
