/*=============================================
    Please add all custom CSS to this file
 =============================================*/


.biziq-review.show {
    overflow: hidden;
}

.btn {
	padding:10px 35px;
	background:#FF3F3D;
	color:#fff !important;
	box-shadow:1px 1px 1px rgba(0,0,0,.4);
	transition:all ease-in-out .2s;
}
.btn:hover {
	background:#f77c7b;
	color:#fff !important;
	text-decoration:none !important;
}



.up-down img {
    -webkit-filter: hue-rotate(145deg) saturate(3);
            filter: hue-rotate(145deg) saturate(3);
}