.checklist{
    display: none;
}
header.desk-nav .search-bar {
    display: block;
}
.search-bar{
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 0px;
    /* padding: 15px 15px 15px 15px; */
    -webkit-backdrop-filter: blur(5px);
    /* backdrop-filter: blur(5px); */
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background-color: #fff;
    padding: 20px 22px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    width: 92%;
    margin: auto;
    margin-top: -60px;
}
.search-bar label {
    display: inline-block;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--heading-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: bold;
}
.search-bar form{
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: transparent;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
}
.search-bar form .select {
    padding-left: 0px;
    padding-right: 10px;
}
.search-bar select{
 font-size: var(--f15);
 color: #999;
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p12) 0 0;
 background: #fff;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 45px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input{
 font-size: var(--f15);
 color: var(--primary-color);
 /* line-height: 32px; */
 font-weight: 400;
 border-radius: 0px;
 padding: 0px 0 0px 0px;
 height: 30px;
 background: transparent !important;
 border: 0px solid;
 text-transform: capitalize;
}
.search-bar img{
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.search-bar input#end_date {
 /* padding-left: 20px; */
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #4f5962;
 opacity: 1; /* Firefox */
}

.search-bar i{
 color: #4f5962;
 position: absolute;
 top: 1.5rem;
 font-size: var(--f18);
 left: 20px;
}

.search-bar .col-3{position: relative;/* width: 25%; */padding-left: var(--p20);padding-right: var(--p20);padding-top: 0;padding-bottom: 0;border: 0px solid var(--white-color);}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
 display: none;
}
.search-bar .check:before {
  position: absolute;
  content: '';
  top: 9px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
  display: none;
}
.search-bar .check i{
 top: 18px;
}
.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-right: 0px;
 border-left: 1px solid #f2f2f2;
}
.search-bar button.main-btn {
 width: 100%;
 height: 73px;
 letter-spacing: 1px;
 display: block !important;
 color: var(--white-color);
 /* background: var(--secondary-color); */
 font-size: 14px;
}

.search-bar button.main-btn:hover {
    background: var(--btn-hover);
   }
.search-bar button.main-btn.close111 {
 height: 42px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
 border: none;
 width: 100%;
 margin-left: auto;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 /* width: 50%; */
}
.search-bar .guest{
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}
.search-bar .guest i{left: 30px;top: 18px;}
.search-bar .check.right, .search-bar .check.left{width: 50%;padding-left: 20px;padding-right: 20px;}
.search-bar .check.right{
    border-left:1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
}
.form-dates .dates {
    font-size: 44px;
    font-weight: 500;
    color: #464646;
    line-height: 1;
}
.search-bar .main-check{
 padding-left: 0;
 padding-right: 0;
 padding-top: 0;
 padding-bottom: 0;
 /* border: 1px solid var(--white-color); */
 /* display: flex; */
 /* gap: 1%; */
 /* justify-content: space-between; */
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before{
    display: none;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: center;
 /* gap: 0 25px; */
 justify-content: space-between;
}
div#guestsss {
 width: 100%;
 min-width: 260px;
 /* background: var(--white-color); */
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 10px;
 margin-top: 9px;
 border-radius: 4px;
 border: 1px solid #d8dce1;
 display: none;
 /* box-shadow: 0px 0px 3px 0px #888888; */
 background-color: #fff;
 /* border-radius: 0px; */
}

#guestsss .close1 {
 position: absolute;
 right: 10px;
 left: auto;
 top: 0.3rem;
 font-size: var(--f18);
 color: var(--black-color);
 cursor: pointer;
 display: flex;
 justify-content: center;
}

#guestsss .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: var(--m10);
}
#guestsss .adult-value {
    display: flex;
    align-items: center;
    gap: 12px;
}
#guestsss .adult-box p{
 letter-spacing: 0px;
 color: var(--primary-color);
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f16);
 text-align: left;
 margin: 0px;
 text-transform: inherit;
}

#guestsss button.button1 {height: 4px;background: transparent;height: 44px;/* height: 30px; */width: 50px;text-align: center;border-radius: 50%;font-size: var(--f25);/* line-height: 30px; */margin-left: 0;border: 1px solid var(--btn-color);color: var(--btn-color);transition: all .3s;cursor: pointer;border-radius: 22px 0 0 22px;border-right: 0px solid;}
#guestsss button.button11.button1 {
 margin-left: -4px;
 border-radius: 0 22px 22px 0;
 border-left: none;
 margin-right: 0px;
}
#guestsss button.button1:hover{
    background: var(--btn-hover);
    color: var(--white-color);
    border-color: var(--btn-hover);
}
p.pets-label {
    color: var(--primary-color);
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}
.pets-value {
   display: flex;
    align-items: center;
    gap: 8px;
}
.pets-calculator {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pets-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-bar p.pets-label {
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: auto !important;
                         bottom: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 50px !important;
                         z-index: 9;
                         background: transparent !important;
                         padding-left: 0px;
                     }
/* property section */
section.featured-cabins {/* padding-top: 60px; */}
section.featured-cabins .container{
    max-width: 1140px;
}
section.featured-cabins .row{
    gap:25px 0;
    justify-content: center;
}
section.featured-cabins .head-sec h6{
    font-weight: 400;
    bottom: 37px;
     line-height: 1;
    font-size: 35px;
    margin-bottom: 30px;
    color:
    black;
    letter-spacing: 1px;
}
section.featured-cabins .head-sec h2{
    font-size: 54px;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
section.featured-cabins .head-sec img{
margin-bottom: 80px;
}
section.featured-cabins .cabin-images img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.featured-cabins .cabin-images {
    height: 300px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}
section.featured-cabins .image-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.featured-cabins .cabin-images:hover .image-overlay{
    background: #FFC3894F;
    opacity: 0.5;
}
section.featured-cabins .cabin-content{
    border-radius: 0px 0px 10px 10px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #EAEAEA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 0px 0px 0px;
    background: var(--white-color);
}
section.featured-cabins .cabin-content .cabin-upper {
    padding: 0px 20px 14px 20px;
    display: flex;
    justify-content: space-between;
}
section.featured-cabins .item {
    width: 33%;
    padding-left: 12px;
    padding-right: 12px;
}
section.featured-cabins .cabin-name h4{
   font-size: var(--f24);
   font-weight: 400;
   line-height: 1.2;
   margin-bottom: 10px;
   height: 60px;
   overflow: hidden;
}
section.featured-cabins .cabin-name h4 a{
    color: var(--heading-color);
}
section.featured-cabins .cabin-name h4 a:hover{
    color: var(--other-color);
}
section.featured-cabins .cabin-price {
    width: 28.5%;
    min-width: 64px;
    text-align: right;
}
section.featured-cabins p.addr {
    font-size: 13px;
    margin-bottom: 0px;
    color: #888888;
}
section.featured-cabins span.from, section.featured-cabins span.per-night {
    color: #888888;
    font-size: 13px;
    text-align: right;
}
section.featured-cabins .cabin-price p{
    font-size: var(--f26);
    font-weight: bold;
    color: var(--secondary-color);
    text-align: right;
    margin-bottom: 20px;
}
section.featured-cabins .cabin-bottom {
    border-top: 1px solid #EAEAEA;
}
section.featured-cabins .cabin-bottom li {
    border-right: 1px solid #EAEAEA;
    padding: 25px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 33.33%;
}
section.featured-cabins .cabin-bottom li img{
    width: 45px;
    height: 42px;
}
section.featured-cabins .cabin-bottom li p{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 3px;
}
section.featured-cabins .cabin-bottom li span{
    font-size: 13px;
    color: var(--black-color);
}
section.featured-cabins .cabin-bottom ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
section.featured-cabins .cabin-bottom li:last-child{
    border-right: 0px solid;
}
section.featured-cabins .owl-nav button.owl-prev, section.featured-cabins .owl-nav button.owl-next{
    width: 51px;
    height: 51px;
    color: #183555;
    background: #D4DCE4;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.featured-cabins .owl-nav{
    width: 100%;
}
section.featured-cabins .owl-nav button.owl-prev{
    left: -56px;
}
section.featured-cabins .owl-nav button.owl-next{
    right: -56px;
    left: auto;
    }


.form-dates .months{
  color:black;
}