@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: 'Montserrat';
	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: 'Montserrat';
    src: url('Montserrat-Regular.woff2') format('woff2'),
    url('Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic.woff2') format('woff2'),
    url('Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Medium.woff2') format('woff2'),
    url('Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.woff2') format('woff2'),
    url('Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.woff2') format('woff2'),
    url('Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    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:74px;
	}
.header{
	float:left;
	width:100%;
	height:74px;
	margin-top:-74px;
	top:74px;
	position:relative;
	background:#fff;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 8px 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);
	}				
.logo{
	float:left;
	width:146px;
	margin-top:17px;
	}
.header-btn{
	float:right;
	width:100%;
	max-width:196px;
	height:49px;
	background:#2a4d69;
	border-radius:45px;
	font-size:16px;
	line-height:48px;
	color:#fff;
	font-weight:700;
	text-align:center;
	margin-top:13px;
	transition: all .2s linear;
	}

	.hdr-btn-arw{
		display:inline-block;
		vertical-align:middle;
		width:18px;
		margin:-2px 0 0 6px;
		transition: all .2s linear;
	}
/*====common-css====*/
.common-heading{
	font-size: 45px;
    line-height: 50px;
    color: #000;
    font-weight: bold;
	}
.black{ color:#000;}
.common-text{
	font-size:18px;
	line-height:26px;
	color:#0a0a0a;
	font-weight:500;
	margin-top:20px;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:396px;
	margin-top:35px;
	text-align:center;
	}
.common-button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:58px;
	background:#2a4d69;
	border-radius:45px;
	font-size:20px;
	line-height:55px;
	color:#fff;
	font-weight:700;
	text-align:center;
	position:relative;
	z-index:2;
	letter-spacing:0.5px;
		transition: all .2s linear;
	}
.btn-arrow{
	display:inline-block;
	vertical-align:middle;
		transition: all .2s linear;
	width:21px;
	margin:-2px 0 0 15px;
	}
/* .common-button:hover,
	.header-btn:hover{
	color:#2a4d69;
	background:#fff;
	box-shadow: 0 0 0 2px #2a4d69;
	}
	.common-button:hover .btn-arrow,
	.header-btn:hover .hdr-btn-arw{
		filter: invert(1);
	} */
.common-button.growani{
	background-color: #D64550;
}
	.bounceani{
		-webkit-animation: bounce .4s ease infinite alternate;
		animation: bounce .4s ease infinite alternate;
	}
@-webkit-keyframes bounce {
  to {
    transform:translateY(-20px);
	filter: drop-shadow(0px 2px 5px #0001);
  }
}
@keyframes bounce {
  to {
    transform:translateY(-20px);
	filter: drop-shadow(0px 5px 10px #0002);
  }
}
.btn-secure-text{
	font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 8px;
    padding-left: 15px;
	}
.lock-icn{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	margin:-4px 5px 0 0;
	}
/*====banner-section====*/
.banner-section{
	float:left;
	width:100%;
	padding:35px 0 70px;
	background: #F0F6FF;
    background: linear-gradient(180deg, rgba(240, 246, 255, 1) 0%, rgba(240, 246, 255, 0.85) 75%, rgba(240, 246, 255, 0) 100%);
	}
.banner_inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:930px;
	text-align:center;
	position: relative;
	}
.banner_trust_text{
	font-size:17px;
	line-height:27px;
	color:#000;
	font-weight:500;
	}
.banner_trust_text img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5px;
	}
.banner_heading{
	font-size:49px;
	line-height:58px;
	font-weight:bold;
	color:#000;
	margin-top:15px;
	}
.banner_heading span{
	color:#2a4d69;}
.banner_paragraph{
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:400;
	margin-top:20px;
	}
.banner_paragraph span{
	text-decoration:underline;
	}
.banner_points {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 385px;
}
ul.banner_points_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
ul.banner_points_list li{
	font-size: 20px;
    line-height: 26px;
    color: #070707;
    font-weight: 600;
    margin-top: 10px;
    padding-left: 32px;
    background: url(../images/bnr_check_icon.webp) no-repeat left 2px;
    background-size: 23px;
    text-align: left;
	}
.banner_imgs{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:-130px 0 0;
	}
/*====as_seen_strip====*/
.as_seen_strip{
	float:left;
	width:100%;
	padding:25px 0;
	background:#f8f8f8;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	}
.as_seen_box{
	display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
	width:100%;
	}
.as_seen_box p{
	font-size:18px;
	line-height:24px;
	font-weight:600;
	padding-right:25px;
	margin-right:30px;
	border-right:1px solid #9b9595;
	}
ul.feature_logo_list {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    column-gap:40px;
	}
ul.feature_logo_list li {
	text-align:center;
	position:relative;
	}
ul.feature_logo_list li img{
	display:block;
	margin:0 auto;
	height:30px;
	width:auto;
	}
/*====section-1====*/
.section-1{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.sec1_row{
	width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 55px auto 10px;
	}
.sec1_col {
    width: 32%;
    text-align: center;
    position: relative;
	}
.sec1_col:after {
	content: '';
	position: absolute;
	z-index:1;
	top:7px;
	left:53%;
	right:-54%;
	height:2px;
	letter-spacing:2px;
	background: url(../images/line-d.webp) repeat-x left top;
    animation: line_d 10s infinite linear;
	}
@keyframes line_d {
    0% {background-position-x: 0;}
    100% {background-position-x: 100%;}
	}
.sec1_col:last-child:after{ display:none;}
.s1_col_dot {
    display: block;
    margin: 0px auto ;
	position:relative;
	background: #2a4d69;
    width:27px;
    height:27px;
    border-radius: 50%;
    border:7px solid #e5e9ed;
	z-index:2;
	}
.s1_col_step_text{
    color: #2a4d69;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top:10px;
	}
.s1_dot{
	display:block;
	margin:0 auto;
	width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2a4d69;
    animation: shadow-pulse 3s infinite;
	z-index:2;
	}
@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)}
    50% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)}
    100% {box-shadow: 0 0 0 20px transparent}
	}
.s1_step-text{
	font-size:20px;
	line-height:24px;
	color:#2a4d69;
	font-weight:bold;
	margin-top:15px;
	}
.s1_col_img_bx{
	width:100%;
	margin-top:30px;
	}
img.s1_col_img_bx-img.newimage {
    box-shadow: unset;
    max-width: 150px;
    position: relative;
    z-index: 2;
}	
.s1_col_img_bx-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:310px;
	border-radius:10px;
	box-shadow:0 1px 9px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 9px 0 rgba(0,0,0,0.2);
	}
.s1_col_btm{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:24px 0 0;
	text-align:center;
	}
.s1_col_btm_hdng{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.s1_col_btm_text{
	font-size:18px;
	line-height:28px;
	color:#000;
	margin-top:15px;
	font-weight:500;
	}
/*====strip====*/
.strip{
	float:left;
	width:100%;
	padding:25px 0;
	background:#fff;
	border-top:1px solid #e3e9ee;
	border-bottom:1px solid #e3e9ee;
	}
.strip_list{
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0;
    column-gap: 20px;
    padding: 0 30px;

}
.strip_list li{
	text-align:left;
	position:relative;
	padding-left: 45px;
	}
.strip_list li p{
	font-size:19px;
	line-height:24px;
	color:#2a4d69;
	font-weight:600;
	}
.strip_list li img{
	position:absolute;
	top:50%;
	left:0;
	width:33px;
	margin-top:-16px;
	}
/*====section-2====*/
.section-2{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f3f7fa;
	}
.sec2_inner{
	width:100%;
	margin:0 auto;
	display:flex;
	display:-webkit-flex;
	-webkit-box-align: center;
    align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:45px;
	}
.sec2_inner_left{
	width:49%;
	}
.s2_image{
	display:block;
	margin:0 auto;
	width:570px;
	max-width:100%;
	box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.2);
	border-radius:15px;
	border:1px solid #a8bbc7;
	}
.sec2_inner_right{
	width:46%;
	text-align:left;
	}
ul.s2_list{
	float:left;
	width:85%;
	}
ul.s2_list li{
	float:left;
	width:100%;
	margin-top:18px;
	display:flex;
	display:-webkit-flex;
    align-items: center;
	justify-content: space-between;
	border-bottom:1px solid #dbdcde;
	padding-bottom:18px;
	text-align:left;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
ul.s2_list li:last-child{ border-bottom:none;}
.s2_icn_bx{
	width:43px;
	}
.s2_li_icn{
	display:block;
	margin:0 auto;
	max-width: 100%;
	}
.s2_li_content{
	width:calc(100% - 43px);
	text-align:left;
	padding-left:15px;
	}
/*====section-3====*/
.section-3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.sec3_image{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:946px;
	margin-top:25px;
	}
.s3_row{
	width:100%;
	max-width:850px;
	margin:20px auto 20px;
	display:flex;
	display:-webkit-flex;
	-webkit-box-align: center;
    align-items: flex-start;
	justify-content: space-between;
	flex-wrap:wrap;
	position:relative;
	}
.s3_col{
	width:100%;
	text-align:left;
	position:relative;
	padding:0 30px 30px 45px;
	border-bottom:1px solid #ddd;
	margin-top:30px;
	background: url(../images/s3_check_icon.webp) no-repeat left 2px;
    background-size: 25px;
	}
.s3_col:last-child{ border:none; padding-bottom:0;}
.s3_col_heading{
	font-size:25px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.s3_col_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:500;
	margin-top:15px;
	}
	
	
/*====section-4====*/
.section-4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f3f7fa;
	overflow:hidden;
	}
.sec4_inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}
.sec4_right{
	width:58%;
	float:right;
	text-align:left;
	position:relative;
	}
ul.sec4_list{
	float:left;
	width:75%;
	margin-top:20px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	}
ul.sec4_list li{
	float:left;
	width:100%;
	position:relative;
	padding-bottom:18px;
	margin-top:18px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	}
ul.sec4_list li:last-child{ }
.s4_li_imgbx{
	width:45px;
	}
.s4_li_icon{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:auto;
	}
.s4_li_content {
	width: calc(100% - 45px);
	text-align: left;
	padding-left: 12px;
	}
.s4_li_content p{
	font-size:18px;
	line-height:28px;
	color:#000;
	font-weight:600;
	}
ul.sec4_list li:before{
	position:absolute;
	content:"";
	width:13px;
	height:13px;
	border-radius:50%;
	background:#799cb7;
	bottom: -5px;
    left: -21%;
	}
ul.sec4_list li:nth-child(1):before{ left:-35%;}

ul.sec4_list li:after{
	position:absolute;
	content:"";
	height:2px;
	border-bottom:2px dotted #799cb7;
	bottom:0;
	right:0;
	}
ul.sec4_list li:nth-child(1):after{ left:-32%;}
ul.sec4_list li:nth-child(2):after{ left:-18%;}
ul.sec4_list li:last-child:before{ display:none;}
ul.sec4_list li:last-child:after{ display:none;}
.sec4_model{
	position:absolute;
	top:-20px;
	left:0;
	max-width: 415px;
	}
/*====section-5====*/
.section-5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.s5-testi-row {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px auto 0px;
	row-gap: 30px;
	position: relative;
	}
.s5-testi-col {
	width: 48.8%;
	background: #fff;
	border:1px solid #d3d5c6;
	border-radius: 10px;
	padding: 25px 20px;
	text-align: left;
	}
.testi-col-hdng {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	font-weight: 700;
	}
.testi-star {
	display: block;
	margin: 12px 0 0;
	width: 120px;
	}
.testi-col-text {
	font-size: 17px;
	line-height: 26px;
	color: #000;
	margin-top: 12px;
	font-style:italic;
	}
.testi-col-verify {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:25px;
	}
.testi-col-verify-name {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.3px;
	color: #000;
	font-weight: 700;
	}
/*====section-6====*/
.section-6{
	float:left;
	width:100%;
	background:#f3f7fa;
	position:relative;
	overflow:hidden;
	}
.s6-content{
	float:left;
	width:52%;
	text-align:left;
	position:relative;
	padding:80px 0 70px 0;
	}
.sec6_image{
	position: absolute;
    top: -25px;
    right: -100px;
	}	

/*====footer====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	}
.footer_logo {
	display:block;
	margin: 0 auto 15px;
	width: 145px;
	}
.footer_text {
    float: left;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	margin-top: 10px;
	letter-spacing: 0.3px;
	}
.footer_text a {
	color: #000;
	padding: 0 10px;
	}
.foot_text2 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width:848px;
	font-size: 16px;
	line-height: 20px;
	color: #626262;
	margin-top: 25px;
	border: 1px solid #d7d7d7;
	padding: 15px 35px;
	}

/*==============*/
.fl{ float:left;}
.fr{ float:right;}

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

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

.banner_imgs {margin: -115px 0 0;}


.strip_list li p {font-size: 18px;}

.common-heading{ font-size:42px;}

.sec2_inner_right {width: 48%;}
ul.s2_list li:last-child {padding-bottom: 0;}

.s3_col_text {font-size: 17px;line-height: 24px;}

.sec4_model{left:-45px;}

.s6-content{ width:50%; padding: 60px 0 60px 0;}
.sec6_image{right:-180px; top: -10px;}

}

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

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

.banner-section{padding:30px 0 50px;}
.banner_inner{max-width:100%;}
.banner_trust_text {font-size: 16px;line-height: 26px;}
.banner_heading {font-size: 36px;line-height: 48px;}
.banner_paragraph{font-size:18px; margin-top:15px;}
ul.banner_points_list{margin-top:10px;}
ul.banner_points_list li {font-size: 18px;line-height: 26px;margin-top: 10px;padding-left: 30px;background-size: 20px;}
.button_box{margin-top:30px;}
.banner_imgs {margin: -85px 0 0;}

.as_seen_strip{padding:20px 0;}

.section-1, .section-2, .section-3, .section-4, .section-5{padding:40px 0;}
.sec1_row{margin:40px auto 0;}



.s1_col_btm_hdng {font-size: 20px;line-height: 26px;}
.s1_col_btm_text {font-size: 17px;line-height: 26px;margin-top: 12px;}

.strip{padding:20px 0;}
.strip_list li {padding-left: 40px; width:33.33%;}
.strip_list li p {font-size: 16px;line-height: 20px;}

.common-heading {font-size: 36px;line-height: 42px;}
.common-text{font-size:17px; margin-top:15px;}
.common-button {height: 55px;font-size: 20px;line-height: 55px;}
.btn-secure-text {font-size: 13px;line-height: 16px;margin-top: 8px; padding:0;}

.sec2_inner{margin-top:30px;}
ul.s2_list li {margin-top: 15px;padding-bottom: 15px;font-size: 16px;line-height: 24px;}
.s2_icn_bx {width: 36px;}
.s2_li_content {width: calc(100% - 36px);padding-left: 12px;}



.sec4_model {left: -125px;}
.sec4_right {width: 60%;}
ul.sec4_list{width:100%;}
.s4_li_content p {font-size: 17px;line-height: 27px;}
ul.sec4_list li:before{ left:-13%;}
ul.sec4_list li:nth-child(1):before {left: -25%;}
ul.sec4_list li:nth-child(1):after {left: -21%;}
ul.sec4_list li:nth-child(2):after {left: -9%;}

.s5-testi-row {margin: 35px auto 0px;row-gap: 20px;}
.s5-testi-col {width: 49%;padding: 20px 15px;}
.testi-col-hdng {font-size: 18px; line-height:24px;}
.testi-col-text{font-size:16px; margin-top:10px;}
.testi-col-verify-name {font-size: 18px;}

.s6-content {width: 65%;padding: 40px 0 40px 0;}
.sec6_image {width: 525px;right: -165px;top: 0px;}

.footer{padding:30px 0;}
.footer_logo{width:130px;}
.footer_text{font-size:16px;}
.foot_text2{padding:15px 15px;}

}

@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:50px;}
.header {height:50px;margin-top: -50px;top: 50px;}
.logo {float: none; width: 110px; display: block; margin:10px auto 0;}

.banner-section {padding:25px 0 35px; overflow: hidden;}
.banner_imgs_mob{width: calc(100% + 30px);margin: 30px -15px 0;}
.shape1_mob{position:absolute; top:-40px; right:0;}
.shape2_mob{position:absolute; top:40%; right:0;}
.shape3_mob{position:absolute; top:38%; left:0;}
.banner_trust_text {font-size: 14px;line-height: 24px;}
.banner_trust_text img{ width:70px; margin:-2px 0 0 5px;}
.banner_heading {font-size:30px;line-height:36px; margin-top:7px;}
.banner_paragraph {font-size: 17px; line-height:25px;margin-top:10px;}
.banner_points{ max-width:330px; margin-top:5px;}
ul.banner_points_list{ padding:0; margin-top:5px;}
ul.banner_points_list li {font-size:17px;line-height:25px;margin-top:8px;padding-left:30px;background-size:19px; background-position:0 3px;}
.button_box {margin-top: 25px;}
.common-button {height: 50px;font-size: 16px;line-height: 50px;}
.btn-arrow {width: 18px;margin: -1px 0 0 15px;}
.btn-secure-text {font-size: 12px;line-height: 16px;margin-top: 10px;}

.as_seen_strip{ padding:17px 0;}
.as_seen_box{flex-wrap: wrap;flex-direction: column;}
.as_seen_box p{ margin:0 0 17px; padding:0; border:none;font-size: 15px;  line-height: 18px; letter-spacing:0.3px;}
ul.feature_logo_list{ column-gap:25px;}
ul.feature_logo_list li img{ height:21px;}

.common-heading {font-size: 27px;line-height:32px;}
.common-text {font-size:15px; line-height:22px; letter-spacing:0.3px;}

.section-1, .section-2, .section-3, .section-4, .section-5{ padding:30px 0 35px;}

.sec1_row {margin: 35px auto 15px;row-gap: 50px;}
.sec1_col{ width:100%; text-align:center; padding-left:15px; padding-right:15px;display: flex;flex-direction: column;}
.s1_col_btm{ text-align:center; margin:10px 0 0;}
.s1_col_img_bx{ margin-top:10px;order: -1;}
.s1_col_img_bx-img{ margin:0 auto;}
.s1_step-text {font-size: 17px;line-height: 20px;margin-top: 34px;order: -1;}
.s1_col_btm_hdng {font-size: 21px;line-height: 24px;}
.s1_col_btm_text{font-size: 15px; line-height: 23px;margin-top: 10px;letter-spacing: 0.3px;}
.s1_dot{ position:absolute; left:calc(50% - 7px); top:2px;width: 14px; height: 14px;}
.sec1_col:after{ right:auto; left:calc(50% - 1px); bottom:-50px; height:auto; width:2px;background: url(../images/line-m.webp) repeat-y left top; animation: line_m 10s infinite linear;}
@keyframes line_m {
    0% {background-position-y: 0;}
    100% {background-position-y: 100%;}
	}


.strip{padding:18px 0; overflow:hidden;}
.brand_strip_scroller{
	float:left;
	width:100%;
	overflow: hidden;
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_brand_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-horizontal 20s linear infinite;
	}
ul.scroll_brand_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 14px;
	position:relative;
	text-align:left;
	font-size:15px;
	line-height:18px;
	color:#2a4d69;
	font-weight:600;
	letter-spacing:0.3px;
	}
ul.scroll_brand_list li img{
	height:28px;
	width:auto;
	margin-right:10px;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}

.section-2{text-align:left;}
.sec2_inner_left {width:100%;}
.sec2_inner_right{width:100%; margin-top: 15px;}
ul.s2_list{width:100%;}
ul.s2_list li{font-size:17px;}
.s2_li_content{ padding-left:20px;}

.section-3{ overflow:hidden;}
.sec3_image{ width:calc(100% + 20px); margin-left:-10px;}
.s3_row{margin: 5px auto 0;}
.s3_col{ padding:0 0 18px 35px; background-size:20px; margin-top:20px;}
.s3_col_heading{font-size:19px; line-height:22px;}
.s3_col_text {font-size: 15px;line-height: 22px;letter-spacing: 0.3px; margin-top:7px;}


.section-4{ overflow:hidden;}
.sec4_inner{ max-width:350px;}
.sec4_model_m {position: absolute;top:230px;left: -105px;}
.sec4_right {width: 50%;}
ul.sec4_list li{flex-wrap:wrap; row-gap: 8px;padding-bottom:24px;margin-top:24px;}
.s4_li_content {width: 100%;padding-left: 0;}
.s4_li_content p {font-size:17px;line-height:24px;}
ul.sec4_list li:before {left: 7%;}
ul.sec4_list li:nth-child(1):before {left: -39%;}
ul.sec4_list li:nth-child(1):after {left: -31%;}
ul.sec4_list li:nth-child(2):after {left: 14%;}
.s4_li_imgbx{ width:40px;}

.s5-testi-row {margin: 30px auto 0px;row-gap: 20px;}
.s5-testi-col{ width:100%; padding: 20px 15px;}
.testi-star{ width:100px;}
.testi-col-text {font-size: 15px; line-height:22px; letter-spacing:0.3px;}
.testi-col-verify{ margin-top:20px;}
.testi-col-verify-name { font-size: 16px;}

.s6-content{ width:100%; padding:30px 0 0; text-align:center;}
.sec6_image_mob{ width: calc(100% + 30px);margin: -90px -15px -5px; display:inline-block;}

.footer {padding: 25px 0;}
.footer_logo {width: 110px;margin: 0 auto 10px;}
.footer_text {font-size: 14px; line-height:24px;}
.foot_text2 {padding: 10px 10px;font-size: 12px;line-height: 18px; margin-top: 20px;}

}