*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#m-whyUs{padding-top:60px;/*background: rgba(26, 136, 194, 0.37);*//*background-color: rgb(98, 161, 208);*/}
.whyUs-header{text-align: center;height:100px;}
.whyUs-header h1{color:#333;}
.whyUs-header span{display:inline-block;width:70px;border:1px solid #fff;margin: 0 auto;}
#m-whyUs .whyus-sections{
position: relative;
}
.a2zsite-ui-page-slide:nth-child(even){
	background: #e6e7e7;
}
.a2zsite-ui-page-slide:nth-child(odd){
	background: #fdfdfd;
}
#m-whyUs .whyus-sections .wu-block{
	display:inline-block;
	width:50%;
	margin:0 -4px 50px 0;
	vertical-align: top;
	padding:20px;
	text-align: center;
	-webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.wu-block .ribbon{
	display:inline-block;
	max-width: 500px;
}
.wu-block .ribbon p{
	text-align: justify;
}

#m-aboutUs .a2zsite-ui-page-slide-content div:last-child p{
	font-size: 18px;
}
#m-aboutUs .a2zsite-ui-page-slide-content div:last-child ul{
	padding:0;
	padding-left:30px;
	margin-bottom: 50px;
}
#m-aboutUs .a2zsite-ui-page-slide-content div:last-child ul li{margin-left:20px;}
#m-aboutUs .a2zsite-ui-page-slide-content div:last-child ul li, #m-aboutUs .a2zsite-ui-page-slide-content div:last-child span{
	font-size: 18px;
}
#m-contactUs .contactNo{
	text-align: center;
}
#m-contactUs .contactNo > div{
	display: inline-block;
	width:33%;
	margin:0 -4px 50px 0;
	vertical-align: top;
	padding:10px;
	height: 200px;
}

#m-aboutUs{
	padding-top:60px;
	min-height: 600px;
}
.a2zsite-ui-page-slide.m-partRegForm{
	min-height: 600px;
	padding-top: 60px;
	position: relative;
}
.a2zsite-ui-page-slide.m-partRegForm header h1{
	margin-bottom:50px;
	color: #333;
	font-size: 30px;
}
.a2zsite-ui-page-slide.m-partRegForm .partner-regForm{
	width:100%;
	max-width:600px;
	height:auto;
	margin:0 auto;
}
.a2zsite-ui-page-slide.m-partRegForm .partner-regForm form{
	width:100%;
	height:100%;
	text-align: center;
}
.a2zsite-ui-page-slide.m-partRegForm .partner-regForm form div{
	padding:10px;
}
.a2zsite-ui-page-slide.m-partRegForm .partner-regForm form > span{
	display:block;
	width:100%;
	margin-top: 50px;
}
.a2zsite-ui-page-slide.m-partRegForm .partner-regForm form > span > span{
	display: block;
	width:150px;
	padding:10px 0;
	border-radius: 3px;
	color:#fff;
	background: #5592c2;
	border:1px solid #fff;
	text-align: center;
	margin:0 auto;
	cursor: pointer;
}
.a2zsite-ui-page-slide.m-partRegForm .partner-regForm form span >span:hover{
	color:#5592c2;
	background: #fff;
	border:1px solid #5592c2;
}
.partner-regForm form div input{
	width: 100%;
	border-radius: 3px;
	height: 50px;
	padding: 5px;
	box-shadow: none;
	outline: none;
	border: 1px solid #CBCBCB;
	font-size: 18px;
	color:#4f4f4f;
}

#m-contactUs{
	position: relative;
	padding-top:60px;
}

.contact-header{
	text-align: center;
	min-height: 100px;
}
.contact-header h1{
	color:#333;
}
.contact-header span{
	display:inline-block;
	border:1px solid #666;
	width:100px;
	margin: 0 auto;
}
.contact-header p{
	margin:50px 0;
	text-align: center;
}
#m-contactUs .contactNo > div > div{
	width:150px;
	height:150px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	border:1px solid rgba(68, 68, 68, 0.73)
}
#m-contactUs .contactNo > div > div img{
	height:75px;
	margin-top:37px;
}
#m-contactUs .contactNo > div > div:hover img{
	height:100px;
	margin-top:25px;
	-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}
#m-contactUs .contactNo > div > h4{
	text-align: center;
	color:#333;
	font-size: 18px;
	margin-top:18px; 
}

#m-contactUs .contactNo > div > p{
	text-align: center;
	color:#333;
	font-size: 16px;
	margin-top:16px;
	-webkit-word-wrap: break-word;
	-moz-word-wrap: break-word;
	-o-word-wrap: break-word;
	word-wrap: break-word;
	display:none;
}
.contactNo-sec2 > p > span{
	color:rgba(14, 10, 189, 0.8) !important;
}
.ribbon img{
	float: left; 
	margin: 0px 15px 15px 0px;
	height:150px;
}
.ui-pAlertBox{
	position: absolute;
	width: 450px;
	height:250px;
	top: 50%;
	left: 50%;
    padding:100px 20px 20px 20px;
	z-index: 9;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ui-pAlertBox span{
	display:block;
	position: absolute;
	right:0;
	top:0;
	width:35px;
	height:35px;
	line-height: 35px;
	font-size: 25px;
	text-align: center;
	background: #000;
	color:#fff;
	z-index: 10;
	cursor: pointer;
}
.ui-pAlertBox p{
	color:#e6e7e7;
	text-align: center;
}
@media screen and (max-width: 768px){
	.ribbon img{height:100px;}
}
@media screen and (min-width: 641px){
	.a2zsite-ui-page-slide.m-partRegForm header h1{font-size: 50px;}
	.a2zsite-ui-page-slide.m-partRegForm .partner-regForm form div{
		display:inline-block;
		width:50%;
		vertical-align: top;
		margin-right: -4px;
	}
}
@media screen and (max-width: 640px){
	.wu-block .ribbon p{padding:0;}
	#m-contactUs .contactNo > div{
		width:50%;
		margin-right: -4px;
	}
	
	#m-whyUs .whyus-sections .wu-block{
		display:inline-block;
		width:100%;
		margin:0 0 50px 0;
		padding:0px;
	}
	.wu-block .ribbon{
		border:1px solid rgba(0, 0, 0, 0.13);
		padding:10px;
	}
	.wu-block .ribbon img{
		height:200px;
		float:none;
	}
	.wu-block .ribbon h3{padding:25px 0;}
	#m-partRegForm > div{margin:0 2%;}
	.a2zsite-ui-page-slide.m-partRegForm .partner-regForm form div{padding:3px 0;}
}
@media screen and (max-width: 480px){
	#m-contactUs .contactNo > div{
		width:100%;
		margin-right: 0px;
		border:1px solid rgba(0, 0, 0, 0.13);
	}
	#m-contactUs .contactNo > div > h4{font-size: 20px;}
	#m-contactUs .contactNo > div > p{
		padding:0;
		font-size: 18px;
	}
	#m-contactUs .contactNo > div > div{
		width:100px;
		height:100px;
	}
	#m-contactUs .contactNo > div > div img{
		height:50px;
		margin-top:25px;
	}
	#m-contactUs .contactNo > div > div:hover img{
		height:74px;
		margin-top:13px;
	}
	.ui-pAlertBox{width:100%;}
}