/** -----------------------------------------------------------------------------------
* Search banner
*-----------------------------------------------------------------------------------*/
#home_search_banner{
  max-height: calc(100vh - 80px);
}
#home_search_banner .search-banner-form{
  height: calc(100vh - 80px);
  padding-bottom: 16px;
}
#home_search_banner .heading_Tags{
  font-size: 40px;
}
#home_search_banner .heading_Tags .subtitle{
  display: none;
}
#search-destination{
  grid-template-columns: 1fr;
  background: unset;
  border: unset;
  margin-top: 24px;
  padding-bottom: 36px;
}
#search-destination button{
  justify-content: center;
}
#search-destination :is(select,input){
  border: 1px solid rgba(0,0,0,0.12);
  width: 100%;
}
#site_footer ul.menu{
  grid-template-columns: 1fr;
  row-gap: var(--def-gap)
}
