.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;
}
section.home-list .pro-detils {
    position: relative;
}
section.home-list .pro-cont{
    padding: 25px 25px 25px 25px;
    padding-bottom: var(--p34);
    width: 100%;
    bottom: -40px;
}
section.home-list h3.title{
    font-weight: 400;
}