@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	font-weight:normal;
	}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/
@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-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-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	

/*-----------------------
	TOP STRIP
------------------------*/
.top_strip{
	float: left;
	width: 100%;
	background:#000;
	padding:6px 0;
	}	
.top_strip p{
	font-size:16px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.5px;
	}
.top_strip p span{ font-weight:800;}	
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 75px;
	}
.nav-sec{
	float:left;
	width:100%;
	height:75px;
	
	margin-top:-75px;
	top:75px;
	position:relative;
	z-index:2;
	background:#fff;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);	
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;			
	}
	
.logo{
	float:left;
	width:134px;
	margin-top:5px;
	}				
a.nav-btn{
	float: right;
    background: #0abe5b;
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 190px;
    height: 52px;
    letter-spacing: 0.3px;
    line-height: 50px;
    border-radius: 8px;
    font-weight: 800;
    margin-top: 11px;
	}
a.nav-btn img{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:0 0 0 10px;
	}	

/*-----------------------
		BANNER
------------------------*/	
.bnr_section{
	background:url(../images/bnr-bg.webp) no-repeat center top;
	float:left;
	width:100%;
	padding:30px 0 40px;
	overflow:hidden;
	position:relative;
	background-size:cover;
	}
.bnr_content{
	float:left;
	width:50%;
	text-align:left;
	}
.bnr_trusted_text{
	font-size:15px;
	line-height:15px;
	color:#000;
	font-weight:500;
	}	
.trusted_star{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	margin:-5px 8px 0 0;
	}	

.bnr_heading{
    font-size:60px;
    line-height:68px;
	color:#0a5695;
	font-weight:800;
	margin-top:5px;
	}
.bnr_heading span{
    display: inline-block;
    background: #0a5695;
    border-radius: 13px;
    padding: 1px 10px 7px;
    color: #ffda6b;
    margin-top: 8px;
	}	
.bnr_text{
    font-size:18px;
    line-height:26px;
	color:#000;
	padding-right: 10px;
	margin-top:12px;
	}
ul.bnr_list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
	}		
ul.bnr_list li{
    background: url(../images/bnr-lst-tike.webp) no-repeat left 3px;
    float: left;
    width: 100%;
    font-size:20px;
    line-height:26px;
    color: #000;
    font-weight: bold;
    text-align: left;
    position: relative;
    background-size: 24px;
    padding-left:35px;
    margin-top: 10px;
	}	

.common_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}
.bnr_content .common_button_box{ margin-top:35px;}	
.common_button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:425px;
	text-align:center;
	}
.common_button_top{
	color:#000;
	margin-bottom:8px;
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
	}
.common_button_top li{
	display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 0 10px;
	}
.common_button_top li.green-dot{
	padding-left:20px;
	border-right:1px solid #515458;
	position:relative;
	}
.txt_clr li.green-dot{ border-right:1px solid #fff;}	
.flash{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 4px 0 0;
	width:14px;
	}	
.hourglass{
	display:inline-block;
	vertical-align:middle;
	width:9px;
	margin:-3px 5px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
@keyframes rotateP{
	0%{transform:rotate(0)}
	50%{transform:rotate(180deg)}
	100%{transform:rotate(180deg)}
} 
@keyframes rotate{
	0%{transform:rotate(00deg)}
	100%{transform:rotate(360deg)}
}
@keyframes breath{
0% { opacity:1;}
50% { opacity:0;}
100% { opacity:1;}
}

.low-stock{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 12px;
    margin: -2px 2px 0;
	}
.low-stock span{
	float: left;
	width: 12px;
	height: 100%;
	background: #fff;
	margin: 0 1px;
	transition: 0.5s;
    border: 1.5px solid #dddddd;
	}
.exrtrabold{ font-weight:800;}
.low-stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #f80000;
	border: 1.5px solid #f1f1f1;
	}
	
@keyframes fade{
0%{ opacity:1;}
50%{ opacity:0;}
100%{ opacity:1;}
	}	
	
.common_button{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.3px;
    border-radius: 10px;
    text-align: center;
    background: #0abe5b;
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:0 0 0 12px;
	}	
.common_button_bottom{
    width: 100%;
    margin: 9px auto 0;
	padding:0 20px;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.common_button_bottom li{
    font-size: 15px;
    line-height: 15px;
    color: #000;
    letter-spacing: 0.2px;
	font-weight:500;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
.common_button_bottom li img{
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    margin: -1px 5px 0 0;
	}
.white_mnybk img{filter:  brightness(0) invert(1);}	
	
.bnr_rgt{
	float:right;
	width:50%;
	position:relative;
	}
.bnr_circle_bx{
	float:right;
	width:468px;
	text-align:center;
	margin:100px -30px 0 0;
	}	
.bnr_circle_prod{
	margin:0 auto -20px;
	display:block;
	}	
.compatible_strip{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    padding: 9px 15px;
	}
.compatible_strip p{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:bold;
	}	
.compatible_strip ul{
	display:inline-block;
	vertical-align:middle;
	}	
.compatible_strip ul li{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	}			
.compatible_strip ul li img{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	}
.bnr_prod{
	position: absolute;
    top: 12px;
    left: -30px;
	}	
.bnr_seal{
    position: absolute;
    left: -62px;
    bottom: 130px;
    width: 128px;
	}	
	
/*-----------------------
Brand Strip
------------------------*/	
.brand_strip{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #e1e1e1;
	background:#fff;
	}
.brand_box{
	width:100%;
	max-width: 1030px;
	margin:0 auto 0;
	}	
.feature_text{
	font-size:16px;
	line-height:16px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:600;
	}	
ul.brand_list{
    width: 100%;
    max-width: 1060px;
    margin: 22px auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
ul.brand_list li{
	display:inline-block;
	vertical-align:middle;
	}		
ul.brand_list li img{
	margin:0 auto 0;
	display:block;
	height:42px;
	max-width:none;
	max-height:100%;
	width:auto;
	}		

/*-----------------------
Section_1
------------------------*/
.section_1{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	}
.common_heading{
	font-size:45px;
	line-height:53px;
	color:#000;
	font-weight:800;
	}
.common_heading span{ color:#008cd1;}	
.common_text{	
    font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:25px;
	}

.s1_risk_wrap{
	margin:50px auto 0;
	width:100%;
	max-width:1035px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s1_risk_box{
	width: 505px;
	position:relative;
	}
.s1_risk_box:before{
	content:'';
	position:absolute;
	top:-32px;
	left:50%;
	background:url(../images/warn-img.webp) no-repeat;
	height:57px;
	width:57px;
	background-size:57px;
	margin-left:-28.5px;
	z-index:2;
	}	
.s1_risk_innr_box{
	float:left;
	width:100%;
	background:#fff;
	border:2px solid #ff3333;
	border-radius:12px;
	padding:80px 25px 95px;
	text-align:left;
	overflow:hidden;
	position:relative;
	}	
.risk_top_cont{
	float:left;
	width:100%;
	max-width:330px;
	}	
.s1_risk_text{
	font-size:24px;
	line-height:32px;
	color:#000;
	}
ul.s1_risk_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
ul.s1_risk_list li{
    background: url(../images/s1-risk-cross.webp) no-repeat left 1px;
    float: left;
    width: 100%;
    font-size: 21px;
    line-height: 27px;
    color: #000;
    font-weight: bold;
    text-align: left;
    position: relative;
    background-size: 26px;
    padding-left: 37px;
    margin-top: 12px;
	}
.old_man_img{
    position: absolute;
    right: -100px;
    bottom: -54px;
    width: 340px;
	}

.s1_option_box{
	width:45%;
	text-align:left;
	}
.s1_opt_heading{
	font-size:30px;
	line-height:36px;
	color:#e81717;
	font-weight:bold;
	}
ul.s1_option_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
ul.s1_option_list li{
	float:left;
	width:100%;
	position:relative;
	border-bottom:1px solid #d7d7d7;
	padding:20px 0 20px 78px;
	}
ul.s1_option_list li:last-child{ border:none;}	
ul.s1_option_list li img{
	position:absolute;
	top:28px;
	left:0;
	width:67px;
	}
ul.s1_option_list li h3{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}		
ul.s1_option_list li p{ margin-top:8px;}

.s1_risk_free_txt{
	font-size:30px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	margin-top:50px;
	}
.s1_risk_free_txt span{
	color:#ff1111;
	font-weight:800;
	}
.s1_prodbx{
	background:url(../images/s1-prod-bg.webp) no-repeat center top 95px;
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
	}
.s1_prod{
	margin:0 auto 0;
	display:block;
	}
.s1_prodbx_heading{
	font-size:30px;
	line-height:36px;
	color:#000;
	margin-top:10px;
	}
.s1_prodbx_heading span{
	color:#008cd1;
	font-weight:bold;
	}
.s1_prodbx_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:22px;
	}
.s1_prodbx_list li{
	display:inline-block;
	vertical-align:top;
	background:#008cd1;
	border-radius:7px;
	text-align:center;
	padding:7px 12px;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	margin:0 10px;
	}

/*-----------------------
section 2
------------------------*/
.section_2{
	float:left;
    width:100%;
	padding:60px 0 70px;
	background:#f6fcff;
	}
.s2_left{
	float:left;
	width:51%;
	text-align:left;
	}
.sup_head{
    display: inline-block;
    vertical-align: top;
    line-height: 100%;
    font-size: 90%;
	}
.s2_videobx{
	display: inline-block;
    vertical-align: top;
	width: 100%;
	max-width:569px;
	background: #000;
	border: 4px solid #fff;
	cursor:pointer;
	margin-top:30px;
	position:relative;
	overflow:hidden;
	padding-bottom:52.75%;
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
	}	
.s2_videobx img{
	margin:0 auto 0;
	display:block;
	}
.s2_videobx iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
	border:none;
	}	
.video-wrapper {
	display: inline-block;
    vertical-align: top;
	width:100%;
    min-height: 100%;
    position: relative;
	}
.sproutvideo-player {
	z-index:2;
	}
	
	
		
.s2_left .common_button_box{ text-align:center;}	
	
.s2_right{
	float:right;
	width:48%;
	}	
.s2_right_header{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:15px;
	background:#008cd1;
	}
.s2_right_header h3{
	font-size:22px;
	line-height:28px;
	color:#fff;
	font-weight:800;
	}
.s2_right_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:1px solid #000;
	background:#fff;
	}
.s2_right_box{
	float:left;
	width:100%;
	}
.s2_right_heading{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	text-align:left;
	padding:16px 20px;
	border-top:1px solid #919191;
	}
.s2_right_box1 .s2_right_heading{ border-top:none;}
.s2_right_cont{
	float:left;
	width:100%;
	text-align:left;
	padding:20px;
	border-top:1px solid #919191;
	position:relative;
	}
.s2_right_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	}
.s2_right_box1 .s2_right_cont{ padding-right:143px;}
.gallery-icon{
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
	width:83px;
	}
.devices_list{
	width: 87%;
	margin-top:20px;
	
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.devices_list li{
	}
.devices_list li img{
	display:block;
	margin:0 auto 0;
	height:99px;
	max-width:none;
	width:auto;
	max-height:100%;
	}
	
.plug_list{
	width: 87%;
	margin-top:20px;
	
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	}
.plug_list li{
	padding:5px 20px;
	border-left:1px solid #cacaca;
	
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.plug_list li:first-child{ border-left:none; padding-left:0;}
.plug_list li:last-child{ padding-right:0;}
.plug_list li p{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:600;
	padding-left:10px;
	}
.plug_list li img{
	display:block;
	margin:0 auto 0;
	width:57px;
	}

.storage{
	color:#008cd1;
	font-weight:600;
	}
.storage_line{
	font-size:100%;
	line-height:100%;
	color:#c1d3e6;
	margin:0 5px;
	}
.s2_right_box4 .s2_right_cont{ padding:30px 200px 30px 20px;}
.s2_storage_text{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:500;
	margin-top:20px;
	}
.extraBold{ font-weight:800;}
.blue_color{ color:#008cd1;}
.s2-product-img{
	position:absolute;
	bottom:0;
	right:30px;
	width:192px;
	}

.format_list{
	width: 75%;
	
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.format_list li{
	width:20%;
	padding:0 10px;
	}
.format_list li img{
	display:block;
	margin:0 auto 0;
	width:60px;
	}	
	
/*-----------------------
section 3
------------------------*/
.section_3{
	float:left;
    width:100%;
	padding:60px 0 10px;
	position:relative;
	background:#0c4b88;
	}
.section_3:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:280px;
	background:#fff;
	}
.s3-product{
	display:block;
	margin:40px auto 0;
	width:902px;
	}
	
.s3_box{
	width:100%;
	margin:0 auto 0;
	padding:40px 10px 20px;
	border-radius:20px;
	position:relative;
	background:#fff;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s3_col{
	width:25%;
	padding:0 12px;
	border-left:1px solid #d7d7d7;
	}
.s3_col:first-child{ border-left:none;}
.s3_icn_box{
	width:76px;
	height:76px;
	margin:0 auto 10px;
	border-radius:50%;
	background:#008cd1;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.s3-icon{
	display:block;
	margin:0 auto 0;
	width:50px;
	}
.s3_col h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}
.s3_col p{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:12px;
	}	
	
/*-----------------------
section 4
------------------------*/
.section_4{
	float:left;
    width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s4_box{
	width:100%;
	margin:40px auto 0;
	position:relative;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s4_col{
	width:31.454%;
	background:#ddf4ff;
	}
.s4-img{
	display:block;
	margin:0 auto 0;
	}
.s4_cont{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0 18px 25px;
	}
.s4_col_strip{
	display: inline-block;
    vertical-align: top;
    width: 154px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: -19px;
    padding: 7px 20px 9px;
    border-radius: 50px;
    background: #008cd1;
	}
.s4_heading{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	margin-top:12px;
	}
.s4_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:15px;
	}

/*-----------------------
section 5
------------------------*/
.section_5{
	float:left;
    width:100%;
	padding:60px 0 70px;
	background:#f6fcff;
	}
.s5_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:840px;
	margin:20px 0 10px;
	}
.s5_box{
	width:100%;
	margin:50px auto 0;
	position:relative;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s5_box_cont{
	width:calc(100% - 368px);
	padding-right:43px;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
.s5_box:before{
	content:'';
	position:absolute;
	top: 52%;
	left: 23px;
	bottom: -46%;
	border-left:1px dashed #0f80c6;
	}
.s5_box:last-child:before{ display:none;}	
.s5_num{
	width:46px;
	height:46px;
	font-size:30px;
	line-height:46px;
	color:#fff;
	font-weight:600;
	text-align:center;
	border-radius:50%;
background: #0588CD;
background: linear-gradient(224deg, rgba(5, 136, 205, 1) 15%, rgba(33, 114, 185, 1) 85%);
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.s5_box_cont_right{
	width:calc(100% - 46px);
	padding-left:20px;
	text-align:left;
	}
.s5_box_cont_right h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:800;
	}
.s5_box_cont_right p{
	font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:20px;
	}
.s5-img{
	width:368px;
	border-radius:20px;
	}

/*-----------------------
section 6
------------------------*/
.section_6{
	float:left;
    width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.comapare_box{
	width:100%;
	max-width:840px;
	margin:50px auto 0;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.compare_col{ width:33%;}
.compare_top{
	float:left;
	width:100%;
	height:180px;
	text-align:center;
	padding:20px 15px 10px;
	}
.compare_top h3{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:600;
	}
.compare_col2 .compare_top h3{
	font-size:18px;
	line-height:24x;
	color:#fff;
	}
.compare_list{
	float:left;
	width:100%;
	}
.compare_list li{
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	height:85px;	
	padding:0 15px;
	border-bottom:1px solid #b6b6b6;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.compare_list li:last-child{ border-bottom:none;}
.compare_col1 .compare_list li{
	text-align:left;
	padding-left:0;
    justify-content: flex-start;
	}
.compare_col2{
	width:22%;
	border-radius:10px;
	background:#0c4b88;
	margin:0 0 -20px;
	}
.compare_col2 .compare_list li:nth-last-child(2){
	border-bottom:none;
	}
.compare_col2 .compare_list li:last-child{
	height:20px;
	}
.compare_right{
	width:45%;
	
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	}
.compare-icon{
	display:block;
	margin:0 auto 0;
	width:40px;
	}
.compare_col3, .compare_col4{ width:50%;}
.compare-product{
	display:block;
	margin:15px auto 0;
	width:83px;
	}
.compare-product1{
	display:block;
	margin:9px auto 0;
	width:114px;
	}

.guarantee_box{
	width:100%;
	max-width:840px;
	margin: 70px auto 0;
	padding: 35px 40px 30px 45px;
	border-radius:10px;
	background: #037BBE;
	background: linear-gradient(90deg, rgba(3, 123, 190, 1) 15%, rgba(12, 75, 136, 1) 85%);
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
	}
.guarantee-seal{ width:143px;}
.guarantee_content{
	width:calc(100% - 143px);
	padding-left:25px;
	text-align:left;
	}
.guarantee_content h3{
	font-size:32px;
	line-height:36px;
	color:#fff;
	font-weight:800;
	}
.guarantee_content p{
	font-size:18px;
	line-height:26px;
	color:#fff;
	letter-spacing:0.3px;
	margin-top:10px;
	}

/*-----------------------
section 7
------------------------*/
.section_7{
	float:left;
    width:100%;
	padding:60px 0 70px;
	background:#f6fcff;
	}
.review_block{
	width:100%;
	margin:50px auto 0;
	row-gap:35px;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.review_box{
	width:48.6%;
	padding:25px 22px 25px;
	border:1px solid #eeeeee;
	border-radius:10px;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
.review_cont{
	width:calc(100% - 219px);
	padding-right:20px;
	text-align:left;
	}
.review-img{
	width:219px;
	border-radius:5px;
	}
.review_vrfy_box{
	width:100%;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.review_num{
	width:45px;
	height:45px;
	font-size:24px;
	line-height:45px;
	color:#fff;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
	border-radius:50%;
	background:#00aeef;
	}
.review_vrfy_box_cont{
	width:calc(100% - 45px);
	padding-left:15px;
	text-align:left;
	}
.review_vrfy_box_cont h3{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
.review_vrfy_box_cont p{
	font-size:14px;
	line-height:20px;
	color:#0ab83f;
	font-weight:500;
	}
.review_vrfy_box_cont p img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 5px 0 0;
	}
.review_heading{
	font-size:20px;
	line-height: 26px;
	color:#000;
	font-weight:bold;
	margin-top:15px;
	min-height: 52px;
	}
.star{
	display:inline-block;
	vertical-align:top;
	width:96px;
	margin-top:10px;
	}
.review_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:500;
	margin-top:12px;
	}

/*-----------------------
section 8
------------------------*/
.section_8{
	float:left;
    width:100%;
	padding:60px 0 10px;
	background:#fff;
	}
.offer_box{
	width:100%;
	max-width:1030px;
	margin:0 auto 0;
	padding:40px 40px 25px;
	border:2px dashed #000000;
	background:#f6fcff;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
.offer_left{
	width:40%;
	}
.offer_product_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:378px;
	position:relative;
	}
.offer-product{
	display:block;
	margin:0 auto 0;
	width:378px;
	}
.editor-seal{
	position:absolute;
	top: 60px;
	right: -10px;
	width:128px;
	}
	
.offer_right{
	width:60%;
	text-align:left;
	padding:0 60px;
	}
.offer_heading{
	font-size:49px;
	line-height:57px;
	color:#008cd1;
	font-weight:800;
	}
.offer_text{
	font-size:22px;
	line-height:28px;
	color:#000;
	margin-top:5px;
	}
.offer_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.offer_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
    font-size:22px;
    line-height: 30px;
	color:#000;
	font-weight:600;
	margin-top:15px;
	padding-left:40px;
	position:relative;
	background:url(../images/offer-tick.webp) no-repeat;
	background-position:top 4px left;
	background-size:23px;
	}

/*-----------------------
section 9
------------------------*/
.section_9{
	float:left;
    width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	text-align:center;
	margin-top:20px;
	}
.up-slide-dwn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	border-bottom:1px solid #c6c6c6;
	}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
	background:url(../images/open.webp) no-repeat;
	background-position: right 15px center !important;
	background-size:17px !important;
   	font-size: 21px;
    line-height: 27px;
    font-weight:800;
    color: #000;
    padding:25px 35px 25px 0;
    cursor: pointer;
	}
.acdn-heading.accordion-open{
	background: url(../images/close.webp) no-repeat no-repeat;
	}
.acdn-content{
    float: left;
    width: 100%;
	padding:0 40px 10px 0;
	margin-top:-10px;
	}
.acdn-para{
    font-size:18px;
    line-height: 26px;
	color:#000;
	font-weight:500;
	letter-spacing: 0.2px;
    margin-bottom:15px;
	}
.acdn_mb{ margin-bottom:6px !important;}	
.acdn_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:5px 0 5px;
	}
.acdn_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
    font-size:18px;
    line-height: 26px;
	color:#000;
	font-weight:500;
	letter-spacing: 0.2px;
	margin-bottom:10px;
	padding-left:24px;
	position:relative;
	}
.acdn_list li:before{
	content:'';
	position:absolute;
	top:9px;
	left:0;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#008cd1;
	}	

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
    padding:40px 0;
	border-top:1px solid #e8e8e8;
	background:#fff;
	}
.foot-logo{
	display:block;
	margin:0 auto 15px;
	width:134px;
	}
.foot_text{
    float:left;
	width:100%;
	font-size:17px;
	line-height:34px;
	}	
.foot_text a{
    padding:0 8px;
    color:#000;
	}		
	

.semi_bold{ font-weight:600;}
.white_color{ color:#fff;}

/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}

.bnr_heading{ font-size: 52px; line-height: 60px;}
.bnr_text{ padding:0;}
.bnr_prod{ top: 50px; left: -52px; width: 357px;}

.common_heading{ font-size: 40px; line-height: 50px;}	
.s1_opt_heading{ font-size: 28px; line-height: 34px;}
	
.s2_left{ width:45%;}
.s2_right{ width:52%;}	
.s2_right_header h3{ font-size: 20px; line-height: 26px;}

.review_cont{ width: calc(100% - 150px);}
.review-img{ width: 150px;}

.offer_right{ padding:0 40px 0 60px;}	
}

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.bnr_content{ width:55%;}
.bnr_heading{ font-size: 42px; line-height: 48px;}
ul.bnr_list li{ font-size:19px; line-height:25px;}
.bnr_rgt{ width:45%; margin-top:20px;}
.bnr_circle_bx{ width:330px;}
.bnr_prod{ top: 84px; left: -40px; width: 220px;}
.bnr_circle_prod{ margin: 0 auto -5px;}
.bnr_seal{ left: 80px; top: 20px; bottom: auto; width: 90px;}

ul.brand_list li img{ height:36px;}

.section_1{ padding:50px 0 60px;}
.common_heading{ font-size: 36px; line-height: 44px;}
.common_text{ font-size: 17px; line-height: 25px; margin-top: 20px;}	
.s1_risk_wrap{ align-items: flex-start;}
.s1_risk_box{ width:395px;}
.s1_risk_innr_box{ padding: 75px 15px 85px;}
.s1_risk_text{ font-size: 20px; line-height: 28px;}
ul.s1_risk_list li{ font-size: 20px; line-height: 26px; background-size: 22px; padding-left: 34px; margin-top: 12px;}
.old_man_img{ width:285px;}
.s1_option_box{ width:44%;}
.risk_top_cont{ max-width:270px;}
.s1_opt_heading{ font-size: 26px; line-height: 32px;}
ul.s1_option_list li{ padding: 18px 0 18px 65px;}
ul.s1_option_list li img{ width:55px;}
.s1_risk_free_txt{ font-size: 26px; line-height: 34px; margin-top: 25px;}
.s1_prod{ width:360px;}
.s1_prodbx_heading{ font-size: 26px; line-height: 34px;}

.section_2{ padding:50px 0 60px;}
.s2_left{ width:55%;}
.s2_videobx{padding-bottom: 54.75%;}
.s2_right{ width:42%;}
.s2_right_header h3{ font-size: 19px; line-height: 26px;}
.s2_right_heading{ font-size: 20px; line-height: 26px; padding: 12px 15px;}
.s2_right_cont{ padding: 12px 15px;}
.s2_right_box1 .s2_right_cont{ padding-right: 123px;}
.s2_right_text{ font-size: 17px; line-height: 25px;}
.devices_list li img{ height:60px;}
.plug_list{ width:100%; margin-top:15px;}
.plug_list li{ padding: 5px 8px;}
.plug_list li img{ width:34px;}
.s2_right_box4 .s2_right_cont{ padding: 20px 158px 20px 20px;}
.s2_storage_text{ font-size: 17px; line-height: 26px; margin-top: 15px;}
.s2-product-img{ width:138px;}
.format_list{ width:100%;}

.section_3{ padding:50px 0 10px;}
.s3-product{ margin:35px auto 0; width: 592px;}
.s3_col{ padding: 0 10px;}
.s3_icn_box{ width: 66px; height: 66px;}
.s3-icon{ width: 38px;}
.s3_col h3{ font-size: 20px; line-height: 26px;}

.section_4{ padding:50px 0 60px;}
.s4_cont{ padding: 0 15px 20px;}
.s4_col_strip{ font-size: 16px; line-height: 16px; margin-top: -18px; padding: 7px 18px 9px;}
.s4_heading{ font-size: 20px; line-height: 26px; margin-top:8px;}

.section_5{ padding: 50px 0 60px;}
.s5_block{ margin-top: 10px;}
.s5_box{ margin: 40px auto 0;}
.s5_box_cont_right h3{ font-size: 22px; line-height: 28px;}
.s5_box_cont_right p{ font-size: 17px; line-height: 25px; margin-top: 15px;}
.s5_box:before{ bottom: -48%;}

.section_6{ padding: 50px 0 60px;}
.compare_list li{ font-size: 17px; line-height: 25px;}

.guarantee_content h3{ font-size: 30px; line-height: 34px;}
.guarantee_content p{ font-size:17px; line-height:25px;}

.section_7{ padding: 50px 0 60px;}
.review_block
.review_box{ width: 100%;}
.review_heading{ min-height:auto;}

.section_8{ padding:50px 0 10px;}
.offer_box{ padding: 30px 25px 35px;}
.offer_left{ margin-top:35px;}
.editor-seal{ width: 98px; right:15px;}
.offer_right{ padding: 0 0 0 15px;}
.offer_heading{ font-size: 42px; line-height: 50px;}
.offer_text{ font-size: 19px; line-height: 26px;}
.offer_points{ margin-top: 13px;}
.offer_points li{ font-size: 20px; line-height: 28px; margin-top: 12px; padding-left: 34px; background-position: top 4px left; background-size: 21px;}

.section_9{ padding:50px 0 60px;}
.accordion{ font-size: 20px;  line-height: 26px;}
.acdn-para{ font-size:17px; line-height: 25px;}
.acdn_list li{ font-size: 17px; line-height: 25px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip p{ font-size: 12px; line-height: 12px;}

.top-fix-bar{ margin-bottom:50px;}
.nav-sec{ height:50px; margin-top: -50px; top: 50px;}
.logo{ display: inline-block; vertical-align: middle; width: 92px; margin-top: 3px; float: none;}

.bnr_section{ background: url(../images/bnr-bg-mob.webp) no-repeat center top; background-size:cover; padding: 20px 0 30px;}
.bnr_content{ width: 100%; max-width: 400px; float: none; display: inline-block; vertical-align: top; text-align:center;}
.bnr_trusted_text{ font-size: 12px; line-height: 12px;}
.trusted_star{ width: 66px; margin: -5px 6px 0 0;}
.bnr_top_mob{ float:left; width:100%; border-radius:34px; padding:20px 15px; background: #008ACF;
background: linear-gradient(138deg, rgba(0, 138, 207, 1) 0%, rgba(1, 134, 203, 1) 13%, rgba(5, 113, 179, 1) 31%, rgba(7, 102, 166, 1) 47%, rgba(9, 90, 153, 1) 79%); margin-top:12px;}
.bnr_heading{ font-size: 32px; line-height: 35px; color: #fff; margin: 0;}
.bnr_heading span{ margin-top:4px;}
.bnr_text{ font-size: 14px; line-height: 19px; color: #fff; text-align: left; padding: 0 150px 0 0; margin-top: 10px;}
.bnr_prod_mob{ width: calc(100% + 30px); max-width: none; float: left; margin: -106px 0 0 -15px;}
.bnr_strip_mob{ width: calc(100% + 30px); float: left; background:#008cd1; margin: -25px 0 0 -15px; padding:5px;}
.bnr_strp_list{ margin:0 auto 0; width:100%; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; max-width:315px;}
.bnr_strp_list li{ float:left; font-size:14px; line-height:14px; color:#fff; font-weight:800; position:relative;}
.bnr_strp_list li:before{ content:''; position:absolute; top:4px;right:-24px;background:#fff;width:6px; height:6px;border-radius:50%;}
.bnr_strp_list li:last-child:before{ display:none;}
.compatible_strip{ padding: 5px 14px 7px; margin-top: 12px;}
.compatible_strip p{ font-size:12px; line-height:12px;}
.compatible_strip ul{ margin-top:-5px;}
.compatible_strip ul li img{ width:20px;}
ul.bnr_list{ max-width:330px; margin-top:12px;}
ul.bnr_list li{ font-size: 15px; line-height: 21px; border-bottom: 1px solid #ced0d2; background-size: 17px; letter-spacing: 0.3px; font-weight: 600; margin: 0; padding: 5px 0 5px 26px; background-position-y: 8px;}	
ul.bnr_list li:last-child{ border:none;}

.bnr_content .common_button_box{ margin-top: 25px;}
.common_button_box{ margin-top:30px; text-align:center;}
.common_button_width{ max-width:345px;}
.common_button_top li{ font-size:12px; line-height:12px;}
.common_button_top li.green-dot{ padding-left:8px;}
.common_button{ height: 55px; line-height: 55px; font-size: 20px;}
.common_button img{ width:18px;}
.common_button_bottom li{ font-size: 12px; line-height: 12px;}
.common_button_bottom li img{ width: 13px; margin: -2px 4px 0 0;}


/*====scroll_strip====*/
.scroll_strip_mob{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding-top:15px;
	}
.scroll_strip_mob p{
	font-size:14px;
	line-height:14px;
	font-weight:600;
	color:#000;
	}
.scroll_strip{
	float:left;
	width:100%;
	padding:14px 0 12px;
	overflow: hidden;
	
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_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-horizontal 18s linear infinite;
	}
ul.scroll_strip_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 12px;
	position:relative;
	}
ul.scroll_strip_list li img{
	display:inline-block;
	vertical-align:middle;
	height:30px;
	width:auto;
	max-width:none;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}


.section_1{ padding: 30px 0 45px;}
.s1_content{ width:100%; text-align:center;}
.common_heading{ font-size: 30px; line-height: 36px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top:15px;}
.s1_risk_wrap{ display: inline-block; vertical-align: top; margin: 30px 0 0;}
.s1_risk_box{ float: left; width: 100%;}
.s1_risk_box:before{ top: -24px; height: 44px; width: 44px; background-size: 44px; margin-left: -22px;}
.s1_risk_innr_box{ padding: 0; overflow: visible;}
.risk_top_cont{ max-width: 100%; padding:15px 12px 25px; position:relative;}	
.s1_risk_text{ font-size: 16px; line-height: 22px; padding-right: 145px;}
ul.s1_risk_list{ margin-top:15px;}
ul.s1_risk_list li{ font-size: 16px; line-height: 22px; background-size: 16px; padding-left: 22px; margin-top: 5px; background-position-y: 2px;}	
.old_man_img{ width: 164px; right: 0; bottom:-1px;}	
.s1_opt_heading{ float: left; width: 100%; background: #e81717; text-align: center; font-size: 20px; line-height: 26px; color: #fff; padding: 5px 15px; border-radius: 0 0 10px 10px;}
.s1_option_box{ display: inline-block; vertical-align: top; width: 100%;}
ul.s1_option_list{ margin-top:5px;}
ul.s1_option_list li{ padding: 12px 0 12px 65px;}
ul.s1_option_list li img{ width: 55px; top: 25px;}
ul.s1_option_list li h3{ font-size: 18px; line-height: 22px;}
ul.s1_option_list li p{ margin-top: 5px;}
.s1_risk_free_txt{ font-size: 22px; line-height: 28px; margin-top: 15px;}
.s1_prodbx{ width:calc(100% + 30px); background: url(../images/s1-prod-bg-m.webp) no-repeat center top 100px; margin:10px 0 0 -15px;}
.s1_prod{ width: 250px;}
.s1_prodbx_heading{ font-size: 17px; line-height: 21px; letter-spacing: -0.5px; margin-top: 8px; padding: 0 15px;}
.s1_prodbx_list{ padding:0 15px; margin-top:15px;}
.s1_prodbx_list li{ border-radius: 5px; padding: 5px 10px; font-size: 15px; line-height: 17px; margin: 0 2px;}

.section_2{ padding: 30px 0 35px; position:relative;}
.section_2:before{ content:''; position:absolute; top:-22px; left:50%; background:url(../images/s2-dwn-arw.webp) no-repeat center center; width:44px; height:44px; background-size:44px; margin-left:-22px;}
.s2_left{ width:100%; text-align:center;}

.s2_videobx{ margin-top:25px;}
.s2_right{ width:100%; margin-top:15px;}
.s2_right_header{ background:none; padding:0;}
.s2_right_header h3{ font-size:19px; line-height:25px; color:#000;}
.s2_right_header h3 span{ color:#008cd1;}
.s2_right_block{ border: none; background: none; margin-top:5px;}
.s2_right_cont{ padding: 5px 0 15px; border: none;}
.s2_right_heading{ font-size: 18px; line-height: 24px; padding: 15px 0 0;}
.s2_right_text{ font-size: 16px; line-height: 22px;}
.gallery-icon{ top: 10px; right: 0; transform: none; width: 60px;}
.s2_right_box{ position:relative;}
.s2_right_box1 .s2_right_cont{ padding: 5px 75px 15px 0;}
.devices_list{ width: 100%; margin-top: -10px; display: inline-block; vertical-align: top;}	
.devices_list li img{ height: 105px;}	
.device_icn2{ width: auto; height: 90px; position: absolute; right: 0; top: 0;}
.s2_right_box4 .s2_right_cont{ padding: 10px 130px 20px 0;}
.s2_right_box4 .s2_right_text{ font-size:14px; line-height:18px;}
.s2_storage_text{ font-size: 15px; line-height: 21px; margin-top: 8px;}
.s2-product-img{ width: 120px; right: 0;}
.format_list{ width: 100%; margin: 10px 0 0 -10px;}
.plug_mob{ margin:10px auto 0; width:100%; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.plug_prdbx{ width:55%;}
.plug_prdbx img{ margin:0 auto 0; display:block;}
.plug_list{ width: 41%; margin-top: 0; flex-wrap: wrap; row-gap: 8px;}
.plug_list li{ padding: 12px 12px !important; border: none; background: #fff; width: 100%; border-radius: 5px; box-shadow: 0 0 5px 5px rgba(13, 166, 205, 0.1); justify-content: flex-start;}
.plug_list li img{ width:54px; margin:0;}
.plug_list li:nth-child(2) img{ margin-left:-7px;}
.plug_list li:nth-child(3) img{ margin-left:-6px;}
.plug_list li p{ padding-left:12px;}
.plug_list li:nth-child(2) p{ padding-left:20px;}
.plug_list li:nth-child(3) p{ padding-left:20px;}
.section_2 .common_button_box{ margin-top:20px;}

.section_3{ background:url(../images/s3-bg-mob.webp) no-repeat center top; background-size:cover; padding: 30px 0 35px;}
.section_3:before{ display:none;}
.s3-product-m{ margin:30px auto 0; width:326px;}
.s3_box{ max-width:390px; padding: 25px 12px 25px;}
.s3_col{ width:100%; padding:0 0 12px 0; margin-bottom:12px; border-bottom: 1px solid #d7d7d7; border-left:none; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.s3_col:last-child{ padding-bottom:0; margin-bottom:0; border-bottom:none;}
.s3_col_cont{ width:calc(100% - 62px); padding-left:15px; text-align:left;}
.s3_icn_box{ width: 62px; height: 62px; margin:0;}
.s3-icon{ width: 35px;}
.s3_col p{ font-size: 16px; line-height: 24px; margin-top:7px;}
.section_3 .common_button_top{ color:#fff;}
.section_3 .common_button_bottom li{ color:#fff;}
.section_3 .common_button_bottom li img{ filter:  brightness(0) invert(1);}
.section_3 .common_button_top li.green-dot{ border-right: 1px solid #fff;}

.section_4{ padding: 30px 0 50px;}
.s4_box{ max-width:368px; margin: 25px auto 0; row-gap:20px;}
.s4_col{ width:100%;}
.s4_cont{ padding: 0 20px 22px;}
.s4_col_strip{ font-size: 15px; line-height: 15px; margin-top: -16px; padding: 7px 10px 9px; width: 124px;}
.s4_heading{ text-align:left; margin-top:4px;}
.s4_text{ font-size: 16px; line-height: 24px; margin-top:10px; text-align:left;}

.section_5{ padding: 30px 0 35px; background: #0D92D3; background: linear-gradient(216deg, rgba(13, 146, 211, 1) 1%, rgba(232, 243, 249, 1) 22%);}
.section_5 .common_heading span{ color:#0c4b88;}
.s5_header_box_m{ display:inline-block; vertical-align:top; width:100%; max-width: 350px; text-align:left; padding-right:100px; position:relative;}
.s5-product-m{ position:absolute; bottom:-85px; right:-15px; width:162px;}
.s5_block{ margin: 5px 0 0; max-width: 350px;}
.s5_box{ margin:18px auto 0; border-radius: 16px; background:#fff; overflow: hidden; flex-direction: row-reverse; align-items: stretch; -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.1); box-shadow: 0 0 8px 1px rgba(0,0,0,.1);}
.s5_box:before{ display:none;}
.s5_box_cont{ width: calc(100% - 162px); padding:15px 12px 15px 12px; align-items: center;}
.s5_num{ position:absolute; top: 15px; right: 10px; width: 20px; height: 20px; font-size: 16px; line-height: 20px;}
.s5_box_cont_right{ width:100%; padding-left:0;}
.s5_box_cont_right h3{ font-size: 22px; line-height: 28px;}
.s5_box_cont_right p{ font-size:15px; line-height:20px; letter-spacing:normal; margin-top:8px;}
.s5-img{ width: 162px; height:170px; border-radius:12px; object-fit: cover;}

.section_6{ padding: 30px 0 0;}
.comapare_box{ margin: 30px auto 0;}
.compare_col1{ width: 40%;}
.compare_col2{ width: 32%; margin: 0 0 -10px;}
.compare_right{ width: 28%;}
.compare_col3, .compare_col4{ width:100%;}
.compare_col4{ display:none;}
.compare_list li{ font-size: 14px; line-height: 20px; font-weight:400; height:65px;} 
.compare-icon{ width: 30px;}
.compare_top{ height: 130px; padding: 10px 10px 0px;}
.compare-product1{ margin: 5px auto 0; width: 84px;}
.compare-product{ margin: 20px auto 0; width: 70px;}
.compare_top h3{ font-size: 12px !important; line-height: 16px !important;}
.compare_col2 .compare_list li:last-child{ height: 10px;}

.guarantee_box{ width:calc(100% + 30px); margin:90px auto 0 -15px; padding:0 15px 30px; border-radius:0; background: #037BBE; background: linear-gradient(180deg, rgba(3, 123, 190, 1) 5%, rgba(12, 75, 136, 1) 75%);}
.guarantee-seal{ display:block; margin:-60px auto 12px; width:106px; border:5px solid #fff; border-radius:50%; background:#fff;}
.guarantee_content{ width:100%; padding-left:0; text-align:center;}
.guarantee_content h3{ font-size: 26px; line-height: 32px;}
.guarantee_content p{ font-size:16px; line-height:24px;}
.guarantee_box .common_button_top{ color:#fff;}
.guarantee_box .common_button_bottom li{ color:#fff;}
.guarantee_box .common_button_bottom li img{ filter:  brightness(0) invert(1);}
.guarantee_box .common_button_top li.green-dot{ border-right: 1px solid #fff;}

.section_7{ padding: 30px 0 10px; background:#fff;}
.section_7 .common_heading{ font-size: 29px;}
.review_block{ max-width:365px; margin: 30px auto 0; row-gap: 25px;}
.review_box{ padding: 20px 15px 20px;}
.review-img{ display:none;}
.review_cont{ width:100%; padding-right:0;}
.review_num{ width: 40px; height: 40px; font-size: 18px; line-height: 40px;}
.review_vrfy_box_cont{ width: calc(100% - 40px); padding-left: 12px;}
.review_vrfy_box_cont h3{ font-size: 16px; line-height: 24px;}
.review_vrfy_box_cont p{ font-size: 12px; line-height: 20px;}
.review_vrfy_box_cont p img{ width: 11px; margin: -1px 5px 0 0;}
.review_heading{ font-size: 16px; line-height: 22	px;}
.star{ width: 86px; margin-top: 7px;}
.review_text{ font-size: 14px; line-height: 20px; margin-top: 10px;}
.review-img-m{ margin:12px auto 0; border-radius:10px;}

.section_8{ padding: 30px 0 35px; background:#fff;}
.offer_box{ max-width:390px; padding:15px 15px 25px; background:#fff;}
.offer_right{ width:100%; padding:0; text-align:center;}
.offer_heading{ font-size: 32px; line-height: 40px; color:#00aeef;}
.offer_text{ font-size: 16px; line-height: 24px;}
.offer_points{ margin-top: 0; max-width: 291px;}
.offer_points li{ font-size: 17px; line-height: 23px; margin-top: 10px; padding-left: 28px; background-position: top 4px left; background-size: 17px;}
.offer_left{ width:100%; margin-top: 20px;}
.offer_product_box{ max-width: 275px;}
.editor-seal{ top: 30px; right: 10px; width: 100px;}
.offer_box .common_button_top li{ padding:0 5px;}
.offer_box .common_button_top li{ font-size:11px; line-height:11px;}

.section_9{ padding:30px 0 35px; background:#f6fcff;}
.accordion{ font-size: 18px; line-height: 26px; padding: 13px 35px 13px 0; background-position: right 5px center !important; background-size: 14px !important;}
.acdn-content{ padding: 0 0 5px 0; margin-top: 0;}
.acdn-para{ font-size: 16px; line-height: 24px; margin-bottom: 15px;}
.acdn_list{ margin: 2px 0 5px;}
.acdn_list li{ font-size: 16px; line-height: 24px; padding-left: 20px;}
	
.footer{ padding:25px 0 25px; border-top:none;}
.foot-logo{ margin:0 auto 10px; width: 95px;}
.foot_text{ font-size:14px; line-height:17px; margin-top:10px;}
}