.overlay2,
.overlay {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999 !important;
  width: 100%;
}

.boxclose,
.boxclose2 {
  position: absolute;
  top: -35px !important;
  right: 2px !important;
  z-index: 999999 !important;
}

.boxclose i,
.boxclose2 i {
  color: #000;
  font-size: 24px;
}

.box,
.box2 {
  position: absolute;
  top: 50px;
  left: 50%;
  color: #666;
  z-index: 999999 !important;
  width: 900px;
  margin-left: -450px;
  background: #f6f6f6;
}

.CloseImg {
  float: right;
  margin: 8px 8px 0px 0px;
}

.OverlayWrapper {
  padding: 30px 30px 10px;
  text-align: left;
  box-sizing: border-box;
}

.box h3,
.box2 h3 {
  text-align: center;
  margin-bottom: 10px;
  color: #253c7d;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--roboto-md);
}

#SpaceTitle {
  text-align: center;
  color: #253cd2;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--site-font-b);
  margin-bottom: 10px;
}

.InquireOverlay .BlueSepLine {
  margin: 15px auto;
}
