body.widget-snippet .email-number {
	padding: 50px;
	background-color: #204D47;
}
.widget-snippet .email-number  {
    padding:9px 0;
}
.widget-snippet .email-number a:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/template/7f1a525f/images/mail-icon.png) no-repeat;
    width: 20px;
    height: 18px;
}
.widget-snippet .email-number a:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background: url(/template/7f1a525f/images/phone-icon.png) no-repeat;
    width: 15px;
    height: 18px;
}
.widget-snippet .email-number a {
	position: relative;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	font-weight:400;
	text-decoration: none;
	padding-left: 30px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin-right:20px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
	display:inline-block;
}
.widget-snippet .email-number a:last-child {
    padding-left: 20px;
}
.widget-snippet .email-number a:hover {
	color: #00A18D;
	text-decoration: none;
}
