#map {
  min-height: 465px;
}
.hospotal_point {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
}
.map-wrapper {
  position: relative;
}
#sidebar {
  position: absolute;
  width: 320px;
  background: #fff;
  display: block;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Poppins',sans-serif !important;
}
#sidebar .sidebar-header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
.hospital-map-block .section-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
#sidebar .sidebar-content strong {
  font-weight: bold!important;
}
