.modalDialogContainer {
  width: 310px;
  margin: 0.5rem auto;
}

.modalWrapper {
  background-color: var(--deepChampagne);
  border-radius: 0;
  position: relative;
  z-index: 0;
}

.modalWrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/ICON\ GROUP.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.modalHead {
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}

.modalBody {
  padding-top: 0;
  padding-bottom: 65px;
}

.modalHead .modalCloseBtn {
  color: var(--eagleGreen);
  font-size: 3rem;
  padding: 23px 23px 0 0;
  font-weight: 300;
}

.modalWrapper .modalHeadDesc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modalHeadDesc img {
  width: 79px;
  height: 81px;
  object-fit: cover;
  margin-bottom: 11px;
}

.modalHeadDesc h5 {
  margin-bottom: 10px;
  font-weight: normal;
}

.modalHeadDesc h2 {
  letter-spacing: 6.9px;
  color: var(--blackCoral);
  font-family: var(--fontFamilyBrandonMedium) !important;
}

.modalSelectLocation {
  margin-top: 70px;
  justify-content: center;
}

.modalSelectLocation ul {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 0;
}

.modalSelectLocation ul li {
  flex: 0 0 33.33%;
  max-width: 33%;
  list-style-type: none;
  padding-bottom: 50px;

}

.modalSelectLocation ul li a {
  letter-spacing: 0.9px;
  text-decoration: none;
  color: var(--black);
}

.modalSelectLocation ul li a:hover {
  color: var(--blueGreen);
}

.bookatableModal {
  padding-bottom: 0;
}

.bookatableSelection {
  margin-top: 0;
}

#orderOnline .modal-dialog,
#reserveATable .modal-dialog,
#tourModal .modal-dialog {
  width: 960px;
  height: 100%;
}

div#reserveATable .bookATableWrapper .innerBookATable {
  padding: 0;
}

div#reserveATable .modalWrapper .modalHeadDesc h5 {
  margin-bottom: 40px;
}
div#reserveATable .innerBookATable {
  background: transparent;
}

div#reserveATable .innerBookATable:after {
  display: none;
}

#tourModal .modal-body {
  height: 500px;
}

/* Media query */

@media(max-width: 991px) {

  #orderOnline .modal-dialog,
  #reserveATable .modal-dialog,
  #tourModal .modal-dialog {
    width: 310px;
  }

  .modalSelectLocation {
    margin-top: 25px;
  }

  .modalSelectLocation ul li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }

  .modalWrapper:after {
    content: none;
  }

  .modalBody {
    padding: 50px 20px 63px;
  }

  .modalHead .modalCloseBtn {
    padding: 13px 15px 0 0;
  }

  #reserveATable .modalBody {
    padding: 0 20px 54px;
  }

  .modalHeadDesc img {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }

  .modalHeadDesc h2 {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 4.16px;
  }

  .modalHeadDesc h5 {
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 5.6px;
    padding: 10px 0;
  }

  .modalSelectLocation ul li a {
    flex: 0 0 100%;
    line-height: 21px;
    letter-spacing: 0.8px;
    margin: 5px;
    padding: 12px;
  }
}
