@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%;
	margin-bottom: 20px;
}

.end {
	margin-right: 0 !important;
}

/* Column Grids End */

.wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.wrapper .counter.col_fourth {
	margin-right: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.counter {
	border-radius: 0;
	/* padding: 5px 0; */
}

.count-title {
	font-size: 48px;
	color: #01D700;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 0;
	line-height: 72px;
	text-transform: uppercase;
}

.count-text {
	color: #FFF;
	text-align: center;
	font-family: poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	text-transform: inherit;
}
.fa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	color: #4ad1e5;
}

.col_fourth .timer.count-title.count-number::after {
	content: 'K+';
}

.hmcount-bg .large-heading{
	margin-bottom: 20px;
}
.timer.count-title.count-number {
	font-size: 64px;
	font-weight: 275;
}
.counter.col_fourth img {
	margin-bottom: 16px;
	width: 64px;
	height: 64px;
}
/* css */
.choose-counter .wrapper {
	flex-wrap: wrap;
	gap: 20px;
}
.choose-counter .wrapper .counter {
	flex: 0 0 47% !important;
	max-width: 47% !important;
}
.choose-counter .count-text {
	font-family: Hind !important;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height:125%;
	color: #4A5565;
	text-align: left;
}
.choose-counter .wrapper {
	margin-top: 20px;
}
.choose-counter .counterinn {
	border-radius: 10px;
	padding: 20px;
	background-color: #F9FAFB;
}
.count-title {
	font-family: Gabarito;
	font-weight: 600 !important;
	font-style: SemiBold;
	font-size: 30px !important;
	line-height: 125%;
	color: #1e1e1e !important;
}
/***help center page end***/
.required-star {
  color: red;
}

.col_fourth-1 .timer.count-title.count-number::after {
	content: 'M+';
}

.col_fourth-5 .timer.count-title.count-number::after {
	content: '%';
}
.counter.col_fourth-3 .timer.count-title.count-number {
	font-size: 0 !important;
	
}

.col_fourth-3 .timer.count-title.count-number::after {
	content: '24/7';
	font-family: Gabarito;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 30px !important;
	line-height: 125%;
	color: #1e1e1e !important;
}

.col_fourth-4 .timer.count-title.count-number::after {
	content: '%';
}
.counter_number.counter_number_printer .count-text {
	color: #757575;
	text-align: left;
	font-family: poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: inherit;
}
.counter_number.counter_number_printer .count-title {
	font-family: Gabarito;
	font-weight: 500 !important;
	font-size: 40px !important;
	line-height: 125%;
	color: #1e1e1e !important;
}
.counterinn_block {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 8px;
}

@media (max-width:1366px){
	.col_fourth-3 .timer.count-title.count-number::after {
	font-size: 26px !important;
}
}

@media (max-width:1199px){

.choose-counter .wrapper .counter {
	flex: 0 0 44% !important;
	max-width: 44% !important;
}

}