.reqd {
	position: relative;
}

.reqd label {
	position: absolute;
	top: -20px;
	font-size: 12px;
	font-weight: normal !important;
}

label.reqd-field {
	color: #ff333c !important;
}

.get_form_inner input {
	border: 1px solid #06c !important;
	border-radius: 3px !important;
}

.get_form_inner select {
	border: 1px solid #06c !important;
	border-radius: 3px !important;
}

.get_form_inner textarea {
	border: 1px solid #06c !important;
	border-radius: 3px !important;
}

.sch-name {
	font-size: 18px;
}

.home-sch-hdr{
	text-align: center;
	background: #003d73;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	margin-bottom: 15px;
}

.sch-name img {
	width: 35px;
}

.download-brochure a {
	color: #fff;
	background-image: linear-gradient(to right, #368520 0%, #5cc628 100%);
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	width: max-content;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px;
	border-radius: 20px;
	border: 2px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.ui-datepicker-month {
	width: 48% !important;
}

.ui-datepicker-year {
	width: 48% !important;
}

.form-control {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.sch-name {
		font-size: 15px;
		margin: 5px;
		margin-bottom: 0;
	}
	
	.home-sch-hdr{
		font-size: 14px;
		font-weight: 400;
	}
	
	.sch-name img {
		width: 25px;
	}
}