html {
    -webkit-text-size-adjust: 100%;
}
body{
	background:transparent url('https://www.zain.com/media/images/zain_bg.jpg') repeat scroll center center;
	font:0.75em Arial,sans-serif;
	margin:0;
	padding:0;
}
h2 ,h3{
    font-family: Arial,sans-serif;
    font-size: 2.7em;
    font-weight: normal;
}

.hc_container *{
	box-sizing:border-box;
}

.hc_cf:before,
.hc_cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.hc_cf:after {
    clear: both;
}
.hc_cf{
    *zoom: 1;
}

.hc_header,
.hc_container{
	max-width:1000px;
	margin:0 auto;
}
.hc_headerWrapper{
	background:#fff;
	height:70px;	
}

.hc-logo{
	display:block;
	line-height:58px;
	height:70px;
	float:right;
	position:relative;	
}

.hc_header img{
	display:inline;
	position:relative;
	line-height:70px;
	height:100%;
	vertical-align:middle;
	width:auto;
}
.hc-logo img{
	height:40px;
	margin-top:1em;
}
.zain-logo{
	float:left;
	line-height:66px;
	height:50px;
}
.hc_content{
	padding-top:50px;
}
.hc_top{
	background:transparent url('https://media.datahc.com/Affiliates/158985/Brands/Image/cashback-bg.jpg') no-repeat scroll center center;
	background-size:cover;
	float:left;
	position:relative;
	margin-top:2em;
	min-height:44em;
	width:100%;
}
.hc_inner{
	background:transparent;	
	position:relative;
	margin:0 10%;	
}
.hc_inner h2,
.hc_inner h3{
	color:#fff;
	font-weight:bold;
}
.hc_inner h2{
	font-size:3em;
	padding:3em 1em 1em 1em;
	margin:0;
	text-align:justify;
}
.hc_inner h2 span{
	display:block;
	font-size:0.8em;
}
.hc_inner h3{
	font-size:2em;
	margin:0;
	padding:0 1.5em 1.5em;	
}
.hc_form{
	background:#fff;	
	border-radius:10px;
	padding:1em;
	position:relative;
	margin:1% 5%;
}
.hc_form label{
	color:#5cb5e3;
	display:block;
	font-size:2em;
	padding:0.5em 0 1em 0;
	width:100%;
}
.hc_member{
	border:1px solid #5cb5e3;
	border-radius:10px;
	box-sizing:border-box;
	color:#5cb5e3;
	display:block;
	float:left;
	font-size:1.5em;
	height:50px;
	line-height:50px;
	padding:0 10px;
	width:58%;
}
.hc_member:focus{
	outline:none;
}
.hc_member.error{
	border-color:#b80000;
}
.hc_submit{
	background:#5cb5e3;
	border-radius:10px;
	color:#fff;
	display:block;
	float:right;
	font-size:2em;
	height:50px;
	line-height:50px;		
	text-align:center;
	text-decoration:none;
	width:40%;
}
.hc_footer{
	background:#b253c3;	
	clear:both;
	color:#fff;
	float:left;
	font-size:1.2em;
	padding:2em 1em;
	width:100%;
}
.hc_footer h4{
	font-size:1.5em;
	margin:0 0 0.5em 0;
	-webkit-text-size-adjust:none;
}
.hc_footer ul{
	margin:0;
	padding:0;
	list-style:disc inside none;
}
.hc_footer ul li{
	font-size:1em;
	line-height:1.5em;
}
.hc_form_error{
	background:#fff;
	border:1px solid #b80000;
	border-radius:3px;
	display:none;
	height:2.5em;
	line-height:2.5em;
	font-size:1.2em;
	color:#b80000;	
	padding:0 2em;
	position:absolute;
	bottom:-2.2em;
	left:1em;
	
}
.hc_form_error:before{
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #b80000 transparent;
	content: ' ';
	display:block;	
	width: 0;
	height: 0;
	position:absolute;
	left:50%;
	margin-left:-5px;
	top:-10px;
}
@media only screen and (max-width: 435px) {
	.zain-logo{
		margin-left:10px;
		height:28px;		
	}
	.hc-logo img{
		height:28px;	
		margin-right:10px;		
	}
	.hc_inner{
		margin:0 2%;
	}
	.hc_inner h2{
		font-size:1.5em;
		text-align:left;
	}
	
	.hc_inner h3{
		font-size:1.2em;
	}
	.hc_form label{
		font-size:1.2em;
	}
	.hc_member{
		font-size:1.2em;
	}
	.hc_submit{
		font-size:1em;
		font-weight:bold;
	}
}
@media only screen and (max-width: 640px) {
	.zain-logo{
		margin-left:10px;	
	}
	.hc-logo img{	
		margin-right:10px;		
	}
}