/*************************************** MODAL CSS ************************************/
.modal-body {
  background-color: #fff;
  padding: 50px 60px;
  border-radius: 0;
  -webkit-box-shadow: 15px 15px 49px #000000a8;
  box-shadow: 15px 15px 49px #000000a8;
}

.modal-content {
  border-radius: 0;
}

.modal-body p {
  font-size: 13px;
}

.modal-content .close {
  width: 40px;
  height: 40px;
  background-color: #d7b46a;
  color: #fff;
  position: absolute;
  right: 0;
  z-index: 9;
  font-size: 15px;
  opacity: 1;
  text-shadow: none;
  padding: 0px;
  /* filter: invert(1); */
  border-radius: 0;
}

form .col-12 {
  margin-bottom: 20px;
}

.modal .section-title h2 {
  font-size: 30px;
  text-transform: uppercase;
}

.modal h3 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

.error_msg {
  display: none;
}

.error {
  color: red;
  font-size: 12px;
  padding-top: 5px;
}

.modal-dialog {
  max-width: 500px;
}

/*************************************** MODAL CSS ************************************/
