.checklist{
    /*display: none;*/
}
header.desk-nav .search-bar {
    display: block;
}
/*.search-sec {
    margin-top: 0;
    z-index: 2;
    position: relative;
    padding-top: 40px;
}
.search-bar{
    border-radius: 0px;
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    background-color: #fff;
    padding: 20px 22px;
    position: relative;
    z-index: 1;
    width: 78%;
    margin: auto;
}
.search-bar label {
    display: inline-block;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--black-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: bold;
}
.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;
}
.form-dates .dates {
    font-size: 44px;
    font-weight: 500;
    color: #464646;
    line-height: 1;
}
.search-bar form .select {
    padding-left: 0px;
    padding-right: 10px;
}
.search-bar select{
 font-size: var(--f15);
 color: #999;
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p12) 0 0;
 background: #fff;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 45px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input{
 font-size: var(--f15);
 color: var(--primary-color);
 font-weight: 400;
 border-radius: 0px;
 padding: 0px 0 0px 0px;
 height: 30px;
 background: transparent !important;
 border: 0px solid;
}
.search-bar img{
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.search-bar input#end_date {
}

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

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

.search-bar .col-3{position: relative;padding-left: var(--p20);padding-right: var(--p20);
  padding-top: 0;padding-bottom: 0;border: 0px solid var(--white-color);}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
 display: none;
}
.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-right: 0px;
 border-left: 1px solid #f2f2f2;
}
.search-bar button.main-btn {
 width: 100%;
 height: 73px;
 letter-spacing: 1px;
 display: block !important;
 color: var(--white-color);
 background: var(--secondary-color);
}

.search-bar button.main-btn:hover{
    background: var(--btn-hover);
}
.search-bar button.main-btn.close111 {
 height: 42px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
 border: none;
 width: 100%;
 margin-left: auto;
}
.search-bar .datepicker-common-2 {
 padding: 0;
}
.search-bar .guest{
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}
.search-bar .guest i{left: 30px;top: 18px;}
.search-bar .check.right, .search-bar .check.left{width: 50%;padding-left: 20px;padding-right: 20px;}
.search-bar .check.right {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.search-bar .main-check{
 padding-left: 0;
 padding-right: 0;
 padding-top: 0;
 padding-bottom: 0;
}
.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;
 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 {
 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;
  width: 50px;text-align: center;border-radius: 50%;font-size: var(--f25);
  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: auto !important;
                         bottom: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 50px !important;
                         z-index: 9;
                         background: transparent !important;
                         padding-left: 0px;
                     }
.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: transparent !important;
 border-color: transparent !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}*/
/* property section */
section.home-list{
    padding: var(--p60) var(--p12);
    /* background: var(--lt-bg-color); */
    padding-top: 60px;
}
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.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: 100%;
}
section.home-list h3.title a{
    color: var(--secondary-color);
}
.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(--black-color);
    font-weight: 600;
    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(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
div#p-list {
    /* background: var(--lt-bg-color); */
}
.datepicker{
    left: 0;
}




/*
#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}
 .adult-btn {
    display: flex !important;
    gap: 5px;
    align-items: center;
}
.adult-box.pet-box div {
    display: flex;
    gap: 5px;
    align-items: center;
}*/


/* property cards  */

section.home-list{
    /* padding: var(--p60) var(--p12); */
    background: var(--lt-bg-color);
    padding-top: 120px;
}
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.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 .atr-btn{
    text-align:center;
    margin-top: 40px;
}
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: 280px;
    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: 0;
}
section.home-list .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.home-list .prop-card:hover .pro-cont {
    background: #fff;
}
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: 32px;
    overflow:hidden;
    width: 100%;
    font-family: var(--other-font);
}
section.home-list h3.title a{
    color: var(--heading-color);
}
.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;
    margin-bottom: 40px;
}
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;
    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(--territiary-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 {
   color: var(--heading-color);
}
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);}
section.gallery .col-3.md-12.sm-12{
    width:30%;
}

/*.search-bar .col-4{
    width: 25.333333%;
}
*/


/****************************************************************************************/




/*property*/
.property_wrapper{
   background: #fff;
   /* padding: 180px 0; */
   /* padding-bottom: 80px; */
}

.property_wrapper .row{
    gap: 1rem;
    justify-content: center;
}


.property_wrapper .property-items{
    position: relative;
    /*overflow: hidden;*/
    background: #f4f4f4;
   height: 285px;
    /* border-radius: 20px 0 0 20px; */
}
.property_wrapper .col-md-4 {
   padding: 12px;
    box-shadow: 0px 0px 5px #ccc;
    width: 32%;
}

.property_wrapper .sub-title {
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.property_wrapper h3::after{
    left: 46.5%;
}

.property_wrapper.property-2{
    background: #fcfcfc;
}
.property_wrapper .property-items.rght{
    border-radius: 0 20px 20px 0;
}
.property-2 .border-box{
    left: 0;
}

img.border-corner{
    width: 42%;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    /* border-radius: 0 20px 0 0; */
    opacity: 0.7;
}
.property_wrapper.property-2 .border-corner img{
    right: auto;
    left: 0;
    transform: rotate(270deg);
    object-fit: cover;
}
.property_wrapper .property-items img.pro{
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
}
.pro-slider.slick-slider .slick-list, .pro-slider.slick-slider .slick-track{
    height: 100%;
}
.pro-slider .slick-prev:before {
    content: "Ã¯Ââ€œ";
}
.pro-slider .slick-prev:before, .pro-slider .slick-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: var(--bg-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.subtitle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.dash {
    width: 40px;
    height: 1px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #060606;
}
.property-content h5{
       line-height: 30px;
       color: var(--other-color);
       margin-bottom: 10px;
       text-align: left;
       font-family: var(--heading-font);
       position: relative;
       height: auto;
       font-size: 24px;
       text-transform: uppercase;
       color: var(--heading-color);
       font-weight: 500;
       text-transform: uppercase;
       height: 60px;
       overflow: hidden;
}

.property-content h5::after{
   content: "";
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: -20px;
    position: absolute;
    left: 0;
    display:none;
}
.property-content .borders{
    margin: 0;
    margin-bottom: 1.2rem;
}
.property-content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.rates{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price {
    color: var(--primary-text);
    font-size: 24px;
    line-height: 1.117em;
    font-weight: 400;
    letter-spacing: -.06em;
    margin-right: 0px;
    font-family: var(--heading-font);
}

.price span{
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-text);
    letter-spacing: 0px;
    text-transform: uppercase;
}
.r-price{
    text-align: center;
}
.pro-slider .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 1;
    background: transparent;
    border: none;
    color: var(--secondary-color);
}

button.slick-prev.slick-arrow {
    left: -10px;
}

.property_wrapper .property-items button.slick-prev.slick-arrow {
    left: 10px;
}

.pro-slider .slick-next.slick-arrow{
    right:10px;
}
.amenities_home div i{
    color: var(--btn-color);
    margin: auto;
    font-size: 19px;
    margin-top: 0px;
}
.amenities_home>div{
    margin: 0 0px 3px 0;
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 0.2rem;
    align-items: center;
}
.amt-num, .amt-type{
   font-size: 16px;
    font-weight: 400;
    color: var(--text-black);
}
.from-text {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.price-wrapper {
   text-align:left;
   display: none;
   margin-bottom: 0rem;
}

span.price_name {
    font-size: 13px;
}


.amenities_home{
    display: block;
    align-items: center;
    text-align: left;
    width: 100%;
    justify-content: space-between;
}
.property-item-wrap{
    position: relative;
    right: 0px;
    max-width: 100%;
    z-index: 1;
    /* border-radius: 0 20px 20px 0; */
    text-align: center;
    background: var(--bg-white);
    border: 0px solid #e7e7e7;
    padding:0px !important;
    padding-top:16px !important;
}
.pro-btn{
    text-align: left;
    border-top: 0px solid #b7b5b5;
    padding-top: 0px;
    margin-top: 0px;
    display: block;
}
.pro-btn .main-btn{
    /*background: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
*/    /*margin-top: 2rem;*/
}

.pro-btn1 {
    text-align: center;
    padding-top: 16px;
}

.pro-btn1 .main-btn{
    padding: 12px 39px;
}
.btn-icon{
    background: rgba(82, 82, 82, 0.5);
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 23px;
    color: var(--text-white);
    transition: all .5s ease-in-out;
}
.btn-icon:hover{
    background: var(--secondary-color);
    color: var(--text-white);
}

.button-wrapper1{
    border-top: 1px dashed #9e7d5e;
    padding-top: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*end property*/






/**** search bar css start  ****/



.search-bar {
    margin-top: 0;
    border: 0 solid #fffFFF52;
    border-radius: 30px;
    padding: 0;
    z-index: 2;
    position: relative;
    margin: auto;
    width: 70%;
    left: 0;
    transform: translateX(0%);
    bottom: 0px;
    margin-top: 30px;
}

.search-bar.newClass {
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
    /* max-width: 1140px; */
    /* z-index: 2; */
    /* margin-top: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* height: 81px; */
}

.search-bar-inner {
    background: #fff;
    border-radius: 15px;
    padding: 16px;
      box-shadow: 0px 0px 5px #ccc;
}
.search-bar-inner .col-3{
    width: 25%;
}
.search-bar-inner .check {
    padding: 0;
    position: relative;
    padding-right: 12px;
    /* width: 20%; */
}

.search-bar-inner .row {
    position: relative
}

.search-bar-inner .col-6.datepicker-common-2.datepicker-main {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    /* width: auto; */
    height: 24px;
    padding: 0
}

input#demo17 {
    top: auto !important;
    bottom: 0;
    padding-left: 0;
    width: 100%!important;
    height: 24px!important;
}

.search-bar-inner .check-detail,.search-bar-inner .guest-detail {
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid #D0D0D0;
    padding-right: 12px;
    position: relative
}

.search-bar-inner input[type=text],.search-bar-inner select {
    background: 0 0;
    border: 0 solid;
    width: 100%;
    padding-left: 0;
    font-size: 13px;
    color: var(--primary-color);
    height: 24px;
    padding-right: 0;
}

#guestsss1 .close12,.search-bar-inner i {
    color: var(--secondary-color);
    position: absolute
}
input#date-flexibility-show{
    padding-left:22px;
}
.search-bar-inner select option {
    color: #000
}

.search-bar-inner i {
    left: 0px;
    bottom: -4px;
    top: auto;
}

.search-bar-inner .guest-detail {
    border-right: 0px solid;
    position: relative
}

.search-bar-inner .search-btn,section.experience-section .container-fluid,section.yacht-section .container-fluid {
    padding: 0
}

.search-bar-inner .search-btn button {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--primary-font);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.search-bar-inner .search-btn button i{
    position:relative;
    color:var(--white-color);
    top:0;
    left:0;
    bottom: 0;
    transform: translateY(0%);
}
div#guestsss1 {
    width: 100%;
    min-width: 250px;
    background: var(--black-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0 0 3px 0 #888
}

#guestsss1 .close12 {
    right: 10px;
    left: auto;
    top: .9rem;
    font-size: var(--f18);
    cursor: pointer
}

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

#guestsss1 .adult-box p {
    letter-spacing: 0;
    color: var(--white-color);
    text-shadow: 0 0 0 #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0
}

#guestsss1 button.button1 {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

#guestsss1 button.button11.button1 {
    margin-left: var(--m14)
}

#guestsss1 button.main-btn.close1112 {
    width: 100%;
    font-size: 14px
}

.adult-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 5px
}

.guests button.button1 {
    height: 44px;
    width: 50px;
    text-align: center;
    border-radius: 22px 0 0 22px;
    font-size: var(--f20);
    border: 0 solid rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-right: 0px solid
}

.guests button.button11.button1 {
    margin-left: 0;
    border-right: 0px solid;
    border-left: 0 solid;
    border-radius: 0 22px 22px 0
}

.search-bar button.button1 i {
    position: relative;
    top: 0;
    right: 0;
    color: rgba(255,255,255,.5);
    font-size: 14px;
    transform: translateY(0)
}

.guests button.button1:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color)
}

.adult-btn,.search-bar-inner i {
    top: 50%;
    transform: translateY(-50%)
}

.check-availability,.search-bar {
    backdrop-filter: blur(0px);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s
}

.search-bar-inner label{
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color);
}
.search-bar-inner .flexible-detail {
    position: relative;
    border-right: 1px solid #D0D0D0;
    align-items: center;
    gap: 10px;
}
.icon-stack {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    position: absolute;
    color: #333;
    top: 35px;
}
.search-bar-inner .flexible {
    padding: 0;
}
.search-bar-inner .fa-plus{
    position:absolute;
   bottom:6px;
}
.icon-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.search-bar-inner .guest-info {
    display: flex;
    align-items: center;
    width: 90px;
    justify-content: space-between;
}


.search-bar-inner .guest-info button{
  width: 24px;
    height: 24px;
    min-width: 24px;
    border: 1px solid var(--secondary-color);
    background: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 12px;
      margin: 0;
}
.search-bar-inner .guest-info button i{
  color: var(--secondary-color);
    font-size: 12px;
}
.search-bar-inner .guest-info input{
  padding-left: 0px;
    text-align: center;
}

.input-with-icon {
    display: flex;
    align-items: center;
    gap: 8px; /* spacing between icon and input */
}

.calendar-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
