.truste {
    text-align: right;
    margin-bottom: 40px;
}
.bullet-point{
    margin-bottom: 25px;
}
.bullet-point li {
    padding: 5px 20px;
    position: relative;
    line-height: 1.5;
}
.bullet-point li::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #333;
    border-radius: 50%;
}

/************* Footer Css ********************/

.common-links.remove-before{padding-top: 0px;}
.common-links.remove-before:before{display: none;}

.footer-sec-wrap {
    background: none repeat scroll 0 0 #f1f1f1;
    border-top: 1px solid #e2e2e2;
}
.footer-sec-wrap .content-wrap {
    padding: 30px 0px;
    margin: 0px auto;
}
.footer-sec-wrap .product-links ul li a, .footer-sec-wrap .product-links h4, .common-links ul li a, .footer-sec-wrap p {
	color: #333;
}
.common-links:before {
	background: #e2e2e2;
}
.footer-sec-wrap .product-links ul li.zfooter-inner-phone a, .footer-sec-wrap .product-links ul li.zfooter-inner-email a {
	padding-left: 15px;
}

@media only screen and (max-width: 767px)
 .header {
    display: block;
 }
}
@media screen and (max-width: 480px) {
	.footer-sec-wrap .product-links h4 {
		cursor: pointer;
		position: relative;
		margin: 0px;
		padding: 15px 30px;
		background: #292929;
		border-bottom: 1px solid #353535;
		font-size: 16px;
	}
	.footer-sec-wrap .product-links h4:after {
		border: solid #999;
		border-width: 0 1px 1px 0;
	}
	.footer-sec-wrap .content-wrap {
		padding: 0px;
	}
}