.bookNow-new.show {
  z-index: 123; }

.bookNow-new .submitted-successfully-message {
  font-size: 14px;
  font-family: 'Gotham-Medium';
  color: green; }

.bookNow-new .modal-dialog {
  height: auto !important; }
  @media (max-width: 767px) {
    .bookNow-new .modal-dialog {
      width: 100% !important;
      height: 100vh !important; } }
  .bookNow-new .modal-dialog .small-title {
    font-family: "Gotham-Black";
    color: #4a4a4a;
    letter-spacing: -1.71px;
    text-transform: uppercase;
    font-size: 25px; }
  .bookNow-new .modal-dialog .form-group {
    margin: 0 0 2rem; }
