.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;
     /* bottom: -48px; */
     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: -87px;
     border-radius: 25px;
     border-radius: 12.5rem;
 }
 .search-bar .col-6.md-12.sm-12 {
   width: 50%;
   position: relative;
   padding-left: var(--p16);
   padding-top: var(--p7);
   padding-bottom: var(--p7);
   border-radius: 25px;
   padding-right: 0;
 }
 button.search-btn-main.main-btn1 {
   /* border-radius: 5px; */
   padding: 13px;
   height: 45px;
   background: var(--btn-color);
   color: #fff;
   border: none;
   position: relative;
   top: 0px;
   left: 0px;
   width: 100%;
   border-radius: 2.5rem;
   font-size: 13px;
   font-weight: 700;
   text-transform: uppercase;
 }
 
 
 
 .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;
 }
 
 .search-bar input{
   font-size: var(--f14);
   color: var(--black-color);
   line-height: 32px;
   font-weight: 400;
   border-radius: 5px;
   padding-left:0px;
   /* background: #d6d6d6; */
   padding: var(--p10);
   border: 0px solid #e0e0e0;
   text-indent: 33px;
 }
 .search-bar input#show-target-data {
   padding-left: 14px;
   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(--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: 4.5rem; */
   font-size: var(--f16);
   /* right: 20px; */
   /* display: none; */
   border: 1px solid var(--btn-color);
   background-color: rgba(140, 14, 14, 0.1);
   padding: 9px;
   border-radius: 2.5rem;
   height: 40px;
 
   width: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .search-bar .check i{
     top: 5px;
     left: 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: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 6px;
  padding-right: 6px;
 }
 .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: 12px;
 }
 .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);
   padding-top: 50px;
   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(--btn-color);
   cursor: pointer;
   /* display: block; */
display: flex;
    justify-content: center;
    align-items: center;
 }
 
 #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;
 }
/* 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: 100px;
}
.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%);
}

i.fa.fa-angle-left {
    color: var(--btn-color);
}

i.fa.fa-angle-right {
    color: var(--btn-color);
}