 @charset "UTF-8";
@-ms-viewport {
 width: device-width;
}
 @viewport {
 width: device-width;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav-top, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav-top, section {
	display: block;
}
body {
	line-height: 1;
}
/*----------- general classes start ----------*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
* {
	outline: none;
}
:focus {
	outline: none;
}
.clearfix {
	clear: both;
}
br {
	content: " ";
	display: block;
	margin: 0px;
	clear: both;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}
.flag_container.hr {
	margin-top:30px;
}
/*----------- general classes end ----------*/
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear-right {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: right;
	height: 0;
}
/*--------------- input ---------------*/
input[type="password"] {
	background: #fff;
	color: grey;
	font:14px/28px "Century Gothic";
	height: 45px;
	padding: 0px 10px;
	width:94%;
	border:1px solid #42739c;
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
	border-radius:4px;
}
input[type="text"] {
	background: #fff;
	color: grey;
	font:14px/28px "Century Gothic";
	height: 45px;
	padding: 0px 10px;
	width:94%;
	border:1px solid #42739c;
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
	border-radius:4px;
}
input[type="text"].fr-in {
	border-radius:4px;
}
input[type="text"].sm_wi {
	width:50px;
}
input[type="text"].sm_wi2 {
	width:290px;
}
input[type="text"].invalid, input[type="password"].invalid, textarea.invalid, select.invalid {
	border: 1px solid #e17070 !important;
	color: black !important;
}
input[type="text"]:hover, textarea:focus {
	box-shadow:0px 0px 2px #ccc;
-moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
input[type="text"]:focus, textarea:focus, select:focus {
	
-moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
textarea {
	width:89%;
	background: #fff;
	height:80px;
	resize:none;
	color: #acacac;
	font:15px/28px "Century Gothic";
	border:1px solid #dddddd;
	border-radius:4px;
	width:94%;
	padding:0 10px;
	
}
.form_row select {
	background: #fff;
	color: #acacac;
	font:14px/28px "Century Gothic";
	height: 45px;
	padding: 0px 10px;
	width:100%;
	border:1px solid #42739c;
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
	border-radius:4px;
}
input[type="checkbox"] {
	position:relative;
	left:-3px;
	top:2px;
}
.form_row span {
	color: #fff;
	font: 14px "Century Gothic";
}
/*--------------- input end ---------------*/











/*----------------- btn start  ----------------*/


/*----------------- btn end  ----------------*/


body {
	padding:0;
	margin:0;
	#background:url(../bg.jpg) no-repeat fixed;
	font-family:'allerregular' Arial, Helvetica, sans-serif;
	font-size:14px;
}
/*-------------- buttons start --------------*/
.btn {
	background: #fff000;
	color: #000000;
	border:1px solid #416c8a;
	cursor: pointer;
	display: inline-block;
	font: 700 20px Arial, Helvetica, sans-serif;
	height: 25px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
	text-transform:uppercase;
}
.btn:hover {
	background:#f3e501;
}
.btn_brousher {
	background:#fb8200;
	border: 2px solid #af5b01;
	border-radius: 4px;
	color: #af5b01;
	cursor: pointer;
	display: inline-block;
	float: right;
	font: 20px Arial, Helvetica, sans-serif;
	height: 26px;
	margin-top: 3.2%;
	padding: 11px 0;
	text-align: center;
	text-decoration: none;
	width: 25%;
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.btn_brousher:hover {
	border: 2px solid #fff;
	color: #fff;
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.btn_blue {
	background: #39b1cd;
	border-bottom: 2px solid #23889e;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 20px "Century Gothic";
	height: 25px;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	width: 25%;
}
.btn_blue:hover {
	border-bottom: 2px solid #af5b01;
	background:#fb8200;
 -moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.form_row.m_o {
	margin-bottom:0;
}
.form_row i {
	color: #fff;
	font-size: 29px;
	left: 3px;
	position: relative;
	text-shadow: 0 1px 0 #fb8200;
	top: 4px;
}
/*----------------- header ----------------*/
.header {
	width:100%;
	height:76px;
	position:fixed;
	background:#fff;
	z-index:1;
}
.header-wrapper {
	margin: 0 auto;
	max-width: 1180px;
	min-width: 960px;
	position:relative;
}
.main-wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
.logo {
	width:198px;
	height:auto;
	float:left;
	margin:2% 0;
}
/*---------- nav -----------*/
.nav {
	float: right;
	margin: 2.5% 0;
	width:497px;
}
.nav ul {
}
.nav ul li {
	font: 15px Arial, Helvetica, sans-serif;
	color:#303850;
	border-right:1px solid #dfdfdf;
	float:left;
}
.nav ul li a {
	color:#303850;
	text-decoration:none;
	padding:7px 15px;
}
.nav ul li a:hover {
	background:#2b9bda;
	color:#fff;
-moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.nav ul li.last {
	border:none
}
/*---------- nav end -----------*/
/*------------ step 1 ------------*/
.div1 {
	background: url("../banner2.jpg") no-repeat center center;
	height: auto;
	margin: 75px auto 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.order_btn {
	left: 0;
	position: absolute;
	top: 200px;
}
.order_text {
}
.order_btn a {
	margin:40px 20px 40px 0;
	float:left;
}
.form_div {
	background:#5086af;
	background: rgba(239, 239, 239, 0.2);
	float: right;
	margin-top: 100px;
	width: 427px;
	border-radius:4px;
	position:relative;
	border:5px solid rgba(1, 2, 2, 0.4);
}
.form_div h2 {
	background: #fff;
	color: #000000;
	font: 25px "Century Gothic";
	padding: 18px;
}
.form_div h2 span {
	font-size:13px;
	color:#4d616d;
	display:block;
	padding-top:5px;
}
.mr_top1 {
	padding-top:9.3%;
}
.form_row {
	margin: 3% 0;
	padding: 0 19px;
}
.form_row.mr-wi {
	width: 55%;
	margin: 5% 0 0;
}
.form_row.mr-r {
	margin: 5% 5.5% 0 0;
	width:38%
}
.form_row.mr-w {
	width:100%;
	margin:3% 0;
}
.vip_sell {
	position: absolute;
	right: 3px;
	top: -68px;
}
.vip_sell img {
	width:100%;
}
.form_div p {
	color:#fff;
	font:13px "Century Gothic";
	padding:10px 0;
	text-align:center;
}
.form_arrow {
	bottom: 28px;
	position: absolute;
	right: 26px;
}
.brochure_div {
	background:#fff;
	padding:30px 0;
	margin-top: 0%;
	width: 100%;
	overflow:hidden;
}
.brochure_div ul {
}
.brochure_div ul li {
	float: left;
	width:215px;
	text-align:center;
	margin-right:14px;
}
.brochure_div ul li.last {
	margin-right:0
}
.brochure_div ul li img {
	width:100%;
	height:auto;
}
/*------------ step 2 ------------*/
.div2 {
	background: #fff;
	overflow:hidden;
	margin: 23px auto 0;
	padding-bottom:20px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.div2 h2 {
	color: #1d1512;
	font: 36px "Century Gothic";
	padding: 3% 0 4%;
	text-align: center;
	text-transform: uppercase;
}
.feature {
	width:100%;
}
.feature ul {
}
.feature ul li {
	width:30%;
	margin-right:47px;
	float:left;
	margin-bottom:55px;
-moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.feature ul li h3 {
	color: #3a3a3a;
	font: 21px "Century Gothic";
	padding-top: 2px;
}
.feature ul li h3 i {
	color: #3a3a3a;
	font: 23px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	vertical-align: middle;
}
.feature ul li p {
	color: #3a3a3a;
	font: 15px Arial, Helvetica, sans-serif;
	padding-top: 7%;
}
.feature ul li.last {
	margin-right:0px;
}
.icon {
	background: url(../sep_icon.png)0 0 no-repeat;
	height: 38px;
	width: 38px;
	float:left;
	margin-right:10px;
}
.icon.two {
	background-position:0 -42px
}
.icon.three {
	background-position:0 -87px
}
.icon.four {
	background-position:0 -128px
}
.icon.five {
	background-position:0 -171px
}
.icon.six {
	background-position:0 -210px
}
.feature ul li:hover .icon.two {
	background-position:-38px -42px;
}
/*.feature ul li:hover h3 {
	color:#1995c4;
	margin-top:-1px;
-moz-transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.feature ul li:hover .icon {
	background-position:-38px 0;
}
.feature ul li:hover .icon.three {
	background-position:-38px -87px;
}
.feature ul li:hover .icon.four {
	background-position:-38px -128px;
}
.feature ul li:hover .icon.five {
	background-position:-38px -171px
}
.feature ul li:hover .icon.six {
	background-position:-38px -210px
}*/
/*------------ step 4 ------------*/
.div4 {
	background: #ccc url("../work_bg.png") repeat-x;
	margin: 0 auto;
	min-height: 1102px;
	position: relative;
	width: 100%;
}
.div4 h2 {
	color: #1d1512;
	font: 36px "Century Gothic";
	padding: 7% 0;
	text-align: center;
	text-transform: uppercase;
}
.div4 h2 span {
	color: #1d1512;
	display:block;
	text-transform:none;
	padding:1% 0;
	font: 18px "Century Gothic";
}
.man {
	left: 86px;
	position: absolute;
	top: 432px;
}
.man img {
	width:100%;
}
.chat_pai {
	left: 98px;
	position: absolute;
	top: 216px;
}
.chat_pai img {
	width:100%;
}
/*------------ step 5 ------------*/
.div5 {
	background: #349dc4;
	width: 100%;
	position:relative;
	overflow:hidden;
	padding:60px 0;
}
.cup {
	margin:0;
}
.cup h2 {
	color: #f1c40f;
	font: 36px "Century Gothic";
	padding: 3% 0 4%;
	text-align: center;
	text-transform: uppercase;
}
.cup ul {
}
.cup ul li {
	float: left;
	text-align: center;
	width: 100%;
}
.test_div {
	border-right: 1px solid #fff;
	float: left;
	padding-right: 28px;
	margin-right:25px;
}
.test_pic {
	background: none repeat scroll 0 0 #349fc4;
	border: 2px solid #fff;
	border-radius: 133%;
	height: 114px;
	padding: 4px 4px 6px;
	width: 116px;
	float:left;
	margin-right:25px;
}
.test_pic img {
	border-radius: 133%;
	height: 116px;
	width: 114px;
}
.test_div h2 {
	color: #fff;
	margin-top:15px;
	font: 21px "Century Gothic";
	font-weight:bold;
	padding-top: 2px;
	float:left;
	text-align:left;
	margin-top: 46px;
}
.test_div span {
	display:block;
	font-size:16px;
	font-style:italic;
	font-weight:normal
}
.cli_div {
	color: #fff;
	float: left;
	font: 17px/25px "Century Gothic";
	padding: 21px 0;
	text-align: left;
	width: 557px;
}
/*------------ step 6 ------------*/
.div6 {
	background: #393f43;
	height :auto;
	width: 100%;
	position:relative;
	overflow:hidden;
	padding-bottom:50px;
}
.div6 h2 {
	color: #fff;
	font: 36px "Century Gothic";
	letter-spacing: -1px;
	padding: 6% 0;
	text-align: center;
	text-transform: uppercase;
}
.div6 h2 span {
	font-weight:bold;
}
.div6 h2 span img {
	left: 51%;
	position: absolute;
	top: 106px;
}
.growing_business {
	width:96%;
	margin:0 auto;
}
.growing_business-left {
	float:left;
	width:46%;
}
.growing_business-left h3 {
	color: #fff;
	font:700 24px "Century Gothic";
}
.growing_business-left p {
	color: #fff;
	font: 15px "Century Gothic";
	padding: 3% 0;
}
.growing_business-left ul {
	margin-top:3%;
}
.growing_business-left ul li {
	color: #1d1512;
	font: 15px "Century Gothic";
	padding: 0.9% 0;
}
.growing_business-left ul li img {
	margin-right: 5px;
	vertical-align: middle;
}
.growing_business-left ul li i {
	margin-right:5px;
}
.growing_business-right {
	float:right;
	width:46%;
}
.growing_business-right h3 {
	color: #fff;
	font:700 22px "Century Gothic";
}
.growing_business-right p {
	color: #fff;
	font: 15px "Century Gothic";
	padding: 3% 0;
}
.growing_business-right h3.mr-top, .growing_business-left h3.mr-top {
	margin-top:50px;
}
#footer {
	background:#2f3539;
	width:100%;
	height:57px;
}
#footer p {
	color: #6f6e71;
	font: 15px "Century Gothic";
	padding: 2% 0;
	text-align:center;
}
.social {
	float:right;
	margin:0.9% 0
}
.social ul {
}
.social ul li {
	background: #333;
	border: 3px solid #9a9a9a;
	border-radius: 50px;
	float: left;
	height: 27px;
	margin: 5px;
	text-align: center;
	width: 27px;
}
.social ul li i {
	color: #9a9a9a;
	font-size: 18px;
	left: 1px;
	position: relative;
	top: 4px;
}
.social ul li:hover.fb-f {
	border: 3px solid #3b5998;
	margin-top:2px;
}
.social ul li:hover.tw-f {
	border: 3px solid #58faf4;
	margin-top:2px;
}
.social ul li:hover.li-f {
	border: 3px solid #3b8ee4;
	margin-top:2px;
}
.social ul li:hover.fb-f i {
	color:#3b5998
}
.social ul li:hover.tw-f i {
	color:#58faf4
}
.social ul li:hover.li-f i {
	color:#3b8ee4
}
.section {
	margin: 0 auto;
	background: #fff;
}
#popup {
	background: rgba(0, 0, 0, 0.7);
	display:block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}
.cross {
	background: #404040;
	border-radius: 25px;
	cursor: pointer;
	height: 16px;
	padding: 7px;
	position: absolute;
	right: -16px;
	top: -13px;
	width: 16px;
	z-index:9;
}
video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border:3px solid #404040;
	background:#000;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	margin: 15% auto;
	max-width: 100%;
	width: 600px;
	position:relative;
}
.thanks_div {
	text-align:center;
	width:100%; 
}
.mr_top{ margin-top:99px;}
.thanks_div p span img {  display: block;
    margin: 10% auto;
    text-align: center;}
.thanks_div p {
	color: #fff;
	font: 25px "Century Gothic";
	padding: 3% 8% 10%;
	text-align: center;
	text-transform: uppercase;
}
.div7 {
	background: #efefef;
	overflow: hidden;
	padding: 50px 0 70px;
	position: relative;
	width: 100%;
}
.div7 h2 {
	color: #1d1512;
	font: 36px "Century Gothic";
	padding: 0 0 40px;
	text-align: center;
	text-transform: uppercase;
}
.easy_step {
}
.easy_step ul {
}
.easy_step ul li {
	float:left;
	width:230px;
	height:79px;
	margin-right:10px;
	position: relative
}
.easy_icon {
	text-align:center; min-height:50px;
}
.easy_step ul li p {
	text-align:center;
	color: #3a3a3a;
	font:700 15px Arial, Helvetica, sans-serif;
	padding-top: 10px;
	width:100%;
}
.step_arrow {
	position:absolute;
	right:0px;
	top:0px;
}

/*-------------------------------*/
        /*MEDIA QUERY START*/
/*-------------------------------*/
@media (min-width:641px) and (max-width:960px) {
 .header-wrapper {
min-width:100%
}
 .main-wrapper {
 width:95%;
}
 .logo {
 width:200px;
}
 .logo img {
 width:100%;
 height:auto;
}
.nav {
margin: 2.4% 0;
 width: 66%;
}
.form_div {
float: none;
 left: 50%;
 margin-left: -227px;
 position: absolute;
 width: 56%;
}
.order_btn {
display:none;
}
 .form_div h2, .div7 h2, .div4 h2, .div2 h2 {
font-size:19px;
}
.brochure_div span {
font-size:22px;
margin-top: 5%;
}
 .vip_sell {
width:116px;
}
 input[type="text"] {
height:40px;
}
 .form_row {
 margin: 3% 0;
}
 .btn {
height: 26px;
 padding: 8px 0;
}
 .mr_top1 {
 padding-top: 15%;
}
.feature ul li {
width:29%;
}
.feature ul li h3 {
height: 49px;
}
.man {
 left: 9px;
 position: absolute;
 top: 299px;
}
.div4 {
min-height:900px !important;
background-size:900px;
}
.brochure_div ul li {
width:146px;
margin-right: 7px;
}
.easy_image {
width:100%;
height:auto;
}
.easy_step ul li {
width:172px;
}
.cli_div {
 padding: 6px 0;
 width: 44%;
}
.mr_top {
    margin-top: 18px;
}
}
 /*--------------- ipad end ----------------*/
 
 /*--------------- smart phone start  ----------------*/
@media (min-width:0px) and (max-width:320px) {
 .header-wrapper {
min-width: 100%;
}
 .main-wrapper {
 width:95%;
}
 .logo {
 width:157px;
 float:none;
 margin:4% auto;
}
 .logo img {
 width:100%;
 height:auto;
}
 .div1 {
 background-position:center 0;
margin:57px auto 0;
height:auto;
padding:25px 0;
}
.nav {
display:none;
}
 .nav ul li {
font-size:12px;
}
 .nav ul li a {
 color: #303850;
 padding: 8px 4px;
 text-decoration: none;
}
.form_div {
 background:#21548c;
 float: none;
 margin-top: 24px;
 width: 90%;
margin:0 auto;
z-index:1;
}
 .form_div h2 {
font-size:19px;
padding:10px;
text-align:center;
font-weight:bold;
}
 .vip_sell {
width:60px;
}
 input[type="text"] {
height:40px;
width:92%;
}
 .form_row {
 margin: 3% 0;
}
 .btn {
height: 26px;
 padding: 8px 0;
}
 .mr_top1 {
 padding-top: 15%;
}
.vip_sell {
display:none;
}
 .order_btn {
display:none;
}
 .order_btn {
display:none;
}
.brochure_div {
text-align:center;
}
.brochure_div span {
 display:none;
}
.btn_brousher {
width: 68%;
height: 26px;
float:none
}
.btn_brousher {
width: 68%;
height: 26px;
float:none
}
 .feature ul li {
width:100%;
margin-bottom:50px;
text-align:center;
}
.feature ul li p {
font-size:13px;
padding-top:1%;
}
 .div4 h2 span {
font: 16px "Century Gothic";
}
.chat_pai {
top: 139px;
left: 75px;
}
.man {
 left: 2px;
 top: 93%;
 width: 78px;
}
.div4 {
min-height: 407px;
}
.div4 h2, .div2 h2 {
font-size:26px;
}
.cup ul li {
 width:100%;
}
 .div6 {
padding-bottom: 17px;
}
.div6 h2, .div7 h2, .div4 h2, .div2 h2 {
font-size:24px;
}
.div6 h2 span img {
display:none;
}
.growing_business-left, .growing_business-right {
width:100%;
}
.growing_business-left h3, .growing_business-right h3 {
font-size:20px;
}
.growing_business-left ul li, .growing_business-left p, .growing_business-right p {
font-size:12px;
}
.growing_business-right h3.mr-top, .growing_business-left h3.mr-top {
margin-top:0px;
}
.form_row.mr-r, .form_row.mr-wi {
width: 100%;
}
textarea {
width: 91.3%;
}
.btn_blue {
padding:6px 10px;
}
.form_row.mr-w {
 margin: 4% 0;
}
#footer {
height:auto;
overflow:hidden;
}
#footer p {
float:none;
text-align:center;
}
.social {
float: none;
 margin: 0 auto;
 width: 146px;
}
.header {
height:55px;
}
.brochure_div ul li {
float:none;
margin: 0 auto 25px;
}
 .test_div {
border:none;
width:100%;
}
.test_pic {
float:none;
margin:0 auto;
text-align:center;
}
 .test_div h2 {
float:none;
margin:0 auto;
text-align:center;
}
 .cli_div {
width:100%;
text-align:center;
}
 .icon {
float:none;
margin:0 auto
}
 .easy_image {
width:100%;
height:auto;
}
 .step_arrow {
display:none;
}
.easy_step ul li {
width:100%;
margin-bottom:30px;
}
.growing_business-left h3 {
font-size:21px;
}
input.sm_wi2[type="text"] {
 width: 61%;
}
.btn {
width:99%
}
.mr_top {
    margin-top: 18px;
}
}
   /*--------------- smart phone end  ----------------*/
   
   
     /*--------------- iphone start  ----------------*/
@media (min-width:321px) and (max-width:480px) {
 .header-wrapper {
min-width: 100%;
}
 .header {
height:55px;
}
 .main-wrapper {
 width:95%;
}
 .logo {
 float: none;
 margin: 4% auto 2%;
 width: 157px;
}
 .logo img {
 width:100%;
 height:auto;
}
 .div1 {
 background-position:center 0;
margin:57px auto 0;
height:auto;
padding:25px 0;
}
 .nav {
 float: none;
display:none;
 margin: 4% 0;
 width: 100%;
}
.nav ul li {
font-size:13px;
}
 .nav ul li a {
padding: 9px 5px;
}
.form_div {
float: none;
 width: 89%;
margin-top:7%;
z-index:1;
margin:0 auto;
}
 .form_div h2 {
 font-size: 19px;
 font-weight: bold;
 padding: 10px;
 text-align: center;
}
 .vip_sell {
width:60px;
}
 input[type="text"] {
height:40px;
}
 .form_row {
 margin: 3% 0;
}
 .btn {
height: 26px;
 padding: 8px 0;
}
 .mr_top1 {
 padding-top: 20%;
}
.vip_sell {
display:none;
}
 .order_btn {
display:none;
}
.brochure_div {
text-align:center;
}
.brochure_div span {
font-size:15px;
float:none;
margin-top: 2%;
}
.btn_brousher {
width: 68%;
height: 26px;
float:none
}
.feature ul li {
width:100%;
margin-bottom:20px;
}
 .man {
 left: 2px;
 top: 93%;
 width: 78px;
}
.chat_pai {
 left: 124px;
 position: absolute;
 top: 159px;
}
.man {
 left: 2px;
 top: 93%;
 width: 109px;
}
.div4 {
min-height: 535px;
}
.cup ul li {
width:100%;
margin-bottom:20px;
}
 .div6 h2, .div7 h2, .div4 h2, .div2 h2 {
font-size:22px;
}
.growing_business-left h3, .growing_business-right h3 {
font-size:19px;
}
.div6 h2 span img {
 left: 13%;
}
.div6 h2 span img {
display:none;
}
.growing_business-left, .growing_business-right {
width:100%;
}
.growing_business-right h3.mr-top, .growing_business-left h3.mr-top {
margin:0px;
}
#footer {
height:auto;
overflow:hidden;
}
#footer p {
padding-top:4%;
float:none;
text-align:center;
}
.social {
 margin: 1.5% 0;
}
.social {
float: none;
 margin: 0 auto;
 width: 146px;
}
 .cross {
display:none;
}
.feature ul li {
 margin-bottom: 50px;
 text-align: center;
 width: 100%;
}
.feature ul li p {
padding-top: 1%;
}
.test_div {
border:none;
width:100%;
}
.test_pic {
float:none;
margin:0 auto;
text-align:center;
}
 .test_div h2 {
float:none;
margin:0 auto;
text-align:center;
}
 .cli_div {
width:100%;
text-align:center;
}
.icon {
float:none;
margin:0 auto
}
.brochure_div ul li {
float:none;
margin:0 auto;
}
.easy_image {
width:100%;
height:auto;
}
.step_arrow {
display:none;
}
.easy_step ul li {
width:100%;
margin-bottom:30px;
}
input.sm_wi2[type="text"] {
 width: 65.4%;
}
input[type="text"] {
 height: 40px;
 width: 92%;
}
textarea {
 width: 91.3%;
}
.btn {
width:99%
}
.mr_top {
    margin-top: 18px;
}
}
     /*--------------- iphone end  ----------------*/
	 
	 
	 /*--------------- iphone ore start  ----------------*/
@media (min-width:481px) and (max-width:640px) {
 .header-wrapper {
min-width: 100%;
}
 .header {
height:55px;
}
 .main-wrapper {
 width:95%;
}
 .logo {
 float: none;
 margin: 6px auto 2%;
 width: 177px;
}
 .logo img {
 width:100%;
 height:auto;
}
.div1 {
 background-position:center 80px;
 height:291px;
}
.nav {
 float: none;
 margin: 2% 0;
 width: 100%;
}
.nav ul li {
font-size:15px;
}
 .nav ul li a {
padding: 7px 18px;
}
.form_div {
float: none;
 width: 91%;
}
 .form_div h2, .div7 h2, .div4 h2, .div2 h2 {
font-size:19px;
}
.growing_business-left h3, .growing_business-right h3 {
font-size:16px;
}
 .vip_sell {
width:60px;
}
 input[type="text"] {
height:40px;
}
 .form_row {
 margin: 3% 0;
}
 .btn {
height: 26px;
 padding: 8px 0;
}
 .mr_top1 {
 padding-top: 15%;
}
.vip_sell {
display:none;
}
.order_btn {
display:none;
}
 .order_btn {
display:none;
}
.brochure_div {
text-align:center;
}
.brochure_div span {
font-size:19px;
float:none;
margin-top: 1%;
}
.btn_brousher {
width: 68%;
height: 26px;
float:none
}
.feature ul li {
width:100%;
}
.div6 h2 span img {
display:none;
}
.growing_business-left, .growing_business-right {
width:100%;
}
.growing_business-right h3.mr-top, .growing_business-left h3.mr-top {
margin:0px;
}
#footer {
height:auto;
overflow:hidden;
}
#footer p {
padding-top:4%;
float:none;
text-align:center;
}
.social {
 margin: 1.5% 0;
}
.social {
float: none;
 margin: 0 auto;
 width: 146px;
}
 .cross {
display:none;
}
.feature ul li {
 margin-bottom: 50px;
 text-align: center;
 width: 100%;
}
.icon {
float:none;
margin:0 auto
}
.brochure_div ul li {
float:none;
margin:0 auto;
}
.easy_image {
width:100%;
height:auto;
}
.test_div {
border:none;
width:100%;
}
.test_pic {
float:none;
margin:0 auto;
text-align:center;
}
 .test_div h2 {
float:none;
margin:0 auto;
text-align:center;
}
.cli_div {
width:100%;
text-align:center;
}
input.sm_wi2[type="text"] {
 width: 231px;
}
.mr_top {
    margin-top: 18px;
}
}

	 /*--------------- iphone ore end  ----------------*/

	 
	 

.required {
    color: #e17070;
    font: 700 12px Arial,Helvetica,sans-serif;
    padding: 0 0 3px;
}