.booking-form {
  background: #fff;
  width: 100%;
  min-height: 70px;
  > form .row.no-margin {
    margin-right: 0px;
    margin-left: 0px;
    > [class*="col-"] {
      padding-right: 0px;
    }
    .booking-shape {
      position: relative;
      border-bottom: 1px solid rgba(60, 64, 101, 0.1);
      border-right: none;
      &::after {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -24px -20px;
        border-top: solid 1px rgba(60, 64, 101, 0.1);
        border-right: solid 1px rgba(60, 64, 101, 0.1);
        width: 46px;
        height: 46px;
        transform: rotate(34deg) skewY(14deg);
        content: "";
        @media screen and (max-width: 900px) {
          position: relative;
          border-top: none;
          border-right: none;
        }
      }
    }
  }
  .form-header {
    padding: 14px 10px 0 10px;
    text-align: center;
    position: relative;
  }
  .border-right{
    border-right: 1px solid rgba(60,64,101,0.1);
  }
  .form-group {
    position: relative;
    padding: 15px 0 15px 10px;
    margin-bottom: 0px;
  }
  .form-control {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #5d5245;
    height: 21px;
  }
  .form-label {
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    color: #373737;
  }
  .submit-btn {
    border: 1px solid rgba(60, 64, 101, 0.1);
    font-weight: bold;
    height: 70px;
    width: 100%;
  }
}
