@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: 'Inter';
	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: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-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;
	}
	

/*====header====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:65px;
	}
.header{
	float:left;
	width:100%;
	height:65px;
	margin-top:-65px;
	top:65px;
	position:relative;
	background:#fff;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-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);
	}
.header-row{
	width:100%;
	height:65px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}			
.logo{
	float:left;
	width:155px;
	}
.header .call__info{
	width:220px;
	background:#fff;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	border-radius:7px;
	overflow:hidden;
	box-shadow:0 0 5px 1px #cedced;
	padding:8px 5px 6px;
    position: relative;
	margin-top:0;
	}
.header .call__icon{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	width:45px;
	flex-shrink:0;
	}
.header .call__icon img{
	width:30px;
	}
.header .call__text{
	text-align:left;
	padding:0 0px 0 10px;
	border-left:1px solid #ccc;
	}
.header .call__text p{
	color:#000;
	font-size:11px;
	line-height:13px;
	}
.header .call__text h3{
	font-size:20px;
	line-height:22px;
	font-weight:700;
	color:#00bf5a;
	}

.button-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:360px;
	margin-top:35px;
	}
.common-btn{
	width:100%;
	height:58px;
	background:#fe6335;
	border-radius:50px;
	font-size:20px;
	line-height:58px;
	color:#fff;
	text-align:center;
	font-weight:700;
	padding:8px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	}
.btn-content{
	width:100%;
	text-align:center;
	}
.btn-arrow-box{
	float:right;
	width:46px;
	height:46px;
	background:#fff;
	border-radius:50%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:0 0 0 0;
	flex-shrink:0;
	}
.btn-arrow{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:11px;
	}
.header-btn .btn-arrow-box{
	width:28px;
	height:28px;
	margin:0 0 0 0;
	}
.header-btn .btn-arrow{
	width:8px;
	}
	
.header-text{
	font-size:15px;
	line-height:21px;
	color:#000;
	font-weight:600;
	position:relative;
	}
.header-text span{ color:#ff2525; font-weight:800;}

.header-text:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:#f00;
	width:6px;
	height:6px;
	border-radius:50%;
	margin:-2px 10px 0 0;
    animation: shadow-pulse 3s infinite;
	}



/*====banner-section====*/
.banner-section{
	float:left;
	width:100%;
	background:url(../images/banner-bg.webp) no-repeat center top;
	background-size:cover;
	padding:40px 0 40px;
	}	
.banner-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.banner-left{
	width:44%;
	text-align:left;
	position:relative;
	}
.banner-rev-text{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:20px;
	color:#000;
	background:#fff;
	border-radius:50px;
	padding:6px 8px;
	}
.banner-rev-text span{
	position:relative;
	}
.banner-rev-text span:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:4px;
	height:4px;
	background:#000;
	border-radius:50%;
	margin:0 5px 0;
	}
.banner-rev-text span:first-child:before{
	display:none;
	}	
.banner-rev-text img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 7px 0 0;
	width:18px;
	}	
.banner-heading{
    font-size:50px;
    line-height:58px;
	letter-spacing:-0.3px;
	color:#0a3d2a;
	font-weight:700;
	margin-top:25px;
	}
.bnr-underline{
	position:relative;
	}
.bnr-underline:before{
	content:"";
	position:absolute;
	bottom:2px;
	background:url(../images/banner-underline.webp) no-repeat center bottom;
	background-size:100%;
	width:144px;
	height:10px;
	}
.banner-text{
    font-size:18px;
    line-height:26px;
	color:#000;
	margin-top:15px;	
	}
.banner-img {
    position: absolute;
    right: -80%;
    top: 125px;
    width: 565px;
	}	
ul.bnr_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
    position: relative;
	margin-top:20px;
	}	
ul.bnr_list li{
	font-size:18px;
    line-height:24px;
	color:#000;
	font-weight:600;
	text-align:left;
	background:url(../images/bnr-list-tike.webp) no-repeat left 3px;
	background-size:19px;
	padding-left:35px;
	margin-top:12px;
	}

.call__info{
	width:320px;
	background:#fff;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	border-radius:7px;
	overflow:hidden;
	box-shadow:0 0 6px 5px #cedced;
	margin:45px 0 0;
	padding:8px 0 6px 0;
    position: relative;
	}
.call__icon{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	width:70px;
	flex-shrink:0;
	}
.call__icon img{
	width:40px;
	}
.call__text{
	text-align:left;
	padding:0 0px 0 15px;
	border-left:1px solid #ccc;
	}
.call__text p{
	color:#000;
	font-size:14px;
	line-height:20px;
	}
.call__text h3{
	font-size:28px;
	line-height:34px;
	font-weight:700;
	color:#00bf5a;
	}


.banner-right{
	width:35%;
	}
	
.form_box{
    background:#0a3d2a;
    border-radius:25px;
	border:1px solid #bff48e;
	overflow:hidden;
	position:relative;
	}
.form_box_header{
	float:left;
	width:100%;
	padding:18px 10px 15px;
	}
.form_box_heading{
	font-size:32px;
	line-height:38px;
	font-weight:800;
	color:#fff;
	}
.form_box_heading span{
	}
.frm-sec{
	float:left;
	width:100%;
	padding:15px 18px 25px;
	}
.form_strip{
	float:left;
	width:100%;
	background:#073524;
	border-top:1px dashed #558552;
	border-bottom:1px dashed #558552;
	padding:7px 10px;
	position:relative;
	}
.form_strip p{
	color:#d0fa93;
    font-size:16px;
    line-height:20px;
	}
.frmfield{
	text-align:left;
	}
.input-fld{
	width:100%;
    height:55px;
	color:#000;
    font-size:18px;
    background:#fff;
	text-align:left;
    border-radius:5px;
	font-family: 'Inter';
	border:1px solid #bdbdbd;
	padding:0 20px;
    outline:none;
    -webkit-appearance:none;
	margin-top:8px;
	}
.input-fld::placeholder{
	color:#2e2e2e;
	}
.input-fld:focus{
	border:1px solid #287cd6;
	transition:all ease .5s;
	box-shadow:5px 5px 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:5px 5px 8px 2px rgba(0,0,0,0.1);
	}  
.input-fld.half-fld{
	width:48%;	
	}
.input-fld.margin-rgt{
	margin-right:4%;
	}
select.input-fld{background:url(../images/select-arw.png)no-repeat center right 10px #fff; padding-right:25px;}
.input-fld.amount-input{background:url(../images/dollar-icon.png)no-repeat center left 8px #fff; background-size:26px; padding-left:40px;}
         
.form_button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:25px;
	}
.form_button{
	width:100%;
	height:56px;
    background: #fe6335;
    border-radius: 50px;
    font-size:26px;
    line-height:56px;
    color: #fff;
    text-align: center;
    font-weight:800;
    padding: 8px;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    align-items: center;
	font-family: 'Inter';
	outline:none;
	border:none;
	}
.form_button_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-3px -7px 0 12px;
	width:21px;
	}
.form_button .btn-content{ padding:0 0 0 45px;}
.form_button_text1{
	color:#fff;
    font-size:13px;
    line-height:20px;
	margin-bottom:7px;
	}
.form_button_text2{
	color:#fff;
    font-size:13px;
    line-height:20px;
	margin-top:7px;
	}
.form_buttom_link{
	color:#fe6335;
	text-decoration:underline;
	}
.form_text{
	color:#fefefe;
    font-size:11px;
    line-height:16px;
	text-align:left;
	margin-top:18px;
	}

/*=====section1=====*/
.section1{
	float:left;
	width:100%;
	background:#fff;
	}
.s1-graph-img{
	position:absolute;
	bottom:0;
	left:0;
	max-width:100%;
	}
.s1-graph-content{
	width:315px;
	position:absolute;
	right:170px;
	bottom:255px;
	background:#fff;
	border-radius:20px;
	box-shadow:0 0 20px 1px rgba(255,32,32,0.2);
	padding:20px 25px 20px;
	text-align:left;
	}
.s1-graph-content-text1{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	}
.s1-graph-content-text2{
	font-size:15px;
	line-height:22px;
	color:#000;
	margin-top:8px;
	}
.s1-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding:100px 0 270px;
	}
.s1-left{
	width:54%;
	text-align:left;
	position:relative;
	z-index:1;
	}
.common-heading{
	font-size:50px;
	line-height:58px;
	letter-spacing:-0.5px;
	color:#0a3d2a;
	font-weight:700;
	}
.common-text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
.s1-manage-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px auto 10px;
	}
.s1-manage-col{
	width:23%;
	text-align:center;
	}
.s1-manage-col-icn{
	display:block;
	margin:0 auto;
	width:50px;
	max-width:100%;
	}
.s1-manage-col-text{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:500;
	margin-top:5px;
	}


/*=====section2=====*/
.section2{
	float:left;
	width:100%;
	background: url(../images/s2-bg.webp) no-repeat center top;
    background-size: cover;
	padding:60px 0 70px;
	}

.s2-row{
	width:100%;
	max-width:970px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:55px auto 0;
	}
.s2-col{
	width:52%;
	text-align:center;
	border-radius:15px;
	padding:20px 30px 25px;
	position:relative;
	}
.s2-col-1{
	background:#d0fa93;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	justify-content:space-between;
	text-align:left;
	}

.s2-col-focus-text{
	font-size:30px;
	line-height:34px;
	color:#0a3d2a;
	font-weight:700;
	}	
.s2-col-list{
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
	}	
.s2-col-list li{
    font-size:18px;
    line-height:24px;
    color: #000;
    font-weight:500;
    text-align: left;
    padding:0 15px 0 20px;
    margin-top:15px;
	position:relative;
	}	
.s2-col-list li:before{
	content:"";
	position:absolute;
	left:0;
	top:8px;
	width:7px;
	height:7px;
	background:#000;
	border-radius:50%;
	}	
	
.s2-col .common-btn{
	height:55px;
	font-size:18px;
	}
.s2-col	.btn-arrow-box{
	width:40px;
	height:40px;
	}
	

.s2-col-2{
	width:45%;
	background:#fff;
	padding:0;
	}
.s2-col-shape{
	position:absolute;
	left:0;
	bottom:40px;
	width:415px;
    max-width: 100%;
	}
.s2-col-girl{
	position:absolute;
	left:30px;
	bottom:0;
	width:255px;
	max-width:100%;
	}
.s2-col-performance{
	width:160px;
	background:#fff;
	border-radius:8px;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	padding:10px 15px;
	text-align:left;
    position: absolute;
    right: 20px;
    top: 65px;
	}
.s2-col-performance-text{
	font-size:12px;
	line-height:14px;
	color:#0a3d2a;
	font-weight:600;
	}
.s2-col-performance-graph{
	display:block;
	margin:0 auto;
	width:157px;
	max-width:100%;
	}
.s2-col-balance-box{
	position:absolute;
	left:0;
	bottom:30px;
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	row-gap:7px;
	padding:0 30px;
	}
.s2-col-balance-row{
	width:47%;
	background:#fff;
	border-radius:7px;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.1); 
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	column-gap:8px;
	margin:0 auto 0;
	padding:6px 10px;
	}
.s2-col-balance-left{
	width:32px;
	height:32px;
	background:#d0fa93;
	border-radius:50%;
	flex-shrink:0;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	}
.s2-col-balance-text{
	font-size:13px;
	line-height:16px;
	color:#000;
	}
.s2-col-balance-right{
	text-align:left;
	}
.s2-col-balance-icn{
	display:block;
	margin:0 auto;
	width:21px;
	max-width:100%;
	}


	
/*=====section3=====*/
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.s3-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.s3-left{
	width:47%;
	text-align:left;
	}	
.s3-text1{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:700;
	margin-top:20px;
	}
	
.s3-right{
	width:50%;
	}
.s3-img{
	display:block;
	margin:0 auto;
	width:573px;
	max-width:100%;
	}	
	
/*=====section4=====*/
.section4{
	float:left;
	width:100%;
	background: url(../images/s4-bg.webp) no-repeat center top;
    background-size: cover;
	padding:60px 0 70px;
	}
.s4-text1{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	margin-top:20px;
	}	
.s4-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
    align-items: center;
	padding-right:45px;
	margin:50px auto 0;
	}
.s4-left{
	width:46%;
	text-align:left;
	}
.s4-work-box{
	float:left;
	width:100%;
	}	
.s4-work-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:35px;
	padding:0 0 50px;
	position:relative;
	}
.s4-work-row:before{
	content:"";
	position:absolute;
	left:16px;
	width:3px;
	top:40px;
	bottom:10px;
	background:linear-gradient(180deg, #139d49, #f2f8fb);
	}
.s4-work-row:last-child:before{
	display:none;
	}
.s4-work-row:last-child{
	padding-bottom:0;
	}
.s4-work-row-left{
	width:35px;
	flex-shrink:0;
	}
.s4-work-row-no-text{
	font-size:26px;
	line-height:28px;
	color:#0e182a;
	font-weight:500;
	}
.s4-work-row-right{
	text-align:left;
	}
.s4-work-row-text1{
	font-size:26px;
	line-height:30px;
	color:#0e182a;
	font-weight:600;
	}
.s4-work-row-text2{
	font-size:18px;
	line-height:26px;
	color:#0e182a;
	margin-top:10px;
	}
	
.s4-right{
	width:52%;
	padding-left:70px;
	position:relative;
	}
.s4-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s4-info-img{
	position:absolute;
	left:0;
	top:120px;
	width:264px;
	}
	

/*=====section5=====*/
.section5{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.s5-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}	
.s5-trust-img{
	display:block;
	margin:0 auto;
	width:166px;
	}
	
	
.s5-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	margin:-1px auto 0;
	position:relative;
	}

.s5-col{
	width:18%;
	position:relative;
	padding:105px 0 0;
	}
.s5-col:before{
	content:"";
	position:absolute;
	left:50%;
	right:-75%;
	top:0;
	border-left:1px dashed #8b95ac;
	border-top:1px dashed #8b95ac;
	height:85px;
	border-radius:20px 0 0 0;
	}
.s5-col:nth-child(4):before, .s5-col:last-child:before{
	right:50%;
	left:-75%;
	border-radius:0 20px 0 0;
	border-right:1px dashed #8b95ac;
	border-left:none;
	}
.s5-col:nth-child(2):before{
	right:-25%;
	}
.s5-col:nth-child(4):before{
	left:-25%;
	}
.s5-col-3:before{
	right:0;
	border-radius:0;
	height:130px;
	top:-45px;
	border-top:none;
	}
.s5-col-top{
	display:inline-block;
	vertical-align:top;
	width:94px;
	}
.s5-col-icn{
	display:block;
	margin:0 auto;
	width:94px;
	max-width:100%;
	}
.s5-col-btm{
	text-align:center;
	padding:15px 25px 0;
	}
.s5-col-text1{
	font-size:22px;
	line-height:27px;
	color:#0a3d2a;
	font-weight:600;
	}
.s5-col-text2{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	}

.s5-text1{
	font-size:24px;
	line-height:34px;
	color:#0a3d2a;
	font-weight:700;
	margin-top:50px;
	}


/*=====section6=====*/
.section6{
	float:left;
	width:100%;
	background: url(../images/s4-bg.webp) no-repeat center top;
    background-size: cover;
	padding:60px 0 70px;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:800px;
	width:100%;
	margin:20px auto 0;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	border-radius:12px;
    position:relative;
	margin-top:18px;
	background:#fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	}
.accordion{
	font-size:18px;
	line-height:24px;
	color:#000000;
	text-align:left;
	font-weight:600;
	background:url(../images/close.webp) no-repeat right 35px center;
	background-size:15px;
	padding:25px 50px 25px 30px;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat right 35px center;
	background-size:15px;
	}
	.accordion.acdn-heading.openHedAcc {
		background:url(../images/open.webp) no-repeat right 35px center;
	background-size:15px;
	}
.acdn-content{
	text-align:left;
	padding:20px 35px 15px 30px;
	position:relative;
	}
.acdn-content:before{
	content:"";
	position:absolute;
	border-top:2px solid #eee;
	left:30px;
	right:30px;
	top:0;
	}
.acdn-para{
	color:#181819;
	font-size:17px;
	line-height:26px;
	margin-bottom:20px;
	}

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 60px;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	width:130px;
	}
.footer-text1{
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:500;
	margin-top:15px;
	}
.footer-text1 a{ padding:0 5px;}

.footer-text2{
	font-size:12px;
	line-height:20px;
	color:#333333;
	margin-top:15px;
	padding:0 115px;
	}
 


@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(255, 0, 0, .8)}
    50% {box-shadow: 0 0 0 0 rgba(255, 0, 0, .5)}
    100% {box-shadow: 0 0 0 10px transparent}
	}

.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner-heading { font-size:43px; line-height:51px;}
.bnr-underline:before{ width:120px;}
.banner-text { font-size: 17px; line-height: 25px;}

.form_box_heading { font-size:29px; line-height:35px;}
.banner-img {right: -84%; top: 105px; width: 545px;}

.s1-row { padding: 50px 0 200px;}
.s1-graph-content { right: 120px;}

.common-heading {font-size: 43px; line-height: 51px;}

.s2-col-shape { width:415px;}


.s5-col-btm {padding: 15px 10px 0;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}

.banner-left { width: 50%;}
.banner-heading {font-size: 35px; line-height: 43px;}
.bnr-underline:before { width: 90px;}

.banner-img{ display:none;}
.banner-right {width: 40%;}
.form_box_heading { font-size: 24px; line-height: 32px;}

.common-heading { font-size: 32px; line-height: 40px;}
.common-text{font-size:16px; line-height:24px;}

.s1-row { padding: 50px 0 150px;}
.s1-graph-content { width:250px; right:80px; bottom:170px; padding:20px 20px;}

.s2-row{ margin: 40px auto 0;}
.s2-col { padding: 20px 25px 25px; width:48%;}
.s2-col-focus-text { font-size:25px; line-height: 31px;}
.s2-col-list li { font-size: 16px; line-height: 22px; padding: 0 0 0 20px;}
.s2-col-2 { width: 49%;}
.s2-col-shape { width:365px;}
.s2-col-performance { width: 130px;}
.s2-col-girl { left:0;}
.s2-col-balance-box { padding: 0 20px;}

.s4-row { padding-right: 0; justify-content:center; flex-direction:column-reverse; max-width:600px; margin:30px auto 0;}
.s4-left {width:100%;  text-align: center; margin-top:35px;}
.s4-work-row-text2 { font-size: 17px; line-height: 25px;}
.s4-right { width:80%;}

.s5-col-top { width: 74px;}
.s5-col-btm {padding: 15px 0 0;}
.s5-col-text1 {font-size: 18px; line-height: 24px;}
.s5-col-text2 { font-size: 15px; line-height: 22px;}

.footer-text2 { padding: 0 0;}
}


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

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}

.top-fix-bar{margin-bottom:55px;}
.header { height:55px; margin-top:-55px; top:55px;}
.header-row {height: 55px;}
.logo { width: 90px;}
.header .call__info { width: 175px; border-radius:5px; padding:5px 5px 4px;}
.header .call__icon {width: 30px;flex-shrink: 0;}
.header .call__icon img { width: 22px;}
.header .call__text p { font-size: 9px; line-height: 11px;}
.header .call__text h3 { font-size: 16px; line-height: 20px;}


.banner-section { padding:25px 0 40px; overflow:hidden;}
.banner-left { width: 100%;}
.banner-heading-box-mob{ display:inline-block; vertical-align:top; width:100%; position:relative; padding-right:21%;}
.banner-rev-text { font-size: 12px; line-height: 18px; padding: 5px 8px;}
.banner-rev-text img { margin: -2px 5px 0 0; width: 14px;}
.banner-heading { font-size:27px; line-height:34px; letter-spacing:-0.4px; margin-top: 10px; position: relative; z-index:1;}
.bnr-underline:before { width: 75px; bottom:0;}
.banner-text { font-size: 15px; line-height: 21px; margin-top:10px; position: relative; z-index:1;}
.banner-img { right: -100px; top: 20px; width:310px;}
ul.bnr_list { margin-top: 10px;}
ul.bnr_list li { font-size:15px; line-height:21px; letter-spacing: 0.3px; background-size:16px; padding-left:25px; margin-top:8px; background-position-y:2px;}

.banner-right { width: 100%; margin-top:25px;}
.form_box_header { padding: 15px 10px 12px;}
.form_box_heading { font-size: 25px; line-height: 32px;}

.form_strip { padding: 5px 10px;}
.form_strip p { font-size: 15px; line-height: 20px;}

.input-fld { height: 50px; font-size: 16px; padding: 0 15px;}

.section1{ padding:30px 0 35px;}
.s1-row { padding:0;}
.s1-left { width: 100%; text-align: center;}
.common-heading { font-size:27px; line-height: 35px;}
.button-box { margin-top: 25px;}

.s1-manage-row { margin:15px auto 0; row-gap:25px;}
.s1-manage-col {width:48%;}
.s1-manage-col-icn { width: 45px;}
.s1-manage-col-text { font-size: 15px; line-height: 21px;}

.s1-graph-box{ display:inline-block; vertical-align:top; width:100%; max-width:430px; position:relative; margin-top:0;}
.s1-graph-img{ position:static; display:block; margin:0 0 0 -15px; width:calc(100% + 30px); max-width:none;}
.s1-graph-content { width: 250px; right:40px; bottom:42%; padding:10px 15px;}
.s1-graph-content-text1 {font-size: 16px; line-height: 21px;}
.s1-graph-content-text2 {font-size: 13px; line-height: 19px;}


.section2 { padding:30px 0 35px;}
.s2-row { row-gap: 30px; margin:25px auto 0; padding:0 10px; max-width:430px;}
.s2-col { width: 100%;}
.s2-col-2 { padding:0 0 0 20px;}
.s2-col-shape { width:320px;  bottom:20px;}
.s2-col-girl { position:relative; left:auto; display:block; width: 210px; margin-top:-20px;}
.s2-col-balance-box { bottom: 20px; padding:0 15px;}
.s2-col-balance-text { font-size: 12px; line-height: 16px;}

.s2-col-performance { width:110px; right:20px; padding:10px 10px;}
.s2-col-performance-text { font-size: 11px; line-height: 14px;}

.s2-col-1 { padding: 20px 20px 25px;}
.s2-col-focus-text { font-size: 21px; line-height: 27px;}
.s2-col-list { margin-top: 5px;}
.s2-col-list li { margin-top: 10px; font-size:15px; line-height:21px;}
.s2-col-list li:before { top: 8px; width: 6px; height: 6px;}

.section3 { padding:30px 0 35px;}
.s3-left { width: 100%; text-align: center;}
.s3-text1 { font-size: 16px; line-height: 24px;}
.s3-img{ margin:20px auto 0;}

.section4 { padding:30px 0 40px;}
.s4-text1 { font-size: 16px; line-height: 24px; margin-top: 12px;}
.s4-row { margin: 25px auto 0;}
.s4-left { width: 100%; text-align: center; margin-top: 25px;}
.s4-right {width:100%; max-width:500px; padding-left: 30px;}
.s4-work-row {column-gap: 15px; padding: 0 0 35px;}
.s4-work-row-no-text {font-size: 21px; line-height: 26px;}
.s4-work-row-text1 { font-size: 20px; line-height:26px;}
.s4-work-row-text2 { font-size: 16px; line-height: 22px;}

.section5 { padding:30px 0 40px;}
.s5-trust-img{ width:145px; margin: 0 auto -20px;}
.s5-row { flex-wrap:wrap; margin:0 auto 0; row-gap:20px;}
.s5-col { width:100%; padding:100px 0 0;}
.s5-col:before{ border-radius:0; right:auto;}
.s5-col:nth-child(2):before { right:auto;}
.s5-col-3:before { height: 85px; top:0;}
.s5-col:nth-child(4):before, .s5-col:last-child:before {right: auto; left:50%; border-radius:0;}
.s5-col-top { width:70px;}
.s5-col-btm{ padding:10px 37px 0;}
.s5-col-text1 { font-size: 20px; line-height: 24px;}
.s5-col-text2 { font-size: 16px; line-height: 23px; margin-top:8px;}

.s5-text1 { font-size: 18px; line-height: 26px; margin-top: 30px;}

.section6 { padding: 30px 0 35px;}
.faq-container { margin: 5px auto 0; padding: 0 8px 10px;}
.up-slide-dwn { border-radius: 10px; margin-top: 15px;}
.accordion { font-size: 16px; line-height: 22px; background-size: 12px; padding: 10px 30px 10px 15px; background-position:96% center; min-height:55px; align-content:center;}
.acdn-heading.accordion-open{background-size: 12px; background-position:96% center;}
.acdn-content { padding: 15px 15px 0px 15px;}
.acdn-content:before{ left:15px; right:15px;}
.acdn-para { font-size: 16px; line-height: 23px;}

.footer {padding:25px 0 30px;}
.ftr-logo { margin: 0 auto 20px; width: 100px;}
.footer-text2 {font-size: 12px; line-height: 18px;}

.margin-top15{ margin-top:15px;}
}

