#bannerSlider {
  background-image: url("https://afflatusrealty.com/storage/new-project-16.png") !important;
  background-color:#d3f0fc !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#app > div.bgheadproject.hidden-xs {
  display: none;
}

#app > div.container.padtop50 > div > div > div > div > p:nth-child(3) > span > span {
    position: relative;
    top: -320px; /* Adjust this value to move the div up */
  	left: 35px;
    z-index: 1; /* Ensure the search box appears on top of the image */
}

#frmhomesearch {
    position: relative;
    top: 220px; /* Adjust this value to move the div up */
  	left: -125px;
    z-index: 1; /* Ensure the search box appears on top of the image */
}