.banner .guides{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #00000030;
}
.banner h1{
    margin-bottom: 10px;
}
.banner p{
    text-shadow: 0px 0px 3px #000;
    color: var(--white-color);
    font-size: 18px;
}
.search-bar{
    position: absolute;
    top: 220px;
    width: 100%;
    z-index: 3;
}

.search-bar form{
  position: relative;
  margin: auto;
  justify-content: center;
  width: 69%;
  max-width: 980px;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #fff;
  padding: 10px;
  border-radius: 0px;
  z-index: 2;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  margin-top: 30px;
  border-radius: 40px;
}

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

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

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

.search-bar i{
 color: var(--white-color);
 /* position: absolute; */
 top: 1.5rem;
 font-size: var(--f16);
 right: 22px;
}

.search-bar .col-3{position: relative;width: 25%;padding-left: 10px;padding-right: 0;padding-top: 8px;padding-bottom: 17px;height: 65px;}
.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: 7px;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}

input#demo17{
    top:0px !important;
}
div#guestsss11 {
    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;
}

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

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

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

#guestsss11 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;
}
#guestsss11 button.button11.button1 {
    margin-left: var(--m14);
}
.search-bar .col-3.srch-btn{
 padding-top:0px;
 padding-bottom:0px;
 padding-left:0px;
 text-align: right;
}
/* .search-bar button.main-btn {
 width: 100%;
 height: 66px;
 letter-spacing: 2px;
 border-radius: 0 40px 40px 0;
 border: 1px solid #fff;
} */
.search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-bar button.main-btn {
    /* width: 22%; */
    height: 50px;
    letter-spacing: 2px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.search-bar button.main-btn.close111 {
    height: 43px;
    padding: 5px 15px;
    font-size: 14px !important;
    border: 1px solid var(--btn-color);
    border-radius: 20px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 /* width: 50%; */
}
.check p {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: var(--f15);
    margin-bottom: 0;
}
.search-bar .main-check{
 padding-left: 40px;
 padding-right: 0;
 padding-top: 0px;
 padding-bottom: 17px;
 /* width: 60%; */
 height: 80px;
 padding-left: 20px;
 padding-right: 0;
 padding-top: 0px;
 padding-bottom: 0;
 /* width: 50%; */
 height: auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.search-bar .main-check .row {
    width: 100%;
}
.search-bar .guest{
    /* width: 24%; */
    position: relative;
    padding-left: 15px;
}
.search-bar .when {
    display: flex;
    align-items: center;
}
.search-bar .guest label {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: bold;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: space-around;
}
div#guestsss1 {
 width: 100%;
 min-width: 250px;
 background: #FFF;
 padding: 20px;
 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: 0rem;
 font-size: 18px;
 color: var(--secondary-color);
 cursor: pointer;
}
#guestsss1 button.main-btn.close1112 {
 height: 43px;
    padding: 5px 15px;
    font-size: 14px !important;
    border: 1px solid var(--btn-color);
    border-radius: 0px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}
#guestsss1 button.main-btn.btn.close1112:hover{
    background: var(--other-color) !important;
    border-color:var(--other-color) !important;
}
#guestsss1 .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 20px;
}

#guestsss1 .adult-box p{
 letter-spacing: 0px;
 color: #000;
 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: 19px;
 line-height: 30px;
 margin-left: 0;
 border: 1px solid #000;
 color: #000;
 transition: all .3s;
 cursor: pointer;
}
#guestsss1 button.button11.button1 {
 margin-left: 14px;
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: 0;
                         bottom: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 32px !important;
                         z-index: 9;
                         width: 100%;
                     }


.search-bar .col-lg.md-3.icns.mb-lg-0.position-relative {
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 0px;
}
.search-bar input#show-target-data1{
    padding: 0px;
    padding-left: 0;
    font-size: 16px;
    height: 32px;
    border: 0px solid transparent;
    background-color: transparent;
}
.search-bar .col-lg.md-4.md-lg-0.srch-btn {
    padding: 0px;
}
.search-bar .check:before {
    position: absolute;
    content: '';
    top:18px;
    right: -133px;
    width: 2px;
    height: 48px;
    background: #999999b8;
    display: none;
}
.search-bar .check.right:before{
    right: -170px;
}
.serach_icon3 {
    width: 55px;
    margin-top: 12px;
    height: 33px;
}
.serach_icon2 {
    width: 55px;
    margin-top: 12px;
    height: 33px;
}
.serach_icon1 {
    width: 55px;
    height: 33px;
    margin-top: 0;
}

.checkin-checkout {
    display: flex;
    gap: 20px;
    padding-right: 15px;
    justify-content: center;
    padding-left: 15px;
    border-left: 0px solid #999999b8;
    border-right: 2px solid #999999b8;
    width: 100%;
}
.search-bar .when.cat .checkin-checkout{
    border-left:0px solid;
}
.checkin-checkout-box {
    margin-top: 0px;
    position: relative;
    width: 100%;
}
.checkin-checkout-box .d-flex {
    position: relative;
    width: 100%;
}
.checkin-checkout-box .d-flex div{
    width:50%;
}
.checkin-checkout-box .d-flex #datepicker-demo17.datepicker div{
    width:auto;
}
.checkin-checkout-box .d-flex div.checks{
    width:100%;
}
.search-bar i {
    color: var(--white-color);
    /* position: absolute; */
    /* top: 31px; */
    /* font-size: var(--f16); */
    /* right: 59px; */
}

.checkin-checkout-box h6{
    margin-bottom: 0;
    font-size: 20px;
}

.checkin-checkout-box p{
    margin-bottom: 0;
}

div#guestsss {
    width: 100%;
    min-width: 300px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    top: 79px;
    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;
}
.adult-box.pet-box div{
    display:flex;
    gap:5px;
    align-items:center;
}
#guestsss .adult-box.pet-box label {
    display: block;
    font-size: 13px;
    padding-left: 0;
    padding-bottom: 0;
}
#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;
    display: block !important;
}
#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);
}
.search-bar button.main-btn.close111 {
    height: 43px;
    width: 100%;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: 1px solid var(--btn-color);
    border-radius: 20px;
}

body{
    background: #fff;
}
.banner{
    height:350px;
}
.banner img.img-fluid{
     max-height:350px;
}
.head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}
.head-sec p {
    font-size: var(--f14);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.head-sec h2{
    font-size: var(--f32);
    line-height: 1.3;
    font-weight: 600;
    color: var(--black-color);
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: var(--secondary-font);
    width: auto;
    display: inline-block;
}

.head-sec span{
    font-size: var(--f45);
    font-weight: 400;
    line-height: 1;
    margin-top: -10px;
    color: var(--secondary-color);
    font-family: var(--other-font);
    text-align: right;
}

section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--white-color);
    padding-bottom: 0;
    padding-bottom: 80px;
    /* display: none; */
}
section.home-list .row{
    gap: 30px 2%;
}
section.home-list .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--m10);
}
section.home-list .view .forward{
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 32%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
   border-radius: 15px 15px 0 0;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
section.home-list .pro-img img{
    height: 320px;
    object-fit: cover;
    transition: .5s ease-in-out;
}
section.home-list .pro-img a::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.home-list .pro-img a::after{
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px 15px 0 0;
    display: block;
 
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p60) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    /* border-radius: 0 0 25px 25px; */
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
}
#datepicker-demo17.datepicker{
    left:0;
}
.form-control:focus {
    background-color: var(--white-color) !important;
    border-color: var(--white-color) !important;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}
section.home-list .pro-cont p{
    font-size: var(--f15);
    border-bottom: 1px solid #E6E8EC;
    overflow: hidden;
    max-height: 100px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating span{
    color: var(--black-color);
    font-weight: 600;
    font-size: var(--f13);
}
section.home-list h3.title {
    font-size: var(--f18);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 22px;
    max-height: 46px;
    overflow: hidden;
    width: 100%;
}
section.home-list h3.title a{
    color: var(--black-color);
}
section.home-list p.adr {
    font-size: var(--f16);
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
    border-bottom: none;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
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;
    gap: 10px;
    width:100%;
}
section.home-list i {
    color: var(--btn-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: #777E90;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: #8CC63F;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    border-radius: 30px;
    right: 0;
    z-index: 1;
    font-family: var(--primary-font);
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: #8CC63F;
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f18);
    color: #5383fe;
    background-color: var(--white-color);
    padding: var(--p4) var(--p10);
    display: inline-block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
section.home-list .featured{
    position: absolute;
 top: 18px;
    right: 20px;
    z-index: 1;
    display: none;
}

section.home-list .how-we-value-heading  h2 {
   padding-top: var(--p10);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: var(--m10);
    font-size: var(--f48);
}
section.home-list .how-we-value-heading p{
    font-size: var(--f19);
    color: var(--btn-color);
}
section.home-list .how-we-value-heading h6{
line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f22);
    font-weight: 600;
    margin-bottom: 0px;
}
section.home-list .filter{
    display: none;
    justify-content: center;
    align-items: center;
}
section.home-list .filter .filter-c{
    display: flex;
    gap: 20px;
    width: 60%;
    justify-content: center;
    padding: var(--p40) 0;
} 
section.home-list .filter .filter-c li{
    cursor: pointer;
}
section.home-list .filter .filter-c .active{
    background: rgb(53, 57, 69);
    border-radius: 15px;
    padding: var(--p5) var(--p15);
    color: var(--white-color);
    font-weight: 400;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -75px;
    top: 52%;
    z-index: 3;
    display: none;
    color: var(--white-color) !important;
    letter-spacing: 0px;
}

.map-sec {
    text-align: center;
}
.map-sec h3{
    font-size: var(--f32);
    line-height: 1.3;
    font-weight: 600;
    color: var(--black-color);
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: var(--secondary-font);
    width: auto;
    display: inline-block;
    padding: 0 20px;
}
.map-sec iframe {
    border: 0;
    height: 450px;
}

/* property list */

.fl-info .fl-price{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.27px;
    margin: 0 12px;
    text-shadow: 0 0 3px #000;
    color: white;
}

.fl-info{
    position: absolute;
    bottom: 0;
    color: white;
}
.fl-bg{
    position: relative;
    /* background: #fff url(../images/fl-bg.jpg) no-repeat; */
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    /* padding: 0 10px; */
}

section.fl-bg .img_box a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

section.fl-bg .img_box{
    position: relative;
    /* height: 100%; */
    border: 1px solid white;
}
section.fl-bg .col-4:nth-child(4){
    /* display: flex; */
    /* align-items: flex-end; */
}
section.fl-bg .col-4:nth-child(4) .img_box{
    /* height: 250px; */
    /* width: 100%; */
}
section.fl-bg .col-4:nth-child(3) .img_box{
    /* height: 342px; */
    /* width: 100%; */
    /* margin-top:-30px; */
}
section.fl-bg .col-4:nth-child(4) .img_box img{
    /* width:100%; */
}

.home .hp-fl .fl-wrap .fl-container .fl-left {
    width: 31%;
}
 .fl-left {
    float: left;
    padding: 5% 0 0 0;
    position: relative;
}
.site-section-number:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 5px;
    background: #ff8c00;
    margin-left: 11px;
    margin-top: -1px;
}
.site-section-title span {
    display: inline-block;
    text-align: right;
    position: relative;
}

.hp-fl .fl-wrap .fl-container .fl-left .fl-title span b {
    /* margin: 2px 1px 0 0; */
    margin: -3px 2px 0 0;
}

.site-section-title span b {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.8px;
    color: #ff8c00;
    position: relative;
}
.hp-fl .fl-wrap .fl-container .fl-left .fl-title .title-line {
    bottom: 15px;
    left: -78%;
    width: calc(142% - 15px);
}
.site-section-title span i.title-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #d7d7d7;
}

.site-section-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: -2.25px;
    display: block;
}
.hp-fl .fl-wrap .fl-container .fl-left .fl-view-all-properties-wrapper {
    margin: 29px 0 0;
    -webkit-transform: translateX(-117px);
    transform: translateX(-117px);
    position: absolute;
    left: 50%;
}   

.site-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -31px;
    width: 60px;
    height: 1px !important;
    transform: scaleY(1.1);
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
}
.site-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.site-button {
    display: block;
    margin: 0 auto;
    width: 290px;
    /* height: 53px; */
    height: 53px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    /* line-height: 12px; */
    line-height: 53px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    color: #000;
    border: 1px solid #b3b3b3;
    /* border: 1px solid #ffffff; */
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-button:hover{
    background-color: #002e5d;
    color: white;
}
.locc {
    display: flex;
    align-items: center;
}
 .fl-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.fl-cta > div {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 49%;
}

 .fl-cta .fl-cta-link:last-child {
    margin-bottom: 0;
}

 .fl-cta .fl-cta-link {
    margin: 0;
    /* width: 100% !important; */
    height: 50px;
    /* margin-bottom: 9px; */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.8px;
    background: #002e5d !important;
    color: #fff !important;
    /* line-height: 76px; */
}

.site-button .reversed:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -23px;
    width: 46px;
    height: 1px !important;
    transform: scaleY(1.1);
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

 .fl-cta .fl-cta-link:hover, .about-jason-wrap .jason-cta .jason-cta-link:hover {
    background: #ff8c00 !important;
    border-color: #ff8c00 !important;
    color: #fff !important;
}

.img_box{
    overflow: hidden;
}

.img_box img{
    /* filter: grayscale(100%); */
    transition: 0.3s;
    border: 0px solid white;
    height: 320px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}


.img_box img:hover{
    /* filter: grayscale(0%); */
    transform: scale(1.1);
}



/* Hide the .fl-info by default */
.img_box .fl-info {
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 60px;
    background: #00000094;
    display: flex;
    align-items: center;
}

/* On hover, hide the .fl-info div */
.img_box:hover .fl-info {
    opacity: 0;
    display: none;
}

/* Hide the .hover-text initially */
.img_box .hover-text {
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}


.small-img{
    height: 200px;
    width: 100%;
    margin-top: 88px;
    object-fit: cover;
}

.amn .first{
  
    background: #002e5d;
    color: white;
    padding: 10px;
    display: none;

}

.img_box:hover .amn .first{
    display: flex;
    justify-content: space-between;
    gap: 10px;
 
}.img_box:hover .amn .first i{
    margin-right:5px;
}

.hover-info{
    position: absolute;
    bottom: 0;
    width: 100%;

}
#datepicker-demo17.datepicker {
    top: 34px;
    width: 560px;
}

/* Home Properties section start */

.home-properties .upper-head {
    text-align: center;
    /* width: 60%; */
    margin: auto;
    margin-bottom: var(--m40);
}
.home-properties h2{
    margin-bottom: var(--m20);
}
.home-properties img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.home-properties .heart-icon {
    width: 35px;
    height: 35px;
    background: #000000b5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: var(--white-color);
}

.home-properties .owl-nav{
    display: none;
}
.home-property-image{
    position: relative;
}
.home-property-image:hover .owl-nav{
    display: block;
}
.home-property-content {
    padding-top: 15px;
}
.home-property-content h4{
    font-family: var(--primary-font);
    font-size: var(--f20);
    font-weight: 600;
    margin-bottom: var(--m5);
}
.home-property-content a{
     color: var(--para-color);
}
.home-property-content h4 a{
    color: var(--black-color);
    text-decoration: none;
}
.home-properties .location {
    margin-bottom: var(--m8);
}
.home-properties .location span{
    font-size: var(--f14);
     font-family: var(--primary-font);
}
.home-properties p.amenity {
    margin-bottom: var(--m5);
}
.home-properties .price span{
    font-weight: bold;
}
.home-properties .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.home-properties .owl-dot span{
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 100%;
    opacity: 0.5;
}
.home-properties .owl-dot.active span{
    opacity: 1;
}
.home-properties .owl-carousel .owl-nav button.owl-next, .home-properties .owl-carousel .owl-nav button.owl-prev {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-properties  .owl-carousel .owl-nav button.owl-prev, .home-properties  .owl-carousel .owl-nav button.owl-next {
    border-radius: 50%;
    padding: var(--p5);
    border: 1px solid var(--black-color);
}
.home-properties .owl-carousel .owl-nav button.owl-prev, .home-properties .owl-carousel .owl-nav button.owl-next{
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-properties .owl-nav i {
    font-size: 19px;
}
.home-properties .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}
.home-properties .owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
.home-properties .col-4{
    padding-left: 12px;
    padding-right: 12px;
}
.home-properties .row{
    gap: 30px 0;
}



/* property cards css  */



section.properties-sec .home-properties .col-4{
    width: 32%;
}


.home-properties .upper-head {
    text-align: center;
    /* width: 60%; */
    margin: auto;
    margin-bottom: var(--m40);
}
.home-properties h2{
    margin-bottom: var(--m20);
}
.home-properties img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.home-properties .heart-icon {
    width: 35px;
    height: 35px;
    background: #000000b5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: var(--white-color);
}
.home-properties .owl-nav{
    display: none;
}
.home-property-image{
    position: relative;
}
.home-property-image:hover .owl-nav{
    display: block;
}
.home-property-content {
    padding-top: 15px;
}
.home-property-content h4{
    font-family: var(--primary-font);
    font-size: var(--f20);
    font-weight: 600;
    margin-bottom: var(--m5);
}
.home-property-content a{
     color: var(--para-color);
}
.home-property-content h4 a{
    color: var(--black-color);
    text-decoration: none;
}
.home-properties .location {
    margin-bottom: var(--m8);
}
.home-properties .location span{
    font-size: var(--f14);
     font-family: var(--primary-font);
}
.home-properties p.amenity {
    margin-bottom: var(--m5);
}
.home-properties .price span{
    font-weight: bold;
}
.home-properties .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.home-properties .owl-dot span{
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 100%;
    opacity: 0.5;
}
.home-properties .owl-dot.active span{
    opacity: 1;
}
.home-properties .owl-carousel .owl-nav button.owl-next, .home-properties .owl-carousel .owl-nav button.owl-prev {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-properties  .owl-carousel .owl-nav button.owl-prev, .home-properties  .owl-carousel .owl-nav button.owl-next {
    border-radius: 50%;
    padding: var(--p5);
    border: 1px solid var(--black-color);
}
.home-properties .owl-carousel .owl-nav button.owl-prev, .home-properties .owl-carousel .owl-nav button.owl-next{
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-properties .owl-nav i {
    font-size: 19px;
}
.home-properties .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}
.home-properties .owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
.home-properties .col-4{
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.home-properties .row{
    gap: 30px 1%;
}
section.properties-sec .pro-btn{
    margin-top:30px;
    text-align:center;
}
section.properties-sec .pro-btn a.main-btn{
    display:inline-block;
    width:180px;
}

section.properties-sec  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin-top: 12px;
}