.header {
	background: #fff;
	color: #002064;
	padding: 20px;
}
h1 b {
	color: #4385F5;
}
h1 {
	color: #002064;
	font-size: 46px;
	font-weight: 800;
}
.section {
	padding: 70px 16px;
}
.bt {
	border-radius: 40px;
	padding: 10px 24px;
	background: #4385F5;
}
.mra {
	margin: auto;
}
p {
	margin-bottom: 20px;
}
.div_item,
.div_item1 {
	background: #E8E8E8;
	border-radius: 30px;
	padding: 24px;
}
.section3 .flex img {
	max-width: 120px;
	height: 150px;
	object-fit: contain;
}
.section4 h2 {
	color: #4385F5;
	font-weight: 800;
	font-size: 28px;
}
.section h3 {
	font-weight: 600;
	color: #4385F5;
}
.section6 h2 {
	font-weight: 800;
	color: #002064;
}
.section6 h3 {
	color: #002064;
}
.div_item1 {
	padding: 15px 25px;
	margin-bottom: 20px;
}
.div_item2 {
	margin: auto;
	background: #002064;
	padding: 20px 16px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}
.section input.form-control {
	outline: none;
	border-radius: 20px;
	border: 1px solid #002064;
	background: transparent;
	max-width: 400px;
	padding: 10px 20px;
	height: 40px;
  	color: #002064;
}
input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: #002064;
  	opacity: 1;
}
.clrgray {
	color: #757575;
}
.contact_form {
	background: #4085f0;
	padding: 40px;
	border-radius: 12px;
	max-width: 400px;
	margin-bottom: 40px;
	margin-left: 15px;
}
.contact_form label {
	color: #fff;
}
.contact_form input.f_input {
	background: #fff;
	border-radius: 8px;
	border: 0px;
}

@media only screen and (min-width: 1536px) {
}
@media only screen and (max-width: 768px) {
	.row > div {
		padding-bottom: 20px;
	}
	.dflex {
		display: block;
	}
	.dflex > div {
		padding-bottom: 30px;
	}
}