p.success-txt {
    color: #012b35 !important;
    font-size: 18px;
    font-weight: 500;
}

h4.uppercase {
    color: #ea1f01;
    font-size: 30px;
    margin-bottom: 1rem;
    line-height: 1.75rem;
}

button.rtrn-btn {
    background-color: #e91e00 !important;
    color: #fff !important;
}
.modal-bx {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-bx {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 2%;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
  text-align: center;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -4%;
  margin-right: -2%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
  .disabled-btn {
	  pointer-events: all !important;
	  font-style: italic;
	  cursor: not-allowed;
	  }
.disabled-btn:hover {
font-style: italic;
cursor: not-allowed !important;
}


@media screen and (max-width:787px) {
	.modal-content-bx {
    width: 88% !important;
}
.close {
    margin-right: -1%;
}
}
  