@media (max-width: 980px){
.search-bar .check.right, .search-bar .check.left {
    width: 50%;
    padding-left: 32px;
    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;
    height: 220px;
    width: 100%;
}
    .search-bar .col-3{
    width:100%;
 
  }
  
      .search-bar select{
           background:#fff !important;
  }
  
  .search-bar .main-check{
      width:100%;
  }
  
  .search-bar .guest{
      width:100%;
      height: 59px;
      padding-top: 13px;
      padding-left: 32px;
  }
  
 .col-2.md-12.sm-12.srch-btn {
    width: 100%;
    margin-top: 15px;
}
  .search-bar .check.right {
    border-right:0;
  }
  .search-bar form .select{
        border-right:0;
  }
  .search-bar .guest{
    border-right:0;
  }
 
}
@media (max-width: 540px){
  
      .search-bar {
        height: 230px;
  }
  
      .search-bar .guest {
        padding-left: 21px;
    }
  
      .search-bar .check.right, .search-bar .check.left {
        padding-left: 21px;
    }
  
 section.home-list {
    padding-top: 185px;
  
}
      .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: 80px;
        margin-bottom: -40px;
    }
    input#demo17, input#demo171 {
    top: 50px;
}
      .address {
    padding: 0 12px;
}
    div#map {
    height: 350px;
}
}