/* map needs width and height to appear */

@media (min-width: 1300px) and (max-width: 1499px){
.container {
    max-width: 1240px;
}
}
@media (min-width: 1500px) and (max-width: 1700px){
  .container {
    max-width: 1450px;
}
}
@media (min-width: 1700px){
  .container {
    max-width: 1600px;
}
}

body,html{
  font-family: 'Noto Sans HK', sans-serif;
      margin: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    color: #000000;
    text-align: left;
    background-color: #fff;
}
.btn {
    margin: 0;
    padding: 15px;
    vertical-align: middle;
     border: 0;
    font-size: 16px;
    font-weight: 300;
    border-radius: unset;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s; 
  }
  .btn-secondary {
    color: #fff;
    background-color: #F58220;
    border-color: #F58220;
    border-radius: unset;
    font-size: 16px;
    font-weight: 600;
  }
  
  button.btn:hover {
    background-color: #F58220;
   }
  
  button.btn:active {
    outline: 0;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  
  button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #009900;
    color: #fff; }
  
  button.btn:active:focus, button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    color: #fff; 
  }
  button:focus{
    outline: none;
  }
  img {
    max-width: 100%; 
  }
  #header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    background-color: #fff;
    padding-right: 0;
    -webkit-box-shadow: 2px 0 5px 1px rgb(0 0 0 / 20%);
    box-shadow: 2px 0 5px 1px rgb(0 0 0 / 20%);
  }
  
  .logo {
  display: block;
  z-index: 9999;
  text-align: start;
  padding:10px;
  top: 2%;
  left: 2%;
  }
  
  .logo img {
  max-width: 12rem;
  height: auto; 
  }
  
  .btn-primary {
    background-color: #9a2960 !important;
    border-color: #9a2960 !important; 
    border-radius: unset;
    font-size: 16px;
    font-weight: 600;
  }
  .searchBtn{
    margin: 0;
      padding: 5px 25px;
      vertical-align: middle;
      border: 0;
      font-size: 18px;
      border-radius: unset;
      text-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
  }
  @media(max-width:520px){
    .searchBtn{
      margin: 20px;
    }
    select{
      margin-bottom: 15px;
    }
    .search-input{
      text-align: center;
    }
    .search-btn{
      text-align: center;
    }
    .modal-lg {
      max-width: 100%;
  }
  
  }
  h1.main-title{
    margin: 50px 0;
    color: #972A58;
  }
  #banner-booking {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center center;
}
@media (min-width: 992px){
#banner-booking {
    height: 400px;
}
}
@media (min-width: 768px){
#banner-booking {
    height: 400px;
}
}
#footer {
  background-color: #212529;
  color: #ebebeb;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 50px;
}
.footer-disclaimer {
  margin-top: 30px;
  font-size: 12px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.feature-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
}
.feature-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.feature-block-one .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.feature-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 60px 15px 25px 15px;
}
.feature-block-one .inner-box .lower-content .icon-box {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 6%);
}
.feature-block-one .inner-box .lower-content h4 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #972A58;
  text-decoration: none;
}
figure {
  margin: 0px;
}
.feature-block-one .inner-box .image-box img {
  width: 100%;
  transform: scale(1.05);
  transition: all 500ms ease;
}
.feature-block-one {
  margin: 45px;
}
.title-column{
  text-align: center;
  padding: 50px;
}
a:hover{
  text-decoration: none;
}
.feature-block-one:hover{
  border: 2px solid #972A58;
}