/* used on Request Quote page */
.form-control {
	height: 45px !important;
}

.form-group label {
	margin-bottom: 10px !important;
}

.quote-card {
	padding: 45px !important;
	border-radius: 30px !important;
}

.quote-heading {
	margin: 0 0 20px 0 !important;
}

.quote-sec {
	margin: 8px auto 20px auto;
	max-width: 1000px;
}

.quote-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
	margin: 25px auto 20px auto;
	max-width: 1000px;
	padding: 20px;
}

.text-pink {
	color: #D9436B;
	font-size: 45px;
	font-weight: 900;
	text-shadow: 0.5px 0 #ff3c78, -0.5px 0 #ff3c78;
}

.quote-txt {
	font-size: 18px !important;
}

.quote-heading {
	color: #d72c60 !important;
	font-size: 21px !important;
	margin: 0 0 10px 0 !important;
}

.request-quote .form-group {
	margin: 0 0 10px 0 !important;
}

.custom-select select {
	appearance: none;
	background: #fff;
	border: 1px solid #d0d0d0;
	padding: 7px;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	height: 37px;
	border-radius: 5px;
	text-transform: none;
	font-family: inherit;
	line-height: inherit;
}

.custom-select::after {
	content: "";
	display: block;
	height: 43px;
	position: absolute;
	right: 8px;
	top: 30px;
	width: 43px;
	background: #fff url(../../images/number-input.png) no-repeat center center;
	pointer-events: none;
	border-left: 1px solid #bbb;
}

.custom-select-form-group {
	position: relative;
}

.wide {
	width: 99% !important;
}

.form-group label {
	display: block;
	font-size: 16px;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

#btnRegister {
	background: #D9436B;
	color: #ffffff;
	border: #D9436B;
}

#btnRegister:hover {
	background: #ffffff;
	color: #D9436B;
}

.btn-quote {
	color: #fff !important;
	background-color: #D9436B !important;
	border: 1px solid #D9436B !important;
	border-color: #D9436B !important;
	font-size: 18px;
	padding: 15px 30px;
	width: 100%;
	max-width: 220px;
	border-radius: 25px;
}

.btn-quote:hover {
	color: #D9436B !important;
	background-color: #fff !important;
	border-color: #D9436B !important;
}

.help-block {
	color: #a94442;
	margin-top: 5px;
	font-size: 16px;
}

.privacy-policy-txt {
	font-size: 15px;
	text-align: center;
	margin-top: 20px
}

.star {
	color: red !important;
}

#txtSchoolName_dropdown {
  height: 300px;
}