@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	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; max-width: 100%; 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;
	}
.fl{ float:left;}
.fr{ float:right;}



/*-----------------------
		 FONTS
------------------------*/
@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;
}

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

/*-----------------------
     MAIN CSS START
------------------------*/
.container{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	position:relative;
	}
	
/*========TOP STRIP========*/	
.top_strip{
    float: left;
    width: 100%;
    padding:11px 0 12px;
    background: #000;
	}
.top_strip p{
	font-size:14px;
	line-height:14px;
	color:#fff;
	font-weight:500;
	}
	
/*==========Header==========*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:60px;
	}
.header{
	float:left;
	width:100%;
	height:60px;
	margin-top: -60px;
	position: relative;
	top:60px;
	background:#fff;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 60;
	top: 0;
	background:#fff;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-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);
	}
.logo{
    float: left;
    margin-top: 6px;
    width: 129px;
 }
ul.mainMenu{
	display: inline-block;
	vertical-align: middle;
	margin:24px 0 0 30px;
	}
ul.mainMenu li{
	float: left;
	padding: 0 20px;
	position:relative;
	}
ul.mainMenu li:first-child:before{ display:none;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight:500;
	}

ul.mainMenu li a:hover, ul.mainMenu li a.active, .fixed-nav .header ul.mainMenu li a:hover, .fixed-nav .header ul.mainMenu li a.active{ color:#ff582f;}
	
.header_button_box{
	float:right;
	/* width: 180px; */
	margin-top: 8px;
	
	display:flex;
	display:-webkit-flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	}	
.header_btn{
	float: right;
	width: 135px;
	height: 42px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-align: center;
	text-transform:capitalize;
	border-radius:6px;
	background:#ff582f;
	}
.login_btn {
	background: black;
}
.login{
	float:left;
	width: 65px;
	}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    left:15px;
    top:17px;
	z-index:16;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	display:inline-block;
	vertical-align:top;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color:#1a1a1a;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#1a1a1a;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#1a1a1a;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:89px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:50px;}
.mobilemenu li{
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}

	
/*========BANNER========*/
.banner{
	float:left;
	width:100%;
	padding:50px 0 60px;
	position:relative;
	border-bottom:1px solid #f1f1f1;
	overflow:hidden;
	background:#f8f8f8;
	}
.banner_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding-bottom:50px;
	position:relative;
	z-index: 1;
	}
.banner_block:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/banner-curve.png) no-repeat bottom;
    background-size: 100% 100%;
    z-index: -1;
	}
.value_strip{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:16px;
	color:#000;
	padding:10px 15px 8px;
	border:1px solid #e1e6f0;
	border-radius:50px;
	background:#fff;
	}
.value_strip p img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-3px 8px 0 0;
	}
.banner_heading{
    font-size:70px;
    line-height:74px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
    text-transform: capitalize;
	}
.gradient_color{
	color: transparent;
	background: #f6951c;
	background: linear-gradient(90deg, #f6951c 38%, #fc6b31 85%);
	-webkit-background-clip: text;
	}
.banner_text{
    font-size: 18px;
    line-height: 26px;
    color: #4a4f59;
    margin-top: 20px;
	}
	
.banner_check_block{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto 0;
    position: relative;
    z-index: 5;
    background: #f8f8f8;
	}
.banner_check_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal2 45s linear infinite;
	}
.banner_check_list li{
	display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    white-space: nowrap;
	}
.banner_check_list li img{
	display:block;
	margin:0 auto 0;
	width:300px;
	border-radius:10px;
	-webkit-box-shadow:0 10px 13px 4px rgba(0,0,0,.1);
	box-shadow:0 10px 13px 4px rgba(0,0,0,.1);
	}
	
@keyframes marquee-horizontal2 {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
	
/*========BUTTON BOX========*/
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
.button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:375px;
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
    max-width: 320px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	border-radius:8px;
	position:relative;
    overflow: hidden;
	background:#ff582f;
	}
.common_button:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	background:url(../images/btn-anim.png) left top no-repeat;
	width:100%;
	animation: anime 2.2s linear infinite;
	}
@keyframes anime{
   0%{left:-30%}
   100%{left:100%}
}
.common_button:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	width:9px;
	height:9px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:rotate(45deg);
	}
.button_points{
	width:100%;
	margin:12px auto 0;	
	
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	align-items: center;
	}
.button_points li{
	font-size:12px;
	line-height:12px;
	color:#0b0b0b;
    letter-spacing: 0.3px;
	padding-left:18px;
	background:url(../images/button-thik.png) no-repeat;
	background-position:center left;
	background-size:12px;
	}

.banner_button_box.button_box{ margin-top:55px;}
.banner_button_box .common_button{
	max-width:285px;
	height:60px;
	line-height:60px;
	-webkit-box-shadow: 0 5px 3px 2px #2e60af;
	box-shadow: 0 5px 3px 2px #2e60af;
	}
	
	

.s4_left .button_box{ margin-top:85px;}
.banner_button .button_width{ max-width:430px;}
.banner_button .common_button{
	max-width: 270px;
    height: 52px;
    font-size: 18px;
    line-height: 50px;
	}
.banner_button .button_points li{
    font-size: 14px;
    line-height: 14px;
    padding-left: 20px;
    background-size: 14px;
	}
	
/*====BRAND BOX====*/
.brand_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:60px;
	}
.brand_heading{
	font-size:18px;
	line-height:18px;
	color:#0b0b0b;
	font-weight:500;
	}
.brand_heading img{
	display:inline-block;
	vertical-align:middle;
	width:72px;
	margin:-1px 12px 0 0;
	}
.scroll_row{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	margin-top:25px;
	}
.brand_strip_list{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal2 45s linear infinite;
		animation-direction: reverse;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.brand_strip_list li{
    padding:0 30px;
    white-space: nowrap;
	}
.brand_strip_list li img{
	display:block;
	margin:0 auto;
	width:auto;
	height:33px;
	max-width:none;
	max-height:100%;
	}
		
/*========SECTION 1========*/
.section1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.common_heading{
	font-size: 50px;
	line-height: 58px;
	color: #000;
	font-weight:bold;
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#4a4f59;
	margin-top:25px;
	}
	
.s1_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin-top:40px;
	padding:40px 70px 0;
	border-radius:15px;
	background:#f8f8f8;
	}
.s1_text{
	font-size:18px;
	line-height:26px;
	color:#36342e;
	font-weight:500;
	}
	
.s1_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	text-align:left;
	}	
.s1_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
    padding-left: 55px;
	background:url(../images/s1-point-arrw.png) no-repeat;
	background-position:top left;
	}
.s1_points li h3{
	font-size:20px;
	line-height:26px;
	color:#0b0b0b;
	font-weight:bold;
	}
.s1_points li p{
	font-size:16px;
	line-height:24px;
	color:#0b0b0b;
	margin-top:10px;
	}
.s1_points li p span{
    padding: 1px 4px 2px;
    line-height: 30px;
    border-radius: 5px;
    background: #fdd8d8;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
	}
.s1-curve{
	display:block;
	margin:30px auto -40px;
	width:191px;
	}
.s1_text2{
	font-size:28px;
	line-height:36px;
	color:#000;
	font-weight:bold;
	margin-top:60px;
	}
		
/*========SECTION 2========*/
.section2{
	float:left;
	width:100%;
	padding:70px 0 70px;
	overflow:hidden;
	background:#fbf9f7;
	}
.s2_block{
	width:100%;
	margin:0 auto 0;	
	
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	}	
.s2_left{
	float:left;
	width:66%;
	text-align:left;
	}
.s2_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.s2_points li{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	padding-left:28px;
	background:url(../images/button-thik.png) no-repeat;
    background-position: top 4px left;
    background-size: 18px;
	}
.orange_color{ color:#f6951c;}
.s2_left .button_width{ max-width:270px;}

.s2_right{
	float:right;
	width:34%;
	}
.s2_brand_box{
	float:right;
	width:100%;
	}
.s2_brand_list{
	float:right;
	width:175px;
	}
.s2_brand_list li{
	width:100%;
	height:64px;
	margin-top:10px;
	border:1px solid #d7d7d7;
	border-radius:15px;
	background:#fff;
	
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	align-items: center;
	}
.s2_brand_list li:first-child{ margin-top:0;}
.s2_brand_list li img{
	display:block;
	margin:0 auto 0;
	width:153px;
	}
.s2-img{
    float: left;
    margin: -60px 0 0 -130px;
    width: 636px;
    max-width: none;
	}
	
.s2_mid_box{
	width:100%;
	margin:60px auto 0;
	
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	}
	
.s2_mid_row{
	width:31.6%;
	text-align:left;
	padding:25px 30px 30px;
	border-radius:12px;
	background:#fff;
	}
.s2_mid_strip{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:500;
	text-align:center;
	border-radius:50px;
	padding:5px 10px 5px;
	background:#fff5ea;
	}
.s2_mid_row h3{
	font-size:47px;
	line-height:47px;
	color:#000;
	margin-top:35px;
	font-weight:500;
	}
.s2_mid_row p{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:6px;
	}
		
/*========SECTION 3========*/
.section3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s3_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:5px 0 20px;
	position:relative;
	}
.s3_box{
	width:100%;
	height: 366px;
	margin:45px auto 0;
	
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	}
.s3_row{
	width:48.8%;
	height: 100%;
	padding: 0 30px 0;
	border:1px solid #ededed;
	border-radius:10px;
	background:#fbf9f7;
	
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	align-items: center;
	}
.s3_row_content{
	float:left;
	width:65%;
	text-align:left;
	}
.feature_strip{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	color:#f6921e;
	padding:5px 14px 5px;
	border:1px solid #f6921e;
	border-radius:50px;
	background:#fff;
	}
.s3_row_heading{
	font-size:36px;
	line-height:44px;
	color:#000;
	font-weight:bold;
	margin-top:12px;
	}
.s3_row_text{
	font-size:18px;
	line-height:26px;
	color:#6c6c6c;
	margin-top:25px;
	}
.s3_row_img_box{
	float:right;
    width: 34.2%;
	height: 100%;
	
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;	
	}
.s3_full_width_box .s3_row{ width:100%;}
.s3_full_width_box .s3_row_content{ width: 42%;}
.s3_full_width_box .s3_row_img_box{width:53%;}
.s3_row3 .s3_row_content{ width: 60%;}
.s3_row3 .s3_row_img_box{ width: 37.5%;}
.s3_row5 .s3_row_content{ width: 55%;}
.s3_row5 .s3_row_img_box{ width: 45%;}
.s3_row6 .s3_row_content{ width: 60%;}
.s3_row6 .s3_row_img_box{ width: 38.5%;}

.s3-row-img{
	display:block;
	margin:0 auto 0;
	filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
	}
.s3-row-img1{ width:577px; filter: drop-shadow(0px -10px 10px rgba(0,0,0,.2));}
.s3-row-img2{ width:174px; filter: drop-shadow(0px -10px 10px rgba(0,0,0,.2));}
.s3-row-img3{ width:202px; margin:0;}
.s3-row-img4{ width:535px; border-radius:8px;}
.s3-row-img5{ width:226px; border-radius:8px;}
.s3-row-img6{ width:200px; margin:0;}
.s3_row.s3_row3, .s3_row.s3_row6{ padding-right:0;}
.s3_row_img_box.align_center{ align-items: center;}
.s3_row_img_box.flex_end{ justify-content: flex-end;}
		
		
/*========SECTION 4========*/
.section4{
	float:left;
	width:100%;
	padding:70px 0 70px;
	background:#fbf9f7;
	}
.s4_left{
	float:left;
	width:40%;
	text-align:left;
	}
	
.s4_right{
    float: right;
    width: 55%;
    text-align: left;
	}
.s4_box{
	width:100%;
	text-align:left;
	row-gap:15px;
		
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s4_col{
	width:31.33%;
	padding:25px 25px 25px;
	border:1px solid #efefef;
	border-radius:6px;
	background:#fff;
	}
.s4-col-icn{
	display:inline-block;
	vertical-align:top;
	width:43px;
	}
.s4_col p{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:600;
	margin-top:20px;
	}
	
/*========SECTION 5========*/
.section5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}	
.s5_box{
	width:100%;
	margin:45px auto 0;
		
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s5_row{
	width:31.33%;
	padding:30px 12px 30px;
	border-radius:10px;
	overflow:hidden;
	background:#fbf9f7;
		
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	}
.s5_row_top{
	float:left;
	width:100%;
	padding:0 13px;
	text-align:left;
	}
.s5_step_strip{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:600;
	padding:6px 14px 9px;
	border-radius:50px;
	background:#fff;
	}
.s5_row_heading{
	font-size:26px;
	line-height:34px;
	color:#000;
	font-weight:600;
	margin-top:15px;
	}
.s5_row_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:12px;
	}
.s5_buttom_box{
	float:left;
	width:100%;
	margin-top:25px;
    min-height: 224px;
	}
.s5-row-img{
	display:block;
	margin:0 auto 0;
	}
.s5_row.s5_row1{ padding-bottom:0;}
.s5-row-img1{ width:320px; filter: drop-shadow(0px -3px 12px rgba(0,0,0,.2));}
.s5-row-img2{ width:311px; border-radius:10px;}

.s5_logo_strip{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
	}
.s5_logo_strip_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal3 15s linear infinite;
	}
.s5_logo_strip_list li{
	display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    white-space: nowrap;
	}
.s5-strip-log{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 40px;
    max-width: none;
    max-height: 100%;
    filter: opacity(0.6) contrast(0.7);
	}
	
@keyframes marquee-horizontal3 {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
	
	
.s5_logo_strip_reverse{
	float: left;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
	}
.s5_marquee_reverse{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
	}
.s5_logo_strip_list_reverse{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
	animation: marquee-horizontal4 15s linear infinite;
	}
.s5_logo_strip_list_reverse li{
	display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    white-space: nowrap;
	}
	
@keyframes marquee-horizontal4 {
	from {transform: translateX(0);}
	to {transform: translateX(100%);}
	}
	
.s5_col{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
.s5_col .s5_row_top{
	display:inline-block;
	vertical-align:top;
	float:none;
	width:100%;
	max-width:502px;
	text-align:center;
	padding:0;
	}
.s5_col .s5_step_strip{ background:#fcf5e9;}
	
/*========SECTION 6========*/
.section6{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fbf9f7;
	}	

.convert_div{
	float:left;
	width:100%;
	margin-bottom:15px;
	}
.convert_tab_list{
	width:100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
    justify-content: center;
	-webkit-justify-content: center;
	column-gap:15px;
	margin-top:40px;
	}
.convert_tab_list li{
	width:145px;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius:50px;
	padding:10px 10px 10px;
	text-align:center;
	cursor:pointer;
	}
.convert_tab_list li.active{
	background: #f6951c;
	}
.convert_tab_list li.active p{
	color: #fff;
	}
.convert_tab_list li p{
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}
.convert_box{
	float:left;
	width:100%;
	margin-top:50px;
	display:none;
	}
.convert_box.active{ display:block;}
.convert_row{
	float:left;
	width:100%;
	text-align:left;
	}
.convert_slide{
	float:left;
	width:100%;
	}
.convert_slide_col{
	float:left;
	width:32%;
	max-width:270px;
	}
.convert-check-img{
	display:block;
	margin:0 auto 10px;
	width:270px;
	border-radius:10px;
	box-shadow:0 4px 8px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
	}
	
/*========SECTION 7========*/
.section7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}	
	
.package_box{
	width:100%;
	margin:45px auto 0;
		
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.package_col{
	width:31.33%;
	text-align:left;
	padding:30px 20px 30px;
	border:1px solid #d7d7d7;
	border-radius:10px;
	background:#fbf9f7;
	}
.package_orange_strip{
	display:inline-block;
	vertical-align:top;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
	padding:7px 20px 9px;
	border-radius: 50px;
	background: #f6951c;
	}
.package_price{
	font-size: 14px;
	line-height: 14px;
	color: #959595;
	font-weight: 600;
	margin-top:20px;
	}
.package_price span{
	font-size:35px;
	color:#000;
	}
.package_incude{
	font-size: 14px;
	line-height: 14px;
	color: #000;
	margin-top:30px;
	}
.package_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
.package_list li{
	width:100%;
	text-align:left;
	margin-top:5px;
	padding:10px 10px 10px 10px;
	border:1px solid #f0f0ef;
	border-radius:5px;	
	background:#fff;
		
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.package_list li div{
	width:24px;
	height:24px;
	background:#fff;
	border:1px solid #f6951c;
	border-radius:3px;
	background:url(../images/package-thik.png) no-repeat center center; 
	background-size:11px !important;
		
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
	}
.package_list li p{
	width:calc(100% - 24px);
	padding-left:15px;
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:600;
	}
.package_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	margin-top:30px;
	}
.package_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:230px;
	height:48px;
	font-size:14px;
	line-height:47px;
	color:#000;
	font-weight:bold;
	text-align:center;
	border:1px solid #fe5e37;
	border-radius:5px;
	position:relative;
	background:#fff8f6;
	}
.package_button:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	width:7px;
	height:7px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	transform:rotate(45deg);
	}
.package_button:hover{
	color:#fff;
	background:#ff582f;
	}
.package_button:hover:after{ border-color:#fff;}
.package_list li.grey_list{
	filter: grayscale(1);
    opacity: 0.8;
	}
.package_list li.grey_list div{ background:url(../images/package-wrong.png) no-repeat center center;}
.package_list li.grey_list p{ font-weight:400;}

.custom_box{
    width: 100%;
    max-width: 640px;
    margin: 50px auto 0;
    padding: 30px 40px 30px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    position: relative;
    background: #fbf9f7;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.custom_box_left{
	width:48%;
	text-align: left;
	}
.custom_box_right{
	width:48%;
	text-align: right;
	}
.custom_orange_strip{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    padding: 7px 20px 9px;
    border-radius: 50px;
    background: #f6951c;
 }
.custom_plan{
    font-size: 35px;
    line-height:36px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
 }
.custom_text{
    font-size: 16px;
    line-height:24px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
 }
.custom_text span{ color:#fe5e37;}

		
/*========SECTION 8========*/
.section8{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fbf9f7;
	}	
	
.s8_heading{
	width:100%;
    text-align: left;
		
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s8_heading .common_heading{ width:45%;}
.s8_heading .common_text{ width:39%;}
	
.review_slider{
	float:left;
	width:100%;
	margin:50px 0 20px;
	}	
.review_slide{
	float:left;
	max-width:370px;
	border:1px solid #d7d7d7;
	border-radius:6px;
	padding:30px 30px 30px;
	text-align:left;
	background:#fff;
	}
.review_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.review_top h3{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:600;
	}
.review_top p{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:12px;
	}
.review_vrfy_box{
	width:100%;
	margin-top:50px;
		
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.review-img{
	display:block;
	margin:0 auto 0;
	width:43px;
	border-radius:50%;
	}
.review_vrfy_box_inr{
	width:calc(100% - 43px);
	padding-left:15px;
	text-align:left;
	}
.review_vrfy_box_inr h3{
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}
.review_vrfy_box_inr p{
	font-size:12px;
	line-height:12px;
	color:#000;
	margin-top:1px;
	}
		
/*========SECTION 9========*/
.section9{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
	
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:780px;
	text-align:center;
	margin:30px 0 20px;
	}
.up-slide-dwn{
    display: inline-block;
    vertical-align: top;
    width:100%;
    margin:7px 0 3px;
    overflow:hidden;
    border-radius:8px;
    padding: 10px 30px;
    border:1px solid #ece4dc;
    background:#fbf9f7;
 }
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 0px center;
	background-size:18px !important;
	padding: 13px 25px 13px 0;
	font-size:20px;
	line-height:26px;
	color:#000000;
	cursor:pointer;
	position:relative;
	font-weight: 600;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 0px center;
	border-bottom:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size: 16px;
	line-height: 24px;
	color:#000;
	padding: 0 0 15px 0;
	}

/*-----------------------
     INFO SECTION
------------------------*/
.info-sec{
	float:left;
	width:100%;
	background:#fbf9f7;
}
.info-sec-inr{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	padding:60px 20px 40px;
	}
	
.info-sec-links-col{
	text-align:left;
	/*width:19%;*/
	}
.info-sec-links-col-1{
	width:31%;
	padding-right:30px;
	}
.info-sec-log{
	margin:0 0 15px;
	width:134px;
	}
.info-sec-tx{
	font-size:16px;
	line-height:24px;
	color:#474747;
	margin-bottom:15px;
	}
.info-sec-tx2{
	margin-top:30px;
	}
.info-sec-links-col-5{
	width:12%;
	}
.info-sec-links-hd {
    font-size:16px;
    line-height:20px;
    color: #000;
	font-weight:600;
	}
.info-sec-links-list{
	margin-top:30px;
	}
.info-sec-links-list li{
	margin:15px 0 0;
	font-size:16px;
	line-height:24px;
	color:#474747;
	text-align:left;
	position:relative;
	}
.info-sec-links-list li a{
	color:#474747;
	position:relative;
	}

/*========footer========*/
.footer{
	float:left;
	width:100%;
	background:#fbf9f7;
	}
.footer_inner{
	padding:20px 0;
	border-top:1px solid #c2c2c2;
	
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
.footer_text{
	font-size:14px;
	line-height:20px;
	margin:10px 0;
	width:49%;
	}
.footer_text a{margin:0 5px; color:#000;}
.footer_text1{text-align:left;}
.footer_text2{text-align:right;}

/*-----------------------
       MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}
.mrgT0{ margin-top:0 !important;}

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

.common_heading{ font-size: 43px; line-height: 53px;}
.s2-img{ margin: -30px 0 0 -60px; width: 486px;}

.s3_row_heading{ font-size: 30px; line-height: 38px;}

.s4_col{ padding: 25px 15px 25px;}
.s4_col p{ font-size: 16px; line-height: 24px;}

.s5_buttom_box{ min-height: 213px;}

}

@media only screen and (max-width:1021px){	    
.container{width:750px;}
.show-tab{display:block;}
.show-desk{ display:none;}

ul.mainMenu li{ padding: 0 10px;}
ul.mainMenu li a{ font-size: 12px; line-height: 12px;}

.banner_block:before{ width: 113%; height: 100%; bottom: 0px; background-size: contain;}
.banner_heading{ font-size: 60px; line-height: 60px;}

.common_heading{ font-size: 42px; line-height: 52px;}
.common_text{ font-size: 17px; line-height: 25px; margin-top: 20px;}

.section1{ padding: 50px 0 60px;}
.s1_text2{ font-size: 25px; line-height: 33px;}

.section2{ padding: 60px 0 60px;}
.s2-img{ margin: 30px 0 0 -10px; width: 366px;}
.s2_points li{ font-size: 17px; line-height: 25px; margin-top: 15px; padding-left: 24px; background-position: top 5px left; background-size: 16px;}
.s2_mid_row h3{ font-size: 40px; line-height: 42px;}

.s2_mid_row{ padding: 25px 20px 30px;}

.section3{ padding: 50px 0 60px;}
.s3_box{ height: 316px; margin: 35px auto 0;}
.s3_row{ padding: 0 20px 0;}
.s3_row_heading{ font-size: 23px; line-height: 28px;}
.s3_row_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}
.s3_row_content{ width: 61%;}
.s3_row5 .s3_row_content{ width: 54%;}
.s3_row5 .s3_row_img_box{ width: 41%;}

.section4{ padding: 60px 0 60px;}
.s4_left{ width: 52%;}
.s4_right{ width: 45%;}
.s4_box{ row-gap: 9px;}
.s4_col{ padding: 15px 10px 15px;}
.s4-col-icn{ width: 33px;}
.s4_col p{ font-size: 12px; line-height: 19px;}

.section5{ padding: 50px 0 60px;}
.s5_box{ margin: 35px auto 0;}
.s5_row{ padding: 20px 7px 20px;}
.s5_row_top{ padding: 0 8px;}
.s5_step_strip{ font-size: 12px; line-height: 12px; padding: 6px 12px 8px;}
.s5_row_heading{ font-size: 20px; line-height: 28px; margin-top: 15px;}
.s5_row_text{ font-size: 16px; line-height: 24px; margin-top: 12px;}
.s5_buttom_box{ min-height: 162px; margin-top:5px;}

.section6{ padding: 50px 0 60px;}
.convert_box{ margin-top: 30px;}

.section7{ padding: 50px 0 60px;}
.s8_heading .common_heading{ width: 58%;}

.section8{ padding: 50px 0 60px;}

.section9{ padding: 50px 0 60px;}

.info-sec-inr{ padding: 50px 20px 40px; flex-wrap: wrap;}
.info-sec-links-col-1{ width: 100%; padding-right: 0; margin-bottom: 20px;}


}

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

.top_strip{ padding: 10px 0 11px;}
.top_strip p{ font-size: 12px; line-height: 12px;}

.top-fix-bar{ margin-bottom: 55px;}
.header{ height: 55px; margin-top: -55px; top: 55px;}

.logo{ display:inline-block; float:none; width:100px;}
.header_btn:not(.login) { display:none;}
.header_button_box{ width: auto; margin-top: 6px;}
/* .login{ width: 22px;} */

.banner{ padding: 25px 0 20px;}
.banner_block{ padding-bottom: 30px;}
.banner_block:before{ width: 708px; height: 55%; bottom: 98px; left: 50%; background-size: contain;}
.brand_box{ margin-top: 35px;}
.value_strip{ font-size: 14px; line-height: 14px; padding: 10px 13px 8px;}
.value_strip p img{ width: 15px; margin: -3px 8px 0 0;}
.banner_heading{ font-size: 29px; line-height: 35px; margin-top: 10px;}
.banner_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}

.button_box{ margin-top:30px !important; text-align:center;}
.button_width{ max-width: 325px !important;}
.common_button{ max-width: 270px !important; height: 52px !important; font-size: 18px !important; line-height: 50px !important;}
.button_points{ margin: 10px auto 0;}
.button_points li{ font-size: 10px !important; line-height: 13px !important; padding-left: 18px !important; background-size: 11px !important;}

.scroll_row{ margin-top: 20px;}
.brand_strip_list li{ padding: 0 15px;}
.brand_strip_list li img{ height: 24px;}

.common_heading{ font-size: 26px; line-height: 32px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}

.section1{ padding: 30px 0 35px;}
.s1_block{ margin-top: 30px; padding: 25px 20px 0;}
.s1_text{ font-size: 17px; line-height: 25px;}
.s1_points li h3{ font-size: 18px; line-height: 24px;}
.s1_points li{ background-position: top 3px left; margin-top: 25px; padding-left: 38px; background-size: 20px;}
.s1-curve{ margin: 20px auto -30px; width: 150px;}
.s1_text2{ font-size: 20px; line-height: 30px; margin-top: 50px;}

.section2{ padding: 30px 0 35px;}
.s2_block{ flex-wrap: wrap;}
.s2_left{ width: 100%;}
.s2_right{ width:100%; margin-top:10px;}
.s2_points{ margin-top: 10px;}
.s2_points li{ font-size: 16px; line-height: 24px; margin-top: 12px; background-position: top 5px left; background-size: 15px;}
.s2-img{ width:100%; max-width:100%; margin:0 auto 0; float:none;}
.s2_brand_box{ margin-top:10px;}
.s2_brand_list{ width:100%; margin: 0 auto 0; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.s2_brand_list li{ width: 31.33%; height: 44px; padding: 7px; margin-top: 0; border-radius: 10px;}

.s2_mid_box{ max-width: 360px; margin: 30px auto 40px; padding: 0 20px; row-gap: 20px; flex-wrap: wrap;}
.s2_mid_row{ width:100%; padding: 25px 20px 30px;}
.s2_mid_row h3{ font-size: 36px; line-height: 36px; margin-top: 25px;}

.section3{ padding: 30px 0 35px;}
.s3_block{ max-width: 420px;}
.s3_box{ width: 100%; height: auto; margin: 0 auto 0; flex-wrap: wrap;}
.s3_row{ width: 100% !important; flex-wrap: wrap; padding: 25px 25px 0 !important; margin:25px auto 0;}
.s3_row_content{ width: 100% !important;}
.s3_row_img_box{ width:100% !important; margin-top:25px; justify-content: center !important; align-items: center !important;}
.feature_strip{ font-size: 12px; line-height: 12px;}
.s3_row_heading{ font-size: 26px; line-height: 31px;}
.s3-row-img1{ width: 265px;}
.s3-row-img2-m{ width: 174px; margin:0 auto 0; filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, .2));}
.s3-row-img3-mob{ margin:0 auto 0; width:270px; filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, .2));}
.s3-row-img4{ width: 302px; border-radius:8px 8px 0 0;}
.s3-row-img5-m{ width: 226px; border-radius:8px 8px 0 0; margin:0 auto 0; filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, .2));}
.s3-row-img6-mob{ margin:0 auto 0; width:298px; filter: drop-shadow(0px -7px 7px rgba(0, 0, 0, .2));}

.section4{ padding: 30px 0 35px;}
.s4_left{ width: 100%;}
.s4_right{ width: 100%; margin-top: 25px;}
.s4_box{ row-gap: 8px; column-gap: 2%;}
.s4_col{ padding: 20px 15px 20px; width: 49%;}
.s4_col p{ font-size: 16px; line-height: 23px; margin-top: 15px;}
.s4-col-icn{ width: 43px;}

.section5{ padding: 30px 0 35px;}
.s5_logo_strip:first-child{ margin-top:0;}
.s5_row{ width: 100%;}
.s5_box{ max-width: 420px; margin: 25px auto 0; row-gap: 25px;}
.s5_col{ max-width: 400px;}
.s5_buttom_box{ min-height: auto; margin-top: 20px;}

.section6{ padding: 30px 0 35px;}
.convert_tab_list{ column-gap: 5px; margin-top: 30px;}
.convert_tab_list li{ width: 23%; border-radius: 5px; padding: 6px 6px 6px; display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; align-items: center;}
.convert_tab_list li p{ font-size: 14px; line-height: 17px;}
.convert_div{ margin-bottom: 10px; width:calc(100% + 30px); margin-left:-15px;}

.section7{ padding: 30px 0 35px;}
.package_box{ max-width:420px; margin: 30px auto 0; padding:0 10px; row-gap: 20px;}
.package_col{ width:100%; padding:25px 20px 25px;}
.package_orange_strip, .custom_orange_strip{ font-size: 17px;}
.package_price span{ font-size: 30px;}
.custom_plan{ font-size: 30px; line-height: 30px;}
.custom_box_mob{ display:inline-block; vertical-align:top; max-width:420px; margin: 20px 0 0; padding:0 10px;}
.custom_box_left{ width: 100%;}
.custom_box_right{ width: 100%; text-align: left;}
.custom_box{ margin: 0 auto 0; padding: 25px 20px 25px;}

.section8{ padding: 30px 0 35px;}
.s8_heading .common_heading{ width:100%;}
.s8_heading .common_text{ width:100%; margin-top:15px !important;}
.review_slider{ margin: 30px 0 10px;}
.review_slide{ padding: 20px 20px 20px; max-width:100%;}
.review_top h3{ font-size: 19px; line-height: 27px;}
.review_top p{ font-size: 16px; line-height: 24px;}
.review_vrfy_box{ margin-top: 30px;}

.section9{ padding: 30px 0 35px;}
.faq-container{ margin: 30px 0 5px;}
.up-slide-dwn{ padding: 5px 20px;}
.accordion{ background-size: 15px !important; padding: 10px 21px 10px 0; font-size: 19px; line-height: 25px;}

.info-sec-inr{ padding: 35px 0 20px; row-gap: 35px;}
.info-sec-links-col-1{ margin-bottom: 0;}
.info-sec-log{ margin: 0 0 12px; width: 110px;}
.info-sec-tx{ font-size: 15px; line-height: 23px; margin-bottom: 12px;}
.info-sec-links-col-1 .info-sec-tx{ margin-bottom:0}
.info-sec-links-list{ margin-top: 20px;}
.info-sec-links-hd{ font-size: 15px; line-height: 19px;}
.info-sec-links-list li{ margin: 10px 0 0; font-size: 15px; line-height: 23px;}
.info-sec-tx2{ margin-top: 20px;}
.info-sec-links-col{ width:100%;}

.footer_inner{ flex-wrap: wrap; padding:10px 0 20px; flex-direction: column-reverse;}
.footer_text{ width:100%; font-size: 13px; line-height: 19px; text-align:center; margin:10px 0 0;}
}