@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: 25%;
}

.col_fifth {
	width: 18.4%;
}

.col_sixth {
	width: 15%;
}

.col_three_fourth {
	width: 74.5%;
}

.col_twothird {
	width: 66%;
}
.counter.col_fourth.col_fourth-2.col_fourth-aa .timer.count-title.count-number::after {
    display: none;
}
.counter.col_fourth.col_fourth-2.col_fourth-ng .timer.count-title.count-number::after {
    content: '%';
}
.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%;
}

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

/* Column Grids End */

.wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
}
.wrapper .counter.col_fourth{
	margin-right: 0px;
	text-align: center;
}
.counter {
	border-radius: 0;
	padding: 5px 0;
}
.col_fourth_border {
    border-left: 1px solid #00ffd5;
}
.count-title {
	font-family: "Archivo Black", sans-serif;
	font-size: 302px;
	color: #00ffd5;
	display: block;
	line-height: 242px;
}

.count-text {
	color: #FFF;
	font-family: "PT Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%; /* 60px */  
}
.sec_3_new_block p.count-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    color: #00FFD5;
}
.fa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	color: #4ad1e5;
}

.col_fourth-1 .timer.count-title.count-number::before {
	content: '+';
}
.col_fourth-2 .timer.count-title.count-number::after {
	content: '+';
}
.col_fourth-3 .timer.count-title::after {
	content: '24/7';
	font-size: 45px;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
}
.col_fourth-3 .timer.count-title {
	font-size: 0 !important;
	text-align: center !important;
}
.col_fourth-4 .timer.count-title.count-number::after {
	content: '+';
}

.hmcount-bg .large-heading{
	margin-bottom: 20px;
}

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