.title{
	color: rgb(114, 114, 114);
	font-size: 24px;
	font-weight: 300;
	line-height: 157.4%;
	letter-spacing: 0%;
	text-align: center;
	margin-top: 17px;
	word-break: break-all;
}

.bannnerImg1{
	max-width: 884px;
	display: inline-block;
	max-height: 583px;
	overflow: hidden;
	border-radius: 40px;
}

.bannnerImg2{
	max-width: 476px;
	display: inline-block;
	margin-left: 18px;
	max-height: 583px;
	overflow: hidden;
	border-radius: 40px;
}
.bannnerImg1>img,.bannnerImg2>img{
	width: 100%;
}
/* =======================counter =========== */
.counter{
	max-width: 1028px;
	margin: 0 auto;
	border-radius: 50px;
	background: rgb(249, 249, 249);
	padding: 23px 67px;
}
.counter>div{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.num{
	font-family: Nunito;
	font-size: 75px;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: 0%;
}
.units{
	color: #5236FF;
}
.key{
	color: rgb(36, 35, 49);
	font-family: Nunito;
	font-size: 25px;
	font-weight: 700;
	line-height: 157.4%;
	letter-spacing: 0%;
}

/* =========================== */

.resourceCont{
	font-size: 26px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0%;
	text-align: center;
	max-width: 1200px;
	margin:  0 auto;
}
/* ===================== */
.infoBox{
	border-radius: 50px;
	background: rgb(249, 249, 249);
	max-width: 1200px;
	margin-top: 70px;
	padding-top: 35px;
	padding-left: 87px;
	padding-bottom: 78px;
	padding-right: 54px;
}

	.infoBox img{
		max-width: 100% !important;
	}
.infoTitle{
	color: rgb(0, 0, 0);
	font-size: 24px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0%;
	margin-top: 66px;
}
.infoCont{
	color: rgb(121, 121, 121);
	font-size: 22px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0%;
	margin-top: 33px;
}

/* ===========contactBox======= */
.contactBox{
	max-width: 1200px;
	margin:  177px auto  136px;
}
.contact{
	width: 583px;
	padding: 29px 58px 34px 57px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid rgb(232, 232, 232);
	border-radius: 40px;
	box-shadow: 0px 24px 33px 0px rgba(181, 181, 181, 0.25);
	background: rgb(255, 255, 255);
	color: rgb(27, 37, 52);
	font-family: Nunito;
	font-size: 22px;
	font-weight: 700;
	line-height: 321.5%;
}
.contactVal{
	color: rgb(121, 121, 121);
	font-family: Nunito;
	
	font-weight: 400;
	line-height: 157.4%;
}

/* =========================================== */
@media (max-width:1400px) {
	.bannnerImg1{
		margin: 0 auto;
		display: block;
	}
	
	.contact{
		margin-top: 40px;
	}
	
}
@media (max-width:992px) {
	.bannnerImg1{
		margin: 0 auto;
		display: block;
	}
	.counter >div{
		margin-top: 40px;
	}
}

@media (max-width:650px) {
	.contactBox{
		margin-top: 40px;
	}
	.contact{
		width: 80%;
		font-size:16px;
		padding: 10px 30px;
	}
	.contact img{
		width: 40px;
	}
	.infoTitle{
		font-size: 18px;
		margin-top:30px
	}
	.infoCont{
		font-size: 16px;
		margin-top:18px
	}
	.infoBox{
		padding: 20px 30px;
	}
}

@media (max-width:485px) {
	
	.num{
		font-size:40px
	}
	
}


@media (max-width:395px) {
	
	.contact{
		
		font-size:12px;
		padding: 10px 30px;
	}
	.contact img{
		width: 30px;
	}
	.counter {
		padding:14px 27px
	}
	.num{
		font-size:30px
		
	}
	.key{
		font-size: 20px;
	}
}