/*Arabic starts*/
.i18n-ar .chatbots-youget h3, .i18n-ar .chatbots-youget ul, .i18n-ar .chatbots-youget p {
    text-align: center;
}
.i18n-ar .quicklinks-sec h3, .i18n-ar .quicklinks-sec ul {
    text-align: center;
}
.i18n-ar .zsection.bottom-banner h3, .i18n-ar .zsection.bottom-banner p {
    text-align: center;
}
/*Arabic ends*/
.banner-img{margin-top:40px;}
.chatbots-youget, .quicklinks-sec {
	text-align: center;
}
.chatbots-youget ul, .quicklinks-sec ul {
	margin: 50px auto 40px;
	max-width: 700px;
}
.chatbots-youget li, .quicklinks-sec li {
	display: inline-block;
	padding: 60px 5% 0;
	box-sizing: border-box;
	position: relative;
}
.chatbots-youget li:after, .quicklinks-sec li:after {
	width: 50px;
	height: 50px;
	left: 50%;
	top: 0;
	content: "";
	margin-left: -25px;
	position: absolute;
	background-image: url('/sites/default/files/chatbots-sprites-2x.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 50px;
}
.chatbots-youget li:nth-child(2):after {
	background-position: -50px 0;
}
.chatbots-youget li:last-child:after {
	background-position: -100px 0;
}
.quicklinks-sec li:first-child:after {
	background-position: -150px 0;
}
.quicklinks-sec li:last-child:after {
	background-position: -200px 0;
}
.chatbots-youget a {
	display: inline-block;
	border-bottom: 1px solid #03a9f5;
}
.quicklinks-sec li {
	max-width: 250px;
	padding: 100px 2% 40px;
	border: 1px solid #f2f2f2;
	margin: 0 1%;
}
.quicklinks-sec li:after {
	top: 40px;
}
.umain .bot-banner-wrap .ct-action-btn{display: inline-block;}


@media only screen and (max-width:767px) {
.chatbots-youget ul, .quicklinks-sec ul {
	margin: 30px auto;
	max-width: 200px;
	text-align: left;
}
.chatbots-youget li, .quicklinks-sec li {
	display: block;
	padding: 5px 0 5px 45px;
	border:none;
	position: relative;
	margin-bottom: 15px;
}
.chatbots-youget li:after, .quicklinks-sec li:after {
	width: 30px;
	height: 30px;
	left: 0;
	margin-left: 0;
	background-size: auto 30px;
	border: none;
}
.chatbots-youget li:nth-child(2):after {
	background-position: -30px 0;
}
.chatbots-youget li:last-child:after {
	background-position: -60px 0;
}
	.quicklinks-sec li:after {
    top: 10px;
}
.quicklinks-sec li:first-child:after {
	background-position: -90px 0;
}
.quicklinks-sec li:last-child:after {
	background-position: -120px 0;
}
}
