@charset "utf-8";
/*/ CSS Document /*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Gilroy';
	font-weight: 500;
	}
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;}
a:hover {}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}	
	
/*=======FONTS=======*/

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Extrabold.woff2') format('woff2'),
        url('Gilroy-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Bold.woff2') format('woff2'),
        url('Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Heavy.woff2') format('woff2'),
        url('Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.woff2') format('woff2'),
        url('Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Semibold.woff2') format('woff2'),
        url('Gilroy-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.woff2') format('woff2'),
        url('Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*=========Top Strip========*/
.top_strip{
	float:left;
	width:100%;
	padding:7px 0;
	background:#cfff8f;	
	}
.top_strip p{
	font-size:18px;
	line-height:18px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:bold;
	}	
	
/*==========Header==========*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:80px;
	margin-top: -80px;
	position: relative;
	top:80px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	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:14px;
    width: 140px;
	}
ul.mainMenu{
	display: inline-block;
    vertical-align: middle;
    margin: 31px 0 0 0;
	}
ul.mainMenu li{
	float: left;
	padding: 0 15px;
	border-right:1px solid #000;
	}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
	color: #000;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.5px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{
	color: #000;
	}
.nav_btn{
	float: right;
    width: 215px;
    height: 48px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    background: #56c20e;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 16px 0 0 0;
	letter-spacing:0.5px;
	position:relative;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
	}
.nav_btn span{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:40px;
	}
.nav_btn span:before{
	content:'';
	position:absolute;
	top:1.4px;
	right:1px;
	background:url(../images/btn-arrow.png) no-repeat;
	height:40px;
	width:40px;
	background-size:40px;
	}		

/*========BANNER=======*/
.banner_section{
	background:url(../images/banner-bg.jpg) no-repeat center top;
	float: left;
	width: 100%;
	background-size:cover;
	padding:45px 0 60px;
	}
.bnr_left{
	float:left;
	width:56%;
	text-align:left;
	}
.bnr_rev_text{
	font-size:16px;
	line-height:16px;
	color:#fff;
	}
.bnr_rev_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-9px 10px 0 0;
	width:86px;
	}
.bnr_heading{
	font-size:60px;
	line-height:62px;
	color:#fff;
	font-weight:800;
	margin-top:20px;	
	}
.bnr_strip{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #dddddd;
    border-radius: 45px 0 0 45px;
    position: relative;
    padding: 20px 10px 20px 90px;
    margin-top: 25px;
	background: rgb(165,57,55);
	background: linear-gradient(90deg, rgba(165,57,55,0.25) 0%, rgba(74,162,198,0.25) 50%, rgba(121,159,84,0.25) 80%, rgba(165,57,55,0) 100%);
	}
.bnr_strip img{
	position:absolute;
	top:50%;
	left:14px;
	margin-top:-27px;
	}	
.bnr_strip p{
	font-size:19px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	}	
.bnr_strip p strong{
	font-weight:800;
	}	
ul.bnr_list{
	float:left;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	}
ul.bnr_list li{
	float:left;
	width:100%;
	font-size: 21px;
	line-height: 27px;
	color: #fff;
	font-weight:bold;
	padding-left:38px;
	margin-top: 16px;
	background-size:21px;
	position:relative;
	}	
ul.bnr_list li img{
	position:absolute;
	top:0;
	left:0;
	width:26px;
	}	

.button__box{
	float:left;
	width:100%;
	margin-top:55px;
	}
.bnr_left .button__box{ margin-top:40px;}	
.button__width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:410px;
	text-align:center;
	}
.common__button{
	display:inline-block;
	vertical-align:top;
	width:100%;
    height: 68px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 68px;
    background: #56c20e;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
	}
.btn_mnybk_text{
	font-size:15px;
	line-height:15px;
	color:#000;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:12px;
	}
.btn_mnybk_text img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-6px 8px 0 0;
	}		
.bnr_review_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 477px;
    border: 1px solid #008ad8;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    position: relative;
    padding: 0 134px 14px 18px;
    margin-top: 30px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
	}
.quoto_img{
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
	}			
.bnr_revw_text{
	font-size:15px;
	line-height:21px;
	color:#000;
	}
.bnr_revw_text span{
	color:#008ad8;
	font-weight:900;
	}	
.bnr_rev_name{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:900;
	margin-top:12px;
	}
.anthony_pic{
	position:absolute;
	bottom:0;
	right:2px;
	width:122px;
	}	
.bnr_product{
	position: absolute;
    top: 201px;
    right: 130px;
	}
ul.bnr_seal_list{
	position: absolute;
    top: 715px;
    right: 92px;
	}
ul.bnr_seal_list li{
	display:inline-block;
	vertical-align:top;
	margin:0 12px;
	}	
ul.bnr_seal_list li img{
	margin:0 auto 0;
	display:block;
	width:83px;
	}
	
/*=======BRAND STRIP======*/	
.brand_strip{
	float:left;
	width:100%;
	background:#fff;
	padding:20px 0 15px;
	border-bottom:1px solid #cfcfcf;
	}	
.as_seen_text{
	font-size:17px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}	
ul.brand_list{
	margin:15px auto 0;
	width:100%;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	column-gap: 44px;
	}
ul.brand_list li{
	display:inline-block;
	vertical-align:middle;
	}		
ul.brand_list li img{
	margin:0 auto 0;
	display:block;
	}		
ul.brand_list li:nth-child(1) img{ width:134px;}
ul.brand_list li:nth-child(2) img{ width:84px;}
ul.brand_list li:nth-child(3) img{ width:87px;}
ul.brand_list li:nth-child(4) img{ width:115px;}
ul.brand_list li:nth-child(5) img{ width:150px;}	


/*=======SECTION1======*/
.section1{
    float: left;
    width: 100%;
	background:#fff;
	padding:60px 0;
	}	
.common_heading{
    font-size: 48px;
    line-height: 56px;
    color: #19385f;
    font-weight: 800;
	}
.red_text{ color:#ff0000;}

.s1_problem_wrap{
	margin:40px auto 0;
	width:100%;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.problem_box{
	width:31.5%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	text-align:center;
	}
.problem_img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
	border-radius:10px;
	box-shadow:0px 0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 0px 2px #000;
	margin:0 auto 25px;
}
.problem_box h3{
	font-size:25px;
	line-height:30px;
	font-weight:700;
	color:#ff0000;
	width:100%;
}
.problem_box p{
	font-size:18px;
	line-height:26px;
	font-weight:500;
	color:#000;
	margin-top:12px;
}

.s1_btm_text{
	font-size:20px;
	line-height:26px;
	color:#004976;
	font-weight:800;
	margin-top:50px;
	letter-spacing:0.5px;
	}

/*=========SECTION2========*/
.section2{
	background:#f2f8ff;
	float:left;
	width:100%;
	padding:80px 0 60px;
	position:relative;
	}		
.s2_top_arw{
	position:absolute;
	top:-90px;
	left:50%;
	margin-left:-18px;
	}			

.s2_mid_wrap{
	margin:50px auto 0;
	width:100%;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}	
.s2_imagebox{ width:48%;}
.s2_imagebox img{
	margin:0 auto 0;
	display:block;
	border-radius:12px;
	}

.s2_contentbox{
	width:48%;
	text-align:left;
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	letter-spacing:0.3px;
	margin-top:20px;
	}
.mp_0{ margin-top:0 !important;}	
.s2_cont_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	border-top:1px solid #a2acb1;
	border-bottom:1px solid #a2acb1;
	position:relative;
	padding:18px 0 18px 85px;
	margin-top:25px;
	}
.s2_cont_strip img{
	position:absolute;
	top:50%;
	left:0;
	width:75px;
	margin-top:-37.5px;
	}
.s2_cont_strip p{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}

.s2_prod_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	position:relative;
	margin-top:28px;	
	}	
.s2_prdbx_subhead{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:900;
	text-transform:uppercase;
	}
.s2_prdbx_head{
	font-size:38px;
	line-height:40px;
	font-weight:900;
	text-transform:uppercase;
	margin-top:10px;
	}
.hd_clr1{ color:#008ad8;}
.hd_clr2{ color:#e45226;}
.hd_clr3{ color:#59ae31;}

.s2_mgbox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	border-radius:6px;
	overflow:hidden;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
	margin-top:20px;
	}
.s2_mg_header{
	float: left;
    width: 100%;
    background: #41437e;
    padding: 10px 20px;
    font-size: 19px;
    line-height: 19px;
    color: #fff;
    font-weight: bold;
	}
.s2_mg_cont{
	float: left;
    width: 100%;
    background:#fff;
    padding: 15px 20px 15px;
	}		
.s2_mg_text1{
	font-size:22px;
	line-height:22px;
	color:#000;
	font-weight:800;
	text-transform:uppercase;
	}
.s2_mg_text2{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:0;
	}	
.s2_prod_text{
	font-size:19px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:25px;
	padding-right:180px;
	}
.s2_prod{
	position: absolute;
    top: -58px;
    right: -65px;
	}

/*=========SECTION3========*/
.section3{
	float:left;
	width:100%;
	padding:60px 0;
	background: rgb(10,30,60);
	background: linear-gradient(129deg, rgba(10,30,60,1) 0%, rgba(122,82,145,1) 50%, rgba(10,52,98,1) 100%);	
	}
	
.white_text{ color:#fff;}	
	
.s3_mid_wrap{
    margin: 50px auto 0;
    width: 100%;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	row-gap: 30px;
    column-gap:2%;
	}	
.s3_box{
	width:32%;
	text-align:center;
	background:#fff;
	padding:2px;
	border-radius:10px;
	overflow:hidden;
	}	
.s3_box_top{
	float:left;
	width:100%;
	position:relative;
	}	
.s3_bx_imgs{
	margin:0 auto 0;
	display:block;
	border-radius:10px 10px 0 0;
	}
.s3_bx_icns{
	position:absolute;
	top:20px;
	right:20px;
	width:62px;
	}		
.s3_box_cont{
	float:left;
	width:100%;
	padding:25px 30px;
	}	
.s3_box_cont h3{
	font-size:26px;
	line-height:32px;
	color:#000;
	font-weight:800;
	}		
	
.btn_mnybk_white{ color:#fff;}
.btn_mnybk_white img{
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
	}

/*=========SECTION4========*/
.section4{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0;
	}
.s4_mid_wrap{
	float:left;
	width:100%;
	margin-top:50px;
	}
.s4_mid_imgbox{
    float: left;
    width: 54%;
    position: relative;
    padding-left: 62px;
	}	
.s4_mid_imgbox img{
	float:left;
	}	
.s4_mid_content{
	float:right;
	width:46%;
	text-align:left;
	}	
ul.s4_cont_list{
	float:left;
	width:100%;
	}
ul.s4_cont_list li{
	float:left;
	width:100%;
	padding-left:40px;
	margin-bottom:50px;
	position:relative;
	}	
ul.s4_cont_list li:last-child{ margin-bottom:0;}	
ul.s4_cont_list li:before{
	content:'';
	position:absolute;
	top:25px;
	left:0;
	background:#004976;
	width:13px;
	height:13px;
	border-radius:50%;
	}	
ul.s4_cont_list li:after{
	content:'';
	position:absolute;
	top:31px;
	background:#000;
	height:1px;
	}	
ul.s4_cont_list li:nth-child(1):after{ 	
	left:-154px;
	width:154px;
	}	
ul.s4_cont_list li:nth-child(2):after{ 	
	left:-204px;
	width:204px;
	}
ul.s4_cont_list li:nth-child(3):after{ 	
	left:-140px;
	width:140px;
	}
ul.s4_cont_list li:nth-child(4):after{ 	
	left:-192px;
	width:192px;
	}
ul.s4_cont_list li:nth-child(5):after{ 	
	left:-166px;
	width:166px;
	}				
ul.s4_cont_list li h3{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:800;	
	}
ul.s4_cont_list li p{ margin-top:10px;}	

.section4 .button__box{ margin-top:40px;}		

/*=========SECTION5========*/
.section5{
	background:url(../images/sec5.jpg) center top no-repeat;
	background-size:cover;
	float:left;
	width:100%;
	padding:60px 0;
	}
.sec5_inr{
	float:left;
	width:100%;
	background:url(../images/sec5-inr.png) center top no-repeat;
	position:relative;
	margin-top:40px;
}
ul.sec5_lst{
	position:relative;
}
ul.sec5_lst:before{
	content:'';
	display:block;
	margin:75px auto 0;
	width:565px;
	height:565px;
	border:4px solid #b6c9e0;
	border-radius:50%;
}
ul.sec5_lst li{
	width:260px;
	position:absolute;
	z-index:1;
}
.sec5_icn{
	position:absolute;
}
ul.sec5_lst li h3{
	font-size:23px;
	line-height:23px;
	font-weight:700;
	color:#fff;
	background:#008ad8;
	border-radius:100px;
	padding: 8px 15px 6px;
	display:inline-block;
	vertical-align:top;
}
ul.sec5_lst li p{
	font-size:18px;
	line-height:24px;
	font-weight:500;
	margin-top:15px;
}
.sec5_lst--1, .sec5_lst--2{text-align:right; left:0;}
.sec5_lst--3, .sec5_lst--4{text-align:left; right:0;}
.sec5_lst--1{top:160px;}
.sec5_lst--2{top: -45px; left: 100px;}
ul.sec5_lst li.sec5_lst--3{top: -45px; right: 120px; width:240px;}
.sec5_lst--4{top:160px;}
.sec5_lst--1 .sec5_icn{right: -85px; top: 40px;}
.sec5_lst--2 .sec5_icn{right: -95px; top: 60px;}
.sec5_lst--3 .sec5_icn{left: -95px; top: 60px;}
.sec5_lst--4 .sec5_icn{left: -85px; top: 40px;}

.sec5_circle{
	margin:-450px auto 0;
	position:relative;
}
.sec5_circle-img{
	
}
.sec5_logo{
	position:absolute;
	left:50%;
	top:50%;
	margin:-40px 0 0 -74px;
	width:148px;
}
.sec5_img{
	max-width:100%;
	margin:-240px auto -200px;
	position:relative;
}

/*=========SECTION6========*/
.section6{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 0;
	}

.compare_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:910px;
	margin-top:110px;
	}
.comp_col1{
	float: left;
	width: 41%;
	}
ul.comp_col_list{
	float:left;
	width:100%;
	}
ul.comp_col_list li{
	float:left;
	width:100%;
	height:70px;
	display: flex;
    align-items: center;
	font-size:18px;
	line-height:24px;
	color:#000;
	padding:0 10px;
	text-align:left;
	border-bottom:1px solid #000;
	}
ul.comp_col_list li p{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}
.comp_col2{
	float:left;
	width:18%;
	border:2px solid #19385f;
	border-radius:15px;
	background:#f8ebff;
	margin-top:-2px;
	}
.comp-logo{
	display:block;
	margin:15px auto 0;
	width:131px;
	}
.comp_col2 ul.comp_col_list li{
	font-size:22px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	}	
.comp_box_right ul.comp_col_list li{ justify-content: center;}
.comp_col2 ul.comp_col_list li{justify-content: center; border:none;}
.comp_col2 ul.comp_col_list li:last-child{ height:28px; border: none;}
.comp_col2 ul.comp_col_list li:nth-last-child(2){ border-bottom:none;}
.comp_col_top{
	float:left;
	width:100%;
	height:85px;
	text-align:center;
	}
.comp_prod1{
	display:inline-block;
	vertical-align:top;
	margin:-70px auto 0;
	width:150px;
	}
.comp_logo{
    display: inline-block;
    vertical-align: top;
    width: 100px;
	margin-bottom:3px;
	}	
.comp_icon{
	display:block;
	margin:0 auto 0;
	width:35px;
	}
.cross{ width:24px;}	
.comp_box_right{
	float:right;
	width:41%;
	position:relative;
	}
.comp_col{
	float:left;
	width:33.33%;
	}
.comp_col .comp_col_top{
	height: 119px;
    margin-top: -34px;
	}	
.comp_col .comp_icon{ width:30px;}
.comp_brand{
    display: block;
    margin: 0 auto 14px;
    height:72px;
	width: 100%;
	max-width:none;
	object-fit: scale-down;
	}
.comp_col p{
	font-size:16px;
	line-height:17px;
	color:#000;
	font-weight:bold;
	}
	
.grnty_box{
	width:100%;
	max-width:930px;
	margin:60px auto 0;
	padding:0 40px;
	border-radius:12px;
	overflow:hidden;
	background: rgb(10,30,60);
	background: linear-gradient(129deg, rgba(10,30,60,1) 0%, rgba(122,82,145,1) 50%, rgba(10,52,98,1) 100%);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.grnty_seal_box{
	width:175px;
	position:relative;
	min-height: 328px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.grnty_seal_box:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	width:65px;
	background:#605591;
	transform:translateX(-50%);
	}
.money-bak-seal{
	display:block;
	margin:0 auto;
	width:175px;
	position:relative;
	z-index:1;
	}
.grnty_box_cont{
	width:calc(100% - 175px);
	text-align:left;
	padding:30px 0 35px 35px;
	}
.grnty_box_hdg{
	font-size:46px;
	line-height:54px;
	color:#fff;
	font-weight:800;
	text-transform:capitalize;
	}	
.grnty_box_txt{
	font-size:18px;
	line-height:26px;
	color:#fff;
	letter-spacing:0.5px;
	margin-top:25px;
	font-weight:500;
	}
	
/*=========SECTION7========*/
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 0;
	}	
.s7_block{
	float:left;
	width:100%;
	}
.s7_img_box{
	float:left;
	width:43%;
	border: 3px solid #313f74;
	}
.s7_img_box img{
	display:block;
	margin:0 auto 0;
	width:498px;
	}

.s7_block_cont{
	float:right;
	width:53%;
	text-align:left;
	}
.s7_box{
	float:left;
	width:100%;
	margin-top:45px;
	}
.s7_row{
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 25px 0;
	text-align: left;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.s7_row:last-child{
	border-bottom:0;
	padding-bottom:0;
	}
.s7_row:first-child{ padding-top:0;}
.s7_col2{
	width:126px;
	padding-left:15px;
	position:relative;
	}
.s7_col2:before{
	content:'';
	position:absolute;
	top:-35px;
	left:0;
	bottom:-35px;
	width:1px;
	background:#e4e4e4;
	}
.s7_col2_1st_bef:before{ top: -5px;}
.s7_col2_last_bef:before{ bottom: -10px;}
.s7_col2 p{
	font-size: 21px;
	line-height: 24px;
	color: #2f9900;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/s7-thik.png) no-repeat;
	background-position: top 0px left;
	background-size: 24px;
	padding-left: 36px;
	}
.s7_col1{
	width: calc(100% - 126px);
	padding: 0 15px 0 5px;
	}
.s7_col1 p{
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	}
.s7_col1 p img{
	width: 35px;
	margin: 0 20px 0 0;
	}
	
.s7_seal_list{
	float:left;
    width: 100%;
	padding:20px 15px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s7_seal_list li{
	width:24%;
	} 
.s7_seal_list li img{
	display:block;
	margin:0 auto 0;
	width:83px;
	}
	
/*=========SECTION8========*/
.section8{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
	
.s8_block{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 802px;
	margin: 40px 0 20px;
	}	
.s8_order_box{
	float:left;
	width:100%;
	position:relative;
	} 	
.order-box-bg{
	margin:0 auto 0;
	display:block;
	}	
.odr_box_cont{
	position: absolute;
	top: 22px;
	width: 52%;
	right: 30px;
	text-align: left;
	}	
.odr_box_cont h3{
	font-size:32px;
	line-height:32px;
	color:#fff;
	font-weight:800;
	}
.odr_box_cont_txt{
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:500;
	margin-top:15px;
	}
.s8-signature{
	display:inline-block;
	vertical-align:top;
	margin:15px 0 5px;
	width:181px;
	}
.odr_box_fonder_txt{
	font-size:16px;
	line-height:24px;
	color:#fff;
	}
		
.s8_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-top: 25px;
	padding-left:90px;
	}	
.s8_box:before{
	content: '';
	position: absolute;
	top: -23px;
	bottom: 140px;
	left: 46px;
	width: 2px;
	border-left: 2px dotted #155881;
	}	
.s8_row{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	margin-top:35px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.s8_row:before{
	content: '';
	position: absolute;
	top: 2px;
	left:-52px;
	background: #004976;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	}
.s8-col-img{ width:247px; border-radius:8px;}
.s8_col{ width:calc(100% - 300px);}
.s8_row h3{
	font-size:24px;
	line-height:26px;
	color:#004976;
	font-weight:800;
	}	
.s8_row p{
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
	
/*=========SECTION9========*/
.section9{
	float:left;
	width:100%;
	background:#f2f8ff;
	padding:60px 0 70px;
	}
.rating_block{
    width: 100%;
	max-width:650px;
	margin:40px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.rating_box_lft{
	width:100%;
	}	
.rating_box_lft h3{
	font-size:90px;
	line-height:90px;
	color:#000;
	font-weight:bold;
	}
.rating_box_lft img{
	display:block;
	margin:10px auto 10px;
	width:128px;
	}
.rating_box_lft p{
	font-size:19px;
	line-height:20px;
	color:#000;
	font-weight:500;
	margin-top:15px;
	}
	
.rating_box_rgt{
	width:57%;
	}
ul.rating_box_rgt_list{
	float:left;
	width:100%;
	}
ul.rating_box_rgt_list li{
	float:left;
    width: 100%;
	padding:10px 0;
	border-bottom:1px solid #e2e6e9;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
ul.rating_box_rgt_list li:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
ul.rating_box_rgt_list li:first-child{
	padding-top:0;
	}
ul.rating_box_rgt_list li h3{
	font-size:17px;
	line-height:17px;
	color:#000;
	font-weight:bold;
	}
ul.rating_box_rgt_list li p{
	font-size:17px;
	line-height:17px;
	color:#000;
	font-weight:500;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
ul.rating_box_rgt_list li p img{
	width: 80px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
	}

.top_tsti{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin:50px auto 0;
}
.top_tsti_bx{
	width:31%;
	border-radius:10px;
	background:#fff;
	position:relative;
	z-index:1;
	display: flex;
	display: -webkit-flex;
    flex-direction: column;
	-webkit-flex-direction: column;
}
.top_tsti_bx:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:140px;
	background:#004976;
	border-radius:10px 10px 0 0;
	z-index:-1;
}
.top_tsti_nm{
	font-size:13px;
	line-height:15px;
	color:#fff;
	letter-spacing:0.5px;
	margin-top:20px;
}
.top_tsti_nm span{
	font-size:18px;
	line-height:22px;
	font-weight:700;
}
.tsti_star{
	display:block;
	margin:15px auto 0;
	width:110px;
}
.tsti_fc{
	border-radius:50%;
	box-shadow:0px 0px 0px 2px #004976;
	margin:25px auto 0;
	width:72px;
}
.tsti_content{
	padding:30px 30px 40px;
}
.tsti_hdg{
	font-size:22px;
	line-height:26px;
	font-weight:700;
}
.tsti_txt{
	font-size:17px;
	line-height:24px;
	margin-top:15px;
}
.tsti_qute{
	width:37px;
	margin:auto auto -18px;
}
	
.revw_block{
    width: 100%;
	max-width:1030px;
	margin:45px auto 0;
	}
.revw_box{
	width:100%;
	text-align:left;
	border-bottom:1px solid #dfe5ed;
	padding:40px 0 40px 70px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	position:relative;
	}
.revw_box:last-child{border-bottom:none; padding-bottom:10px;}
.revw_box_inr{
	float:left;
	width:100%;
	}
.revw_hdg{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
.rev-star{
	display:inline-block;
	vertical-align:top;
	width:84px;
	margin-top:10px;
	}
.revw_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	margin-top:12px;
	}
.revw_vrfy_box{
    width: 100%;
	margin-top:20px;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.revw_name{
	width:53px;
	height:53px;
	border-radius:50%;
	background:#004976;
	font-size:20px;
	line-height:53px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	left:0;
	}
.revw_vrfy_box_cont{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	}
.revw_vrfy_box_cont h3{
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:bold;
	margin-right:10px;
	}
.revw_vrfy_box_cont p{
	font-size:12px;
	line-height:12px;
	color:#0ab83f;
	}
.revw_vrfy_box_cont p img{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	margin:-6px 4px 0 0;
	}
.revw-page-num{
	display:block;
	margin:50px auto 0;
	width:242px;
	}
	
	
/*=========SECTION10========*/
.section10{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}

.pkg_block{
	width:100%;
	margin:60px auto 0;
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	}
.pkg_box{
	width: 32%;
	border-radius: 10px;
	background: #fff;
	padding: 40px 20px 30px;
	position: relative;
	border:2px solid #e2e2e2;
	}
	
.pkg_box2{
	position:relative;
	z-index:1;
	background: rgb(121,82,145);
	background: linear-gradient(129deg, rgba(121,82,145,1) 0%, rgba(0,73,118,1) 100%);
	border:none;
	}
.pkg_box2:before{
	content:'';
	position:absolute;
	left:2px;
	top:2px;
	bottom:2px;
	right:2px;
	background:#fff;
	z-index:-1;
	border-radius:8px;
}
.pkg_box_hdg{
	font-size:32px;
	line-height:32px;
	color:#000;
	text-transform:uppercase;
	font-weight:800;
	}
.sve-tx{
	font-size:20px;
	line-height:20px;
	font-weight:800;
	color:#5ac60a;
	text-transform:uppercase;
	border:2px dashed #5ac60a;
	padding:5px 10px;
	display:inline-block;
	vertical-align:top;
	border-radius:6px;
	margin-top:12px;
}
.pkg_prod_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:325px;
	position:relative;
	margin-top:10px;
	}
.pkg_prod_box img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.pack_price{
	font-size:43px;
	line-height:44px;
	color:#1a5b9d;
	font-weight:800;
	margin-top:10px;
	}
.retail_price{
	font-size:18px;
	line-height:22px;
	color:#666;
	font-weight:300;
	margin: 10px 0 20px;
}
.retail_price span{
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin:0 15px 0 0;
	}
.retail_price span:before{
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    right: -5px;
    height: 2px;
    background: #ed1c24;
    transform: rotate(-15deg);
	}
.pkg_shiping_txt{
	font-size:16px;
	line-height:16px;
	color:#000;
	letter-spacing:0.2px;
	margin-top:15px;
	}
.pkg_shiping_txt img{
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	margin: -7px 6px 0 0;
	}	
	
.pkg_btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:312px;
	margin-top:25px;
	}
.pkg_btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height: 54px;
	color: #fff;
	text-align:center;
	font-size: 21px;
	line-height:52px;
	background: #56c20e;
	border-radius: 50px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:0.5px;
	position:relative;
	cursor:pointer;
	-webkit-appearance:none;
	border:none;
	outline:none;
	}

.pkg_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 0 0 20px;
	width:23px;
	}
.pkg_mnybk_text{
	font-size:13px;
	line-height:14px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.pkg_mnybk_text img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-6px 8px 0 0;
	}	

.card{
	display:block;
	margin:20px auto 0;
	width:138px;
	}
.pkg_papular_box{	
	position: absolute;
	top: -19px;
	left: 50%;
	transform: translateX(-50%);
	width:160px;
	border-radius: 50px;
	padding: 10px 10px 9px;
	font-size: 17px;
	line-height: 17px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	background: rgb(121,82,145);
	background: linear-gradient(180deg, rgba(121,82,145,1) 0%, rgba(0,73,118,1) 100%);
	}

/*=========SECTION11========*/
.section11{
	float:left;
	width:100%;
	background:#f2f8ff;
	padding:60px 0;
	}

.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	margin-top:35px;
	padding:10px 10px 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	padding:0 20px;
	border-radius:10px;
	box-shadow:0px 2px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 2px 10px 1px rgba(0,0,0,0.1);
	margin-bottom:15px;
	}
.up-slide-dwn:last-child{border-bottom:none;}		
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right 15px center;
	background-size:12px;
	padding:25px 45px 25px 0;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right 15px center;
	background-size:12px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding-bottom:10px;
	}
.acdn-para{
	font-size:18px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	margin-bottom:15px;
	}
	
/*=====Footer=====*/
.footer{
	float:left;
    width:100%;
	padding:40px 0;
	background: #fff;
	}
.foot-logo{
	display:block;
	margin:0 auto 25px;
	width:140px;
	}	
.ftr-txt{
	font-size:17px;
	line-height:18px;
	color:#000;
	margin-top:20px;
	}	
.ftr-txt2{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:850px;
	font-size:12px;
	line-height:20px;
	color:#595959;
	margin-top:20px;
	border: 1px solid #cdcdcd;
	padding: 20px 35px;
	}
.ftr-txt a{
    padding:0 8px;
    color:#000;
	}						
	

/*-----------------------
       MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

.fl{ float:left;}
.fr{ float:right;}
.ovr{ overflow:hidden;}

@media only screen and (max-width: 1200px){         
.container{width:1004px;}

.bnr_left{ width: 62%;}
.bnr_heading{ font-size: 59px; line-height: 62px;}
.bnr_product{ width: 450px; right: 60px;}

ul.bnr_seal_list{ right: 50px;}


.s2_prod{ top: 33px; right: 0; width: 138px;}

ul.sec5_lst li{width:170px;}
ul.sec5_lst li.sec5_lst--3{width:170px;}
.sec5_img{margin:-190px auto -200px;}

.s7_img_box{ width: 40.5%;}
.s7_block_cont{ width: 56%;}

.pkg_box_hdg{ font-size: 31px; line-height: 32px;}
.pkg_papular_box{ font-size:16px; line-height:17px;}


}

@media only screen and (max-width:1021px){	    
.container{width:750px;}
.show-tab{display:block;}
.show-desk{ display:none;}

.bnr_left{ width: 65%;}
.bnr_heading{ font-size: 44px; line-height: 48px;}
.bnr_strip{ 
	padding: 15px 10px 15px 71px; 
	background: rgb(165, 57, 55);
    background: linear-gradient(90deg, rgba(165, 57, 55, 0.25) 0%, rgba(74, 162, 198, 0.25) 50%, rgba(121, 159, 84, 0.25) 70%, rgba(165, 57, 55, 0) 85%);
}
.bnr_strip img{ left: 10px; width: 48px; margin-top: -19px;}
.bnr_strip p{ font-size: 16px; line-height: 22px;}

.bnr_product{ width: 331px; right: 0;}
ul.bnr_seal_list{ top: 556px; right: 0;}
ul.bnr_seal_list li img{ width: 50px;}
ul.bnr_seal_list li{ margin: 0 3px;}
ul.bnr_seal_list li img{ width: 57px;}
ul.bnr_list li{ font-size:20px;}

ul.brand_list li:nth-child(1) img{ width:105px;}
ul.brand_list li:nth-child(2) img{ width:75px;}
ul.brand_list li:nth-child(3) img{ width:74px;}
ul.brand_list li:nth-child(4) img{ width:95px;}
ul.brand_list li:nth-child(5) img{ width:132px;}

.section1{ padding: 50px 0;}
.common_heading{ font-size: 40px; line-height: 46px;}

.section2{ padding: 70px 0 50px;}
.s2_imagebox{ width: 40%;}
.s2_contentbox{ width: 55%;}
.s2_prdbx_head{ font-size: 34px; line-height: 37px;}
.s2_prod{ top: 45px; width: 130px; right: -8px;}
.s2_mg_text2{ font-size:19px;}

.section3{ padding: 50px 0;}
.s3_bx_icns{ width: 48px;}
.s3_box_cont h3{ font-size: 21px; line-height: 28px;}
.s3_box_cont{ padding: 20px 15px;}
.s3_box_cont p{ margin-top:10px;}

.section4{ padding: 50px 0;}
.s4_mid_imgbox{ width: 48%; padding-left: 30px;}
.s4_mid_content{ width: 52%;}
ul.s4_cont_list li{ padding-left: 36px; margin-bottom: 30px;}
ul.s4_cont_list li h3{ font-size: 19px; line-height: 22px;}
ul.s4_cont_list li p{ margin-top: 10px; font-size: 16px; line-height: 21px}
ul.s4_cont_list li:nth-child(1):after{ left: -60px; width: 60px;}
ul.s4_cont_list li:nth-child(2):after{ left: -94px; width: 94px;}
ul.s4_cont_list li:nth-child(4):after{ left: -142px; width: 142px;}
ul.s4_cont_list li:nth-child(5):after{ left: -116px; width: 116px;}

.section5{ padding: 50px 0;}
ul.sec5_lst:before{width:385px; height:385px; margin: 35px auto 0;}
ul.sec5_lst li{width:150px;}
.sec5_lst--2{left:0;}
ul.sec5_lst li.sec5_lst--3{right:0;}
.sec5_icn{width:65px;}
.sec5_lst--1 .sec5_icn{width:65px;}
ul.sec5_lst li p{font-size:17px;}
.sec5_circle{margin:-345px auto 0;}
.sec5_img{margin:-70px auto -150px;}

.sec5_lst--1 .sec5_icn{right:-75px;}
.sec5_lst--2 .sec5_icn{right:-110px;}
.sec5_lst--3 .sec5_icn{left:-100px;}
.sec5_lst--4 .sec5_icn{left:-75px;}

.section6{ padding: 50px 0 10px;}
ul.comp_col_list li{ font-size: 17px;}
.grnty_seal_box{ min-height: 354px;}

.section7{ padding: 50px 0 10px;}
.s7_img_box{ width: 34.5%;}
.s7_block_cont{ width: 62%;}
.s7_box{ margin-top: 35px;}
.s7_row{ padding: 18px 0;}
.s7_col1{ width: calc(100% - 108px);}
.s7_col1 p{ font-size: 18px; line-height: 20px;}
.s7_col1 p img{ width: 30px; margin: 0 14px 0 0;}
.s7_col2{ width: 108px;}
.s7_col2 p{ font-size: 18px; line-height: 22px; background-size: 20px; padding-left: 30px;}

.section8{ padding: 40px 0 50px;}
.odr_box_cont h3{ font-size: 28px; line-height: 28px;}
.odr_box_cont_txt{ font-size: 15px; line-height: 22px;}
.s8-signature{ width: 150px;}
.odr_box_fonder_txt{ font-size: 15px; line-height: 22px;}

.section9{ padding: 50px 0;}
.rating_box_lft h3{ font-size: 80px; line-height: 80px;}
.rating_box_lft img{ width: 115px;}

.top_tsti_bx{width:32%;}
.tsti_content{padding:20px 15px 25px;}

.section10{ padding: 50px 0;}
.pkg_block{ margin: 40px auto 0;}
.pkg_box{ padding: 30px 15px 22px;}
.pkg_papular_box{ font-size: 12px; line-height: 12px; top: -14px; padding: 8px 10px 8px;width: 130px;}
.pkg_box_hdg{ font-size: 21px; line-height: 22px;}
.pack_price{ font-size: 32px; line-height: 32px; margin-top: 15px;}
.pkg_btn{ height: 46px; font-size: 16px; line-height: 44px;}
.pkg_btn img{ margin: -7px 0 0 15px; width: 18px;}
.pkg_mnybk_text img{ width: 12px; margin: -4px 5px 0 0;}
.pkg_mnybk_text{ font-size: 11px; line-height: 12px;}

.section11{ padding: 50px 0;}

}

@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:6px 0 8px;}
.top_strip p{ font-size: 16px; line-height: 16px;}

.mob-mnu-ic{ display:none;}
.top-fix-bar{ margin-bottom:55px;}
.header{ height: 55px; margin-top: -55px; top: 55px; padding:0;}
.logo{ width:100px; float:none; display:block; margin:9px auto 0;}

.banner_section{ padding: 30px 0 25px; background:url(../images/banner-bg-mob.jpg) no-repeat top center; background-size:cover;}
.bnr_left{ width: 100%;}
.bnr_rev_text{ font-size: 13px; line-height: 14px;}
.bnr_rev_text img{ margin: -7px 8px 0 0; width: 62px;}
.bnr_heading{ font-size: 27px; line-height: 31px;margin-top: 15px;}

ul.bnr_list{ width: 62%; margin-top: 10px;}
ul.bnr_list li{ font-size: 15px; line-height: 21px; padding-left: 33px; margin-top: 10px; border-bottom: 1px solid #90aebc; padding-bottom: 10px;}
ul.bnr_list li:last-child{ border-bottom:none; padding-bottom:0;}
ul.bnr_list li img{ top: 50%; width: 24px; margin-top: -18px;}

.bnr_prod_box_mob{ display:flex;ustify-content: space-between; max-width:414px; width:100%; margin:0 auto 0; position:relative;}
.bnr_prod_box_mob_inr{ position:relative; float:right; width:35%;}

.bnr_product{ width: 180px; right: -15px; max-width: none; top: auto; bottom:-30px;}
ul.bnr_list li:last-child img{  margin-top: -4%;}

.bnr_mob_section{ float:left; width:100%; background:#fafbfb; padding:5px 0 30px;}
.bnr_strip{ padding:0; padding-left: 71px; background: transparent; text-align: left;}
.bnr_review_box{ padding: 0 116px 14px 15px; max-width:414px;}
.bnr_strip p{ font-size: 16px; line-height: 20px; color:#000;}
.anthony_pic{ right: -8px}
.quoto_img{ width: 18px; margin-top: -9px;}
ul.bnr_seal_list{ width:100%; max-width:345px; position: static; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin:20px auto 0;}
ul.bnr_seal_list li img{ width: 70px;}
ul.bnr_seal_list li{ margin: 0; width: 23%;}

.button__box{ margin-top: 25px; text-align:center;}
.button__width{ max-width: 350px;}
.common__button{ height: 56px; font-size: 20px; line-height: 56px; border-radius: 50px;}
.btn_mnybk_text{ font-size: 13px; line-height: 14px;}
.btn_mnybk_text img{ width: 15px;}
.bnr_revw_text{ font-size: 14px; line-height: 20px;}


.scroller_strip{ float:left; width:100%; max-width: 100%; overflow: hidden; margin-top:15px; position:relative;}
.marquee{ float:left; width:100%; display: flex; flex-wrap: nowrap;}
.scroll__img_box{ 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 25s linear infinite;
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.scroll__img_box li{
	display:inline-block;
	vertical-align:middle;
	margin:0 17px;
	}
.scroll__img_box li img{
	display:block;
	margin:0 auto;
	}
ul.scroll__img_box li:nth-child(1) img{ width:90px;}
ul.scroll__img_box li:nth-child(2) img{ width:62px;}
ul.scroll__img_box li:nth-child(3) img{ width:60px;}
ul.scroll__img_box li:nth-child(4) img{ width:81px;}
ul.scroll__img_box li:nth-child(5) img{ width:113px;}

.section1{ padding: 30px 0 35px;}
.common_heading{ font-size: 29px; line-height: 33px;}
.s1_problem_wrap{ margin: 0 auto 0;}
.problem_box{ width: 100%; padding:20px 15px 30px; justify-content:center; -webkit-justify-content:center;}
.problem_heading{ font-size: 20px; line-height: 20px;}
ul.problem_list{ margin-top:5px;}
ul.problem_list li{ font-size: 17px; line-height: 22px; background-size: 12px; padding-left: 23px; margin-top: 10px;}
.problem_content{ width: 60%;}
.problem_imagebx{ width: 40%;}
.s1_btm_text{ font-size: 18px; line-height: 24px; position:relative;  margin-top:0; text-align:center;}
.s1_btm_text img{ position:absolute; top:50%; right:-5px; width:100px; margin-top:-36px;} 

.section2{ padding: 50px 0 35px;}
.s2_top_arw{ top: -64px; margin-left: -12px; width: 24px;}
.s2_mid_wrap{ margin: 30px auto 0;}
.s2_imagebox{ width: 100%;}
.s2_contentbox{ width: 100%; margin-top:20px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top:15px; letter-spacing:0.3px;}
.s2_cont_strip{ padding: 18px 0 18px 85px;}
.s2_prod_box{ float:left; width: 58%;}
.s2_prdbx_subhead{ font-size: 17px; line-height: 18px;}
.s2_prdbx_head{ font-size: 32px; line-height: 35px;}
.s2_mg_header{ font-size: 16px; line-height: 16px; padding:10px 15px;}
.s2_mg_cont{ padding: 12px 15px 15px;}
.s2_mg_text1{ font-size: 18px; line-height: 18px;}
.s2_mg_text2{ font-size: 16px; line-height: 18px;}
.s2_prod_text{ font-size: 16px; line-height: 21px; margin-top: 20px; padding:0;}
.s2_prod_box_mob{ float:left; width:100%; position:relative;}
.s2-prod-mob{ position:absolute; top:17px; right:-15px; width:160px;}

.section3{ padding: 30px 0 35px;}
.s3_mid_wrap{ margin:35px auto 0; max-width:320px;}
.s3_box{ width:100%;}
.s3_box_cont h3{ font-size: 24px; line-height: 30px;}
.s3_box_cont p{ margin-top:12px;}

.section4{ padding: 30px 0 35px;}
.s4_mid_wrap{ margin-top: 30px;  display:inline-block; vertical-align:top; max-width:414px;}
.s4-prod-mob{ position:absolute; top:0; left:-15px; width:139px;}
.s4_mid_content{ width: 100%; padding-left: 102px; position: relative;}
ul.s4_cont_list li h3{ font-size: 20px; line-height: 25px;}
ul.s4_cont_list li p{ margin-top: 7px;}
ul.s4_cont_list li{ padding-left: 32px; margin-bottom: 20px;}

ul.s4_cont_list li:nth-child(1):after{ left: -31px; width: 31px;}
ul.s4_cont_list li:nth-child(2):after{ left: -64px; width: 64px;}
ul.s4_cont_list li:nth-child(3):after{ left: -47px; width: 47px;}
ul.s4_cont_list li:nth-child(4):after{ left: -42px; width: 42px;}
ul.s4_cont_list li:nth-child(5):after{ left: -36px; width: 36px;}

.section5{ padding: 30px 0 35px;}
.sec5_inr{background:none; margin-top:10px;}
ul.sec5_lst:before{display:none;}
ul.sec5_lst li{width:100%; position:static; padding: 15px 0 20px; border-bottom: 1px solid #ddd;}
ul.sec5_lst li:last-child{border-bottom:none;}
ul.sec5_lst li h3{font-size:18px; line-height:18px; vertical-align:middle;}
ul.sec5_lst li p{font-size:16px; line-height:22px; margin-top:5px;}
.sec5_lst--1, .sec5_lst--2{text-align:left;}
ul.sec5_lst li.sec5_lst--3{width:100%;}
.sec5_icn{position:static; display:inline-block; vertical-align:middle; margin-right:10px;}
.sec5_lst--2 .sec5_icn{right:auto; left:0;}
.sec5_circle{margin: 30px auto -15px;}
.sec5_circle-img{width:220px;}
.sec5_logo{margin:-50px 0 0 -60px; width:120px;}
.sec5_img{width: calc(100% + 120px); margin: -150px 0 -80px -60px; max-width:none;}
.sec5_img.show-mob{display:inline-block;}

.section6{ padding: 30px 0 0;}
.compare_box{ width:calc(100% + 30px); margin-left:-15px; margin-top: 60px;}
ul.comp_col_list li{ height: 60px; font-size: 14px; line-height: 18px;}
.comp_col2{ width: 22%;}
.comp_col_top{ height: 70px;}
.comp_col_top p{ font-size:11px; line-height:11px;}
.comp_logo{ width: 58px;}
.comp_prod1{ margin: -23px auto 3px; width:79px;}
.comp_icon{ width: 22px;}
.comp_box_right{ width: 37%;}
.comp_col{ width: 50%;}
.comp_brand{ margin: -14px auto 14px; height:50px;}
.comp_col p{ font-size: 9px; line-height: 11px;}
.comp_col .comp_col_top{ height: 70px; margin-top: 0px;}
.comp_col .comp_icon{ width: 20px;}
.comp_col2 ul.comp_col_list li:last-child{ height: 20px;}

.grnty_box{ width:calc(100% + 30px); margin:50px auto 0; margin-left:-15px; padding:0; border-radius:0; overflow:unset;}
.grnty_seal_box:before{ display:none;}
.grnty_box_cont{ width: 100%; text-align: center; padding: 10px 15px 35px;}
.grnty_box_hdg{ font-size: 30px; line-height: 36px;}
.grnty_box_txt{ font-size: 16px; line-height: 24px; margin-top: 15px;}
.grnty_seal_box{ width: 135px; margin: -20px auto 0; background: #196791; border-radius: 50%; padding: 11px; min-height:auto;}

.section7{ padding: 30px 0 10px;}
.s7_img_box{ width:100%; margin-top:25px;}
.s7_box{ margin-top: 0;}
.s7_block_cont{ width:calc(100% + 30px); margin-right:-15px; margin-top:35px;}
.s7_col1 p{ font-size: 14px; line-height: 18px;}
.s7_col1 p img{ width: 24px; margin: -2px 10px 0 0;}
.s7_col2 p{ font-size: 14px; line-height: 18px; background-size: 16px; padding-left: 25px;}
.s7_col2{ width: 93px; padding:0 10px;}
.s7_col1{ width: calc(100% - 93px); padding:0 10px 0 10px;}
.s7_seal_list{ margin:30px auto 0; float:none; max-width: 450px; padding:0 15px;}
.s7_seal_list li img{ width: 70px;}
.s7_row{ padding: 15px 5px;}

.section8{ padding: 30px 0 35px;}
.s8_block{ max-width: 363px; margin:30px 0 10px;}
.order-box-bg{ border-radius:10px;}
.s8_order_box{ background:url(../images/order-box-bg-mob.jpg) no-repeat center top #004976; background-size:cover; border-radius:10px;
padding:300px 20px 25px;}
.odr_box_cont{ position:static; float:left; width: 100%;  text-align: left;}
.odr_box_cont h3{ font-size: 30px; line-height: 30px;}
.odr_box_cont_txt{ font-size: 16px; line-height: 24px;}
.odr_box_fonder_txt{ font-size: 16px; line-height: 24px;}
.s8_row h3{ font-size: 23px; line-height: 24px;}

.s8_box{ padding-left: 50px; margin-top:5px;}
.s8_col{ width: 100%;}
.s8-col-imgs{ display:block; margin:15px auto 0; width:100%; border-radius:10px;}
.s8_box:before{ top: 43px; bottom: 340px; left: 21px;}
.s8_row:before{ top: 3px; left: -37px;}
.s8_row{ margin-top: 30px;}

.section9{ padding: 30px 0 35px;}
.rating_block{ margin: 25px auto 0; max-width:355px;}
.rating_box_lft{ width:100%;}
.rating_box_rgt{ width:100%; margin-top:25px;}
.rating_box_lft h3{ font-size: 40px; line-height: 40px;}
.rating_box_lft img{ width: 97px;}
.rating_box_lft p{ font-size: 16px; line-height: 16px;}

.top_tsti{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin:0 auto;}
.top_tsti_bx{width:100%; margin:40px auto 0;}

.revw_block{ margin: 20px auto 0;}
.revw_box{ width: 100%;}
.revw_hdg{ font-size: 20px; line-height: 24px;}
.revw_text{ font-size: 16px; line-height: 24px;}
.revw-page-num{ margin: 40px auto 10px;}

.section10{ padding: 30px 0 35px;}
.pkg_block{ margin: 5px auto 0; flex-wrap: wrap; max-width:414px; padding:0 10px;}
.pkg_box{ width:100%; margin-top:40px;}
.pkg_papular_box{ font-size: 16px; line-height: 17px; padding:6px 10px 5px; top: -14px;width: 150px;}
.pkg_box_hdg{ font-size: 30px; line-height: 30px;}
.pack_price{ font-size: 40px; line-height: 40px; margin-top: 10px;}
.pkg_shiping_txt{ font-size: 14px; line-height: 14px;}
.pkg_shiping_txt img{ width: 20px;}
.pkg_btn{ height: 50px; font-size: 20px; line-height: 48px; max-width: 287px;}
.pkg_btn img{ margin: -9px 0 0 15px; width: 22px;}
.pkg_box1{ order:2;}
.pkg_box2{ order:1;}
.pkg_box3{ order:3;}
.pkg_prod_box{ margin-top: 35px;}
.pkg_box3 .pkg_prod_box img{ margin:-40px auto -8px;}
.pkg_box .pkg_prod_box img{ margin:-30px auto -8px;}
.pkg_box1 .pkg_prod_box img{ margin:-30px auto -15px;}

.section11{ padding: 30px 0 35px;}
.faq-container{ margin-top: 10px;}
.accordion{ background-position:right 12px center; padding: 20px 35px 20px 0; font-size: 18px; line-height: 24px;}
.acdn-heading.accordion-open{ background-position:right 12px center;}
.acdn-para{ font-size: 16px; line-height: 22px;}

.footer{ padding:30px 0;}
.foot-logo{ width: 100px; margin:0 auto 20px;}
.ftr-txt{ font-size: 14px; line-height: 16px; margin-top:10px;}
.ftr-txt2{padding: 15px 15px; margin-top: 15px;}

}