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


.search-bar .container{
   position: relative;
 }
 .search-bar form{
     position: relative;
     margin: auto;
     justify-content: center;
     width: 85%;
     left: 0;
     right: 0;
     top: -120px;
     /* bottom: 50px; */
     background: var(--white-color);
     /* padding: 0 0; */
     border-radius: 0px;
     z-index: 2;
     box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
     margin-top: 0;
     padding: var(--p16);
     border-radius: 25px;
 }
 .search-bar .col-6.md-12.sm-12 {
   width: 38%;
   position: relative;
   /* padding-left: var(--p16); */
   /* padding-top: var(--p17); */
   /* padding-bottom: var(--p17); */
   /* border-radius: 25px; */
   /* padding-right: 0; */
   padding-left: var(--p16);
   padding-right: var(--p16);
   padding-top: var(--p17);
   padding-bottom: var(--p17);
   background: #e3e3e3;
   border-radius: 25px;
 }
 button.search-btn-main.main-btn1 {
   border-radius: 5px;
   padding: 15px;
   height: 56px;
   background: var(--btn-color);
   color: #fff;
   border: none;
   position: relative;
   top: 0;
   left: 0px;
   width: 100%;
   font-size: 15px;
   border-radius: 25px;
   height: 59px;
   font-weight: normal;
 }
 
 .search-bar select{
   font-size: var(--f14);
   color: #676767;
   line-height: 32px;
   font-weight: 400;
   border-radius: 0px;
   /* padding: var(--p18); */
   background: transparent;
   border: 0px solid #e0e0e0;
   text-indent: 0px;
   width: 100%;
   border-radius: 25px;
   outline: none;
 }
 
 .search-bar input{
   font-size: var(--f14);
   color: var(--black-color);
   line-height: 32px;
   font-weight: 400;
   border-radius: 5px;
   padding: 0;
   /* padding-left:0px; */
   background: transparent;
   /* padding: var(--p10); */
   border: 0px solid #e0e0e0;
 }
 .search-bar input#show-target-data {
   /* padding-left: 10px; */
   /* padding-right: 10px; */
   background: transparent;
 }

.search-bar form::before{
    content: "";
    position: absolute;
    width: calc(100% + 24px);
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
    left: -12px;
    top: 0;
    z-index: -1;
}
.search-bar form::after{
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    border-radius: 24px;
background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    left: -6px;
    top: 0;
    z-index: -1;
}
 
 .search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #676767;
   opacity: 1; /* Firefox */
 }
 .search-bar label{
   color: var(--black-color);
   padding-left: var(--p20);
   padding-bottom: var(--p10);
   font-size: var(--f15);
   display: none;
 }
 .search-bar i{
   color: var(--btn-color);
   position: absolute;
   top: 24px;
   font-size: var(--f16);
   right: 30px;
   /* display: none; */
 }
 .search-bar .check i{
   top: 6px;
   right: 10px;
 }
 .search-bar .search-btn-main{
   background: url('../images/search.png');
   height: 60px;
   object-fit: cover;
   border: none;
   width: 203px;
   position: absolute;
   top: 35%;
 }
 .search-bar .col-3{
  position: relative;
  width: 19%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* padding-left: 6px; */
  /* padding-right: 6px; */
  padding-left: var(--p16);
  padding-right: var(--p16);
  padding-top: var(--p17);
  padding-bottom: var(--p17);
  background: #e3e3e3;
  width: 19%;
  border-radius: 25px;
 }
 .search-bar .row{
   justify-content: space-between;
   position: relative;
 }
 input#demo17{
 top: -10px !important;
 left: 50%;
 transform: translateX(-50%);
 width: 97% !important;
 height: 52px !important;
 padding-left: 12px !important;
 }
 .search-bar .col-3:before {
   position: absolute;
   content: '';
   top: 24px;
   right: 0;
   width: 1px;
   height: 15px;
   background: #999;
   display: none;
 }
 .search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
   display:none;
 }
 .search-bar .col-3.srch-btn{
   padding-top:0px;
   padding-bottom:0px;
   padding-left: 0px;
   padding-right: 0px;
   background: transparent;
 }
 .search-bar button.main-btn {
   width: 100%;
   height: 66px;
   letter-spacing: 2px;
   border-radius: 25px;
 }
 .search-bar button.main-btn.close111 {
   height: 43px;
   padding: var(--p5) var(--p15);
   font-size: var(--f14);
 }
 .search-bar .icns.mb-lg-0.position-relative.datepicker-common-2.col-md-6 {
   padding-left: 6px;
   padding-right: 6px;
 }
 div#guestsss {
   width: 100%;
   min-width: 250px;
   background: var(--white-color);
   padding: var(--p20);
   position: absolute;
   z-index: 9;
   left: 0;
   top: 69px;
   border-radius: 10px;
   display: none;
   box-shadow: 0px 0px 3px 0px #888888;
 }
 
 #guestsss .close1 {
   position: absolute;
   right: -3px;
   left: auto;
   top: 0.3rem;
   font-size: var(--f18);
   color: var(--secondary-color);
   cursor: pointer;
   display: block;
 }
 
 #guestsss .adult-box {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: var(--m20);
 }
 .adult-box.pet-box div{
   display:flex;
   gap:5px;
   align-items:center;
 }
 #guestsss .adult-box p{
   letter-spacing: 0px;
   color: var(--black-color);
   text-shadow: 0px 0px 0px #000;
   font-size: var(--f14);
   text-align: left;
   margin: 0px;
   display: block !important;
 }
 
 #guestsss button.button1 {
  background: transparent;
   height: 30px;
   width: 30px;
   text-align: center;
   border-radius: 50%;
   font-size: var(--f19);
   line-height: 30px;
   margin-left: 0;
   border: 1px solid var(--black-color);
   color: var(--black-color);
   transition: all .3s;
   cursor: pointer;
 }
 #guestsss button.button11.button1 {
   margin-left: var(--m14);
 }
 .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);
 }
 button.main-btn1.close111 {
   border-radius: 50px;
   padding: 10px;
   height: auto;
   background: var(--btn-color);
   color: #fff;
   border: none;
   width: 100%;
   font-size: 14px;
 }
 #guestsss .adult-box.pet-box label{
   display:block;
   font-size: 13px;
   padding-left: 0;
   padding-bottom: 0;
 }
 
 
 @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: #e3e3e3 !important;
   box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
 }
.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

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

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

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

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

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

@keyframes move {
25% {
 opacity: 1;

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

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

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: transparent !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}

@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: var(--white-color) !important; */
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
/* property section */section.properties-list .property-list {
    background: #383838;
    border: 0 solid #ffffff17;
    padding: 0;
    border-radius: 10px;
    transition: transform .4s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

section.properties-list .property-list:hover {
    transform: translateY(-4px)
}

section.properties-list .property-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0
}
section.properties-list .head-sec{
    margin-bottom: 40px;
}
section.properties-list .row{
    gap: 30px 0;
    justify-content: center;
}
section.properties-list .property-list h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    height: 27px;
    overflow: hidden
}

section.properties-list .property-list h3 a {
    color: var(--black-color);
    font-family: var(--secondary-font)
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--black-color);
    height: 24px;
    overflow: hidden
}

section.properties-list .property-list ul {
    display: flex;
    align-items: center;
    gap: 15px
}
section.properties-list .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
section.properties-list .property-list li {
    font-size: 14px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center
}

section.properties-list .property-list li i {
    margin-right: 5px;
    color: var(--secondary-color)
}

section.properties-list .property-list li span {
    margin-right: 0;
    color: var(--black-color);
}

section.properties-list .property-list .pro-btn {
    margin-top: 0px
}

section.properties-list .property-list a.main-btn {
    /* padding: 13px 20px; */
    font-size: 14px;
    display: block
}
section.properties-list .property-list a.main-btn:hover{
    transform: translateY(0px);
}
section.properties-list .list-content {
    padding: 14px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
section.properties-list .property-list .price p{
    margin-bottom: 0;
}
section.properties-list {
    padding-top: 0;
}
.search-info{
    margin-top: 145px;
}
.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%);
}
.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%);
}


.property_wrapper {
    background: #fff;
    padding-top: 0;
}

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

.property_wrapper .text-center a.main-btn {
    width: 200px;
}

.property_wrapper .property-items {
    position: relative;
    background: #f4f4f4;
    height: 285px;
}

.property_wrapper .col-md-6 {
    padding: 12px;
    box-shadow: 0px 0px 5px #ccc;
    width: 48.5%;
}

.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;
    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;
    object-fit: cover;
}

.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: 31px;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--btn-color);
    text-transform: uppercase;
    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;
    margin-bottom: 0px;
    width: 33px;
}

.amenities_home>div {
    margin: 0 0px 3px 0;
    display: flex;
    grid-template-columns: 1fr 10fr;
    gap: 10px;
    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: block;
    margin-bottom: 0rem;
}

span.price_name {
    color: var(--black-color);
    font-size: 13px;
}

.amenities_home {
    /* display: flex; */
    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-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;
}


/* i.fa-solid.fa-location-dot {
    position: absolute !important;
    top: 24px;
    font-size: var(--f16);
    right: 35px;
} */

.col-12.md-12.sm-12.datepicker-common-2.datepicker-main {
    position: absolute;
    z-index: 1;
    top: -10px;
    padding: 0;
}