body.widget-snippet .contact-address ul li .social-link-contact a {
    padding: 10px;
    width: 47px;
    height: 47px;
    line-height: 0;
}
.widget-snippet .contact-address {
	padding:57px 50px 90px 55px;
    background-color: #fff;
	position: relative;
}
.widget-snippet .contact-address:before{
		position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 5px ;
	height: 79%;
	background: #E2E2E2;
	transform: translateY(-50%)
}
.widget-snippet .contact-address h2 {
    color: #000;
		font-size: 26px;
		font-weight: 600;
		line-height: 30px;
		font-family: 'Poppins', sans-serif;
		text-align: left;
	margin-bottom: 10px;
    text-transform: uppercase;
}
.widget-snippet .contact-address p {
    color: #000;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    margin: 0;
}
.widget-snippet .contact-address h4 {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	padding: 0 0 10px 0;
  text-transform: capitalize;
}
.widget-snippet .contact-address-heading {
    font-size: 18px;
    	margin: 0 auto 30px;
    padding: 0;
    font-weight: 600;
    line-height: 34px;
}
.widget-snippet .contact-address-heading p {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 34px;
}
.widget-snippet .contact-address ul {
	margin: 0;
	padding: 0;
}
.widget-snippet .contact-address ul li:before {
	display: none;
}
.widget-snippet .contact-address ul li {
	margin: 0 auto 25px;
	padding: 0;
}
.widget-snippet .contact-address ul li:last-child {
    margin:0;
}
.widget-snippet .contact-address ul li a {
	color: #000;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
}
.widget-snippet .social-link-contact {
	text-align: left;
	position: relative;
	margin-top: 5px;
}
.widget-snippet .social-link-contact a {
	width: 27px;
	height: 27px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	line-height: 39px;
	text-align: right;
	color: rgba(255,255,255,0.9);
	font-size: 24px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .social-link-contact a:active, .widget-snippet .social-link-contact a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.widget-snippet .contact-address ul li .social-link-contact a {
    font-size: 26px;
    margin: 0;
}
.widget-snippet .social-link-contact a i {
	color: #000;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .contact-address ul li .social-link-contact a + a {
	margin-left: 15px;
}
.widget-snippet .social-link-contact a:hover, .widget-snippet .social-link-contact a:focus {
	color: #00F5FF;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .social-link-contact a:hover .fa, .widget-snippet .social-link-contact a:focus .fa {
	color: #007AFF;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.widget-snippet .contact-address .contact-map {
  margin-top: 35px;
}
.widget-snippet .contact-address ul li a:hover{
	color: #007aff;
	text-decoration: none;
}
