/* CSS Document */

/* :: 6.0 Book Now Area CSS 
	Copied from main style to apply for top page only
	*/
.book-now-area-toppage {
  position: relative;
  z-index: 100;
  margin-bottom: 15px; }

/* Book Now Form for Top Page Only 
.book-now-form-toppage .toppage {
  position: relative;
  z-index: 1;
  top: -100px;
}*/
/* Book Now Form for Top Page Only */
.book-now-form-toppage {
  position: relative;
  z-index: 1;
  top: -100px;
}
  .book-now-form-toppage form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .book-now-form-toppage form .form-group,
    .book-now-form-toppage form button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      width: 20%;
      height: 70px;
      background-color: #363636;
      border-left: 2px solid #22385a;
      border-top: 2px solid #22385a;
      border-bottom: 2px solid #22385a;
      margin-bottom: 0;
      padding: 0 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .book-now-form-toppage form .form-group,
        .book-now-form-toppage form button {
          padding: 0 20px; } }
      @media only screen and (max-width: 767px) {
        .book-now-form-toppage form .form-group,
        .book-now-form-toppage form button {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          width: 100%;
          height: 60px;
          border-bottom: 0 solid transparent;
          border-right: 2px solid #22385a; } }
    .book-now-form-toppage form .form-group label {
      color: #22385a;
      display: block;
      font-size: 14px;
      width: 100%; }
    .book-now-form-toppage form button {
      border-right: 2px solid #22385a;
      font-size: 16px;
      background-color: #22385a;
      text-transform: uppercase;
      color: #ffffff;
      cursor: pointer;
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      padding: 0; }
      .book-now-form-toppage form button:hover, .book-now-form-toppage form button:focus {
        outline: none;
        background-color: #363636; }
    .book-now-form-toppage form .form-control:focus {
      box-shadow: none; }
  .book-now-form-toppage .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    color: #ffffff; }
    .book-now-form-toppage .nice-select::after {
      border-bottom: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      height: 10px;
      margin-top: -4px;
      width: 10px; }
    .book-now-form-toppage .nice-select .list {
      background-color: #ffffff;
      border-radius: 0;
      margin-top: 2px;
      box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
      width: 100%; }
    .book-now-form-toppage .nice-select .current {
      font-size: 24px;
      line-height: 1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .book-now-form-toppage .nice-select .current {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .book-now-form-toppage .nice-select .current {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .book-now-form-toppage .nice-select .current {
          font-size: 18px; } }
    .book-now-form-toppage .nice-select .option {
      font-size: 20px;
      color: #363636;
      width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .book-now-form-toppage .nice-select .option {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .book-now-form-toppage .nice-select .option {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .book-now-form-toppage .nice-select .option {
          font-size: 16px; } }
