.property.highlight::after,.property::after{border-top:9px solid #fff}.property{align-items:center;background-color:transparent;border-radius:50%;color:#263238;display:block;font-size:32px;gap:15px;height:40px;justify-content:center;padding:4px;position:relative;transition:.3s ease-out;width:30px}.property::after{border-left:9px solid transparent;border-right:9px solid transparent;content:"";height:0;left:50%;position:absolute;top:95%;transform:translate(-50%,0);transition:.3s ease-out;width:0;z-index:1;display:none}.property .icon{align-items:center;display:flex;justify-content:center;color:#ed10a8}.property .icon img{object-fit:contain;height:50px}.property .icon svg{height:60px;width:auto}.property .details{display:none;flex-direction:column;flex:1}.property .address{color:#9e9e9e;font-size:10px;margin-bottom:10px;margin-top:5px}.property img{width:160px;height:100px;object-fit:cover}.price{font-size:20px;color:var(--secondary-color)}.property .features{align-items:flex-end;display:flex;flex-direction:row;gap:10px}.property .features>div{align-items:center;background:#f5f5f5;border-radius:5px;border:1px solid #ccc;display:flex;font-size:10px;gap:5px;padding:5px}.property.highlight{background-color:transparent;border-radius:8px;height:170px;padding:8px 15px;width:auto}.property.highlight .details{display:flex;align-items:center;box-shadow:10px 10px 5px rgba(0,0,0,.2);width:200px;background:#fff;padding:15px;position:relative;bottom:55px;border-radius:20px}.property.highlight .close-icon{position:absolute!important;right:8px;top:5px;font-size:13px;z-index:3;width:25px;height:25px;background:#1888bee0;display:flex;justify-content:center;align-items:center;border-radius:100%}.property.highlight .close-icon i{font-size:15px;color:#fff}.property.highlight .icon svg{width:50px;height:50px}.property .bed{color:#ffa000}.property .bath{color:#03a9f4}.property .size{color:#388e3c}.property.highlight:has(.fa-house) .icon{color:var(--house-color)}.property:not(.highlight):has(.fa-house){background-color:var(--house-color)}.property:not(.highlight):has(.fa-house)::after{border-top:9px solid var(--house-color)}.property.highlight:has(.fa-home) .icon{color:var(--home-color);display:none}.property:not(.highlight):has(.fa-home){background-color:var(--home-color)}.property:not(.highlight):has(.fa-home)::after{border-top:9px solid var(--home-color)}.property.highlight:has(.fa-warehouse) .icon{color:var(--warehouse-color)}.property:not(.highlight):has(.fa-warehouse){background-color:var(--warehouse-color)}.property:not(.highlight):has(.fa-warehouse)::after{border-top:9px solid var(--warehouse-color)}.property.highlight:has(.fa-shop) .icon{color:var(--shop-color)}.property:not(.highlight):has(.fa-shop){background-color:var(--shop-color)}.property:not(.highlight):has(.fa-shop)::after{border-top:9px solid var(--shop-color)}

/*header section*/

.banner-wrapper {
    position: relative;
  height:35vh;
}

.booking-area {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}

.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #fff;
    padding: 0 0;
    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 #222;
    height: 32px;
    width: 100%;
}
.search-bar select option{
    color: #000;
}
.search-bar input {
    font-size: 14px !important;
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left: 10px;
    background: #fff;
    border: 0px solid #222;
    font-family: var(--primary-font) !important;
}

.search-bar input#end_date {
    padding-left: 32px;
}

.search-bar input::placeholder {
    color: var(--other-color);
    opacity: 1;
}

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

.search-bar .col-3 {
    position: relative;
    width: 20%;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
}

.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: 6px;
}

.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before {
    display: none;
}

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;
}

.search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    border-radius: 0 40px 40px 0;
    border: 0.0625rem solid var(--btn-color);
    background-color: var(--btn-color);
}

.search-bar .col-3.srch-btn button.main-btn:hover {
    border-color: var(--btn-hover);
  background-color: var(--btn-hover);
    transform: translateY(0px);
}

.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%;
}

.search-bar .main-check {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 40%;
}

.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 5px 0px #fff;
}

#guestsss1 .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0rem;
    font-size: 18px;
    color: var(--secondary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#guestsss1 button.main-btn.close1112 {
    height: 50px;
    padding: 10px 15px;
    font-size: 15px !important;
    border: 1px solid var(--btn-color);
    border-radius: 40px;
    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: 2px solid #000;
    color: #000;
    transition: all .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#guestsss1 button.button11.button1 {
    margin-left: 14px;
}

.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 .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: 28px;
    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: 8px;
    right: 1px;
    width: 1px;
    height: 15px;
    background: #999;
}


/* Property Section Start */


section.property-listscr {
  position:relative;
  padding: var(--p1) var(--p12) var(--p80);
}

section.property-listscr .property-scroll {
	max-height: 700px;
    overflow-y: auto;
}

.property-scroll .row.mb-2 {
    gap: 15px 0;
}

.property-card{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding-top: 12px;
    padding-bottom: 18px;
    border-radius: 10px;
    width: 49%;
  	margin:auto;
    position: relative;
 }

.home-property-content a.book-btn{
background:var(--btn-color);
  color:var(--white-color);
  padding:var(--p10)var(--p25);
  border-radius:5px;
}

.home-property-content .location .fa-location-dot {
    color: var(--btn-color);
}

.home-property-image{
    position: relative;
}
.home-property-image:hover .owl-carousel .owl-nav{
    display: block;
}
.home-property-content {
    padding-top: 15px;
}
.home-property-content h4{
    font-family: var(--primary-font);
    font-size: var(--f22);
    font-weight: 600;
    margin-bottom: var(--m5);
}
.home-property-content a{
     color: var(--primary-color);
}
.home-property-content h4 a{
    color: var(--black-color);
    text-decoration: none;
}

.properties-sec{
    padding: var(--p60) var(--p12);
}
.property-card .upper-head {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: var(--m30);
}
.property-card h2{
    margin-bottom: 0;
}
.property-card img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s all;
}
.property-card .property-image-slider11 {
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
}
.property-card .property-image-slider11:hover img{
    transform: scale(1.14);
}
.property-card .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);
    display: none;
}
.home-property-image{
    position: relative;
}
.home-property-image:hover .owl-carousel .owl-nav{
    display: block;
}
.home-property-content {
    padding-top: 15px;
}
.home-property-content h4{
    font-family: var(--primary-font);
    font-size: var(--f16);
    font-weight: 600;
    margin-bottom: var(--m5);
}
.home-property-content a{
     color: var(--primary-color);
}
.home-property-content h4 a{
    color: var(--black-color);
    text-decoration: none;
}
.property-card .location {
    margin-bottom: var(--m8);
}
.property-card .location span{
    /* font-size: var(--f14); */
    font-family: var(--primary-font);
}
.property-card p.amenity {
    margin-bottom: var(--m15);
}
.property-card .price span{
    font-weight: bold;
}








.property-map iframe {
height:500px;
width:100%;
  border-radius:10px;
}




section.Map-sec{
    /* padding: var(--p60) var(--p12); */
    background: var(--lt-bg-color);
    padding-top: 120px;
}
section.Map-sec .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out;
}
section.Map-sec .overlay a{
    color: var(--white-color);
    font-size: var(--f18);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
section.Map-sec .overlay i{
    color: var(--white-color);
    font-size: var(--f18); 
}
section.Map-sec .prop-card:hover .overlay{
    display: flex; 
}
section.Map-sec .row{justify-content: center;gap: 30px 0;}
section.Map-sec .atr-btn{
    text-align:center;
    margin-top: 40px;
}
section.Map-sec .how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.Map-sec .view {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--p15);
    background: #ffffffbd;
}
section.Map-sec .view a{
    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.Map-sec .view i{
    margin-right: 0;
}


section.Map-sec .col-4{
    width: 33%;
}
section.Map-sec .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.Map-sec img.img-fluid {
    width: 100%;
    height: 280px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.Map-sec .pro-img:hover img{
    transform: scale(1.14);
}
section.Map-sec .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;
    display: none;
}
section.Map-sec .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;
    display: none;
}


section.Map-sec .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: flex;
    border-radius: 0;
}
section.Map-sec .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p15) var(--p20) var(--p15);
    background: white;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    border-radius: 0;
}
section.Map-sec .prop-card:hover .pro-cont {
    background: #fff;
}
section.Map-sec .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14);
}

section.Map-sec .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px;
}
section.Map-sec .rating{
    margin-bottom:0;
    color: var(--other-color);
    font-size: 16px;
    min-width: 60px;
}
section.Map-sec h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 32px;
    overflow:hidden;
    width: 100%;
    font-family: var(--other-font);
}
section.Map-sec h3.title a{
    color: var(--heading-color);
    /* font-family: var(--heading-font); */
}



section.Map-sec{
  padding-top:150px;
}


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

section.Map-sec h3.title a {
    color: var(--heading-color);
    /* font-family: var(--heading-font); */
}

.pro-cont p {
    height: 82px;
    overflow: hidden;
}

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

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

.address-map{
    font-size:16px;
}
.address-map a{
 color: black;
}
.address{
      height: 700px;
      overflow: scroll;
      overflow-x: hidden;
}

.map_div {
  position:fixed;
}


.property.highlight .close-icon i {
    font-size: 15px;
    color: #fff;
    margin-right: 0;
}


section.Map-sec .container-fluid, section.Map-sec .col-lg-5, section.Map-sec .col-lg-7{
    padding:0;
}
section.Map-sec{
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
}


header.desk-nav .search-bar {
    display: block;
}
