#h1-quotation-modal {
  display: block;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 999999999;
}

#h1-quotation-modal .modal-dialog {
  margin: 0 auto;
}

#h1-quotation-modal .modal-content {
  background: #ebebeb;
}

#h1-quotation-modal .modal-body {
  padding: 30px;
  background: #fff;
}

#h1-quotation-modal .modal-body h2 {
  text-align: center;
  font-weight: bold;
}

#h1-quotation-modal p {
  font-size: 14px;
}

#h1-quotation-modal.fade{
  opacity:1;
}
