@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');



/*font-family: 'Lato', sans-serif;*/



body {

	margin: auto;

	padding: 0px;

	font-size: 16px;

	color: #757575;

}









/*count*/





/*-=-=-=-=-=-=-=-=-=-=-=- */

/* Column Grids */

/*-=-=-=-=-=-=-=-=-=-=-=- */



.col_half {

	width: 49%;

}



.col_third {

	width: 32%;

}



.col_fourth {

	width: 23%;

}



.col_fifth {

	width: 18.4%;

}



.col_sixth {

	width: 15%;

}



.col_three_fourth {

	width: 74.5%;

}



.col_twothird {

	width: 66%;

}



.col_half,

.col_third,

.col_twothird,

.col_fourth,

.col_three_fourth,

.col_fifth {

	position: relative;

	display: inline;

	display: inline-block;

	float: left;

	margin-right: 2%;

}

.wrapper {

	margin: 40px 0;

}

.end {

	margin-right: 0 !important;

}



/* Column Grids End */



.wrapper {

	position: relative;

	display: flex;

	align-items: center;

	justify-content: space-between;

	gap: 20px;

}

.wrapper .counter.col_fourth{

	margin-right: 0px;

	text-align: center;

}

.counter {

	border-radius: 0;

	padding: 5px 0;

}

.wrapper .counter.col_fourth .counterinn {

	padding: 20px 20px;

	background: #fff;

	border-radius: 12px;

}

.count-title {

	font-family: Poppins;

	font-weight: 500;

	font-size: 48px;

	line-height: 100%;

	letter-spacing: 0%;

	text-align: center;

	color: #091127;

}



.count-text {
	font-family: Rubik;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: 0%;
	text-align: center;
	color: #454545;
	min-height: 40px;
}



.fa-2x {

	margin: 0 auto;

	float: none;

	display: table;

	color: #4ad1e5;

}



.col_fourth-1 .timer.count-title.count-number::after {

	content: 'K+';

}

.col_fourth-2 .timer.count-title.count-number::after {

	content: 'K+';

}

.col_fourth-3 .timer.count-title::after {

	content: '24/7';

	font-size: 45px;

	/* top: 0; */

	position: absolute;

	left: 0;

	right: 0;

	visibility: initial;

	/* bottom: 0; */

}

.col_fourth-3 .timer.count-title {

	/* font-size: 0 !important; */

	text-align: center !important;

	visibility: hidden;

}

.col_fourth-4 .timer.count-title.count-number::after {

	content: '%';

}



.hmcount-bg .large-heading{

	margin-bottom: 20px;

}







/***help center page end***/

