.page-title h1{
    top: auto;
    bottom: 80px;
}
.booking-area {
    position: relative;
    bottom: 0px;
    left: 0;
   transform: translateX(0%);
    z-index: 1;
}
.search-bar form{
    margin-top: 0px;
}
.search-bar {
    position: absolute;
    width: 100%;
    /* top: 300px; */
    bottom: 10px;
}
section.home-list {
    background: #fff;
}
.home-list-card {
    position: relative;
}