.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;
     padding: 0px;
     bottom: 50px;
     background: #fff;
     /* background: navajowhite; */
     /* padding: 0 0; */
     border-radius: 15px;
     z-index: 1;
     /* box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11); */
     margin-top: -90px;
     /* border-radius: 25px; */
     box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
 }
 .search-bar .col-6.md-12.sm-12 {
   width: 40%;
   position: relative;
   /* padding-left: var(--p16); */
   /* padding-top: var(--p17); */
   /* padding-bottom: var(--p17); */
   /* border-radius: 25px; */
   padding-right: 0;
 }
 button.search-btn-main.main-btn1 {
   /* border-radius: 5px; */
   padding: 15px;
   height: 52px;
   background: var(--btn-color);
   color: var(--heading-color);
   border: none;
   position: relative;
   top: 0;
   left: 0px;
   width: 100%;
   font-size: 15px;
   border-radius: 0 15px 15px 0;
 }
 button.search-btn-main.main-btn1:hover {
   background-color: var(--btn-hover);
   color: var(--white-color);
 }
 
 
 
 .search-bar select{
   font-size: var(--f14);
   color: #676767;
   line-height: 32px;
   font-weight: 400;
   border-radius: 0px;
   padding: var(--p18);
   background: #d6d6d6;
   border: 0px solid #e0e0e0;
   text-indent: 0px;
   width: 100%;
 border-radius: 25px;
 }
 .book1 {
  display: none;
 }
 
 .search-bar input, .search-bar select{
   font-size: var(--f14);
   color: #676767;
   line-height: 32px;
   font-weight: 400;
   /* border-radius: 5px; */
   padding-left:0px;
   background: #fff;
   padding: var(--p10);
   border: 0px solid #e0e0e0;
   height: 52px;
 }
.search-bar select option{
    color:#000;
}
 .search-bar input#show-target-data {
   padding-left: 10px;
   padding-right: 10px;
   background: transparent;
 }
 
 .search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #676767;
   opacity: 1; /* Firefox */
 }
 .search-bar label{
   color: var(--secondary-color);
   padding-left: var(--p20);
   padding-bottom: var(--p10);
   font-size: var(--f15);
   display: none;
}
.search-bar i{
     color: var(--btn-hover);
   position: absolute;
   top: 4.5rem;
   font-size: var(--f16);
   right: 20px;
   transform: translateY(10px);
   /* display: none; */
 }
 .search-bar .check i{
   top: 0.5rem;
   right: 0px;
 }
 .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: 20%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 6px;
  padding-right: 0px;
 }
 .search-bar .row{
   justify-content: space-between;
   position: relative;
 }
 input#demo17{
 top: 0px !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: 6px; */
   /* padding-right: 22px; */
 }
 .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: 10px;
   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: #e3e3e3 !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 card */

/*properties section css*/
section.properties-list {
    padding-bottom: 80px;
    /* background-color: var(--btn-hover); */
    padding-top: 110px;
}

.pro_sec_btn {
    margin-top: 50px;
    text-align: center;
}

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

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




















