.datatable .modal-dialog{
    margin: 30px auto;
    max-width: none;
    width: 98%;
}

.contact-us .modal-dialog{ 
    margin: 30px auto;
    max-width: none;
    max-height: none;
    width: 30%;
    height: 20%;
}

.pointer-modal {
    cursor: pointer
  }

  .info-modal .modal-dialog{
    margin: 30px auto;
    max-width: none;
    max-height: none;
    width: 50%;
    height: 40%;
  }