footer {
	background: #e6e6e6;
	float: left;
	width: 100%;
	padding: 30px 0;
}
.newsletter_ttl {
	font-family: 'robotoregular';
	color: #2193d1;
	font-size: 24px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #2193d1;
}
.newsletter p {
	font-family: 'robotoregular';
	color: #323232;
	font-size: 16px;
	float: left;
	width: 100%;
	margin: 0;
	padding: 15px 0 10px;
	font-weight: 400;
}
.form-control {
	height: calc(1.7em + 0.75rem + 0px);
	border-radius: 0;
}
.app_icons {
	margin-top: 55px;
}
.browser_icons p {
	font-family: 'robotoregular';
	color: #323232;
	font-size: 16px;
	float: right;
	width: 100%;
	margin: 0;
	padding-top: 48px;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 5px;
	text-align:right;
}
.arabicBody footer .browser_icons img{
	float:right;
	width:auto;
}
.footer_links {
	background: #9e9e9e;
	float: left;
	width: 100%;
	padding: 20px 0;
}
.footer_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footer_links ul li {
	border-right: 1px solid #fff;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 15px;
}

.footer_links ul li a {
	font-family: 'robotoregular';
	color: #fff;
	font-size: 16px;
	float: right;
	width: 100%;
	font-weight: 400;
}
.footer_links ul li:first-child {
    border: none;
    padding: 0 0 0 15px;
}
.footer_links ul li a:hover {
	text-decoration: none;
	color: #000;
}
.copyrights {
	background: #444444;
	float: left;
	width: 100%;
	padding: 20px 0;
}
.copytext {
	font-family: 'robotoregular';
	color: #fff;
	font-size: 16px;
	float: left;
	font-weight: 400;
	margin: 0;
}
.visitor_update {
	font-family: 'robotoregular';
	color: #fff;
	font-size: 16px;
	float: right;
	font-weight: 400;
	margin: 0;
	text-align: right;
}
.btnSubscribe {
    font-family: 'robotolight';
    background: #2193d1;
    font-size: 16px;
    color: #fff;
    padding: 6px 40px;
    margin:0;
    border: 1px solid transparent;
    transition: all 0.5s ease;
	float:right;
}
.btnSubscribe:hover {
    text-decoration: none;
    color: #000;
    background: #FFF;
    border: 1px solid #2193d1;
    transition: all 0.5s ease;
}
.arabicBody footer .app_icons {
	float:right;
}
