/* Search Bar css */


section.search-info {
    padding: 0;
    margin-top: 60px;
}

section.search-info p {
    text-align: center;
      font-style: italic;
}

section.search-info p img {
    width: 16px;
}

.booking-area {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
}


.search-bar .row {
    gap: 10px;
}

.search-bar form {
        position: relative;
    margin: auto;
    justify-content: center;
    /* width: 90%; */
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: transparent;
    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(--black-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 15px 0 30px;
    background: transparent;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 30px;
    width: 100%;
}

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

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

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

.search-bar i {
    color: var(--black-color);
    position: absolute;
    top: 1rem;
    font-size: var(--f18);
    left: 10px;
}

.search-bar .guest i {
    left: 30px;
    top: 17px;
}

.search-bar .col-3 {
    position: relative;
    width: 22%;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #bebebe;
    border-radius:100px;
    height: 50px;
}

.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;
      border: none;
}

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

.search-bar .col-3.srch-btn button.main-btn:hover {
    border-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: 0px;
    width: 50% !important;
}
.search-bar .check.right::after{
    content:"";
    width:20px;
    height: 3px;
    background: grey;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:-10px;
}

.search-bar .main-check {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
      border: 1px solid #bebebe;
    border-radius: 100px;
    height: 50px;
}

.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;
    background: transparent !important;
}

.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: 56px;
    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;
    display:none;
}

.guests img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

.guests .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guests .col-6.guest-img {
    gap: 20px;
}

.guests .guest-inner {
    display: flex;
    justify-content: space-between;
}

.guests .guest-inner img {
    width: 48.5%;
}

.guests .col-6.guest-content {
    padding-left: 5%;
}

.guests .col-6.guest-content p {
    overflow: hidden;
}

.guests a.main-btn.show-more {
    width: 180px;
    display: block;
    text-align: center;
}

.guest-content-section {
    height: 425px;
    overflow: hidden;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}

.edgtf-cut-off-effect.top {
    transform: rotate(180deg);
}






.form-dates .dates{
    font-size: 44px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1;
}
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;
}
.pro_sec_btn{
    margin-top: 50px;
    text-align: center;
}
section.properties-list .head-sec{
    text-align:center;
    margin-bottom: 30px;
}
section.home-list{
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}
section.home-list .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.properties-list{
  /* padding-top:40px; */
}
section.home-list .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.home-list .overlay i{
    color: var(--white-color);
    font-size: var(--f18); 
}
section.home-list .prop-card:hover .overlay{
    display: flex; 
}
section.home-list .row{justify-content: center;gap: 30px 0;}
section.home-list .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.home-list .view {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--p15);
    background: #ffffffbd;
}
section.home-list .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.home-list .view i{
    margin-right: 0;
}


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


section.home-list .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: 20px 20px 0 0;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
}

section.home-list .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14);
}

section.home-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px;
}
section.home-list .rating{
    margin-bottom:0;
    color: var(--other-color);
    font-size: 16px;
    min-width: 60px;
}
section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 60px;
    overflow:hidden;
    width: 98%;
    font-family: var(--other-font);
}
section.home-list p.desp {
    max-height: 60px;
    overflow: hidden;
}
section.home-list h3.title a{
    color: var(--territiary-color);
    /* font-family: var(--heading-font); */
}
.prop-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m40);
}
section.home-list p.adr {
   font-size: var(--f15);
   font-weight: 400;
   color: var(--para-color);
   margin-bottom: 0;
   line-height: 1.5;
   height: 22px;
   overflow: hidden;
   border-bottom: 0px solid #36454f59;
   padding-bottom: 0;
}
.prop-view-btn {
    padding-top: var(--p20);
}
.prop-view-btn a{
    text-decoration: underline;
    font-size: var(--f18);
}
section.home-list .descp{
    max-height: 60px;
    overflow: hidden;
}
section.home-list .how-we-value-heading {
    text-align: center;
}
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 i {
    margin-right: var(--m8);
    color: var(--secondary-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f18);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 0;
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--black-color);
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}
section.home-list .featured{
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1;
}
section.home-list .how-we-value-heading p{
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}
section.home-list .how-we-value-heading  h2 {
   padding-top: 15px;
   padding-bottom: 15px;
   color: var(--heading-color);
   font-weight: bold;
   margin-bottom: 0px;
}
section.home-list .how-we-value-heading h6{line-height: 1.3;color: var(--secondary-color);letter-spacing: 0.03em;font-size: var(--f18);font-weight: bold;margin-bottom: 0px;font-family: var(--other-font);}

.pro-img-slider button.owl-prev {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.pro-img-slider button.owl-next {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
section.property-sec .pro-img img{
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    height: 360px;
    object-fit: cover;
}
section.property-sec .pro-img{
    height: 360px;
    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: 0;
    overflow: hidden;
}
section.property-sec .pro-img h2 a::before{
    display:none;
}
section.property-sec span.featured {
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    padding: 4px 7px 3px;
    line-height: 11px;
    font-weight: 700;
    height: 18px;
    display: none;
    background: var(--btn-color);
    font-family: var(--secondary-font);
    letter-spacing: 1px;
    left: 20px;
    right: auto;
    /* width: 30%; */
    position: absolute;
    top: 20px;
    z-index: 1;
}
section.property-sec span.condos-div {
    color: #fff;
    display: none;
    border-radius: 2px;
    font-size: 10px;
    padding: 13px 16px 24px;
    line-height: 11px;
    font-weight: 700;
    height: 18px;
    display: none;
    background: var(--btn-color);
    font-family: var(--secondary-font);
    letter-spacing: 1px;
    /* left: 80%; */
    right: 0;
    /* width: 30%; */
    position: absolute;
    top: 0px;
    z-index: 1;
    border-radius: 0 0 0 22px;
}
section.property-sec .pro-info {
    z-index: 1;
    padding: 20px 15px;
    position: absolute;
    bottom: 0px;
    left: 0;
    color: var(--white-color);
    font-size: 28px;
    line-height: 1.1;
    transition: 500ms linear;
}
section.property-sec .pro-sec:hover .pro-info{
    /* background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%); */
}
section.property-sec .pro-info h2{
    font-size: 22px;
    color:var(--white-color);
    margin-bottom: 10px;
    text-shadow: 0 0 2px #000;
}

section.property-sec .pro-price {
    color: var(--white-color);
    font-size: 19px;
    text-shadow: 0 0 2px #000;
    line-height: 1.1;
}

section.property-sec .pro-info h2 a{
    color:var(--white-color);
}

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 0px;
}
section.property-sec .pro-cont h2{
    font-size: 24px;
    px; */
    height: 28px;
    overflow: hidden;
    margin-bottom: 0px;
    font-family: var(--heading-font);
    margin-bottom: 12px;
    height: 56px;
}
section.property-sec .pro-cont h2 a{
   color: var(--heading-color);
   font-family: var(--heading-font);
}
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;
}
section.property-sec .pro-cont li{
    font-size: 14px;
    line-height: 16px;
    color: var(--primary-color);
}
section.property-sec .pro-cont li i{
    margin-right: 5px;
    /* color: #333; */33; */
}
section.property-sec .pro-cont ul{
    justify-content: space-around;
    display: flex;
    align-items: center;
    gap: 25px;
}
section.property-sec .pro-cont p.pro-type {
    font-size: 14px;
    /* line-height: 1.2; */
    margin-bottom: 0px;
}
section.property-sec {
    padding-top: 140px;
    padding-left: 0;
    padding-right: 0;
    /* background: var(--lt-bg-color); */
}
section.property-sec .container-fluid{
    padding-left:0;
    padding-right:0;
}
section.property-sec .head-sec{
  margin-bottom:40px;
}
section.property-sec .head-btn {
    text-align: center;
    margin-top: 30px;
}
section.property-sec .head-btn .main-btn{
  /* width: 200px; */
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 0;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -68px;
    top: 52%;
    z-index: 3;
    display: none;
    letter-spacing: 0px;
}
section.property-sec .row{
 gap:30px 0; 
}

.search-bar {
    border-radius: 80px;
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 30px 30px rgba(0, 0, 0, .16);
    background-color: #fff;
    padding: 20px 22px;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1062px;
    margin: auto;
}

.search-bar form .select {
    padding-left: 0;
    padding-right: 10px;
}






.home-properties .upper-head {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}
.home-properties .upper-head p{
    text-align:center;
}
.home-properties h2{
    margin-bottom: 20px;
    /*font-size: 45px;*/
    /*font-weight: bold;*/
    text-align: center;
    /*color: #2d2b64;*/
    text-transform: uppercase;
}
.home-properties img{
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 0px;
}
.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: white;
}

.home-properties .owl-nav i {
    font-size: 19px;
}
.home-properties .owl-nav .owl-prev {
    left: 20px;
}
.home-properties .owl-nav .owl-next {
    right: 20px;
}
.home-properties .owl-nav{
    display: none;
}
.home-property-image{
    position: relative;
}
.home-property-image:hover .owl-nav{
    display: block;
}
.home-property-content {
    padding: 20px 20px 0;
      background: white;
}
.home-property-content h4{
    margin: 0 0 20px 0;
    font-family: Oswald;
    font-weight: 400;
    color: #001466;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 16px;
    height: 35px;
    overflow: hidden;
}
.home-property-content h4 a{
    color: #001466;
  font-size:16px;
  font-weight: 400;
  text-decoration: none;
  font-family: Oswald;
}

.home-property-content a{
     color: #000;  
     text-decoration: none;
}

.home-properties .location {
    margin-bottom: var(--m8);
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-properties .location span{
    font-size: var(--f14);
      color: #000;
}

.home-property-content p {
    font-size: 16px;
}

.home-properties p.amenity {
    margin-bottom: 10px;
    margin-top: 10px;
}
.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;
}

section.properties-sec{
  /*padding-top: 40px;
  padding-bottom:80px;*/
  padding-left: 0;
  padding-right:0;
  /* background: var(--lt-bg-color); */
  /* padding-top: 150px; */
}

.propcol-set {
    padding: 0;
    width: 24.333%;
  transition:all 0.3s ease;
}

.propcol-set:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}   

.row.propbtm-row {
    gap: 30px .88%;
    justify-content: center;
}

section.properties-sec .owl-prev, .home-properties .owl-next {
    background: #fff !important;
    border-color:  #fff !important;
    color: black;
    display: flex;
    align-items: center;
    justify-content: end;
  background: transparent !important;
    color: white !important;
}

section.properties-sec .owl-nav .owl-prev {
    left: 10px;
    position: absolute;
    top:40%;
    padding:10px 12px !important;
    border-radius:100%;
    min-width: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
  background: transparent !important;
      color: white !important;
}
section.properties-sec .owl-nav .owl-next {
    right: 10px;
    position: absolute;
    top:40%;
    padding:10px 12px !important;
    border-radius:100%;
    min-width: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
  background: transparent !important;
      color: white !important;
}
.property-image-slider {
    border-radius: 0;
    overflow: hidden;
}

.amn-prop ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 15px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.amn-prop ul li {
    color: #000;
    font-size: 16px;
}


.amn-prop ul li i {
    color: #5f5f5f;
    font-size: 18px;
}

.prop-headcol {
    text-align: right;
}

.row.prophead-row {
    padding: 0px 20px 20px;
    align-items: center;
}

.row.prophead-row h3 {
    text-transform: uppercase;
}

.prop-headcol a {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 10px;
}

section.properties-sec .container-fluid{
    padding: 0;
}

.prophead-row a {
  display: flex;
  align-items: center;
  gap:10px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.prophead-row a i {
  transition: transform 0.3s ease;
}

.prophead-row a:hover i {
  transform: translateX(5px);
}

/* Property section  */

section.properties-sec.property-btm .container-fluid {
    padding: 0 36px;
}

.propert-headbtm h2 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    color: var(--heading-color);
    text-transform: uppercase;
    letter-spacing: 1px;
      font-family: var(--primary-font);
}

.property-btn {
    text-align: center;
    padding: 30px 0 0;
}

.property-btn a{
    font-weight:400;
}

section.properties-sec.property-btm {
    background: transparent;
}

.row.homealok-row {
    gap: 1%;
}

.homealok-propcol {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    width: 32.33%;
    padding: 0;
  margin-bottom: 15px;
}

.homealok-propcol:hover {
box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.amn-prop ul li span img {
    width: 25px;
    height: auto;
}

.location span img {
    width: 16%;
    height: 16%;
}

section.property-btm .home-properties .owl-carousel .owl-item .item a img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 0px;
}

.attr-over h4 {
    font-size: 30px;
}
  


.search-bar .main-check .row {
    position: relative;
    width: 100%;
    justify-content: space-around;
    display: flex;
    gap: 0;
}

.search-sec {
    margin-top: 0;
    z-index: 2;
    position: relative
}

.search-bar {
    border-radius: 80px;
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 30px 30px rgba(0, 0, 0, .16);
    background-color: #fff;
    padding: 20px 22px;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1062px;
    margin: auto
}

.search-bar label {
    display: inline-block;
    font-size: 14px;
    font-family: var(--primary-font);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 1px;
    /* font-weight: 700; */
}
.flexible-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.search-bar .icon-stack {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid var(--black-color);
    border-radius: 100%;
}
.search-bar .icon-stack input{
    padding-left:0 !important;
    margin-left:0 !important;
}
.search-bar .icon-stack button{
    background:transparent;
    border: 0px solid;
    line-height: 1;
}
.search-bar .icon-stack button i{
    position:relative;
    top:0;
    left:0;
    color: var(--black-color);
}
.attr-over h4, .price, .video-cont h1 {
    font-family: var(--heading-font)
}

.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    padding: 0;
    border-radius: 0;
    z-index: 2
}

.search-bar form .select {
    padding-left: 0;
    padding-right: 10px
}

.search-bar select {
    font-size: var(--f15);
    color: #999;
    font-weight: 400;
    border-radius: 0;
    padding: 0 var(--p12) 0 0;
    text-indent: 0;
    border: 0 solid #e0e0e0;
    height: 45px;
    width: 100%
}

.search-bar input {
    font-size: var(--f15);
    color: var(--primary-color);
    font-weight: 400;
    border-radius: 0;
    padding: 0;
    height: 30px;
    background: 0 0 !important;
    border: 0 solid
}

#guestsss .close1, .search-bar i {
    position: absolute;
    font-size: var(--f18)
}

.search-bar img {
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0
}

.search-bar input::placeholder {
    color: #4f5962;
    opacity: 1
}

.search-bar i {
    color: #4f5962;
    top: 1.5rem;
    left: 20px
}

.search-bar .col-3 {
    position: relative;
    padding-left: var(--p20);
    padding-right: var(--p20);
    padding-top: 0;
    padding-bottom: 0;
    border: 0 solid var(--white-color)
}

.search-bar .col-3:before {
    position: absolute;
    top: 24px;
    display: none
}

.search-bar .check:before {
    position: absolute;
    top: 9px;
    display: none
}

.datepicker-section, .how-we-value-wrapp .atrr a, .search-bar .guest, .video-cont h1, section.about-us-sec .about-images, section.cta .man-img, section.featured-pro .pro-img, section.features-amenities .amn-right, section.gallery .head-sec, section.home-list .pro-img {
    position: relative
}

.search-bar .check i {
    top: 18px
}

.search-bar .col-3.srch-btn {
    /*border-left: 1px solid #f2f2f2;*/
    padding: 0
}

.search-bar button.main-btn {
    width: 100%;
    height: 73px;
    letter-spacing: 1px;
    display: block !important;
    color: var(--white-color)
}

#guestsss .adult-box p, .search-bar p.pets-label, p.pets-label {
    color: var(--primary-color);
    letter-spacing: 0
}

.search-bar button.main-btn.close111 {
    height: 42px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: none;
    width: 100%;
    margin-left: auto
}

.datepicker-common-2, .search-bar .datepicker-common-2, .search-bar .main-check, section.testimonial .container-fluid {
    padding: 0
}

.search-bar .guest {
    padding-right: 0;
    padding-left: 0
}

.search-bar .guest i {
    left: 30px;
    top: 24px
}

.search-bar .check.left, .search-bar .check.right {
    width: 50%;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}
.search-bar .check.right::after{
    content:"";
    width:20px;
    height: 3px;
    background: grey;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:-10px;
}
.search-bar .check.right {
    /* border-left: 1px solid #f2f2f2; */
    /* border-right: 1px solid #f2f2f2; */
    position:relative;
}

.search-bar .main-check .row {
    position: relative;
    justify-content: center;
    justify-content: space-between
}

div#guestsss {
    width: 100%;
    min-width: 260px;
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 10px;
    margin-top: 9px;
    border-radius: 4px;
    border: 1px solid #d8dce1;
    display: none;
    background-color: #fff
}

#guestsss .close1 {
    right: 10px;
    left: auto;
    top: .3rem;
    cursor: pointer;
    display: flex;
    justify-content: center
}

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

.pets-calculator, .pets-value {
    align-items: center;
    display: flex
}

#guestsss .adult-box p {
    text-shadow: 0 0 0 #000;
    font-size: var(--f16);
    text-align: left;
    margin: 0;
    text-transform: inherit
}

#guestsss button.button1 {
    background: 0 0;
    height: 44px;
    width: 50px;
    text-align: center;
    border-radius: 22px 0 0 22px;
    font-size: var(--f25);
    margin-left: 0;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    transition: .3s;
    cursor: pointer;
    border-right: 0px solid
}

#guestsss button.button11.button1 {
    margin-left: -4px;
    border-radius: 0 22px 22px 0;
    border-left: none;
    margin-right: 0
}

#guestsss button.button1:hover {
    background: var(--btn-hover);
    color: var(--white-color);
    border-color: var(--btn-hover)
}

p.pets-label {
    text-align: left;
    text-transform: none;
    margin-bottom: 0;
    margin-left: 0
}

.video-cont h1, .video-cont h2, .video-cont p {
    text-shadow: 0 0 10px rgba(2, 1, 1, .47843137254901963)
}

.pets-value {
    gap: 8px
}

.pets-calculator {
    gap: 15px
}

.pets-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search-bar p.pets-label {
    padding: 0;
    margin: 0
}

input#demo17 {
    position: absolute;
    left: 0;
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    opacity: 0;
    height: 50px !important;
    z-index: 9;
    background: 0 0 !important;
    padding-left: 0
}

/************************ New Home Page Section CSS Start **********************************/


/* Search Bar css */


section.search-info {
    padding: 0;
    margin-top: 60px;
}

section.search-info p {
    text-align: center;
      font-style: italic;
}

section.search-info p img {
    width: 16px;
}

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


.search-bar .row {
    gap: 10px;
}

.search-bar form {
        position: relative;
    margin: auto;
    justify-content: center;
    /* width: 90%; */
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: transparent;
    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(--black-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 15px 0 30px;
    background: transparent;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 30px;
    width: 100%;
}

.search-bar input {
    font-size: 14px !important;
    color: var(--black-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left: 32px;
    background: #222;
    border: 0px solid #e0e0e0;
    font-family: var(--primary-font) !important;
}
input#date-flexibility-show {
    padding-left: 0;
    padding-left: 0;
    width: 51px;
    text-align: center;
}
.search-bar input#end_date {
    padding-left: 32px;
}

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

.search-bar i {
    color: var(--black-color);
    position: absolute;
    top: 1rem;
    font-size: var(--f18);
    left: 10px;
}

.search-bar .guest i {
    left: 30px;
    top: 17px;
}

.search-bar .col-3 {
    position: relative;
    width: 17%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #bebebe;
    border-radius:100px;
    height: 50px;
}

.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;
      border: none;
}

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

.search-bar .col-3.srch-btn button.main-btn:hover {
    border-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: 100% !important; */
}
.search-bar .col-12.md-12.sm-12.datepicker-common-2.datepicker-main {
    position: absolute;
}
.search-bar .main-check {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
      border: 1px solid #bebebe;
    border-radius: 100px;
    height: 50px;
}

.search-bar .main-check .row {
    position: relative;
    width: 100%;
    justify-content: space-around;
    display: flex;
    gap: 0;
}

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

.guests img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

.guests .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guests .col-6.guest-img {
    gap: 20px;
}

.guests .guest-inner {
    display: flex;
    justify-content: space-between;
}

.guests .guest-inner img {
    width: 48.5%;
}

.guests .col-6.guest-content {
    padding-left: 5%;
}

.guests .col-6.guest-content p {
    overflow: hidden;
}

.guests a.main-btn.show-more {
    width: 180px;
    display: block;
    text-align: center;
}

.guest-content-section {
    height: 425px;
    overflow: hidden;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}

.edgtf-cut-off-effect.top {
    transform: rotate(180deg);
}
