	.left-side {
		background: #4472c4;
		color: #fff;
		text-align: center;
		padding: 15px;
	}


	
	.left-side i {
		font-size: 30px;
		width: 45px
	}
	
	.left-side b {
		font-size: 20px;
		font-weight: 500;
	}

	.left-side ul li {
		text-align: left;
		list-style: none;
		display: flex;
		gap: 10px;
		margin-bottom: 15px;
	}

	.right-side {
		padding: 15px;
	}

	.right-side ul li {
		padding: 5px;
	}
	
	.small-text {
		margin-top: 65px;
		text-align: left;
		background: #fff;
		color: #ff8787;
		padding: 5px;
		font-size: 14px;
	}

.right-side h2 {
	color: #4472c4;
	text-align: center;
}

.blue-text {
	color: #3f6ec3;	
	display: block;
	font-size: 20px;
}

.bold-text {
	margin-top: 40px;
}

.bold-text ul {
	display: flex;
	gap: 10px;
	justify-content: space-evenly;
}

.bold-text li {
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	line-height: normal;
	height: 120px;
	width: 210px;
}

.bold-text li > span:first-child{
	flex-grow: 1;
}

.pilot-heading {
	text-align: center;
	color: #e58745;
	font-size: 28px;
	font-weight: 600;
}

form {
	width: 90%;
	margin: auto;
}

.form-group {
	margin-bottom: 15px;
}

label {
	font-weight: bold;
}
	
.center-text {
	text-align: center;
}

.emailField {
	display: none;
}

.form-control {
	line-height: 2.5;
	font-size: 20px;
}

input::placeholder {
	color: #ccc !important;
	opacity: 0.5;
}

@media screen and (max-width: 600px)
{
	.bold-text ul {
		flex-direction: column;
	}

	.bold-text li {
		width: 100%;
	}
}