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

section.page-title{
}

.search-bar .container{
    position: relative;
  }
  .search-bar form{
      position: relative;
      margin: auto;
      justify-content: center;
      width: 85%;
      left: 0;
      right: 0;
      top: 274px;
      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: 0px;
      padding-left: 0;
  }
  .search-bar .col-6.md-12.sm-12 {
    width: 50%;
    position: relative;
    padding-left: var(--p16);
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    border-radius: 25px;
  }
  button.search-btn-main.main-btn1 {
    border-radius: 5px;
    padding: 15px;
    height: 51px;
    background: var(--btn-color);
    color: #fff;
    border: none;
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--secondary-font);
  }
  

  
  
  
  .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;
    font-family: var(--secondary-font);
  }
  
  .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;
    font-family: var(--secondary-font);
  }
  
  .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: 25%;
   display: flex;
   justify-content: center;
   flex-direction: column;
   padding-left: 2px;
   padding-right: 6px;
  }
  .search-bar .row{
    justify-content: center;
    position: relative;
  }
  input#demo17{
  top: 0px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 97% !important;
    height: 52px !important;
    padding-left: 12px !important;
    font-family: var(--secondary-font);
  }
  .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;
  }

/* new-property  section start here ! */
/* ===============================
   NEW PROPERTY SECTION
================================= */

.new-pro-sec {
    background-color: #f8f9fa;
    padding-top: 80px;
    /* padding-bottom: 60px; */
}

/* Header */
.new-pro-sec .header-area {
    margin-bottom: 40px;
}

.new-pro-sec .header-area h2 {
    font-weight: 500;
}

.new-pro-sec .header-area p {
    color: #6c757d;
    font-weight: 400;
}

/* Cards */
.new-pro-sec .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    height: auto;
}

.new-pro-sec .main-card .card-img-top {
    height: 423px;
    object-fit: cover;
}

.new-pro-sec .unit-card .card-img-top {
    height: 180px;
    object-fit: cover;
}

/* Card Body */
.new-pro-sec .card-body {
  padding: 17px;
}
.new-pro-sec .card-body h5{
  
font-size: 15px;
  
font-weight: 400;
}

/* Meta info */
.new-pro-sec .property-meta,
.new-pro-sec .unit-meta {
    color: #6c757d;
    margin-bottom: 20px;
}

.new-pro-sec .property-meta span,
.new-pro-sec .unit-meta span {
    margin-right: 15px;
    font-size: 0.9rem;
}

.new-pro-sec .property-meta i,
.new-pro-sec .unit-meta i {
    margin-right: 5px;
}

/* Buttons */
.new-pro-sec .btn-main {
    background-color: var(--btn-color);
    border: none;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    border-radius: 8px;
}

.new-pro-sec .btn-unit {
    background-color: #f1f3f5;
    color: #495057;
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 0.9rem;
    border-radius: 8px;
}

.new-pro-sec .btn-unit:hover {
    background-color: #e9ecef;
}

/* Grid spacing */
.new-pro-sec .unit-col {
    margin-bottom: 24px;
}


