  
/**************************** New Form Css Start ************************************/
/*.container .contact{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#contact-form {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact-form h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 10px;
  padding: 10px;
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact-form textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact-form button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact-form button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact-form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

 /* Css for error messages */
 /*
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert p{
  margin:0 0 10px 0;
  padding:10px;
}

.loader{
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  z-index: 9999;
  max-width:100% !important;
}
.overlay{ 
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.loader img{
  width:50px !important;
  position: absolute;
  top: 50%;
}
.alert{
  padding: 10px;
}*/


.loader{
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  z-index: 9999;
  max-width:100% !important;
}
.overlay{ 
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.loader img{
  width:50px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert-success {
  border-color: #c3e6cb;
  border: 2px solid #398f14;
  background-color: #fff;
  margin-left: 0px;
  margin-top: 10px;
  color: #666!important;
  padding: 0.2em 1em;
  margin-bottom: 20px;
}
/*.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}*/
#contact-form .alert.alert-error {
  border: 2px solid #721c24;
  background-color: #fff;
  margin-left: 0px;
  margin-top: 10px;
  color: #721c24!important;
  padding: 0.2em 1em;
}
.alert p{
  margin:0 0 10px 0;
  padding:10px;
}
.textwidget button.wpcf7-form-control.wpcf7-submit {
    background:transparent !important;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 25px;
}
#contact-form label.error{
  top: -3px;
  padding: 2px 6px;
  border: 0px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: none repeat scroll 0 0 #fff;
  width: 100%;
  display: block;
  color: #2de2d2;
  font-weight: normal !important;
  font-style: normal;
}

div.wpcf7 #contact-form .ajax-loader.is-active {
    display: none;
}

/* Thank-you Page CSS */
p.bank-detail-item {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 6px;
}

p.thankyou-msg {
  font-size: 14.5px;
  font-weight: 400;
}

.attendee-section-title {
  padding-top:30px;
}

.thankyou-booking-summary, .thankyou-bank-transfer-info {
  width: 45% !important;
}

.attendee-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
}

.attendee-card {
  width: 30%;
  min-width: 300px;
}

@media screen and (max-width:768px){
  .thankyou-wrapper {
    flex-direction: column;
  }

  .attendee-container {
    justify-content: center !important;
  }

  .attendee-card {
    width: 100% !important;
  }

  .thankyou-bank-transfer-info {
    padding-top:20px;
  }

  .thankyou-booking-summary, .thankyou-bank-transfer-info {
    width: 100% !important;
  }
}

.custom-heading-class {
  font-variation-settings: 'wght' 350;
}
/* End of Thank-you Page CSS */