section {
	padding: 2rem 0;
}

.pages1 {
	background-color: #fafafa;

}

.pages2 {
	background-color: #fff;
}

.txta {
	padding-top: 20px;
	font-size: 1.0625rem;
	line-height: 34px;
}

.f-blue {
	color: #0071D9;
}

.linoe {
	list-style: none;
}

.card {
	/* border: solid 1px; */
	border-top: 6px solid #0071D9;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	/* border-color: rgba(68, 89, 121, 0.06); */
	/* border-radius: 1.375rem; */
	/* box-shadow: 0px 2px 5px rgb(0 0 0 / 6%); */
	padding: 2rem;
}

.bg-white1 {
	background: #fafafa;
}

.bg-grey {
	background: #e9ecee;
}

.card h3,
.fsh3 {
	margin-top: 0;
	color: #0A2347;
	font-size: 2.5rem;
	margin-bottom: 2.125rem;
	font-weight: bold;
}

.card .tee {
	margin-left: 0;
	margin-right: 0;
}

.card .ins-box {
	font-size: 1.0625rem;
	line-height: 30px;
}

.card ul {
	padding-left: 1.375rem;
}

.card li {
	margin-bottom: 2.5rem;
}

.card li:last-of-type {
	margin-bottom: 0;
}

#footer {
	text-align: center;
	padding: 1.25rem 0.9375rem;
	background: #f5f5f5;
	line-height: 30px;
	font-size: 1.0625rem;
}
#footer p{
	margin-bottom: 0;
}
.pdda{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.banner {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-color: #ffffff;
	/* background: radial-gradient(59.1% 109.68% at 68.97% 103.72%, #0071D9 8.85%, #003796 100%); */
}

.banner .top {
	height: 5.2rem;
	display: flex;
	align-items: center;
}

.banner .top-logo img {
	width: 5.375rem;
}

.banner .top-txt {
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
	color: #fff;
	margin-top: 2.5rem;
	text-align: left;
	/* position: absolute;
	 left: 0;
	 top: 76px;
	 z-index: 10; */
}

.top-box {
	display: flex;
	justify-content: space-between;
	position: relative;

}

.top-box .pic {
	width: 50%;
}

.banner .top-txt .btn {
	width: 300px;
	height: 70px;
	line-height: 50px;
	background: #fff;
	color: #0033A1;
	font-size: 30px;
	border: 0;
}

.banner .top-txt .t1 {
	line-height: 3.9rem;
	font-size: 3.5rem;
	color: #0a2347;
	font-weight: bold;
}

.banner .top-txt .t2 {
	color: #0a2347;
}

.banner .top-txt .t2,
.banner .top-txt .t3 {
	font-size: 1.8rem;
	font-weight: 300;
}

.banner .top-txt .t3 {
	color: #0071d9;
	margin-bottom: 2.875rem;
}
.features h3{
	font-weight: bold;
}
.features .box {
	display: flex;
	align-items: center;
	flex-direction: column;
	/* border: 1px solid #e5e5e5; */
	background: #eff2f3;
	border-radius: 0.25rem;
	padding: 1.625rem;
	margin-bottom: 1.25rem;
	min-height: 20.75rem;
}
.features .box p{
	text-align: center;
}

.features .box i {
	margin-bottom: 1.25rem;
}

.submit {
	padding-top: 1.875rem;
	/* padding-bottom: 0.9375rem; */
	/* display: flex;
	justify-content: center; */
}

.btn-primary {
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 100px;
	background-color: #0071D9;
	border-color: #0071D9;
	padding: 1rem 3.25rem;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0063b9;
	border-color: #0063b9;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active {
	color: #fff;
	background-color: #0063b9;
	border-color: ##0063b9;
}

.section1 {
	padding: 40px 0;
}

.section3 {
	width: 100%;
}

.section4 {
	display: flex;
	justify-content: center;
}

.graphics-list {
	text-align: center;
	margin-bottom: 50px;
}

.graphics-list .tit {
	color: #0033A1;
	font-size: 18px;
}

.graphics-list .pic {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.graphics-list .pic img {
	width: 100%;
}



@media screen and (min-width:1200px) {
	
.top-box .pic {
	position: absolute;
	right: 0;
	bottom: 0;

}
	.card {
		margin-bottom: 0;
	}
}

@media screen and (min-width:768px) and (max-width: 1200px) {
.top-box .pic {
	position: absolute;
	right: 0;
	bottom: 0;

}
	/* 	.top-box{
		flex-direction: column;
	} */
	.top-box .pic {
		width: 47%;

	}

	.banner .top-txt .t1 {
		line-height: 2.9rem;
		font-size: 2.5rem;
	}

	.banner .top-txt {
		margin-top: 1rem;
		text-align: left;
	}

	.banner .top-txt .t2,.banner .top-txt .t3 {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}

	.banner .top {
		height: 4.7rem;
	}

	.card.nomb {
		margin-bottom: 2.625rem;
	}
}

@media screen and (max-width:767px) {
	.top-box {
		flex-direction: column;
	}

	.top-box .pic {
		width: 100%;

	}

	.banner .top {
		justify-content: center;
		height: 6.7rem;
	}

	.banner .top-txt .t1 {
		font-size: 2.0rem;
		line-height:2.9rem;
	}

	.banner .top-txt {
		margin-top: 1.75rem;
		text-align: center;
	}

	.banner .top-txt .t2,.banner .top-txt .t3 {
		font-size: 1.5rem;
	}

	.card.nomb {
		margin-bottom: 2.625rem;
	}

	.btn-primary {
		padding: 1rem;
	}
}

.container {
	position: relative;
}

.chevron-box {
	position: relative;
	/* bottom: 5.625rem; */
	width: 24px;
	height: 24px;
}

.container1 {
	position: absolute;
	bottom: 3.2rem;
	margin-left: -14px;
	left: 50%;
}

.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
}

.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #0a2347;
}

.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}

@keyframes move {
	25% {
		opacity: 1;
	}

	33% {
		opacity: 1;
		transform: translateY(30px);
	}

	67% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

.text {
	display: block;
	margin-top: 75px;
	margin-left: -30px;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: .25;
	animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}
