.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: -70px;
}
.search-bar {
    /* position: absolute; */
    width: 95%;
    margin: auto;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* top: 235px; */
    height: 100%;
    bottom: 10px;
    z-index: 1;
}
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;
}



div#guestsss1 {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss1 .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss1 .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss1 .adult-box p{
    letter-spacing: 0px;
    color: var(--black-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss1 button.button1 {
   background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}
#guestsss1 button.button11.button1 {
    margin-left: var(--m14);
}