@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'DM Sans';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*====FONTS====*/
@font-face {
	font-family: 'DM Sans';
	src: url('DMSans-Regular.woff2') format('woff2'),
	url('DMSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'DM Sans';
	src: url('DMSans-Medium.woff2') format('woff2'),
	url('DMSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'DM Sans';
	src: url('DMSans-SemiBold.woff2') format('woff2'),
	url('DMSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'DM Sans';
	src: url('DMSans-Bold.woff2') format('woff2'),
	url('DMSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'DM Sans';
	src: url('DMSans-ExtraBold.woff2') format('woff2'),
	url('DMSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-Medium.woff2') format('woff2'),
	url('Figtree-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-Bold.woff2') format('woff2'),
	url('Figtree-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-ExtraBold.woff2') format('woff2'),
	url('Figtree-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN_CSS_START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*====Top-Fix-Bar====*/
.header{
	float:left;
	width:100%;
	height:75px;
	background:#fff;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	position:relative;
	z-index:2;
	}				
.logo{
	float:left;
	margin-top:18px;
	width:163px;
	}
.header_call{
	float:right;
	font-size:18px;
	line-height:26px;
	color:#255daa;
	font-weight:800;
	font-family: 'Figtree';
	margin-top:25px;
	}
.call_icon{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	width:17px;
	}
/*====Banner====*/
.banner{
	float:left;
	width:100%;
	background:#f4f9ff;
	padding:50px 0;
	position:relative;
	}
.banner_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:840px;
	}
.banner_heading{
	font-size:67px;
	line-height:65px;
	color:#000;
	font-weight:700;
	font-family: 'Figtree';
	letter-spacing:0.5px;
	}
.banner_heading span{
	color:#03c467;
	}
.banner_subheading{
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	color:#000;
	margin-top:30px;
	}
/*RANGE*/
.range-row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:800px;
	margin:40px 0 0;
	}
.range-pricebox{
	float:left;
	width:100%;
	
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;	
	}
.rangeSliderbox{
	width:77%;
	}
.range-row .input-button-row{
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 40px;
	}
.range-row .input-button-row .loan-amount-field{
	float: none;
    width: 100%;
    max-width: 350px;
    margin: 0;
	}
.range-row .input-button-row .common_btn{
	max-width: 350px;
	width: 100%;
	}
.range-row .loan-amount-field .plninput{
	float: left;
	width: 100%;
	height: 66px;
	border: 1px solid #707070;
	padding: 0 15px;
	font-size: 24px;
	line-height: 20px;
	font-family: 'DM Sans', sans-serif;
	margin-top: 0;
	color: #000;
	border-radius: 10px;
	outline: none;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: bold;
    background: #fff;
	}
.range-row .loan-amount-field .plninput::placeholder{
    color: #999;
    font-weight: normal;
	}
.range-row .loan-amount-field.white .plninput{
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
	}
.range-row .loan-amount-field.white .plninput::placeholder{
    color: rgba(255, 255, 255, 0.7);
	}
.range-row .stopvalue-error{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #dc3545;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
	}
.range-row .stopvalue-error.white{
    color: #ffd54f !important;
    font-weight: 600;
	}
.range-row .loan-amount-field .plninput.input-error{
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
	}
.range-row .loan-amount-field.white .plninput.input-error{
    border-color: #ff6b6b;
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.25);
	}
.range-prc-txt{
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	color:#000;
	}
.secure_text{
	font-size:13px;
	line-height:20px;
	color:#000;
	margin-top:14px;
	opacity:0.8;
	}
.secure_text.centered{
	float: left;
	width: 100%;
	text-align: center;
	}



ul.banner_selct_point{
	float:left;
	width:100%;
	
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:40px;
	}
ul.banner_selct_point li{
	font-size:14px;
	line-height:18px;
	color:#565656;
	font-weight:500;
	text-align:left;
	}
ul.banner_selct_point li span{ font-weight:bold;}
ul.banner_selct_point li img{
	display:inline-block;
	vertical-align:middle;
	margin:0 6px 0 0;
	width:30px;
	}
.banner_prod{
	position:absolute;
	top:0;
	right:-370px;
	z-index:2;
	}
.dot_bg{
	position:absolute;
	left:-44px;
	top:490px;
	}
/*====promise_sec====*/
.promise_sec{
	float:left;
	width:100%;
	padding:50px 0 50px;
	}
.promise_head{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#16355f;
	font-weight:bold;
	}
ul.promise_row{
	float:left;
	width:100%;
	margin-top:25px;
	
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
	justify-content: space-between;
	align-items: center;
	}
ul.promise_row li{
	float:left;
	margin:0 0;
	}
ul.promise_row li img{
	display:block;
	margin:0 auto;
	}

/*========Section_1========*/
.section_1{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2faff;
	}
.s1_left{
	float:left;
	width:50%;
	position:relative;
	margin-top:10px;
	z-index:1;
	}
.payout_box{
	float:left;
	width:70%;
	background:#04549b;
	background-size:cover;
	padding:45px 35px;
	color:#fff;
	border-radius:15px;
	}
.payout_text{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	letter-spacing:0;
	}
.payout_text span{color:#faff64;}
.payout_prog_sec{
	float:left;
	width:100%;
	}
.pay_prog_bar{
	float:left;
	width:100%;
	position:relative;
	}
.pay_prog_curv{
	position: relative;
    overflow: hidden;
    width: 370px;
    left: -25px;
    height: 190px;
    margin: 0 auto;
	}
.bar{
	position:absolute;
    top:25px;
    left:30px;
    width:330px;
    height:330px;
    border-radius:50%;
    box-sizing:border-box;
    border:6px solid #eee;
    border-bottom-color:#47ffb4;
    border-right-color:#47ffb4;
	}
.bar:after{
	content:'';
	position:absolute;
	left:40px;
    top:267px;
	width:34px;
	height:36px;
	background:url(../../images/lp15/prog_icon.png) no-repeat center center;
	background-size:90%;
	transform: rotate(41deg);
	}
.pay_out_info{
	float:left;
	width:100%;
	margin-top:-90px;
	position:relative;
	}
.max_pay{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	}
.pay_prc{
	font-size:40px;
	line-height:40px;
	float:left;
	width:100%;
	font-weight:bold;
	margin:25px 0 10px;
	}
.s1_lft_img{
	float:right;
	margin-top: -155px;
    z-index: -1;
    position: relative;
	right:40px;
	border-radius:15px;
	}
.s1_dots{
	position: absolute;
    right: 115px;
    top:125px;
	z-index:-1;
	}
.busi_qlty{
	position: absolute;
    right: -55px;
    top: 40px;
    text-align: left;
	width:260px;
	}
.brief_icon{
	border-radius:50%;
	border:5px solid #fff;
	display:inline-block;
	vertical-align:middle;
	}
.busi_qlty p{
	font-size:18px;
	line-height:26px;
	font-weight:700;
	color:#000;
	width:calc(100% - 100px);
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
	font-family: 'Figtree';
	}

.s1_right{
	float:right;
	width:48%;
	text-align:left;
	}
.common_heading{
	float:left;
	width:100%;
	font-size:55px;
	line-height:60px;
	font-weight:800;
	color:#000;
	font-family: 'Figtree';
	}
.common_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:normal;
	margin-top:25px;
	}
ul.sec1_list{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.sec1_list li{
	float:left;
	width:100%;
	text-align:left;
	padding-left:17px;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:normal;
	margin-top:12px;
	position:relative;
	}
ul.sec1_list li:after{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	width:6px;
	height:6px;
	margin-top:-2px;
	background:#255daa;
	border-radius:50%;
	}
.btn_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:230px;
	margin-top:35px;
	}
a.common_btn,button.common_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:50px;
	font-size:18px;
	line-height:52px;
	color:#fff;
	font-weight:bold;
	font-family: 'Figtree';
	border-radius:50px;
	background:#04d36f;
	letter-spacing:0.5px;
	text-align:center;
	text-transform:uppercase;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	}
a.common_btn:hover,button.common_btn:hover{
	background:#03b85f;
	/* transform:translateY(-1px); */
	box-shadow:0 4px 12px rgba(4, 211, 111, 0.4);
	}
.banner_button{
	max-width: 360px;
    margin-top: 35px;
	}
.banner_button a.common_btn{
	height: 60px;
    font-size: 20px;
    line-height: 62px;
	}
/*====section_2====*/
.section_2{
	float:left;
	width:100%;
	padding:60px 0;
	}
.sec2_row{
	float:left;
	width:100%;
	
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
	justify-content: space-between;
	margin-bottom:20px;
	}
.sec2_col{
	width:31%;
	background:#fff;
	box-shadow:0px 10px 15px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 10px 15px 1px rgba(0,0,0,0.1);
	margin-top:40px;
	padding:30px 30px 30px;
	text-align:left;
	}
.s2_icon{
	float:left;
	width:112px;
	}
.s2_col_head{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:700;
	font-family: 'Figtree';
	margin-top:20px;
	}
.s2_text1{ margin-top:12px; min-height:156px;}
.s2_text2{
	float:left;
	width:100%;
	border-top:3px solid #efe9e1;
	margin-top:25px;
	padding-top:25px;
	}
/*========Section_3========*/
.section_3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2faff;
	}
.s3_left{
	float:left;
	width:38%;
	text-align:left;
	}
ul.s3_face_box{
	float:left;
	width:100%;
	margin:30px 0 0;
	display:flex;
	flex-wrap:wrap;
	row-gap:15px;
	column-gap:6.66%;
	justify-content:space-between;
	}
ul.s3_face_box li{
	width:20%;
	}
ul.s3_face_box li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}
.s3_right{
	float:right;
	width:57%;
	text-align:left;
	margin-top:15px;
	}
.s3_accordion{
	float:left;
	width:100%;
	border-bottom:2px dotted #6d7174;
	cursor:pointer;
	}
.s3_accordion:first-child{ padding-top:0;}
.s3_accordion:last-child{
	padding-bottom:0;
	border-bottom:none;
	}
.s3_accordion_head{
	float:left;
	width:100%;
	color:#000;
	font-size:22px;
	line-height:30px;
	font-weight:600;
	letter-spacing:0.5px;
	position:relative;
	padding:25px 40px 25px 70px;
	background:url(../../images/lp15/close.png) no-repeat 98% 50%;
	}
.s3_accordion_head.active{ background:url(../../images/lp15/open.png) no-repeat 98% 50%;}
.s3_accordion_head img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 50px;
	}
.s3_accordion_content{
	float:left;
	width:100%;
	padding-left:70px;
	margin-bottom:25px;
	}
.s3_accordion_text{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.5px;
	}
.s3__accordion_text sup {
    font-size: 45%;
	line-height:100%;
    font-weight: 500;
	}
/*========Section_4========*/
.section_4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.review_box{
	float:left;
	width:100%;
	margin-top:30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.review_col{
	float:left;
	width:31.5%;
	padding:25px 30px;
	border-radius:15px;
	box-shadow:0 4px 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 8px 2px rgba(0,0,0,0.1);
	position:relative;
	margin:40px 0 15px;
	text-align:left;
	}
.rev_img{
	position:absolute;
	right:35px;
	top:-36px;
	border:4px solid #fff;
	box-shadow:0 6px 8px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 6px 8px 1px rgba(0,0,0,0.1);
	border-radius:50%;
	width:68px;
	}
.rev_star{
	float:left;
	width:74px;
	}
.rev_text1{ margin-top:15px; min-height:338px;}
.rev_name{
	float:left;
	width:100%;
	margin-top:35px;
	font-size:18px;
	line-height:26px;
	color:#255daa;
	font-weight:bold;
	}
.rev_name span{
	color:#00c838;
	font-weight:normal;
	font-size:14px;
	}
.rev_name img{
	float:right;
	width:21px;
	margin-top:4px;
	}
/*========Section_5========*/
.section_5{
	float:left;
	width:100%;
	padding:20px 0 60px;
	background:#fff;
	}
.sec5_mid{
	float:left;
	width:100%;
	background:#255daa;
	padding:50px 0 55px;
	border-radius:10px;
	}
.sec5_mid .common_heading{ font-size:50px; line-height:56px;}
.sec5_mid .common_text{ margin-top:10px;}
.s5_mid_inner{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:40px 0 10px;
	max-width:890px;
	}
.s5_text{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.3px;
	margin-bottom:25px;
	}


/*====footer====*/
.footer{
	float:left;
	width:100%;
	padding:20px 0 60px;
	}
.footer_logo{
	display:block;
	margin:0 auto 15px;
	width:180px;
	}
.footer_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#081936;
	font-weight:normal;
	margin:10px 0 0;
	letter-spacing:0.5px;
	}
.footer_text a{ padding:0 10px;}


/*=======================*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff !important;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}



.common_heading{ font-size:45px; line-height:50px;}
.common_text{ font-size:17px; line-height:25px;}
ul.sec1_list li{ font-size:16px; line-height:24px; margin-top:8px;}
.payout_box{ padding:25px 30px;}
.payout_text{ font-size:18px; line-height:24px;}
.pay_prog_curv{ width:325px; height:160px;}
.bar{ width:280px; height:280px;}
.bar:after{left:36px; top:228px;}
.pay_prc{ font-size:33px; line-height:33px;}
.max_pay{ font-size:16px; line-height:20px;}
.busi_qlty{ right:-85px;}

.sec2_col{ width:32%; padding:25px 20px 25px;}
.review_col{padding:20px 20px 25px;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.banner_heading {font-size: 60px;line-height: 57px;}

ul.banner_selct_point li{ width:33.33%; padding:0 20px 0 40px; position:relative;}
ul.banner_selct_point li img{ position:absolute; left:0; top:50%; margin-top:-15px;}
.rangeSliderbox {width: 73%;}

ul.promise_row li{ padding:0 10px;}
ul.promise_row li img{ max-width:100%;}

.busi_qlty{ display:none;}
.payout_box{ width:80%; padding:20px 25px;}
.pay_prc{ font-size:28px; line-height:28px; margin:22px 0 10px;}
.pay_prog_curv{width:275px;height: 145px;}
.bar{width: 240px;height: 240px;}
.bar:after{left: 21px;top: 185px;background-size: 20px;}
.s1_lft_img{ width:250px; margin-top:-130px;}

.s1_right{ width:50%;}
.common_heading, .sec5_mid .common_heading{ font-size:35px; line-height:41px;}
ul.sec1_list li{ width:100%;}
ul.sec1_list li:after{ margin-top:-3px;}
.common_text{ letter-spacing:0.3px; margin-top:20px;}

.s2_icon{ width:80px;}
.sec2_col{ padding:15px 10px 20px;}
.s2_col_head{ font-size:19px; line-height:28px;}
.s2_text1{ margin-top:10px; min-height:200px;}
.s2_text2{ margin-top:20px; padding-top:20px; min-height:73px;}

.s3_right{ margin-top:0; width:60%;}
.s3_accordion_head{font-size:18px;line-height:26px;padding:22px 20px 22px 56px; background-size:14px;}
.s3_accordion_head.active{ background-size:14px;}
.s3_accordion_head img{ width:35px;}

.review_box{ padding:0 100px;}
.review_col{ width:100%;}
.rev_text1{ min-height:1px;}

.sec5_mid{ padding:40px 30px;}
.s5_mid_inner{ margin:25px 0 10px;}
ul.business_choose_box li{ width:19%;}
.s5_mid_inner ul.business_choose_box{ margin-top:20px;}
.s5_mid_inner ul.business_choose_box li p{ font-size:16px; line-height:20px;}
.s5_mid_inner ul.business_choose_box li img{ width:55px; margin:0 auto 8px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.header{height:55px;}
.logo{ width:135px; margin-top:12px;}
.header_call{font-size:15px;line-height:20px;margin-top:20px;}
.call_icon{margin:-4px 8px 0 0;width:14px;}

.banner{ padding:30px 0 35px;}
.banner_heading {font-size: 35px;line-height: 38px;}
.banner_subheading {font-size: 20px; line-height: 24px; margin-top: 15px;}

.range-row {margin: 30px 0 0; padding:0 5px;} 
.range-pricebox{flex-wrap: wrap; position:relative;}
.rangeSliderbox{ width:100%;}
.range-prc-txt {font-size: 15px;line-height: 24px; position:absolute; bottom:-35px;}
.range-left-text{ left:0;}
.range-right-text{ right:0;}
.secure_text{ font-size:12px;}




ul.banner_selct_point{ width:100%;flex-wrap: wrap;row-gap: 35px;justify-content: center;}
ul.banner_selct_point li{ width:100%; max-width:280px;padding: 0 10px 0 60px;font-size: 16px; line-height: 20px;}
ul.banner_selct_point li img{ width:50px;margin-top: -25px;}


.promise_sec{ padding:30px 0 30px;}
.promise_head{ font-size:16px; line-height:24px;}

ul.promise_row{flex-wrap: wrap; margin-top:0; width:calc(100% + 30px); margin-left:-15px;}
ul.promise_row li{ width:33.33%; margin-top:15px;}
ul.promise_row li img{ width: auto; max-height: 41px;}

.common_heading, .sec5_mid .common_heading { font-size:30px; line-height:34px;}
.common_text{ font-size:16px; line-height:22px; margin-top:12px;}

.section_1{ padding:28px 0 35px;}
.section_1 .common_heading, .section_1 .common_text{ text-align:left;}
.s1_left{ width:100%;}
.payout_box{ width:100%; margin-top:20px;}
.payout_text{ font-size:17px; line-height:25px; letter-spacing:0.5px;}
.s1_lft_img, .s1_dots{ display:none;}
.s1_right{ width:100%;text-align:center;}
.btn_box{ margin-top:25px;}
.pay_prog_curv{width:325px;height:169px;}
.bar{width: 290px;height: 290px;}
.bar:after{left: 29px;top: 228px;background-size: 20px;}
.pay_prc{ font-size:34px; line-height:34px; margin:15px 0 10px;}
ul.sec1_list { float:none;display: inline-block;vertical-align: middle;max-width:290px;}
ul.sec1_list li{ font-size:17px;}

.section_2{ padding:28px 0 35px;}
.sec2_row{flex-wrap: wrap; padding:0 15px;}
.sec2_col{ width:100%; padding:15px 20px 25px;}
.s2_text1, .s2_text2{ min-height:1px;}

.section_3{ padding:28px 0 35px;}
.section_3 .common_heading, .section_3 .common_text{ text-align:left;}
.s3_left{ width:100%; text-align:center;}
.s3_right{ width:100%; margin-top:15px;}
.s3_accordion_head{font-size:17px;line-height:22px;padding:18px 20px 18px 55px;background-size:12px;}
.s3_accordion_head.active{ background-size:12px;}
.s3_accordion_content{ margin-bottom:18px; padding-left:0;}
.s3_accordion_text{ font-size:16px; line-height:22px;}

.section_4{ padding:28px 0 25px;}
.review_box{ padding:0 10px; margin-top:20px;}
.rev_name{ font-size:16px; line-height:22px;}
.rev_name span{ font-size:12px;}

.section_5{ padding:10px 0 15px;}
.sec5_mid{ padding:20px 10px 30px;}
.s5_mid_inner{ margin:20px 0 0;}
.s5_text{ font-size:20px; line-height:24px;}
.s5_mid_inner ul.business_choose_box{ margin-top:5px;}
.s5_mid_inner ul.business_choose_box li p{ font-size:17px; line-height:20px;}
.s5_mid_inner ul.business_choose_box li img{ width:50px;}

.footer{ padding:15px 0 25px;}
.footer_logo{ width:150px;}
.footer_text a{ padding:0 5px;}
.footer_text{ font-size:13px; line-height:19px; margin-top:8px;}


}