@import url("https://use.typekit.net/rzh1qxy.css");

#bookingForm * {
  font-family: 'Tenso', sans-serif !important;
}
#bookingForm h1 {
  font-weight: 500 !important;
}
#bookingForm .form-body p {
  font-size: 16px !important;
}
.form-participant .form-group {
  width: 100% !important;
}
#bookingForm input {
  font-size: 14px !important;
  line-height: 1.5em;
}
#bookingForm #sendFormBtn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  padding: 12px 35px;
  border-radius: 50px;
  border-width: 0;
  background-color: #E5231B !important;
}
#bookingForm .ParticipantBtn, #bookingForm .addcontactasparticipantbutton {
  border: 2px solid #E5231B !important;
  color: #E5231B !important;
  border-radius: 50px;
  padding: 12px 35px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 40px;
  float: right;
  margin-right: -12px;
}
.col-sm-4.text-center {
  width: 100%;
}


@media (max-width: 1000px) {
	.edu-bookingform-modal {
		width: 600px !important;
		padding: 10px !important;
	}
	#bookingForm h1 {
		font-size: 30px !important;
	}
}

@media (max-width: 700px) {
	.edu-bookingform-modal {
		width: 400px !important;
	}
	#bookingForm h1 {
		font-size: 25px !important;
	}
}

@media (max-width: 450px) {
	.edu-bookingform-modal {
		width: 340px !important;
	}
	#bookingForm h1 {
		font-size: 23px !important;
	}
}