.real-estate-form-container {
  overflow: inherit !important;
}
.real-estate-form {
  position: relative;
  top: -300px;
  margin-bottom: -300px;
  z-index: 4 !important;
}
.real-estate-form #book {
  background-color: #fff;
  border: 1px solid #eee;
}
@media (max-width: 991px) {
  .real-estate-form-container {
    overflow: hidden !important;
  }
  .real-estate-form {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    z-index: 4 !important;
  }
}



/* External css-About us */
.single-counter__number {
  margin-bottom: 20px;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #008e98 !important;
}

.single-counter__number .number {
  margin-bottom: 20px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
.single-counter__number .number-suffix {
  font-size: 26px;
  font-weight: 700;
  vertical-align: top;
  position: relative;
  left: -15px;
  color: #008e98;
}

.single-counter__text--black3 {
  color: #05103b;
}
.single-counter__text {
  font-size: 1.125rem;
  margin-bottom: 0;
}
h4 {
  font-size: 1rem;
}

.single-counter__count{
    padding: 23px;
}

.years{
   color: #008e98 !important;
}