.checklist{
    display: none;
}
header.desk-nav .search-bar {
    display: block;
}
.search-bar form{
  position: relative;
  margin: auto;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  padding: 0 0;
  border-radius: 0px;
  z-index: 2;
  box-shadow: 0px 0px 10px rgb(255 255 255 / 42%);
  margin-top: 0px;
  border-radius: 40px;
}


.search-bar select{
 font-size: 14px;
 color: var(--other-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0 15px 0 10px;
 background: #fff;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 32px;
 width: 100%;
}

.search-bar input{
 font-size: 14px !important;
 color: var(--other-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0;
 padding-left: 32px;
 background: #222;
 border: 0px solid #e0e0e0;
 font-family: var(--primary-font) !important;!i;!;
}
.search-bar input#end_date {
 padding-left: 32px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: var(--other-color);
 opacity: 1; /* Firefox */
}

.search-bar i{
 color: var(--white-color);
 position: absolute;
 top: 1.5rem;
 font-size: var(--f18);
 left: 10px;
}

.search-bar .col-3{position: relative;width: 25%;padding-left: 10px;padding-right: 0;padding-top: 17px;padding-bottom: 17px;}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check:before {
  position: absolute;
 content: '';
 top: 9px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check i{
 top: 6px;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}


div#guestsss11 {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss11 .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss11 .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss11 .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;
}

#guestsss11 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;
}
#guestsss11 button.button11.button1 {
    margin-left: var(--m14);
}
.search-bar .col-3.srch-btn{
 padding-top:0px;
 padding-bottom:0px;
 padding-left:0px;
}
.search-bar button.main-btn {
 width: 100%;
 height: 66px;
 letter-spacing: 2px;
 border-radius: 0 40px 40px 0;
 border: 0.0625rem solid var(--btn-color);
}
.search-bar .col-3.srch-btn button.main-btn:hover{
    border-color:var(--btn-hover);
    transform: translateY(0px);
}
.search-bar button.main-btn.close111 {
 height: 43px;
    padding: 5px 15px;
    font-size: 14px !important;
    border: 1px solid var(--btn-color);
    border-radius: 20px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .main-check{
 padding-left: 10px;
 padding-right: 0;
 padding-top: 17px;
 padding-bottom: 17px;
 width: 50%;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: space-around  ;
}
div#guestsss1 {
 width: 100%;
 min-width: 250px;
 background: #222;
 padding: 20px;
 position: absolute;
 z-index: 9;
 left: 0;
 border-radius: 10px;
 display: none;
 box-shadow: 0px 0px 5px 0px #fff;
}

#guestsss1 .close12 {
 position: absolute;
 right: 10px;
 left: auto;
 top: 0rem;
 font-size: 18px;
 color: var(--secondary-color);
 cursor: pointer;
}
#guestsss1 button.main-btn.close1112 {
 height: 50px;
 padding: 10px 15px;
 font-size: 15px !important;
 border: 1px solid var(--btn-color);
 border-radius: 40px;
 position: relative !important;
 left: 0px !important;
 right: 0px !important;
 color: #fff !important;
}
#guestsss1 button.main-btn.btn.close1112:hover{
    background: var(--other-color) !important;
    border-color:var(--other-color) !important;
}
#guestsss1 .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 20px;
}

#guestsss1 .adult-box p{
 letter-spacing: 0px;
 color: #fff;
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f14);
 text-align: left;
 margin: 0px;
}

#guestsss1 button.button1 {background: transparent;height: 30px;width: 30px;text-align: center;border-radius: 50%;font-size: 19px;line-height: 30px;margin-left: 0;border: 2px solid #fff;color: #fff;transition: all .3s;cursor: pointer;display: inline-flex;align-items: center;justify-content: center;}
#guestsss1 button.button11.button1 {
 margin-left: 14px;
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 32px !important;
                         z-index: 9;
                     }


.search-bar .col-lg.md-3.icns.mb-lg-0.position-relative {
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 0px;
}
.search-bar input#show-target-data1{
    padding: 0px;
    padding-left: 28px;
    font-size: 16px;
    height: 32px;
    border: 0px solid transparent;
    background-color: transparent;
}
.search-bar .col-lg.md-4.md-lg-0.srch-btn {
    padding: 0px;
}
.search-bar .check:before {
    position: absolute;
    content: '';
    top: 8px;
    right: 1px;
    width: 1px;
    height: 15px;
    background: #999;
}
/* property section */section.properties-list .property-list {
    background: #383838;
    border: 0 solid #ffffff17;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 10px 25px -10px rgba(0,0,0,.1);
    transition: transform .4s
}

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(--white-color);
    font-family: var(--secondary-font)
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--white-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;
}

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



header .navbar-nav .nav-link:hover {
    background-color: #ffff;
    color: var(--black-color);
    /* padding: 18px 10px; */
}









