.bg-image .heading{
	margin-top: 20px !important;
}
.bg-image .heading h1{
	color: #fff;
}
.bg-image .heading p{
	width: 60%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
    color: #fff;
    line-height: 1.5;
}
.bg-image-area-div{
	background: #fff;
    padding: 12px;
    margin-top: -90px;
    box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);
}
.bg-image-area-div .first-div h2, .bg-image-area-div .first-div h3, .bg-image-area-div .first-div h4{
	text-align: center;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
}
.bg-image-area-div .first-div hr{
	border-color: #036303;
    border-width: 2px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.bg-image-area-div .first-div ul{
	list-style-type: none;
    line-height: 1.8;
    font-size: 15px;
    margin-top: 20px;
}
.bg-image-area-div .first-div ul li{
	
}
.bg-image-area-div .first-div ul li a{
	color: #1e3f9a;
}

.bg-image-area-div .first-div .col-md-6 p{
	text-align: center;
    font-size: 16px;
    line-height: 1.4;
}
.bg-image-area-div .first-div .col-md-6 button, .bg-image-area-div .first-div button{
	border-radius: 0px;
	font-size: 16px;
    margin-top: 8px;
    background-color: #f14045 !important;
    border-color: #f14045 !important;
}
.bg-image-area-div .first-div .col-md-6 button a, .bg-image-area-div .first-div a{
	color: #fff;
	font-size: 14px;
}
.static-points{
	margin-top: 10px;
    list-style-type: none;
    padding-left: 10px;
}
.static-points li{
	display: flex;
    align-items: center;
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px;
}
.static-points li i{
	font-size: 38px;
    color: #1e3f9a;
    margin-right: 12px;
}
.e-block2 {
    padding: 65px 0;
}
.e-block2 h2, .faq-ca h2{
    margin: 0 0 20px 0;
    color: #1f409b;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.why-boxes{
	margin: 10px 0;
	text-align: center;
	padding: 12px;
}
.why-boxes img{
	max-width: 100px;
    max-height: 100%;
    border-radius: 50%;
    min-height: 100px;
}
.why-boxes h5{
	font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.5px;
    min-height: 56px;
}
.c-images{
	padding-top: 15px;
}
.c-images img{
	max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    border-radius: 50%;
    position: absolute;
}
.c-images img:first-child{
	left: 30px;
	z-index: 99999;
}
.c-images img:nth-child(2){
	left: 50px;
	z-index: 9999;
}
.c-images img:nth-child(3){
	left: 70px;
	z-index: 999;
}
@media only screen and (max-width: 600px) {
	.bg-image .heading h1{
		font-size: 25px;
	}
	.bg-image .heading p{
		width: 100%;
		font-size: 15px;
	}
	.bg-image-area-div{
		margin-top: -60px;
	}
	.first-div{
		margin-bottom: 25px;
	}
	.bg-image-area-div .first-div ul{
		padding-left: 7px !important;
	}
	.c-images{
		min-height: 100px !important;
	}
	.bg-image-area-div .first-div h4{
		font-size: 17px;
	}
	.c-images img:first-child{
		left: 35%;
	}
	.c-images img:nth-child(2) {
    	left: 40%;
	}
	.c-images img:nth-child(3) {
    	left: 45%;
    }
}
