@media all and (max-width: 650px) {
	.mobile  { display: block; }
	.desktop { display: none !important;  }

	.ticktBox-logo2 {
	margin: auto;
	width: 77px;
	height: 77px;
	background: url(https://ticktbox.com/images/logos/logo2.png) no-repeat center;
	background-size: 77px 77px;
	margin-top:30px;
	margin-bottom:20px;

}
.partner_logo
{
	width:70px;
	vertical-align: middle;
	padding:10px;
}

.icon{
	width:155px;
	display:inline-block;
}

}