.location_map_wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.location_map {
  width: 100%;
}
.location_map .wrap_map {
  width: 100%;
  height: 350px;
  transition: all 0.2s;
}
@media (max-width: 991.98px) {
  .location_wrap {
    margin: 0 0 1.5rem 0;
  }
  .location_map_wrap {
    position: relative;
    width: 100%;
  }
  .location_map_wrap::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 85%;
    height: 89%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
  }
  .location_map .wrap_map {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .location_map .wrap_map {
    height: 250px;
  }
}
