.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: 120px;
      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;
      border-radius: 25px;
  }
  .search-bar .col-6.md-12.sm-12 {
    width: 42%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    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;
    font-weight: 700;
  }
  
  
  
  .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: 5px;
  }
  
  .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;
  }
  .search-bar input#show-target-data {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .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(--primary-color);
    position: absolute;
    top: 4.5rem;
    font-size: var(--f16);
    right: 20px;
    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: 19%;
   display: flex;
   justify-content: center;
   flex-direction: column;
   padding-left: 15px;
   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;
  }
/* 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: 110px;
}
.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 section */



section.amenities.prop {
    background-color: var(--bg-white);
    position: relative;
    overflow-x: hidden;
    padding-top: 0;
}

section.amenities.prop .row.main.propamen h2 span {
    color: var(--heading-color);
}

section.amenities.prop .col-lg-6{
     position: relative;
     padding-left: 0px;
    padding-right: 0px;
    width: 48%;
}

section.amenities.prop .first{
    padding-right:0px;
    position: relative;
    width: 50%;
}

section.amenities.prop .first img{
    max-height: 481px;
}

section.amenities.prop .row{
    justify-content:space-between;
    padding-left: 12px;
    padding-right: 12px;
}
section.amenities.prop img{
    height:100%;
}

section.amenities.prop h2{
    padding-left:0px;
    padding-right:0px;
  margin: 0;
}

section.amenities.prop h4{
    height: 100px;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.8));
    padding: 0px 15px;
    color: var(--text-white);
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    bottom: -8px;
    border-radius: 0px 0px 10px 10px;
    padding-top: 50px;
}


section.amenities.prop .second .row{
    gap: 30px 4%;
    padding-left: 0px;
    padding-right: 0px;
}

.prop .am:hover .prop-image img{
     transform: scale(1.1);
}

section.amenities.prop .first {
    padding-right: 0px;
    position: relative;
    width: 50%;
}

.prop .prop-image {
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
}

section.amenities.prop h4 {
    height: 160px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 1));
    padding: 0px 15px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    width: 93.5%;
    bottom: -20px;
    /* border-radius: 0px 0px 10px 10px; */
    padding-top: 50px;
}

section.amenities.prop p.tag {
    padding: 0;
}

.prop .anchor {
  display: flex;
  justify-content: stretch;
  align-items: center;
  position: absolute;
  top: 80%;
  z-index: 0;
  padding: 10px 15px;
  width: 88%;
  margin-top: 10px;
}

.prop .anchor a {
    width: 100%;
    display: inline-block;
    height: 100%;
}

section.amenities.prop .col-lg-6 {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.prop .col-lg-3, .prop .col-lg-6 {
    position: relative;
    padding: 0;
    overflow: hidden;
}
section.amenities.prop .second .row {
    gap: 30px 4%;
    padding-left: 0px;
    padding-right: 0px;
}
section.amenities.prop .row {
    justify-content: center;
    /* padding-left: 12px; */
    /* padding-right: 12px; */
    /* gap: 5px 20px; */
    /* display: flex; */
    gap: 30px 0;
}


section.amenities.prop img {
    height: 100%;
}
.prop img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    /* border-radius: 10px; */
    transition: transform .65s ease;
    transform: scale(1);
}

section.amenities.prop .row.main.propamen {
    margin-bottom: 30px;
}

.anchor span {
    background: var(--prop-btn);
    padding: 7px 20px;
    color: var(--white-color);
  border-radius:30px;
}

.anchor-star {
    color: white;
    display: flex;
    align-items: center;
    gap: 7px;
}

.anchor-star i.fa-solid.fa-star {
    color: #DAA520;
}


.col-3.md-12.sm-12.guest {
    padding-left: 0;
}

.search-bar{
    width: 85%;
    display: block;
    margin: auto;
}
  |






