.banner{
    height:350px;
}
.banner img.img-fluid{
     max-height:350px;
}
div#check {
    height: 1px;
}
section.featured-pro {
    padding: 0;
    padding-top: 30px;
}
.search-bar form{
       position: relative;
       margin: auto;
       justify-content: center;
       width: 85%;
       left: 0;
       right: 0;
       bottom: 160px;
       background: var(--white-color);
       padding: 10px 0px;
       border-radius: 0px;
       z-index: 2;
       box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
       margin-top: 0;
}

.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: 600;
    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(--other-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f16);
    right: 20px;
  }

  .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: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.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: 56px;
    letter-spacing: 2px;
}
.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: var(--p12);
    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-bar input#demo17::placeholder{
 color: var(--white-color);
}

section.properties-list{
    padding-top: 0;
}
section.properties-list .property-list {
    background: #fff;
    border: 0 solid #ffffff17;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 10px 25px -10px rgba(0,0,0,.1);
    transition: transform .4s
}

section.properties-list .property-list:hover {
    transform: translateY(-4px)
}

section.properties-list .property-list img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0
}
section.properties-list .head-sec{
    margin-bottom: 40px;
}
section.properties-list .row{
    gap: 30px 0;
    justify-content: center;
}
section.properties-list .property-list h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    height: 27px;
    overflow: hidden
}

section.properties-list .property-list h3 a {
    color: var(--heading-color);
    font-family: var(--secondary-font)
}

section.properties-list .property-list p {
    font-size: 15px;
    margin-bottom: 10px;
    height: 24px;
    overflow: hidden
}

section.properties-list .property-list ul {
    display: flex;
    align-items: center;
    gap: 15px
}
section.properties-list .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
section.properties-list .property-list li {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

section.properties-list .property-list li i {
    margin-right: 5px;
    color: var(--secondary-color)
}

section.properties-list .property-list li span {
    margin-right: 2px
}

section.properties-list .property-list .pro-btn {
    margin-top: 0px
}

section.properties-list .property-list a.main-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.properties-list .property-list a.main-btn:hover{
    transform: translateY(0px);
}
section.properties-list .list-content {
    padding: 14px;
}
section.properties-list .property-list .price p{
    margin-bottom: 0;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -68px;
    top: 52%;
    z-index: 3;
    display: none;
    letter-spacing: 0px;
}
.map-sec {
    padding: var(--p10);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    position: sticky;
    top: 0px;
    height: 100vh;
}
.main.left .container1 {
    margin-bottom: 30px;
    margin-top: 0px;
    box-shadow: 0px 0px 10px #dcdcdc;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 0px;
    padding: 8px;
}
.main.left .container1 img {
    width: 250px;
    object-fit: cover;
    border-radius: 5px;
    height: 400px;
}
.main.left a.price {
    padding: 6px 20px;
    font-size: 18px;
    color: var(--other-color);
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.main.left .image-box {
    position: relative;
}
.property-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 20px;
}
.property-content ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.property-content li {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}
.property-content li i {
    margin-right: 5px;
    color: var(--secondary-color)
}

.property-content li span {
    margin-right: 2px
}
.property-content h3{
 font-size: 28px;
    height: 37px;
    overflow: hidden; 
}
.property-content p.location i{
    margin-right: 5px;
    color: var(--secondary-color);
}
.property-content .pro-para {
    height: 128px;
    overflow: hidden;
    margin-bottom: 20px;
}
.property-content .pro-btnss .main-btn{
  display:inline-block;
  width: 120px;
  text-align: center;
}