body {
	font-family: "Montserrat", sans-serif;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

.title {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.subtitle {
	font-size: 24px;
	margin-bottom: 40px;
}

#tnc {
	margin-bottom: 100px;
}

#sectionMain {
	padding: 35px 0 100px 0;
}

#mapIcon svg {
	width: 23px;
	height: 23px;
}

.book-now {
	font-family: "Montserrat", sans-serif;
	cursor: pointer;
	transition: .3s ease;
	text-transform: uppercase;
	background-color: transparent !important;
	color: #390074;
	border: 1px solid #390074;
	transition: all .5s ease 0s;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
	outline: none !important;
}

.book-now:hover {
	background-color: #390074 !important;
	color: #fff;
	border: 1px solid #390074;
}

@media (max-width: 600px) {
	.title {
		font-size: 33px;
	}

	.subtitle {
		font-size: 18px;
		margin-bottom: 35px;
	}

	#tnc {
		margin-bottom: 50px;
	}

	#sectionMain {
		padding: 35px 0 70px 0;
	}

	#mapIcon svg {
		width: 18px;
		height: 18px;
	}

	.book-now {
		padding-left: 18px;
		padding-right: 18px;
	}
}

.sub-title {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 1em;
}

.italic {
	font-family: "Montserrat", sans-serif;
	font-style: italic;
}

.bold {
	font-weight: 700;
}

.vs-container {
	max-width: 380px;
	margin: 0 auto;
	padding-bottom: 40px;

}

a {
	color: #28282A;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

.error {
	color: red !important;
	font-weight: normal !important;
}

form {
	padding-top: 0px;
	padding-bottom: 40px;
}

.form-group {
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	margin-bottom: 0.1rem;
}

.form-vs input {
	font-family: "Montserrat", sans-serif;
	border-radius: 0;
	border: 1px solid #C0C0C0;

}

.form-vs textarea {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	-web-kit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-vs label {
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 1em;
	padding: 10px 0px;
	margin: 0
}

.form-vs select {
	border: 1px solid #C0C0C0;
	border-radius: 0;
	-web-kit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 10px 5px;
}

.form-vs .btn-submit {

	background: rgb(236, 119, 255) !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(40, 40, 42, 1) 74%) !important;
	color: white !important;
	font-family: "Montserrat", sans-serif;
	font-size: 1.8em !important;
	font-weight: 700;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	border-radius: 0px;
}

.container {
	padding: 0;
}

.form-control {
	height: 40px;
}

.btn-check-availability {
	background: #EC77FF;
	border-radius: 0;
	color: white;
	font-size: 12px;
}



/* NEW */

.form-vs label {
	font-family: "Montserrat", sans-serif !important;
}


* {
	box-sizing: border-box;
}

.btn-ffs {
	background: rgb(236, 119, 255) !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(40, 40, 42, 1) 74%) !important;
	color: white !important;
	font-family: "Montserrat", sans-serif;
	font-size: 1.8em !important;
	font-weight: 700;
	font-style: normal;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer
}

.btn-ffs:hover {
	opacity: 0.8;
	transform: scale(1.01);
}

.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	margin: 20px;
	overflow: hidden;
	width: 700px;
}

.date-selector {
	background: transparent;
	border: .3em solid #601F66;
	padding: 1em;
	color: #601F66;
	font-family: "Montserrat", sans-serif;
	cursor: pointer;
	transition: .3s ease;
}

.date-selector:hover {
	background: #601F66;
	color: #fff;
	transform: scale(1.05);
}

.date-selector .day {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.date-selector .date {
	font-family: "Montserrat", sans-serif;
	font-size: 68px;
	font-weight: 700;
}

.date-selector .month {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.time-selector {
	background: transparent;
	font-family: "Montserrat", sans-serif;
	border: .3em solid #601F66;
	padding: .8em;
	color: #601F66;
	cursor: pointer;
	transition: .3s ease;
}

.time-selector:hover {
	background: #601F66;
	color: #fff;
	transform: scale(1.02);
}

.time-selector-current h2 {
	font-family: "Montserrat", sans-serif;
}

.time-selector-current {
	background: #601F66;
	color: #fff;
}

.time-selector h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	margin-bottom: 0 !important;
}

.time-selector h2:hover {
	font-style: italic;
}

.disclaimer {
	background: rgba(0, 0, 0, 0.7);
	color: white !important;
	font-family: "Montserrat", sans-serif;
	font-size: 0.8em !important;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	position: fixed;
	bottom: 0;
	line-height: 40px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	/* Set the fixed height of the footer here */
	line-height: 60px;
	/* Vertically center the text there */
	background-color: #f5f5f5;
}