.search-bar form{
    bottom: 0;
}
.search-bar{
    width: 100%;
}
section.book-sec{
    background: url('../images/book.jpg');
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 180px;
}
section.book-sec h2{
    color: var(--white-color);
    text-shadow: 0 0 5px #000;
    text-align: center;
    width: 81%;
}
.banner, .breadcrumb-wrap{
    display: none;
}
.search-bar{
    position: relative;
    width:100%;
    left:0;
    bottom: 0;
}
.search-bar form{
       position: relative;
       margin: auto;
       justify-content: center;
       width: 85%;
       left: 0;
       right: 0;
       bottom: 0px;
       background: var(--white-color);
       /* padding: 10px 0px; */
       border-radius: 40px;
       z-index: 2;
       box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
       margin-top: 0;
       /* border-radius: 50px; */
}

.search-bar select{
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: var(--white-color);
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar input{
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left:var(--p10);
    background: var(--white-color);
    border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
    padding-left: 20px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--other-color);
    opacity: 1; /* Firefox */
  }

  .search-bar i{
    color: var(--secondary-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f16);
    right: 20px;
  }

  .search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    border-radius: 0 40px 40px 0;
    border: 1px solid #fff;
}
.search-bar .col-3.srch-btn{
    width: 20% !important;
}
  .search-bar .col-3{
   position: relative;
    width: 24%;
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p12);
    padding-bottom: var(--p12);
  }
.search-bar .col-3:before{
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.search-bar .check:before {
     position: absolute;
     content: '';
     top: 1px;
     right: 0;
     width: 1px;
     height: 30px;
     background: #999;
}

.search-bar .col-3 {
    position: relative;
    width: 20%;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
}
.search-bar .check i{
    top: 0.5rem;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
    display:none;
}
.search-bar .col-3.srch-btn{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
}
  .search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    /* border-radius: 50px; */
}
.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border-radius: 50px;
}
.search-bar .col-4.md-12.sm-12.srch-btn {
    display: flex;
    gap: 10px;
    padding-right: 0px;
}
.search-bar .datepicker-common-2 {
    padding: 0;
    width: 50%;
}
.search-bar .main-check{
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: var(--p12);
}
.search-bar .main-check .row{
    position:relative;
}
div#guestsss {
    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;
}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss .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;
}

#guestsss 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;
}
#guestsss button.button11.button1 {
    margin-left: var(--m14);
}
.datepicker-section{
    position: relative;
}
.datepicker-common-2{
    padding:0;
}
input#demo17 {
    position: absolute;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 32px !important;
    z-index: 9;
}
.search-sec {
    width: 100%;
  margin-top:30px;
}

section.home-list .head-sec h2{
        font-size: 25px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
}

section.home-list .row{
  gap:30px 0;
}

;
    border-radius: 0;
}

section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 0;
    height: 32px;
    overflow: hidden;
    width: 100%;
    font-family: var(--other-font);
}


section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #36454f59;
    padding-top: var(--p20);
}


section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

section.home-list ul li {
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
}

section.home-list i {
    margin-right: var(--m8);
    color: var(--secondary-color);
}

.pro-img{
    height: 300px;
}

.pro-img img{
    height: 300px;
    width: 100%;
}

.pro-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  margin-bottom:11px;
}
.pro-upper .ratings {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 3px;
    font-size: 18px;
}

section.home-list .head-sec h2{
        font-size: 25px;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 20px;
}

section.home-list .head-sec p{
        font-size: 18px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
}



#focus p{
  /* width: 80%; */
  /* display: block; */
  font-weight: 500;
}


section.home-list .head-sec{
    margin-bottom:40px;
}

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p15) var(--p20) var(--p15);
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin-top: -20px;
    border-radius: 0;
}

section.home-list h3.title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 0;
    height: 32px;
    overflow: hidden;
    width: 100%;
    font-family: var(--other-font);
}


section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #36454f59;
    padding-top: var(--p20);
}


section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

section.home-list ul li {
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
    display: grid;
    text-align: center;
    gap:10px;
}

section.home-list i {
    margin-right: var(--m8);
    color: var(--secondary-color);
}


.pro-img{
    height: 300px;
}

.pro-img img{
    height: 300px;
    width: 100%;
}

.own-content{
    height: 234px;
    overflow: hidden;
}
section.home-list .row{
  gap:30px 0;
  justify-content: center;
}
.search-sec {
    position: absolute;
    width: 100%;
    top: 430px;
}
.pro-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  margin-bottom:11px;
}
.pro-upper .ratings {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 3px;
    font-size: 18px;
}

section.home-list .head-sec h2{
        font-size: 25px;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 40px;
        width: 88%;
        display: block;
        margin: auto;
}

section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pro-upper .ratings {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 3px;
    font-size: 18px;
}



.book-sec p {
  /* margin-top:100px !important; */
  /* background: #00000030; */
  padding: 5px;
  text-shadow: 0 0 5px #000;
}



.text-white a{
  color:var(--btn-color);
}













