@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight: 400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*=========FONTS===========*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    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-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
        url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	}

/*BANNER*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	height:640px;
	}
.logo_sec{
	text-align:left;
	margin-top:28px;
	}
.logo{
	display:inline-block;
	vertical-align:middle;
	}
.logo_sec p{
	display:inline-block;
	vertical-align:middle;
	padding-left:15px;
	margin-left:15px;
	border-left:1px solid #ddd;
	font-size:14px;
	line-height:20px;
	color:#656565;
	letter-spacing:0.5px;
	}
.banner_left{
	float:left;
	width:65%;
	text-align:left;
	padding:50px 0 40px;
	}
.bnr_top_text1{
	font-size:24px;
	line-height:28px;
	color:#3d3d3d;
	font-weight:500;
	letter-spacing:0.3px;
	}
.bnr_top_text1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	}
.banner_heading{
	font-size:45px;
	line-height:55px;
	color:#002272;
	font-weight:800;
	margin-top:20px;
	letter-spacing:-1.3px;
	}
.banner_strip{
	font-size:28px;
	line-height:32px;
	color:#fefefe;
	font-weight:bold;
	background:#1c336a;
	padding:5px 15px 7px;
	text-align:left;
	margin-top:20px;
	letter-spacing:0.3px;
	}
.banner_strip span{ color:#ffba4d;}
.banner_para{
	width:85%;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000000;
	margin-top:30px;
	}
.banner_seal{
	position: absolute;
    top: 265px;
    right: 395px;
	z-index:3;
	}
.banner_product{
	position: absolute;
    right:230px;
    top: 360px;
	z-index:2;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:620px;
	margin-top:30px;
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:10px;
	text-align:center;
	border-radius:8px;
	border-bottom:4px solid #d95800;
	
	background: rgb(255,103,0);
	background: -moz-linear-gradient(0deg, rgba(255,103,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,130,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,103,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,130,0,1) 100%);
	background: linear-gradient(0deg, rgba(255,103,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,130,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6700",endColorstr="#ff8200",GradientType=1);
	}
.common_button p{
	text-transform:uppercase;
	font-size:27px;
	line-height:30px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:800;
	text-shadow:0 1px 4px rgba(0,0,0,0.3);
	}
.common_button span{
	text-transform:uppercase;
	font-size:19px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#ffff00;
	font-weight:800;
	text-shadow:0 1px 3px rgba(0,0,0,0.3);
	}

/*sec1*/
.sec1{
	float:left;
	width:100%;
	position:relative;
	padding:0;
	background:#f9f9f9;
	}

.customer_report_box{
	float:left;
	width:100%;
	margin:0 0 15px;
	border:2px solid #fff;
	border-radius:20px;
	box-shadow:0 3px 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 9px 1px rgba(0,0,0,0.1);
	background:#fff;
	}
.customer_report_header{
	float:left;
	width:100%;
	background:#1c2f5e;
	padding:30px 20px 0;
	text-align:center;
	position:relative;
	border-radius:20px 20px 0 0;
	}
.customer_report_header:before{
	position:absolute;
	left:48%;
	top:-40px;
	width:14px;
	height:72px;
	background:url(../images/line1.png) no-repeat center center;
	content:"";
	}
.customer_report_header h2{
	font-size:40px;
	line-height:46px;
	color:#ffffff;
	font-weight:bold;
	}
.report_star{
	display:block;
	margin:10px auto -15px;
	width:150px;
	height:40px;
	padding:10px;
	background:#1c2f5e;
	border-radius:50px;
	}
ul.cust-repo-lst{
	float:left;
	width:100%;
	margin:20px 0;
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
ul.cust-repo-lst li{
	float:left;
	width:25%;
	position:relative;
	margin:25px 0;
}
ul.cust-repo-lst li:after{
	content:'';
	position:absolute;
	right:0;
	top:30%;
	height:97px;
	border-right:1px solid #e1e1e1;
}
ul.cust-repo-lst li:nth-child(4n):after{display:none;}
.cust-repo-icn{
	border-radius:50%;
	display:block;
	margin:0 auto 15px;
}
ul.cust-repo-lst li p{
	font-size:20px;
	line-height:26px;
	font-weight:700;
}

/*sec2*/
.sec2{
	float:left;
	width:100%;
	padding:50px 0 60px;	
}
.comn-hdg{
	font-size:45px;
	line-height:55px;
	font-weight:700;
	color:#002272;
}
.sub-hdg {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 20px;
}
.vid-sec{
	float:left;
	width:100%;
	padding:0 110px;
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.vid-sec-inr{
	width:50%;
	padding:0 1.5%;
	margin-top:35px;
}
.vid-bx{
	float:left;
	width:100%;
	background:#000;
	position:relative;
	padding-bottom:60.9%;
	cursor:pointer;
	border-radius:10px;
	overflow:hidden;
}
.vid-bx iframe{
	position:absolute;
	left:0;
	height:100%;
	width:100%;
}
.vid-bx img{
	max-width:100%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}
.vid-tsti-cont{
	width:47%;
	text-align:left;
	margin-top:35px;
}
.vid-tsti-star{
	display:block;
}
.vid-tsti-hd{
	font-size:28px;
	line-height:34px;
	font-weight:bold;
	color:#002272;
	margin-top:5px;
}
.vid-tsti-tx{
	font-size:18px;
	line-height:26px;
	margin-top:15px;
}
.vid-tsti-nm{
	font-size:18px;
	line-height:26px;
	font-weight:500;
	margin-top:15px;
}

.blue-tx{color:#002272;}
.comn-txt{
	font-size:18px;
	line-height:26px;
	margin-top:25px;
}

.comn-tsti-sec{
	display:inline-block;
	vertical-align:top;
	max-width:1030px;
	width:100%;
	margin:10px 0;
}
.comn-tsti-bx{
	background:#edecec;
	border-radius:12px;
	padding:30px;
	margin-top:30px;
	text-align:left;
}
.cmn-tsti-hd{
	font-size:28px;
	line-height:34px;
	font-weight:bold;
	color:#002272;
	margin-top:5px;
}
.cmn-tsti-tx{
	font-size:18px;
	line-height:26px;
	margin-top:15px;
}
.cmn-tsti-nm{
	font-size:18px;
	line-height:26px;
	font-weight:500;
	margin-top:15px;
}

/*sec3*/
.sec3{
	float:left;
	width:100%;
	padding:50px 0 60px;
	background:#edfaff;
}
.s3-inr{
	display:inline-block;
	vertical-align:top;
	max-width:1050px;
	width:100%;
	position:relative;
	margin-top:30px;
}
.s3-inr:before{
	content:'';
	position:absolute;
	left:50%;
	top:25px;
	bottom:25px;
	border-left:2px dotted #becfe3;
	margin-left:-1px;
}
.s3-inr-bx{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	align-items:center;
	-webkit-align-items:center;
	padding:20px 0;
}
.s3-cont-bx{
	width:50%;
	text-align:left;
	padding:0 45px;
	position:relative;
}
.s3-cont-hd{
	font-size:24px;
	line-height:30px;
	font-weight:700;
}
.s3-num {
    width: 26px;
    height: 26px;
    background: #002272;
    border-radius: 50%;
    font-size:18px;
    line-height:26px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 0px 10px rgba(213, 228, 241, 0.8);
	-webkit-box-shadow: 0px 0px 0px 10px rgba(213, 228, 241, 0.8);
    position: absolute;
    right: -13px;
    top: 10px;
}
.s3-img-bx{
	width:50%;
	text-align:left;
	padding:0 100px;
}
.flex-reverse{
	flex-direction:row-reverse;
}
.flex-reverse .s3-num{right:auto; left:-13px;}
.flex-reverse .s3-img-bx{text-align:right;}

.s3-btm-tx{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	max-width:950px;
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
}

/*sec4*/
.sec4{
	float:left;
	width:100%;
	padding:50px 0 0;
}
.s4-prd{
	float:left;
	margin-top:40px;
}
ul.s4-lst{
	float:right;
	width:51.28%;
	margin-top:20px;
}
ul.s4-lst li{
	background:url(../images/s6-tk.png) left 20px no-repeat;
	float:left;
	width:100%;
	padding:15px 0 20px;
	padding-left:50px;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
}
ul.s4-lst li h3{
	font-size:24px;
	line-height:30px;
	font-weight:700;
	color:#002272;
}
ul.s4-lst li p{
	font-size:18px;
	line-height:26px;
	margin-top:10px;
}
ul.s4-lst li:last-child{
	padding-bottom:0px;
	border-bottom:none;
}
/*sec5*/
.sec5{
	float:left;
	width:100%;
	padding:50px 0 60px;
}

/*sec6*/
.sec6{
	float:left;
	width:100%;
	padding:50px 0 60px;
	background: #edfaff;
}
.s6-inr{
	padding:0 100px;
}
.s6-img1{
	margin-left:60px;
}
.s6-img2{
	margin-right:60px;
	margin-top:30px;
}

/*sec7*/
.sec7{
	float:left;
	width:100%;
	padding:50px 0 0;
}

/* .sec8 */
.sec8{
	float:left;
	width:100%;
	padding:50px 0 0;
}
.txt-lft{text-align:left;}
.s8-img{
	border-radius:10px;
	margin:50px 0px 40px 40px;
}
.mt-50{margin-top:50px;}
.s8-bx{
	background:#edfaff;
	float:left;
	width:100%;
	padding:30px;
	border:2px solid #fff;
	border-radius:20px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	text-align:left;
	margin-top:30px;
}
.s8-tx1{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.s8-bx-img{
	float:left;
	border-radius:12px;
	margin-right:35px;
}
.s8-bx-img2{
	float:right;
	border-radius:12px;
	margin-left:35px;
	margin-top:35px;
}
.s8-bx-strp{
	background:#1c2f5e;
	width:calc(100% + 60px);
	margin-left:-30px;
	padding:20px 10px 20px 30px;
	margin-top:30px;
	color:#fff;
	font-weight:bold;
}
.mt-0{margin-top:0;}
.s8-bx-strp .comn-txt{
	font-size:32px;
	line-height:42px;
	font-weight:bold;
}
.s8-nm{
	font-size:20px;
	font-weight:bold;
}


/* sec9 */
.sec9{
	float:left;
	width:100%;
	padding:50px 0 0;
}
.s9-bx{
	float:left;
	width:100%;
	background:#002272;
	padding:25px 15px 15px;
	border-radius:10px;
	text-align:left;
}
.s9-bx-hd{
	padding:0px 0 10px 15px;
	color:#fff;
	font-size:32px;
	line-height:42px;
	font-weight:bold;
}
.s9-bx-img{
	float:right;
	margin: -144px 0 0 20px;
}
.s9-bx-inr{
	background:#fff;
	padding:30px;
	border-radius:15px;
	margin-top:20px;
}

/* sec10 */
.sec10{
	float:left;
	width:100%;
	padding:50px 0 0;
}

/* sec11 */
.sec11{
	float:left;
	width:100%;
	padding:50px 0 60px;
	overflow:hidden;
}
.s11-img{
	transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	float:right;
	margin:60px 0 0 15px;
}
.mny-bck{
	background:#002272;
	float:left;
	width:100%;
	border-radius:12px;
	margin-top:30px;
}
.mny-bck-seal{
	display:inline-block;
	vertical-align:middle;
	margin-right:30px;
}
.mny-bck-cont{
	width:calc(100% - 400px);
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
.mny-bck-cont p{
	font-size:22px;
	line-height:32px;
	color:#fff;
}

/* sec12 */
.sec12{
	float:left;
	width:100%;
	padding:50px 0 60px;
	position:relative;
	background:#edfaff;
}

.s12-tx{
	font-size:20px;
	line-height:28px;
	margin-top:15px;
	font-weight:500;
}

.pack-alert{
	display:inline-block;
	vertical-align:top;
	margin-top:25px;
	border:2px solid #F00;
	border-radius:4px;
	padding:10px 20px;
	color:#414141;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:0;
	}
.pack-alert img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 4px 0 0;
	}
.pack-alert span{
	color:#F00;
	font-weight:bold;
	}
.package-box{
	float: left;
    width: 100%;
	padding:0 80px;
	margin-top:80px;
	display:flex;
	justify-content: space-between;
	letter-spacing:0;
	font-weight:400;
	align-items: flex-start
	}
.package{
	width:32%;
	border:2px solid #24165e;
	border-radius:20px;
	position:relative;
	background:#fff;
	overflow:hidden;
	}
.package.package3{
	order:2;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	margin-top:-20px;
	}
.package.package6{
	order:3;
	}
.package_header{
	width:100%;
	color:#fff;
	background:#24165e;
	font-size:22px;
	line-height:24px;
	padding:10px 5px 14px;
	font-weight:600;
	}
.package-inner{
	padding:35px 5px 15px;
	}
.package_title{
	color:#002272;
	font-size:42px;
	line-height:42px;
	font-weight:bold;
	text-transform:uppercase;
	}
.package_picture{
	margin:10px 0 0 0;
	position:relative;
	width:calc(100% + 30px);
	margin-left:-15px;
	}
.save-badge{
	position:absolute;
	top:0px;
	right:50px;
	width:80px;
	height:80px;
	border:3px solid #fff;
	border-radius:50%;
	background:#fdae04;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:21px;
	line-height:21px;
	padding-top:16px;
	letter-spacing:-0.5px;
	-webkit-box-shadow: 0 0 5px 4px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 4px rgba(0,0,0,0.1);
	}
.package_picture img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}

.package_price{
	color:#002272;
	font-size:40px;
	line-height:40px;
	font-weight:700;
	margin-top:20px;
	}
.package_price span{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	display:block;
	margin-top:5px;
	}
.package_save{
	color:#ff0000;
	font-size:22px;
	line-height:26px;
	font-weight:600;
	margin:12px 0;
	}
.package_ship{
	color:#000000;
	font-size:20px;
	line-height:24px;
	margin-top:12px;
	}
.package_ship small{font-size:15px; line-height:17px;}
.pack_button{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	width:100%;
	max-width:270px;
	height:60px;
	line-height:58px;
	border-radius:5px;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	background: rgb(255,103,0);
	background: -moz-linear-gradient(0deg, rgba(255,103,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,130,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,103,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,130,0,1) 100%);
	background: linear-gradient(0deg, rgba(255,103,0,1) 0%, rgba(255,114,0,1) 50%, rgba(255,130,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6700",endColorstr="#ff8200",GradientType=1);
	border-bottom: 4px solid #d95800;
	}
.package_mbg{
	color:#000;
	font-size:16px;
	line-height:22px;
	font-weight:500;
	margin-top:10px;
	}
.package.package3 .package-inner{padding-top:20px;}
.package.package3 .package_header{color:#fbae04;}
.package.package3 .pack_button{margin-top:20px;}
.package.package3 .package_mbg{margin-top:15px;}

.package.package1 .pack_button{margin-top:20px;}
.package.package1 .package_picture{margin-top:95px;}


/* sec13 */
.sec13{
	float:left;
	width:100%;
	padding:50px 0;
}
.suppl-img{
	display:block;
	margin:30px auto 0;
	max-width:100%;
}

/* sec14 */
.sec14{
	float:left;
	width:100%;
	padding:50px 0 60px;
	background:#edfaff;
}
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	margin:25px 0;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border-radius:8px;
	-webkit-box-shadow:0 5px 8px 4px rgba(0,0,0,0.1);
	box-shadow:0 5px 8px 4px rgba(0,0,0,0.1);
	margin-top:25px;
	padding:10px 10px 10px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat 99% center;
	padding:10px 25px 10px 20px;
	font-size:20px;
	line-height:28px;
	font-weight:700;
	color:#25316a;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat 99% center;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:5px 20px 5px 20px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	letter-spacing:0.5px;
	color:#000000;
	margin-bottom:18px;
	font-weight:400;
	}	
ul.acdn-list{
	float:left;
	width:100%;
	padding-left:45px;
	}
ul.acdn-list li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:normal;
	list-style:decimal;
	margin-top:15px;
	}

/*footer*/
.footer{
	float:left;
	width:100%;
	padding:20px 0 40px;
	background:#fff;
	}
.ftr-logo{
	display:inline-block;
	vertical-align:top;
	margin:20px auto;
	}
.footer-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#333333;
	margin-top:15px;
	}
.footer-text a{ padding:0 10px;font-weight:600;}
.footer-text a img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 7px 0 0;
	}
.footer-text1{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#333333;
	margin-top:10px;
	margin-top:15px;
	}

/*==============Media=============*/


@media only screen and (max-width:1200px){
.container{ width:1004px;}

.banner_heading{font-size:38px; line-height:48px;}
.banner_strip{font-size:24px; line-height:28px;}
.banner_seal{top:225px; right:295px;}
.banner_product{right:0;}

.button_box{max-width:585px;}

ul.cust-repo-lst li p{font-size:16px; line-height:22px;}

.vid-sec, .vid-sec-inr, .vid-tx{padding:0;}

.s5-inr{padding:0;}

.s4-prd{width:480px;}

.s6-inr{padding:0;}

.comn-hdg{font-size:34px; line-height:44px;}

.s9-bx-img{margin: -63px 0 0 20px; width: 380px;}

.package-box{padding:0;}

}



@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.logo_sec{margin-top:10px; display:inline-block; vertical-align:top;}

.banner{height:550px; background-size:cover;}
.banner_left{width:68%; padding:30px 0;}
.bnr_top_text1{font-size:16px; line-height:20px;}
.banner_heading{font-size:32px; line-height:40px; margin-top:15px;}
.banner_strip{font-size:20px; line-height:26px;}
.banner_seal{right:160px; top:195px;}
.banner_para{font-size:17px; line-height:26px; margin-top:15px;}
.common_button p{font-size:22px; line-height:28px; }
.common_button span{font-size:17px; line-height:20px;}
.banner_product{width:300px; right:0; top:300px;}

.sec1_top{width:60%;}
.sec1_top p{font-size:18px; line-height:28px;}
.customer_report_header h2{font-size:28px; line-height:36px;}
ul.cust-repo-lst li{margin:15px 0;}
.cust-repo-icn{width:60px;}

.comn-hdg{font-size:30px; line-height:40px;}
.sub-hdg{font-size:20px; line-height:28px; margin-top:10px;}

.sec2{padding:35px 0 45px;}
.vid-hd{font-size:22px; line-height:28px; margin-top:20px;}
.comn-txt{font-size:16px; line-height:24px; margin-top:15px;}
.mt-0{margin-top:0;}

.button_box{max-width:440px;}

.sec3{padding:35px 0 45px;}
.s3-cont-bx{padding:0 30px;}
.s3-num{font-size:16px; box-shadow: 0px 0px 0px 6px rgba(213, 228, 241, 0.8); -webkit-box-shadow: 0px 0px 0px 6px rgba(213, 228, 241, 0.8);}
.s3-cont-hd{font-size:22px; line-height:28px;}
.s3-img-bx{padding:0 50px;}
.s3-btm-tx{font-size:20px; line-height:30px;}

.sec4{padding:35px 0 0;}
.s4-prd {width: 320px;}

.sec5{padding:35px 0 40px;}
.comn-tsti-bx{padding:20px; margin-top:20px;}
.cmn-tsti-hd{font-size:21px; line-height:28px;}
.cmn-tsti-tx{font-size:16px; line-height:24px;}
.cmn-tsti-nm{font-size:16px; line-height:24px;}

.sec6{padding:35px 0 40px;}
.s6-img1{width:360px; margin-left:20px;}
.s6-img2{width:360px; margin-right:20px;}

.sec7{padding:35px 0 0;}

.sec8{padding:35px 0 0;}
.mt-50{margin-top:30px;}
.s8-bx{padding:20px;}
.s8-img {margin: 35px 0px 30px 30px; width: 340px;}
.s8-bx-img{margin-top:10px; width:320px; margin-right:30px;}
.s8-bx-img2{width:320px; margin-top:0px;}
.s8-bx-strp{width:calc(100% + 40px); margin-left:-20px; padding:20px 20px 30px;}
.s8-bx-strp .comn-txt{font-size:32px; line-height:34px;}

.sec9{padding:35px 0 0;}
.s9-bx-hd{padding:0 0 0 10px; font-size:26px; line-height:34px;}
.s9-bx-inr{padding:20px;}
.s9-bx-img{margin:39px 0 0 0; width:250px;}

.sec10{padding:35px 0 0;}

.sec11{padding:35px 0 40px;}
.s11-img{width:290px;}
.mny-bck-seal{margin-right:12px;}
.mny-bck-cont{width:calc(100% - 250px);}
.mny-bck-cont p{font-size:19px; line-height:27px;}

.sec12{padding:35px 0 0;}
.sec12:before{height:650px;}
.s12-tx{font-size:17px; line-height:22px;}
.pack-alert{font-size:16px;}
.package-box{margin-top:65px;}
.package_header{font-size:19px; line-height:22px; padding:6px 5px 10px;}
.package_title{font-size:34px; line-height:38px;}
.package_price{font-size:36px; line-height:40px;}
.package_price span{font-size:20px; line-height:24px;}
.package_save{font-size:20px; line-height:24px;}
.package_ship{font-size:18px; line-height:20px;}
.pack_button{font-size:22px;}
.save-badge{width:60px; height:60px; font-size:14px; line-height:17px; padding-top:10px;}
.package_mbg{font-size:14px; line-height:18px;}
.package.package1 .package_picture{margin-top:85px;}


.sec12{padding:35px 0 0;}

.sec13{padding:35px 0 40px;}

.sec14{padding:35px 0 40px;}
.up-slide-dwn{ padding:10px 0;}

}



@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.logo{width:130px;}

.banner{background:#fafbfc; height:auto;}
.banner_left{width:100%; padding-bottom:0px;}
.bnr_top_text1{font-size:15px; line-height:18px;}
.bnr_top_text1 img{width:72px;}
.banner_heading{font-size:28px; line-height:36px; margin-top:10px;}
.bnr-mob{width:calc(100% + 30px); margin-left:-15px; float:left;}
.banner_strip{font-size:15px; line-height:20px; background:#1c336a; width:calc(100% + 30px); margin-left:-15px; margin-top:0; float:left;}
.banner_para{width:100%; float:left;}
.banner_product, .banner_seal{display:none;}

.sec1{padding:25px 0 0;}
.button_box{margin-top:20px;}
.common_button p{font-size:20px; line-height:26px;}
.common_button span{font-size:16px; line-height:22px;}

.sec1_top{width:100%; padding-left:60px;}
.sec1_top p{font-size:16px; line-height:24px;}
.s1-ing-ic{width:50px;}
.customer_report_box{margin:25px 0 10px;}
.customer_report_header h2{font-size:22px; line-height:28px;}
.customer_report_header:before{background-size:10px; top:-30px;}
.report_star{margin:5px auto -15px;}
ul.cust-repo-lst li{width:50%; padding:0 5px;}
ul.cust-repo-lst li:nth-child(2n):after{display:none;}
ul.cust-repo-lst li p{font-size:14px; line-height:20px;}

.sec2{padding:25px 0 30px;}
.comn-hdg{font-size:24px; line-height:30px;}
.vid-sec-inr{width:100%; margin-top:25px;}
.vid-tsti-cont{width:100%;}

.sec3{padding:25px 0 35px;}
.s3-inr{margin-top:0px;}
.s3-inr:before{display:none;}
.s3-inr-bx{flex-wrap:wrap; -webkit-flex-wrap:wrap; padding-bottom:10px;}
.s3-cont-bx, .s3-img-bx{width:100%; padding:0;}
.s3-num{position:static; margin:5px 15px 0 0; display:inline-block; vertical-align:top;}
.s3-cont-hd{display:inline-block; vertical-align:top; width:calc(100% - 46px);}
.s3-img-bx{display:none;}
.s3-img{margin-top:20px;}
.s3-btm-tx{font-size:18px; line-height:28px;}

.sec4{padding:25px 0 10px;}
.s4-prd{margin:25px auto 5px; float:none; display:block;}
ul.s4-lst{width:100%;}
ul.s4-lst li{padding:10px 0 15px; padding-left:28px; background-size:20px; background-position:left 15px;}
ul.s4-lst li h3{font-size:19px; line-height:27px;}
ul.s4-lst li p{font-size:16px; line-height:22px; margin-top:5px;}

.sec5{padding:25px 0 30px;}
.s5-bx{padding:18px;}
.s5-bx-icn{position:static; width:60px; display: inline-block; vertical-align: middle; margin-right: 10px;}
.s5-bx h3{display: inline-block; vertical-align: middle; width: calc(100% - 80px);}

.sec6{padding:25px 0 30px;}
.s6-img1, .s6-img2{max-width:360px; width:100%; margin:25px auto 0; float:none;}

.sec7{padding:25px 0 10px;}

.sec8{padding:25px 0 0;}
.s8-bx{padding:20px 15px;}
.s8-tx1{font-size:17px; line-height:25px;}
.s8-bx-strp{width: calc(100% + 30px); margin-left:-15px; padding: 20px 20px 22px;}
.s8-bx-strp .comn-txt{font-size:22px; line-height:32px;}
.s8-img{float:none; display:block; margin:25px auto 0; height: 400px; object-fit: cover;}
.s8-bx-img{float:none; margin:25px auto 0; max-width:100%; height: 297px; object-fit: cover;}
.s8-bx-img2{float:none; margin:25px auto 0; max-width:100%; width:300px;}

.sec9{padding:25px 0 0;}
.s9-bx{margin-top:10px;}
.s9-bx-inr{padding-bottom:0;}
.s9-bx-hd{font-size:20px; line-height:28px;}
.s9-bx-img{float:none; margin:20px auto 0;}

.sec10{padding:25px 0 0;}

.sec11 {padding:25px 0 30px;}
.s11-img{transform: rotate(0deg); float:none; margin:25px auto -30px; width:auto; max-width:100%;}
.mny-bck{margin-top:20px; padding:20px 15px;}
.mny-bck-seal{display:block; margin:0 auto 10px; width:155px;}
.mny-bck-cont{width:100%; text-align:center;}
.mny-bck-cont p{font-size:17px; line-height:26px;}

.sec12{padding:25px 0 0;}

.pack-alert{font-size:16px; line-height:24px; padding: 7px 10px; margin-top:15px;}	
.pack-alert img{width:18px;}
	
.package-box{flex-wrap:wrap; margin:10px auto 0; max-width:350px; float:none;}
.package{width:100%;margin-top:10px; border-radius:6px;}

.package-inner{padding:8px; display:flex; -webkit-display:flex; align-items:center; -webkit-align-items:center; justify-content:space-between; -webkit-justify-content:space-between;}
.mob-pack{display:flex; -webkit-display:flex; align-items:center; -webkit-align-items:center; width:70%; flex-direction:row-reverse; justify-content:space-between; -webkit-justify-content:space-between;}
.pck-btn-div{width:30%;}
.mob-cont{width:48%; text-align:left;}
.package_picture{width:50%;}
.package_title{font-size:18px; line-height:20px;}
.package_price{font-size:14px; line-height:16px; margin-top:3px;}
.package_price span{display:inline-block; vertical-align:middle; font-size:11px; line-height:13px; margin-top:0;}
.package_save{font-size:12px; line-height:15px; margin:5px 0 0;}
.package_picture, .package.package1 .package_picture{margin-top:0; margin-left:0;}
.package.package3{margin-top:10px;}
.pack_button, .package.package1 .pack_button, .package.package3 .pack_button{margin:0; font-size:12px; height:40px; line-height:38px;}
.package.package3 .package-inner{padding:8px;}
.pop-tx{
	font-size:14px; 
	line-height:14px; 
	font-weight:600; 
	color:#fbae04; 
	margin-bottom:5px; 
	background:#24165e; 
	padding:2px 8px 4px; 
	text-align:left; 
	margin-left:-8px; 
	position:relative;
}
.pop-tx:before{
	content:'';
	position:absolute;
	right:0;
	top:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-right:8px solid #fff;
}
.package_ship{
	font-size:13px;
	line-height:16px;
	margin-top:5px;
}
.package_ship small{font-size:11px; line-height:14px;}

.sec12{padding:25px 0 0;}

.sec13{padding:25px 0 30px;}

.sec14{padding:25px 0 30px;}

.faq-container{ margin:10px 0 5px;}
.up-slide-dwn{ padding:0 5px 0 0; margin-top:20px;}
.accordion{ font-size:17px; line-height:25px; letter-spacing:0;padding: 10px 25px 10px 15px;}
.acdn-para{ font-size:16px; line-height:24px;}
.acdn-content{ padding:10px 10px 10px 10px;}
ul.acdn-list{ padding-left:17px; margin-top:-15px;}
ul.acdn-list li{ font-size:16px; line-height:24px; letter-spacing:0.3px;}

.footer{ padding:0 0 25px; border:none;}
.footer-text{ float:none; display:inline-block; vertical-align:top; max-width:240px; text-align:left; font-size:13px; line-height:30px; margin-top:7px; letter-spacing:0.3px;}
.footer-text a{ padding:0 3px 0; text-align:left;}
.ftr-logo{ display:block; width:140px; margin:20px auto 5px;}
}

/*-----------------------
		Pulse
------------------------*/
.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);}
}