/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 324px;
}
.map_model img {
  max-width: none !important;
  pointer-events: none;
  cursor: none;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map div {
  cursor: default !important;
}
.map_locations {
  display: none;
}
/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-top: 30px;
    height: 600px;
    overflow: hidden;
}