/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 718px;
}
.map_model img {
  max-width: none !important;
}
.map_model p {
  color: #adadb1;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map_locations {
  display: <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15200.008588696073!2d-88.0237534!3d17.744538!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8f5c8de503ffb9e9%3A0x46702358e1cc3e5e!2sBlack%20Durgon%20Dives!5e0!3m2!1sen!2sbz!4v1701633267057!5m2!1sen!2sbz" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>;
}
