@media (max-width: 980px){
.search-bar .check.right, .search-bar .check.left {
    width: 50%;
    padding-left: 0;
    padding-right: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
}
  .search-bar select {
    height: 47px;
    width: 100%;
    line-height: 34px;
    font-weight: 400;
    border-radius: 25px;
    padding: var(--p12) var(--p22) var(--p11) var(--p12);
    background: #f5f5f5;
    /* border: 1px solid #e0e0e0; */
    text-indent: 8px;
}
  .col-lg-2.col-12.md-12.sm-12.guest-info {
    padding-left: 0px;
    margin-bottom: 20px;
}
  .form-dates {
    height: 47px;
    width: 100%;
    line-height: 34px;
    font-weight: 400;
    border-radius: 25px;
    padding: var(--p12) var(--p22) var(--p11) 0;
    background: #f5f5f5;
    /* border: 1px solid #e0e0e0; */
    text-indent: 8px;
}
    input#demo17, input#demo171 {
    top: 50px;
}
}
@media (max-width: 768px){
.search-sec {
    margin-top: 0px;
    top: 40px;
    margin-bottom: 30px;
}
  .search-bar {
    top: 65px;
}
}
@media (max-width: 540px){
  
      .search-bar select {
        padding: var(--p12) 0 var(--p11) 0 ;
    }
  
    .search-sec {
        margin-top: -30px;
    }

  .search-bar button.main-btn {
    width: 100%;
    margin: 20px auto 0;
    height: 50px;
    letter-spacing: 1px;
    display: block !important;
    color: var(--white-color);
    background: var(--secondary-color);
}
  .search-bar {
        top: 30px;
        margin-bottom: -40px;
    }
    input#demo17, input#demo171 {
    top: 50px;
}
      .address {
    padding: 0 12px;
}
    div#map {
    height: 350px;
}
}