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

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	font-weight: 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: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Light.woff2') format('woff2'),
	url('Inter-Light.woff') format('woff');
	font-weight: 300;
	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;
	}
	
@font-face {
    font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Merriweather Sans';
    src: url('MerriweatherSans-Light.woff2') format('woff2'),
	url('MerriweatherSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Merriweather Sans';
	src: url('MerriweatherSans-Regular.woff2') format('woff2'),
	url('MerriweatherSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Merriweather Sans';
	src: url('MerriweatherSans-Bold.woff2') format('woff2'),
	url('MerriweatherSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Merriweather Sans';
    src: url('MerriweatherSans-ExtraBold.woff2') format('woff2'),
	url('MerriweatherSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}	

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1005px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

.overflow{overflow:hidden;}
	
/*-----Top-Caption-------*/
.top_caption{
	float:left;
	width:100%;
	background:url(../images/top-caption-bg.webp)no-repeat center top;
	padding:1px 0 4px;
	}
.top_caption p{
	color:#ffffff;
    font-size:16px;
    line-height:24px;
	font-weight:300;
	font-family: 'Merriweather Sans';
	}
.top_caption p span{
	color:#f2a410;
	font-weight:bold;
	}
	
/*-----Header------*/
.header{
	float:left;
	width:100%;
	-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);
	padding:14px 0;
	}
.logo{
	float:left;
	width:216px;
	margin-top:10px;
	}		
.header_button{
	float:right;
	width:210px;
    color:#ffffff;
	font-size:17px;
	line-height:17px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	background:#1aaa13;
	border-radius:8px;
	padding:17px 0 14px;
	}
.header_button_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 8px;
    width:18px;
	}
		
/*========Banner========*/
.banner{
	float:left;
	width:100%;
	background:url(../images/bnr-bg.webp)no-repeat center top;
	padding:55px 0 40px;
	position:relative;
	}
.banner_left{
	float:left;
	width:67%;
	text-align:left;
	}
.banner_review_text{
	float:left;
	width:100%;
	color:#000000; 
    font-size:17px;
	line-height:25px;
    font-weight:600;
	}
.banner_review_star{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0 0;
	width:92px;
	}
.banner_heading{
	float:left;
	width:100%;
	color:#111111; 
    font-size:62px;
	line-height:65px;
    font-weight:800;
	font-family: 'Merriweather Sans';
	letter-spacing:-0.5px;
	}	
.banner_heading span{color:#0f81ba;}
.banner_strip{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	align-items:center;
	background: #0F81BA;
	background: linear-gradient(90deg, rgba(15, 129, 186, 1) 0%, rgba(205, 236, 249, 0.4) 100%);
	float:left;
	width:100%;
	padding:2px 0;
	margin-top:20px;
	}
.banner_strip_left{
	width:90px;
	}
.banner_strip_left p{
	color:#ffffff; 
    font-size:70px;
	line-height:70px;
    font-weight:bold;
	font-family: 'Merriweather Sans';
	text-align:center;
	letter-spacing:-5px;
	margin-top:-14px;
	}
.banner_strip_right{
	width:calc(100% - 90px);
	background: #FFFFFF;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5) 100%);
	padding:10px 0 10px 13px;
	}
.banner_strip_right p{
	color:#000000; 
    font-size:19px;
	line-height:25px;
    font-weight:600;
	text-align:left;
	}
ul.banner_list{
	float:left;
	width:72%;
	margin-top:16px;
	}
ul.banner_list li{
	float:left;
	width:100%;
	color:#111111;
    font-size:22px;
	line-height:32px;
	font-weight:bold;
	text-align:left;
	letter-spacing:-0.5px;
	background:url(../images/bnr-bullet.webp)no-repeat left 0;
	background-size:34px;
	padding-left:52px;
	margin-top:6px;
	}
ul.banner_list li span{color:#199bcd;}
.banner_image{
	position:absolute;
	top:-48px;
    right:-138px;
	}
.banner_product{
	position:absolute;
	top:250px;
    right:200px;
	}
		
/*========COMMON-CSS=========*/	
.common_heading{
	color:#2d2d2d;
	font-size:50px;
	line-height:52px;
	font-weight:bold;
	letter-spacing:-0.5px;
	font-family:'Merriweather Sans';
	padding-bottom:45px;
	}
.common_heading.padding-bottom-0{padding-bottom:0;}
.common_heading span{color:#0f81ba;}
.common_heading.heading_bg1{background:url(../images/hdg-bg1.webp)no-repeat center bottom;}
.common_heading.heading_bg2{background:url(../images/hdg-bg2.webp)no-repeat left bottom;}
.common_heading.red_text{color:#ed1c24;}
.common_paragraph{
	color:#2d2d2d;
	font-size:18px;
	line-height:26px;
	letter-spacing:-0.5px;
	margin-top:15px;
	}
.button_box{
	display:inline-block;
	vertical-align:middle;
	max-width:480px;
	width:100%;
	text-align:center;
	margin-top:25px;
	}
.common_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
   	color:#ffffff;
	font-size:30px;
	line-height:30px;
	border-radius:12px;
	text-align:center;
	font-weight:bold;
	-webkit-box-shadow:0 4px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 4px 4px 2px rgba(0, 0, 0, 0.2);
	background:#1aaa13;
	padding:19px 0;
	margin:12px 0 16px;
	}		
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	margin:-5px 6px 0 10px;
	}
.button_text{
	color:#2d2d2d;
	font-size:16px;
	line-height:16px;
	letter-spacing:-0.5px;
	}
.button_icon1{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 6px 0 0;
	width:25px;
	}
.button_icon2{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 6px 0 0;
	width:20px;
	}
.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse{
	0%{transform: scale(0.9);}
	50%{transform: scale(1);}
	100%{transform: scale(0.9);}
	}

@-webkit-keyframes pulse{
	0%{-webkit-transform: scale(0.95);}
	50%{-webkit-transform: scale(1);}
	100%{-webkit-transform: scale(0.95);}
	}	


/*=========================*/
/*========Section1=========*/
.section1{
	float:left;
	width:100%;
	padding:60px 0 0;
	}		
.section1_list_image{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	}
ul.section1_list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	margin-top:8px;
	}
ul.section1_list li{
	width:25%;
	padding:0 22px;
	}
ul.section1_list li p{
	color:#2d2d2d;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	}
.section1_content_box{
	float:left;
	width:100%;
	height:245px;
	text-align:center;
	background:url(../images/s1-bx-bg.webp)no-repeat center top;
	background-size:100%;
	margin-top:50px;
	}
.section1_content_text1{
	color:#2d2d2d;
	font-size:24px;
	line-height:26px;
	font-weight:600;
	letter-spacing:-0.5px;
	margin-top:30px;
	}
.section1_content_text1 span{
	color:#0f81ba;
	font-size:36px;
	font-weight:800;
	font-family:'Merriweather Sans';
	text-transform:uppercase;
	margin:0 10px;
	}
.section1_content_text2{
	color:#ffffff;
	font-size:25px;
	line-height:33px;
	font-weight:bold;
	letter-spacing:-0.5px;
	margin-top:30px;
	}
.section1_content_text2 span{color:#ffc602;}

/*========Section2=========*/
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	}	
.section2_left{
	float:left;
	width:74.6%;
	text-align:left;
	}
.benefit_heading{
	color:#2d2d2d;
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	margin-top:30px;
	}
.benefit_heading span{color:#0f81ba;}
.benefit_box{
	float:left;
	width:100%;
	height:185px;
	background:url(../images/benefit-bg.webp)no-repeat center top;
	background-size:100%;
	margin-top:25px;
	z-index:1;
    position:relative;
	}	
ul.benefit_list{
	float:right;
	width:56%;
	}
ul.benefit_list li{
	float:left;
	width:100%;
	color:#2d2d2d;
	font-size:20px;
	line-height:42px;
	font-weight:bold;
	margin-top:10px;
	}
ul.benefit_list li:nth-child(2){color:#ffffff;}	
.section2_image{
	position:absolute;
	top:-62px;
    right:-172px;
	}
.section2_product{
	position:absolute;
	top:298px;
    right:-23px;
	}
		
/*======Section-Strip======*/
.section_strip{
	float:left;
	width:100%;
	background:url(../images/strip-bg.webp)no-repeat center top;
	padding:20px 0;	
	}
.strip_content{
	float:left;
	width:100%;
	}
.strip_left{
	float:left;
	text-align:left;
	}
.strip_text1{
	color:#ffffff;
	font-size:30px;
	line-height:32px;
	font-weight:bold;
	}
.strip_text1 span{color:#ffe400;}
.strip_text2{
	color:#ffffff;
	font-size:28px;
	line-height:34px;
	margin-top:5px;	
	}
.strip_button{
	float:right;
	width:280px;
    color:#ffffff;
	font-size:23px;
	line-height:23px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	background:#1aaa13;
	border-radius:8px;
	padding:20px 0;
	margin-top:20px;
	}
.strip_button_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 15px;
	width:24px;
	}
	
/*========Section3=========*/
.section3{
	float:left;
	width:100%;
	padding:60px 0;
	}	
.section3_row{
	float:left;
	width:100%;
	margin-top:40px;
	position:relative;
	}
.section3_column{
	width:34%;
	}
.section3_column.fr{width:31%;}
ul.section3_list{
	float:left;
	width:100%;
	text-align:left;
	}
.section3_column.fr ul.section3_list{text-align:right;}
ul.section3_list li{
	float:left;
	width:100%;
	margin-bottom:50px;
	}
ul.section3_list li:last-child{margin-bottom:0;}
.section3_list_heading{
	color:#2d2d2d;
	font-size:25px;
	line-height:31px;
	font-weight:bold;
	letter-spacing:-0.5px;
	padding-left:75px;
	position:relative;
	}
.section3_column.fr .section3_list_heading{
	padding-left:0;
	padding-right:75px;
	}
.section3_list_heading span{color:#0f81ba;}
.section3_list_icon{
	position:absolute;
	top:0;
	left:0;
	width:65px;
	}
.section3_column.fr .section3_list_icon{
	left:auto;
	right:0;
	}
.section3_list_paragraph{
	color:#2d2d2d;
	font-size:17px;
	line-height:25px;
	margin-top:8px;
	}
.section3_product{
	position:absolute;
	top:35px;
	left:50%;
	transform:translateX(-50%);	
	}	

/*========Section4=========*/
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	}	
ul.section4_list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	row-gap:30px;
	justify-content:space-between;
	margin-top:30px;
	}
ul.section4_list li{
	width:33.33%;
	position:relative;
	}
ul.section4_list li:nth-child(-n+3){padding-bottom:30px;}
ul.section4_list li:before{
	content:'';
	position:absolute;
	bottom:0;
	left:25px;
	right:25px;	
	height:1px;
	background:#d9d9d9;
	}
ul.section4_list li:nth-last-child(-n+3):before{display:none;}
ul.section4_list li:after{
	content:'';
	position:absolute;
	top:0;
	bottom:25px;
	right:0;	
	width:1px;
	background:#d9d9d9;
	}
ul.section4_list li:nth-child(3n):after{display:none;}
ul.section4_list li p{
	color:#2d2d2d;
	font-size:22px;
	line-height:30px;
	font-weight:300;
	letter-spacing:-0.5px;
	}
ul.section4_list li p span{
	color:#0f81ba;
	font-weight:bold;	
	}
.section4_list_image{
	display:block;
	margin:0 auto 10px;
	width:153px;
	border-radius:50%;
	}
.proven_box-outer{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	}
.proven_box{
	display:inline-block;
	vertical-align:middle;
	max-width:390px;
	margin-left:80px;
	width:100%;
	text-align:left;
	border-radius:20px;
	border:1px solid #c2c2c2;
	margin-top:60px;
	position:relative;
	}
.proven-seal{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-62px;
	width:125px;
	}
.proven_text1{
	color:#0f81ba;
	font-size:35px;
	line-height:43px;
	font-weight:bold;
	background:#ffffff;
	border-radius:20px 20px 0 0;
	padding:7px 10px 7px 72px;
	}
.proven_text2{
	color:#000000;
	font-size:22px;
	line-height:30px;
	font-weight:500;
	background:#e3eff9;
	border-radius:0 0 20px 20px;
	padding:7px 10px 7px 72px;
	}
	
/*========Section5=========*/
.section5{
	float:left;
	width:100%;
	padding:60px 0;
	}	
.testimonial_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
	margin-top:50px;
	}
.testimonial_column{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	flex-direction:column;
	width:32%;
	border:1px solid #0f81ba;
	border-radius:8px;
	}
.testimonial_column_top{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
	text-align:left;
	background:#ffffff;
	border-radius:8px 8px 0 0;
	position:relative;
	}
.testimonial_user_image_box{
	width:130px;
	position:relative;
	}
.testimonial_user_image{
	width:120px;
	border:1px solid #0f81ba;
	background:#ffffff;
	border-radius:50%;
	padding:4px 4px;
	margin:-20px 0 0 10px;
	}
.testimonial_arrow{
	position:absolute;
	 bottom:-13px;
    left:55px;
	z-index:1;
	}
.testimonial_heading{
	width:calc(100% - 130px);
	color:#2d2d2d;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	letter-spacing:-0.5px;
	padding-left:15px;
	}
.testimonial_column_bottom{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction:column;
	flex:1;
	width:100%;
	background:#0f81ba;
	border-radius:0 0 8px 8px;
	padding:20px 22px 0;
	position:relative;
	overflow:hidden;
	}
.testimonial_star{
	display:block;
	margin:0 auto;
	width:102px;	
	}
.testimonial_paragraph{
	color:#ffffff;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	letter-spacing:-0.3px;
	margin:15px 0 15px;
	}
.testimonial_user_name{
	width:90%;
	color:#5db6e3;
	font-size:17px;
	line-height:25px;
	font-style:italic;
	background:#0e5377;
	text-align:left;
	padding:6px 0 6px 25px;
	margin-left:-22px;
	margin-top:auto;
	position:relative;
	}
.user_bg_icon{
	position:absolute;
	top:0;
	right:-52px;
	}
.testimonial_user_name span{
	color:#ffffff;
	font-weight:bold;
	}	
	
/*========Section6=========*/
.section6{
	float:left;
	width:100%;
	background:url(../images/s6-bg.webp)no-repeat center top;
	padding:70px 0;
	position:relative;
	overflow:hidden;
	}		
.section_image{
	position:absolute;
	top:-70px;
	right:-250px;
	}
.section_product{
	position:absolute;
	top:250px;
    right:218px;
	}

/*========Section7=========*/
.section7{
	float:left;
	width:100%;
	padding:70px 0;
	}	
.reference_heading{
	color:#242424;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	text-align:left;
	}
ul.reference_list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
	margin-top:5px;
	}
ul.reference_list li{
	width:44%;
	color:#676767;
	font-size:13px;
	line-height:21px;
	text-align:left;
	word-break:break-all;
	padding-left:15px;
	margin-top:20px;
	position:relative;
	}
ul.reference_list li span{
	position:absolute;
	top:0;
	left:0;
	}
	
/*========Section8=========*/
.section8{
	float:left;
	width:100%;
	padding:70px 0;
	}	
.pkgcontainer{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: flex-start;
	margin:40px 0 0;
	}
.pkg1, .pkg2, .pkg3{width:31.95%;position:relative;}
.pkg1{
	order:2;
	border-radius:11px;
	background:#e5f7fe;
	position:relative;
	box-shadow:0 0 10px #c9c9c9;
	}
.pkg2{order:3;}
.pkg3{order:1;}
.pkg2, .pkg3{
	border:1px solid #cbcbcb;
	background:#fff;
	margin-top:19px;
	border-radius:11px;
	}
.bestvalue{position:absolute;left:-10px;top:-10px;}
.pkg1-hding1, .pkg2-hding1{
	background:#457fbf;
	padding:17px 10px;
	border-radius:7px 7px 0 0;
	font-weight:bold;
	font-size:44px;
	line-height:44px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	}
.pkg1-hding{border:4px solid #457fbf;border-top:none;}
.pkg2-hding1{background:#adc4de;}
.pkg1btm, .pkg2btm{padding:16px 14px 20px 14px;border-radius:0 0 11px 11px;}
.pkg1btm{border:4px dashed #457fbf;border-top:none;}
.pkg1-hding3{
	font-weight:bold;
	font-size:23px;
	line-height:33px;
	text-align:center;
	text-transform:uppercase;
	}
.pkgimgbx{position:relative;}
.pkg1btl, .pkg2btl, .pkg3btl{margin:11px auto 0 auto;display:block;max-width:100%;height:auto;}
.pkg2btl, .pkg3btl{margin:13px auto 0 auto;}
ul.pkgprclist{display:flex;justify-content:center;flex-wrap:nowrap;padding:5px 0 0 0;}
ul.pkg2prclist, ul.pkg3prclist{padding:15px 0 0 0;}
ul.pkgprclist li{margin:0 5px;}
ul.pkgprclist li:nth-child(1){
	font-weight:bold;
	font-size:72px;
	line-height:72px;
	text-align:right;
	}
ul.pkgprclist li:nth-child(1) sup{font-size:35px;line-height:35px;position:relative;font-weight:600;}
ul.pkgprclist li:nth-child(2){
	font-size:24px;
	line-height:28px;
	text-align:left;
	padding-top:8px;
	}
ul.pkg1list{padding:8px 22px 0 22px;}
ul.pkg1list li{	
	padding:4px 10px 4px 44px;
	font-weight:bold;
	font-size:16px;
	line-height:26px;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	margin-top:7px;
	}
ul.pkg1list li.one{background:#d83644 url(../images/bullet5.png) 11px center no-repeat;}
ul.pkg1list li.two{background:#276eb6 url(../images/bullet5.png) 11px center no-repeat;}
ul.pkg1list li.three{background:#de9e0d url(../images/bullet5.png) 11px center no-repeat;}
.pkg1save{
	font-weight:600;
	font-size:25px;
	line-height:32px;
	color:#ff0000;
	text-align:center;
	margin-top:18px;
	}
.pkgbtn{
	height:72px;
	width:100%;
	background:#1aaa13;
	border-radius:8px;
	font-weight:bold;
	font-size:32px;
	line-height:68px;
	color:#fff;
	text-align:center;
	margin:18px auto 0 auto;
	text-transform:uppercase;
	display:block;
	border:none;
	outline:none;
	border-bottom:5px solid #e5e5e5;
	}
.pkg3btn{margin:110px auto 0 auto;}
.cards{margin:16px auto 0 auto;display:block;}
.pkgprc{
	font-weight:bold;
	font-size:28px;
	line-height:36px;
	text-align:center;
	margin-top:22px;
	}
.pkgprc span{color:#6e6e6e;font-weight:normal;margin-right:5px;padding:0 2px;}	
.strikeout{position: relative;}
.strikeout::after {
	border-bottom: 0.10em solid #ff0000;
	content: "";
	left: 0;
	margin-top: calc(0.120em / 2 * -1);
	position: absolute;
	right: 0;
	top: 54%;
	transform:rotate(-10deg);
	-webkit-  transform:rotate(-10deg);
	}
ul.s8list{padding:30px 0 0 0;display:flex;justify-content:center;flex-wrap:wrap;}
ul.s8list li{
	font-weight:500;
	font-size:20px;
	line-height:28px;
	text-align:center;
	padding-right:15px;
	margin:8px 15px 0 0;
	position:relative;
	}
ul.s8list li:nth-child(3){padding-right:0;margin:8px 0 0 0;}
.s8licon{margin:0 6px -5px 0;}
ul.s8list li::after{content:"";position:absolute;right:0;top:8px;height:18px;width:1px;background:#000;}
ul.s8list li:nth-child(3)::after{display:none;}	

/*========footer==========*/	
.footer{
	float:left;
	width:100%;
	border-top:1px solid #dddddd;
	padding:55px 0 45px;
	}
.footer_statement1{
	display:inline-block;
	vertical-align:top;
	color:#000000;
	font-size:12px;
	line-height:20px;
	border:1px solid #c5c5c5;
	padding:8px 15px;
	}
.footer_statement2{
	color:#000000;
	font-size:13px;
	line-height:21px;
	margin:20px 0 25px;
	}	
.footer_text{
	color:#000000;
	font-size:14px;
	line-height:20px;
	margin-top:8px;
	}
.footer_text a{padding:0 10px;}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

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

}

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

.common_heading{font-size:34px; line-height:44px; padding-bottom:45px;}
.common_paragraph{font-size:17px; line-height:25px;}
.button_box{max-width:395px; margin-top:25px;}
.common_button{font-size:24px; line-height:24px; border-radius:10px; padding:18px 0; margin:10px 0 14px;}
.button_text{font-size:14px; line-height:14px;}

.top_caption p{font-size:13px; line-height:21px;}
	
.header{padding:10px 0;}		
.logo{width:185px; margin-top:12px;}
.header_button{width:200px; font-size:16px; line-height:16px; padding:16px 0 14px;}

.banner{padding:40px 0;}
.banner_review_star{margin:-4px 5px 0 0; width:85px;}
.banner_review_text{font-size:16px; line-height:24px;}
.banner_heading{font-size:40px; line-height:48px;}
.banner_strip_left{width:75px;}
.banner_strip_left p{font-size:50px; line-height:50px; letter-spacing:-2px; margin-top:-10px;}
.banner_strip_right{width:calc(100% - 75px); padding:8px 0 8px 12px;}
.banner_strip_right p{font-size:17px; line-height:25px;}
ul.banner_list{width:74%; margin-top:15px;}
ul.banner_list li{font-size:20px; line-height:30px; background-size:25px; background-position:left 2px; padding-left:35px; margin-top:6px;}
.banner_image{top:-40px; right:-92px; width:400px;}
.banner_product{top:273px; right:122px; width:206px;}

.section1{padding:40px 0 0;}
ul.section1_list li{padding:0 10px;}
ul.section1_list li p{font-size:17px; line-height:21px;}
.section1_content_box{height:180px; margin-top:35px;}
.section1_content_text1{font-size:22px; line-height:26px; margin-top:20px;}
.section1_content_text1 span{font-size:25px; margin:0 5px;}
.section1_content_text2{font-size:20px; line-height:27px; margin-top:15px;}

.section2{padding:40px 0;}
.section2_left{width:66%;}
.benefit_heading{font-size:28px; line-height:36px; margin-top:20px;}
.benefit_box{height:115px; margin-top:15px;}
ul.benefit_list li{font-size:13px; line-height:23px;}
.section2_image{top:-30px; right:-110px; width:400px; z-index:-1;}
.section2_product{top:270px; right:0; width:240px;}

.section_strip{padding:15px 0;}
.strip_text1{font-size:24px; line-height:30px;}
.strip_text2{font-size:18px; line-height:26px;}
.strip_button{width:245px; font-size:20px; line-height:20px; padding:19px 0; margin-top:16px;}
.strip_button_arrow{margin:-3px 0 0 10px; width:20px;}

.section3{padding:40px 0;}
.section3_row{margin-top:25px;}
.section3_column, .section3_column.fr{width:48%;}
.mob_section3_product{display:block; margin:0 auto 20px; width:180px;}
ul.section3_list li{margin-bottom:40px;}
.section3_list_heading{font-size:22px; line-height:28px; padding-left:65px;}
.section3_column.fr .section3_list_heading{padding-right:68px;}
.section3_list_icon{top:3px; width:55px;}

.section4{padding:40px 0;}
ul.section4_list{margin-top:25px;}
ul.section4_list li:before{left:10px; right:10px;}
ul.section4_list li:after{top:-20px; bottom:10px;}
ul.section4_list li:nth-child(-n+3){padding-bottom:25px;}
ul.section4_list li p{font-size:17px; line-height:25px;}
.section4_list_image{width:100px;}
.proven_box{max-width:335px; margin-top:40px;}
.proven_text1{font-size:28px; line-height:36px;}
.proven_text2{font-size:20px; line-height:28px;}
.proven-seal{left:-50px; width:115px;}

.section5{padding:40px 0;}
.testimonial_row{margin-top:30px;}
.testimonial_user_image_box{width:80px;}
.testimonial_heading{width:calc(100% - 85px); font-size:17px; line-height:21px; padding:6px 20px 6px 15px;}
.testimonial_arrow{bottom:-9px; left:42px; z-index:1; width:20px;}
.testimonial_star{width:85px;}
.testimonial_column_bottom{padding:20px 14px 0;}
.testimonial_paragraph{font-size:17px; line-height:25px; margin:10px 0;}
.testimonial_user_name{width:92%; font-size:14px; line-height:22px; padding:6px 0 6px 10px; margin-left:-15px;}

.section6{padding:40px 0;}
.section_image{top:-40px; right:-235px; width:516px;}
.section_product{top:300px; right:125px; width:190px;}

.section7{padding:40px 0;}
ul.reference_list li{width:48%; margin-top:15px;}

.pkgcontainer{margin:30px 0 0;}
.pkg1-hding1, .pkg2-hding1 {font-size: 34px;line-height: 34px;}
.bestvalue{width: 80px;top: -6px;left:-6px;}
.pkg1-hding3{font-size: 20px;line-height: 30px;}
ul.pkgprclist li:nth-child(1){font-size: 56px;line-height: 56px;}
ul.pkgprclist li:nth-child(1) sup{font-size: 28px;line-height: 28px;}
ul.pkgprclist li:nth-child(2) {font-size: 18px;line-height: 21px;padding-top: 6px;}
ul.pkg1list {padding: 2px 0 0 0;}
ul.pkg1list li{font-size:14px; line-height:23px; margin-top:5px; padding:4px 5px 4px 36px;}
ul.pkg1list li.one, ul.pkg1list li.two, ul.pkg1list li.three {background-size:17px;}
.pkg1save{font-size:21px; line-height:28px; margin-top:14px;}
.pkgbtn{height:60px; font-size:23px; line-height:58px; margin:12px auto 0 auto; border-radius:12px;}
.pkg3btn{margin:92px auto 0;}
.cards{width:150px; height:auto; margin:12px auto 0o;}
.pkgprc{font-size:22px; line-height:30px; margin-top:16px;}
ul.s8list li{font-size:16px; line-height:24px; padding-right:10px; margin:8px 10px 0 0;}
.s8licon{height:25px; width:auto; margin:0 6px -7px 0;}
ul.s8list li::after{top:4px; height:18px;}

.footer{padding:40px 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;}

.common_heading{font-size:26px; line-height:33px; padding-bottom:40px;}
.button_box{max-width:345px;}
.common_button{font-size:23px; line-height:23px;}
.button_text{font-size:14px; line-height:14px;}

.top_caption{background-size:cover; padding:3px 0 5px;}
.top_caption p{font-size:11px; line-height:16px;}

.header{padding:17px 0 13px;}		
.logo{float:none; display:inline-block; vertical-align:middle; width:170px; margin-top:0;}

.banner{padding:20px 0 30px; background-size:cover;}
.banner_left{width:100%; text-align:center;}
.banner_review_star{width:75px;}
.banner_review_text{font-size:14px; line-height:22px;}
.banner_heading{font-size:33px; line-height:39px;}
.banner_image_box{display:inline-block; vertical-align:middle; width:calc(100% + 30px); margin-left:-15px; margin-top:10px;}
.mob_banner_image{display:block; margin:0 auto;}

.banner_strip{padding:1px 0; margin-top:0; width:calc(100% + 30px); margin-left:-15px;align-items: normal;
background: linear-gradient(90deg, rgba(205, 236, 249, 0.3) 0%, rgba(15, 129, 186, 1) 50%, rgba(205, 236, 249, 0.4) 100%);}
.banner_strip_left {width:45px;background: #fff;display: flex;justify-content: center;align-items: center;}
.banner_strip_left p { font-size:32px;line-height:32px;margin-top: 0; color:#0f81ba;margin-top: -6px;}
.banner_strip_right{background:#ffffff;  padding:8px 10px 8px 5px; text-align:left;width: calc(100% - 45px);}
.banner_strip_right p{font-size:14px; line-height:18px;}

ul.banner_list{float:none; display:inline-block; vertical-align:middle; max-width:360px; width:100%;}
ul.banner_list li{font-size:18px; line-height:28px; letter-spacing:0;}

.section1{padding:25px 0 0;}
ul.section1_list{row-gap:25px; margin-top:25px;}
ul.section1_list li{width:47%; padding:0 0;}
ul.section1_list li p{font-size:17px; line-height:22px;}
.section1_problem_image{display:block; margin:0 auto 8px;}
.section1_content_box{height:auto; background:none;  width:calc(100% + 30px); margin-left:-15px;  margin-top:20px;}
.section1_content_text1{ background:url(../images/s1-strip-line.webp) no-repeat center top; background-size:100%; padding:15px 10px 10px;font-size: 20px;  line-height: 25px;width: 350px;  margin: 0 auto;}
.section1_content_text1 span{ font-size:20px;}

.section1_content_text2{ margin:0;background: #0E7AB1;background: linear-gradient(0deg, rgba(14, 122, 177, 1) 28%, rgba(67, 156, 201, 1) 100%); padding:15px 15px 20px; letter-spacing:0;font-size: 19px; line-height: 26px; position:relative;}
.section1_content_text2:after{ position:absolute; background:url(../images/s1-strip-tik.webp) no-repeat center center; background-size:100%; left:50%; bottom:-37px; transform:translateX(-50%); width:150px; height:40px; content:""; z-index:-1;}

.section2{padding:50px 0 30px;}
.section2_left{width:100%;}
.sec2_mob-img{width:calc(100% + 30px); margin-left:-15px; margin-top:10px; max-width:none; }
.benefit_heading{font-size:22px; line-height:30px;}
.benefit_box{height:80px;}
ul.benefit_list li{font-size:10px; line-height:12px;}
.sec2_3x-mob-img{ max-width:100%; margin:20px auto 0;}

.section_strip{background-size:cover; padding:20px 0 25px;}
.strip_left{width:100%; text-align:center;}
.strip_text1{font-size:22px; line-height:28px;}
.strip_text2{font-size:14px; line-height:22px;}
.strip_button{float:none; display:inline-block; vertical-align:middle; width:345px; width:100%; font-size:22px; line-height:21px; padding:20px 0 19px;}
.strip_button_arrow{margin:-4px 0 0 13px;}

.section3{padding:25px 0 30px;}
.section3_row{margin-top:20px;}
.section3_column, .section3_column.fr{width:100%;}
.mob_section3_product{display:block; width:310px;}
.section3_list_mob{margin-top:30px;}
ul.section3_list li{margin-bottom:30px;}
.section3_list_heading{font-size:22px; line-height:28px; padding-left:76px;}
.section3_column.fr .section3_list_heading{padding-left:76px; padding-right:0;}
.section3_column.fr ul.section3_list{text-align:left;}
.section3_column.fr .section3_list_icon{left:0; right:auto;}
.section3_list_icon{top:-4px; width:65px;}

.section4{padding:25px 0 30px;}
ul.section4_list{row-gap:25px;}
ul.section4_list li{width:49%;}
ul.section4_list li:before{display:none;}
ul.section4_list li:after{display:none;}
ul.section4_list li:nth-child(-n+3){padding-bottom:0;}
ul.section4_list li p{font-size:14px; line-height:22px;}
ul.section4_list li p span{font-size:17px; line-height:17px; letter-spacing:0;}
.section4_list_image{width:90px;}

.proven_box-outer{justify-content: space-between; max-width:350px; margin:0 auto;}
.proven_box{max-width:none; width:48%; margin-top:65px; margin-left:0; text-align:center;}
.proven_text1{font-size:17px; line-height:22px; padding:5px 10px 10px;}
.proven_text2{font-size:15px; line-height:20px; padding:10px 10px;}
.proven-seal{left:-40px; width:90px;position: static;  display: block; margin:-40px auto 0;transform: none;}

.section5{padding:25px 0 30px;}
.testimonial_row{row-gap:35px; padding:0 15px;}
.testimonial_column{width:100%;}
.testimonial_user_image_box{width:80px;width: 80px; }
.testimonial_heading{font-size:18px; line-height:22px; padding:6px 28px 6px 15px;}
.testimonial_paragraph{font-size:16px; line-height:24px; margin:10px 0 20px;}
.testimonial_user_name{width:85%; font-size:16px; line-height:24px; padding:7px 0 7px 15px;}

.section6{padding:25px 0 30px;background-size:cover;}

.section7{padding:25px 0 30px;}
.reference_heading{font-size:20px; line-height:26px;}
ul.reference_list{margin-top:0;font-size: 12px; line-height: 16px;}
ul.reference_list li{width:100%;}

.section8{padding:25px 0 30px;}
.pkgcontainer{justify-content:center;margin:35px 0 0 0;}
.pkg1, .pkg2, .pkg3{max-width:400px; width:100%; margin:20px 0 0 0;}
.pkg1{order:1;margin:0 0 0 0;}
.pkg2{order:2;}
.pkg3{order:3;}
.pkg1-hding1, .pkg2-hding1{padding: 15px 10px 13px 10px;}
.pkg1btm, .pkg2btm{padding:18px 30px;}
.pkg1btl, .pkg2btl, .pkg3btl{margin:10px auto 0 auto;}
ul.pkg2prclist, ul.pkg3prclist{padding:5px 0 0 0;}
ul.pkg1list{padding:2px 26px 0 26px;}
.pkgbtn, .pkg3btn{margin:12px auto 0;}
.pkgprc{margin-top:11px;}
ul.s8list{padding:20px 0 0 0;}
ul.s8list li{font-size:15px; line-height:23px;}

.pkg1btm, .pkg2btm {padding: 18px 15px;}	
ul.pkg1list{padding: 2px 20px 0 20px;}
ul.s8list li{width:100%;padding-right:0;margin:8px 0 0 0;}	
ul.s8list li:after{display:none;}
.s8licon{margin:0 4px -7px 0;}

.footer{padding:25px 0;}
.footer_statement1{font-size:12px; line-height:20px; padding:8px 10px;}
.footer_statement2{font-size:12px; line-height:20px; margin:20px 0;}
.footer_text{font-size:12px; line-height:18px; letter-spacing:-0.3px;}
.footer_text a{padding:0 4px;}

}

