.wrap {
  margin: auto;
}

.modalthanks {
  background-color: rgb(0, 68, 167);
  padding: 2em 3em;
  text-align: center;
  border-radius: 10px; /* Adjusted border-radius for smoother corners */
  display: none;
  position: fixed;
  top: 50%; /* Centering the modal vertically */
  left: 50%; /* Centering the modal horizontally */
  transform: translate(-50%, -50%);
  z-index: 999;
  
}

.modalthanks.is-active {
  display: block;
}

.modal-content {
  margin: 0 auto;
  max-width: 400px; /* Added max-width for better content alignment */
}

.modal-image {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #48DB71;
  padding: 11px 10px 2px;
  margin-bottom: 2em;
}

.h1-model {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: .5em;
  color: #fff; /* Changed text color to white for better visibility */
}

.p-model {
  margin-bottom: 2em;
  color: #fff; /* Changed text color to white for better visibility */
}

.modalthanks1 {
  background-color: rgb(0, 68, 167);
  padding: 2em 3em;

  border-radius: 10px; /* Adjusted border-radius for smoother corners */
  display: none;
  position: fixed;
  top: 50%; /* Centering the modal vertically */
  left: 50%; /* Centering the modal horizontally */
  transform: translate(-50%, -50%);
  z-index: 999;
 

}


.modalthanks1.is-active {
  display: block;
}

