
.book-contact-form {
      border: solid 1px #e7e7e7;
      display: flex;
      gap: 10px;
      position: relative;
      border-radius: 15px;
      padding: 15px;
      padding-bottom: 40px;
      margin-bottom: 85px;
    }

    .book-contact-form .book-input-box {
      border-right: solid 1px #e7e7e7;
      padding-right: 15px;
    }

    .book-contact-form .book-input-box input {
      max-width: 140px;
    }

    .book-contact-form .book-input-box:last-child {
      border-right: none;
    }

    .book-input-box .select-num {
      min-width: 60px;
    }

    .book-input-box .select-type {
      min-width: 110px;
    }

    .book-contact-form .btn-booking {
      position: absolute;
      bottom: -35px;
      width: 20%;
      left: 40%;
    }

    .book-input-box span {
      display: none !important;
    }

    .book-input-box .input-wrapper i {
      top: 6px;
      left: 8px;
    }

    .book-input-box .input-wrapper input {
      padding-left: 30px;
    }

    label {
      color: #7e7e7e;
      cursor: pointer;
      font-size: 13px;
      font-weight: 400 !important;
      margin-top: 10px;
    }

    /* 1. Theme default css */
    @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

    body {
      font-family: 'Barlow', sans-serif;
      font-weight: normal;
      font-size: 16px;
      color: #5f5e5e;
      font-style: normal;
      overflow-x: hidden;
    }

    .btn {
      user-select: none;
      -moz-user-select: none;
      background: #e5bd43 none repeat scroll 0 0;
      border: medium none;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1;
      margin-bottom: 0;
      padding: 18px 25px;
      text-align: center;
      text-transform: uppercase;
      touch-action: manipulation;
      transition: all 0.3s ease 0s;
      vertical-align: middle;
      white-space: nowrap;
      border-radius: 0;
    }
  
    form.cmxform {
      width: 50em;
    }

    em.error {
      background: url("images/unchecked.gif") no-repeat 0px 0px;
      padding-left: 16px;
    }

    em.success {
      background: url("images/checked.gif") no-repeat 0px 0px;
      padding-left: 16px;
    }

    form.cmxform label.error {
      margin-left: auto;
      width: 250px;
    }

    form.cmxform input.submit {
      margin-left: 0;
    }

    em.error {
      color: black;
    }

    #warning {
      display: none;
    }

    select.error {
      border: 1px dotted red;
    }

    input.error {
      border: 1px dotted red;
    }

    span.error {
      color: red;
    }
