.banner{
    height:350px;
}
.banner img.img-fluid{
     max-height:350px;
}
section.featured-pro {
    padding: var(--p60) var(--p12);
}
.search-bar{
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 0px;
    /* padding: 15px 15px 15px 15px; */
    -webkit-backdrop-filter: blur(5px);
    /* backdrop-filter: blur(5px); */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 270px;
    z-index: 1;
    max-width: 980px;
    width: 980px;
}
.search-bar .container{
    padding: 0px;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: transparent;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
}
.search-bar form .select {
    padding-left: 0px;
    padding-right: 10px;
}
.search-bar select{
 font-size: var(--f15);
 color: #999;
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p12) 0 var(--p12);
 background: #fff;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 56px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input{
 font-size: var(--f15);
 color: #4f5962;
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 14px 0 14px 50px;
 height: 56px;
 /* #fff: var(
 --p10); */
 background: #fff !important;
 border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
 /* padding-left: 20px; */
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #4f5962;
 opacity: 1; /* Firefox */
}

.search-bar i{
 color: #4f5962;
 position: absolute;
 top: 1.5rem;
 font-size: var(--f18);
 left: 20px;
}

.search-bar .check:before {
  position: absolute;
  content: '';
  top: 9px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
  display: none;
}
.search-bar .check i{
 top: 18px;
}
.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; */
 padding-right: 0;
}
.search-bar button.main-btn {
 width: 100%;
 height: 56px;
 letter-spacing: 1px;
 display: block !important;
 color: var(--white-color);
 background: var(--secondary-color);
}
.search-bar button.main-btn.close111 {
 height: 42px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: none;
    width: 112px;
    margin-left: auto;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .guest{
    position: relative;
    padding-right: 0px;
    padding-left: 10px;
}
.search-bar .guest i{left: 30px;top: 18px;}
.search-bar .check.right, .search-bar .check.left{width: 49%;}
.search-bar .main-check{
 padding-left: 0;
 padding-right: 0;
 padding-top: 0;
 padding-bottom: 0;
 /* border: 1px solid var(--white-color); */
 /* display: flex; */
 /* gap: 1%; */
 /* justify-content: space-between; */
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before{
    display: none;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: center;
 gap: 2%;
 justify-content: space-between;
}
div#guestsss {
 width: 100%;
 min-width: 260px;
 /* background: var(--white-color); */
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 10px;
 margin-top: 9px;
 border-radius: 4px;
 border: 1px solid #d8dce1;
 display: none;
 /* box-shadow: 0px 0px 3px 0px #888888; */
 background-color: #fff;
 /* border-radius: 0px; */
}

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

#guestsss .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: var(--m10);
}
#guestsss .adult-value {
    display: flex;
    align-items: center;
    gap: 12px;
}
#guestsss .adult-box p{
 letter-spacing: 0px;
 color: var(--primary-color);
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f16);
 text-align: left;
 margin: 0px;
 text-transform: inherit;
}

#guestsss button.button1 {height: 4px;background: transparent;height: 44px;/* height: 30px; */width: 50px;text-align: center;border-radius: 50%;font-size: var(--f25);/* line-height: 30px; */margin-left: 0;border: 1px solid var(--btn-color);color: var(--btn-color);transition: all .3s;cursor: pointer;border-radius: 22px 0 0 22px;border-right: 0px solid;}
#guestsss button.button11.button1 {
 margin-left: -4px;
 border-radius: 0 22px 22px 0;
 border-left: none;
 margin-right: 0px;
}
#guestsss button.button1:hover{
    background: var(--btn-hover);
    color: var(--white-color);
    border-color: var(--btn-hover);
}
p.pets-label {
    color: var(--primary-color);
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}
.pets-value {
   display: flex;
    align-items: center;
    gap: 8px;
}
.pets-calculator {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pets-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-bar p.pets-label {
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 56px !important;
                         z-index: 9;
                         background: transparent !important;
                     }
.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
content: ' ';
position: absolute;
top: 0;
height: 100%;
width: 51%;
background: var(--white-color);
}

.scroll .chevron:before {
left: 0;
transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
right: 0;
width: 50%;
transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
 opacity: 1;

}
33% {
 opacity: 1;
 transform: translateY(30px);
}
67% {
 opacity: 1;
 transform: translateY(40px);
}
100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.scroll .text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-family: var(--primary-font);
font-size: var(--f12);
color: var(--white-color);
text-transform: uppercase;
white-space: nowrap;
opacity: .25;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: #fff !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
section.property-sec {
    background: #F8F9FB;
}
.head-sec{
    position: relative;
    margin-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
}
.head-sec h2{
    font-size: var(--f40);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.head-sec h2 span{
    color: var(--other-color);
}
.head-sec p{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.head-btn a.button {
    width: 112px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-btn{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
section.property-sec .row{
    gap: 30px 0;
}
section.property-sec .pro-img img{
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
section.property-sec .pro-img{
    height: 260px;
    overflow: hidden;
    position: relative;
}
section.property-sec .pro-img a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
section.property-sec .pro-img a:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
section.property-sec .pro-img a::before{
    content: "";
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    /* z-index: 1; */
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
section.property-sec .pro-sec {
    border-radius: 6px;
    overflow: hidden;
}
section.property-sec span.featured {
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    padding: 4px 7px 4px;
    line-height: 11px;
    font-weight: 700;
    height: auto;
    display: inline-block;
    background: var(--btn-color);
    font-family: var(--secondary-font);
    letter-spacing: 1px;
    left: 20px;
    right: auto;
    /* width: 30%; */
    position: absolute;
    top: 20px;
    z-index: 0;
}
section.property-sec .pro-price {
    z-index: 1;
    padding: 0 20px 15px 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    color: var(--white-color);
    font-size: 28px;
    line-height: 1.1;
}
section.property-sec .pro-price sup, section.property-sec .pro-price sub{
    font-size: 14px;
}
section.property-sec .pro-cont {
    background-color: #fff;
    padding: 20px 25px;
}
section.property-sec .pro-cont h2{
    font-size: 22px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 0px;
}
section.property-sec .pro-cont h2 a{
   color: var(--primary-color);
}
section.property-sec .pro-cont h2 a:hover{
    color: rgba(79, 89, 98, 0.5);
}
section.property-sec .pro-cont p.addr {
    font-size: 14px;
    line-height: 1.5;
    color: #949ca5;
    margin-bottom: 10px;
    height: 21px;
    overflow: hidden;
}
section.property-sec .pro-cont li{
    font-size: 14px;
    line-height: 16px;
}
section.property-sec .pro-cont li i{
    margin-right: 7px;
    color: #333;
}
section.property-sec .pro-cont ul{
    display: flex;
    align-items: center;
    gap: 10px;
}
section.property-sec .pro-cont p.pro-type {
    font-size: 14px;
    /* line-height: 1.2; */
    margin-bottom: 0px;
}

a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -68px;
    top: 52%;
    z-index: 3;
    display: none;
    letter-spacing: 0px;
}


