<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* for property listing same height style */
.c-property-deals-apart-post {
  height: 96%;
  padding-bottom: 50px;
}

.c-property-deals-apart-post .vd-txt {
  position: absolute;
  bottom: 40px;
}

.marketplace h3 a {
  color: #fff !important;
  position: absolute;
  z-index: 9;
  bottom: 35px;
  left: 35px;
  width: 87%;
}

.contact.modal .c-form-area h2 {
  font-size: 21px !important;
  letter-spacing: 0px !important;
  font-weight: bold;
  word-spacing: 7px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background: #f0da98;
  color: #414141;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background: #f0da98;
  color: #414141;
}

.education.pds {
  padding: 85px 0 0 !important;
}
</pre></body></html>