.sidebar{
	margin:0 0 10px 0;
	padding:0;
}

.iwhy{
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 2rem;
}

.ihelp{
	color: #008dcf;
	font-size: 1.5rem;
	line-height: 2rem;
}

.ifaq{
	color: #008dcf;
	font-size: 1.5rem;
	line-height: 2rem;
	margin:0;
}

.s-train{
	margin: 0 0 10px 0;
	background: #ffffff;
	padding: 0;
}

.s-car{
	margin: 0 0 10px 0;
	background: #ffffff;
	padding: 0;
}

.s-hotel{
	margin: 0 0 10px 0;
	background: #ffffff;
	padding: 0;
}

.s-sale{
	margin: 0 0 10px 0;
	background: #ffffff;
	padding: 0;
}
.whyus{
	background: #008dcf;
}

.help{
	margin:10px 0 0 0;
	background: #ffffff;
}

.faq{
	margin:10px 0 0 0;
	background: #ffffff;
}


.mk,.cb{
	margin:10px 0 0 0;
	background: #ffffff;
	padding:15px;
	text-align: center;
}

.mk p , .cb p{
	padding:3px 0;
	margin:0;
}

.lb{
	font-weight: bold;
	color: #a62584;
	font-size: 1.2rem;
}

.icon-t{
	font-size: 1.2rem;
	line-height: 2.5rem;
	padding:0 0 0 2.6rem;
	color: #ffffff;
	margin:0 0 20px 0;
}

.icon-h{
	font-size: 1.2rem;
	line-height: 1.7rem;
	padding:0 0 0 2.6rem;
	color: #008dcf;
	margin:0 0 20px 0;
}

.icon-h a{
	text-decoration: underline;
}

.users{
	background-image: url(/Public/images/users.svg);
	background-repeat:no-repeat;
	background-size: 2.2rem;
}
.map{
	background-image: url(/Public/images/map.svg);
	background-repeat:no-repeat;
	background-size: 2.2rem;
}
.train{
	background-image: url(/Public/images/train.svg);
	background-repeat:no-repeat;
	background-size: 2.2rem;
}
.bag{
	background-image: url(/Public/images/bag.svg);
	background-repeat:no-repeat;
	background-size: 2.2rem;
}
.mail{
	background-image: url(/Public/images/mail.svg);
	background-repeat:no-repeat;
	background-size: 2.2rem;
}

@media(max-width:1199px){
	.icon-t{
		font-size: 1.1rem;
		line-height: 2.2rem;
		padding:0 0 0 2.2rem;
	}
	.users,.map,.train{
		background-size: 2rem;
	}
}

@media(max-width:991px){
	.icon-t{
		font-size: 1.1rem;
		line-height: 2.2rem;
		padding:0 2em 0 2.2rem;
		display: inline-block;
	}
}