












@media (max-width: 1024px){
  
  .search-sec {
    top: 447px;
}
  

}



@media (max-width: 980px){
  
  section.book-sec {
    height: 400px;
    padding-top: 80px;
}
  
  section.home-list{
    padding-top: 315px;
  }
  
  .book-sec p {
     margin-top: 0 !important; 
}
  
.search-bar form{
    width: 95%;
    position: relative;
    bottom: 0px;
    margin-top: 0;
    padding: var(--p20);
}
.search-bar input{
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p48);
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}
.search-bar .form-control:focus {
    background-color: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
}
.search-bar .col-3:before{
    display:none;
}
.search-bar i {
    top: 1.2rem;
    font-size: var(--f18);
    left: 25px;
    right: auto;
}
.search-bar select{
    height: 59px;
    width: 100%;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p12);
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    text-indent: 32px;
}
.search-bar .col-3{
    width: 100%;
    margin-bottom: var(--m20);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: var(--p6);
    padding-right: var(--p6);
}
.search-bar .col-3.md-12.sm-12.srch-btn {
    width: 100% !important;
    margin-bottom: 0px;
    padding-left: var(--p6);
}
.search-bar .main-check {
    padding-left: var(--p6);
    padding-right: var(--p6);
    padding-top: 0;
    padding-bottom: var(--p20);
    width: 100%;
}
input#demo17{
    height: 59px !important;
}
.search-bar .check.left input#start_date {
    border-right: 0px solid;
}
.search-bar .check.right input#end_date {
    border-left: 0px solid;
}
.search-bar .check:before{
    top: 16px;
}
.search-bar .check.right:before{
    display:none;
}
.search-bar .check i {
    top: 1.2rem;
    left: 20px;
}
.search-bar input#end_date {
    padding-left: 48px;
}
.video-cont{
    bottom:0px;
    padding-top: 50px;
}
.video-cont h1{
    font-size: var(--f55);
}
.video-cont p{
    font-size: var(--f22);
}
.video-cont .scroll a{
    display: flex;
    justify-content: center;
}
.scroll .text{
    margin-left:0px;
}
section.video-banner{
    height: 720px;
}
.search-bar {
   position: absolute;
    bottom: -298px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
}
.search-bar .col-2.md-12.sm-12.srch-btn {
    width: 100%;
    padding: 0 6px;
}
  
  .search-bar button.main-btn {
    border-radius: 40px;
  
}
  
}


@media (max-width: 540px){
  
  input#demo17{
    height: 150px !important;
}
      .search-bar .main-check {
        padding-bottom: 0;
      
    }
  
  .search-bar .datepicker-common-2 {
    width: 100%;
}
    .search-bar .check.right input#end_date {
        border-left: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }

.search-bar .check.left input#start_date {
        border-right: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }

.search-bar .check:before {
        display: none;
    }
  section.home-list .col-sm-12{
    padding:0;
  }
      section.home-list {
        padding-top: 400px;
    }
      .search-sec {
        top: 390px;
    }
  
  section.book-sec {
    height: 265px;
    padding-top: 60px;
}
  section.book-sec h2 {
    width: 100%;
}
  
}




  












