#text-blockModal .modal-request-btn {
  margin-top: 30px;
  width: 100%;
}
#text-blockModal .request-btn-cont {
  width: 100%;
  max-width: 250px;
  margin: auto;
}
#text-blockModal .modalpop-btn {
  font-size: 16px;
  display: inline-block;
  padding: 10px 12px;
  background: var(--themeColor);
  border-radius: 4px;
  color: var(--white) !important;
}
#text-blockModal .modal-body {
  padding: 20px 30px;
}
#text-blockModal .modal-header {
  border-bottom: 0px;
  text-align: center;
}
#text-blockModal .text-block-pop label {
  font-size: 16px;
}
.mt-10 {
  margin-top: 10px;
}
#text-blockModal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.payment-modal .pdfobject {
  height: 70vh;
  width: 100%;
}
.payment-modal {
  z-index: 9999;
}
.modal-content {
  width: "700px";
}
