#site-section-popup-content.medical-popup-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#site-section-popup-content.medical-popup-wrapper .m-popup-content {
  max-width: 600px;
  background-color: #fff;
  padding: 50px 25px;
  margin: auto;
}

