/* Custom Stylesheet hash:17437555051741266827 dated 17 Jun, 2025 04:49:28+Asia/Karachi */
/* Add custom CSS here */

.ace_scroller {
  color:white;
}
.ace_gutter-cell {
  color:white;
}

.image-top {
  background-color: #eaf2f3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
  position:relative;
  justify-content: center;
  display: flex;
}

.image-top img {
  height: 150px;
}

.search--home {
  background-color: #eaf2f3 !important;
  padding: 5.4em 2.5% 5.8em !important;
}


.hero-heading {
  color:black;
}

.gotoLink {
  padding-right:10px;
  display:flex;
  vertical-align:middle;
}


.gotoLink a {
  display:flex;
}

.gotoLink img {
  height: fit-content;
  width: auto;
}