@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-family: 'Mulish', sans-serif;
	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%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.for-mob{display:none;}
.for-desk{}
.fl{ float:left;}
.fr{ float:right;}
/*-----------------------
    MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*HEADER CSS*/
.top-strip{
	float:left;
	width:100%;
	padding:5px 0;
	background:#45a1ce;
	}
.top-strip p{
	font-size:16px;
	line-height:24px;
	color:#ffffff;
	font-weight:500;
	}
.top-strip p span{ color:#ffe500;}
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}

.logo{
	float:left;
	margin-top:10px;
	}
a.header-btn{ 
	float:right; 
	width:155px;
	font-size:18px;
	color:#ffffff;
	height:40px;
	line-height:40px;
	font-weight:bold;
	margin-top:18px;
	border-radius:6px;
	text-shadow:0 0 3px rgba(0,0,0,0.4);
	background:#00ba4c;
	}
	
ul.mainMenu{
	margin-top:25px;
	float:right;
	}
ul.mainMenu li{
	float:left;
    padding:0 18px;
	border-right:1px solid #b0d7d9;
	}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:16px;
	font-weight:400;
	line-height:22px;
	letter-spacing:0.3px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#0fab60;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:175px;
    top:26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #333;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7.5px, 5px);
	transform: rotate(-45deg) translate(-7.5px, 5px);
	background:#333;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -5px);
	transform: rotate(45deg) translate(-7px, -5px);
	background:#333;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
	font-family: 'Metropolis Semi';
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
	
/*-------------------------
     BANNER CSS
--------------------------*/

.banner-sec{
	float:left;
	width:100%;
	background:url(../images/bnr-bgr.jpg) no-repeat center top;
	background-size:cover;
	overflow:hidden;
	}
.bnr-left{
	float:left;
	width:60%;
	padding:25px 0 40px;
	text-align:left;
	}
.bnr-pr1{
	font-size:22px;
	line-height:30px;
	color:#333333;
	font-weight:600;
	}
.bnr-pr1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 10px 0 0;
	}
.bnr-heading{
	float:left;
	width:100%;
	font-size:45px;
	line-height:54px;
	font-weight:bold;
	color:#1365a4;
	font-family: 'EquipW03';
	margin-top:10px;
	}
.bnr-strip{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:700px;
	background:#169cdd;
	border-radius:8px;
	border:2px solid #0ebde2;
	margin-top:15px;
	position:relative;
	}
.bnr-stp-list{
	float:left;
	width:155px;
	background:#20a5e6;
	}
.st-arw{
	position:absolute;
	bottom:-20px;
	right:20px;
	}
.stp-list{
	float:left;
	width:100%;
	}
.stp-list li{
	display:inline-block;
	vertical-align:middle;
	padding:34px 10px;
	border-right:1px solid #4db7eb;
	}
.stp-list li:last-child{
	border-right:none;}
.stp-list li img{
	display:inline-block;
	vertical-align:middle;
	}
.bnr-stp-rgt{
	float:left;
	padding:5px 15px 10px 20px;
	width:540px;
	text-align:left;
	}
.stp-hdg{
	font-size:24px;
	line-height:30px;
	color:#ffffff;
	font-weight:600;
	letter-spacing:0;
	}
.stp-pr{
	font-size:16px;
	line-height:22px;
	color:#ffffff;
	margin-top:4px;
	}
.banner-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
.banner-list li{
	font-size:22px;
	line-height:32px;
	font-weight:500;
	font-family: 'EquipW03';
	text-align: left;
	color:#333333;
	margin-top:12px;
	padding-left:45px;
	background:url(../images/chk.png) no-repeat left center;
	}
.botton{
	display: inline-block;
    vertical-align: middle;
	width:100%;
	}
.click-btn{
	display: inline-block;
    vertical-align: middle;
	width:425px;
	max-width:100%;
	height:auto;
	margin:40px 0 0 0;
	font-size:27px;
	line-height:1;
	color:#ffffff;
	text-align:center;
	border-radius:8px;
	background:#00b74a;
	font-weight:bold;
	padding: 20px 0;
	}
.click-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 0 0 25px;
	}
.btn-pr{
	font-size:14px;
	line-height:20px;
	color:#494b4b;
	margin-top:8px;
	font-weight:500;
	}
.star-pic{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 7px 0 0;
	}
.indicatr{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 10px 0 10px;
	}
.btn-pr span{
	font-size:16px;
	color:#fc2500;
	}
.bnr-prod{
	position: absolute;
    right: -120PX;
    top: -20px;
	}
/*-------------------------
     BANNER BOTTOM CSS
--------------------------*/
.bnr-btm-sec{
	float:left;
	width:100%;
	padding:20px 0 0 0;
	}
.top-para{
	font-size:18px;
	line-height:26px;
	color:#13335c;
	font-weight:bold;
	background:url(../images/line1.png) no-repeat center center;
	}
.bnr-btm-list{
	float:left;
	width:100%;
	padding:20px 0 20px;
	border-bottom:1px solid #e2e2e2;
	}
.bnr-btm-list li{
	display:inline-block;
	vertical-align: middle;
	position:relative;
	padding:0 33px;
	}
.bnr-btm-list li:nth-child(1){ padding-left:0;}
.bnr-btm-list li:last-child{ padding-right:0;}
	
/*-------------------------
     SECTION1 CSS
--------------------------*/
.section1{
	float:left;
	width:100%;
	padding:65px 0;
	}
.sec-heading{
	float:left;
	width:100%;
	font-size:45px;
	line-height:52px;
	color:#1365a4;
	font-family: 'EquipW03';
	font-weight:bold;
	}
.sub-hdng{
	float:left;
	width:100%;
	font-size:36px;
	color:#333333;
	line-height:54px;
	font-weight:500;
	padding-bottom:50px;
	background:url(../images/hdg-bdr.png) no-repeat center bottom;
	font-family: 'EquipW03';
	}
.common-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#333333;
	margin:20px 0 0;
	}
.com-padding{
	padding:0 160px;
	}
.sec1-mid-box{
	display:inline-block;
	vertical-align:middle;
	max-width:1080px;
	width:100%;
	position:relative;
	margin:30px 0 10px;
	}
.prod-pic{
	position:absolute;
	left:50%;
	margin-left:-115px;
	top:0;
	}
.sec1-mid-lft{
	width:385px;
	margin-top:5px;
	}
.lft-pic{
	display:block;
	margin:20px auto;
	}
.mid-cm-hdg{
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	color:#1365a4;
	}
.mid-bx-stp{
	float:left;
	width:98%;
	margin-top:25px;
	background:#e9f7ff;
	border-radius:8px;
	padding:15px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	font-size:18px;
	line-height:26px;
	color:#333333;
	position:relative;
	border:1px solid #d3e4ed;
	}
.arw1{
	position:absolute;
	left:20px;
	top:-16px;
	}
.arw2{
	position:absolute;
	right:20px;
	top:-16px;
	}
/*-------------------------
     SECTION2 CSS
--------------------------*/	
.section2{
	float:left;
	width:100%;
	padding:65px 0 70px;
	background:#e9f7ff;
	}
.sec2-box-list{
	float:left;
	width:100%;
	margin-top:30px;
	}
.box-row{
	display:inline-block;
	vertical-align:top;
	margin:10px 10px;
	border-radius:10px;
	width:300px !important;
	height:481px;
	background:#fff;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.box-top{
	float:left;
	width:100%;
	background:#edf7fc;
	height:285px;
	overflow:hidden;
	padding:27px 0 0;
	border-radius:10px 10px 0 0;
	}
.box-top img{
	display:block;
	margin:0 auto;
	}
.box-btm{
	float:left;
	width:100%;
	background:#fff;
	border-radius:0 0 10px 10px;
	padding:20px 15px;
	}
.box-btm-pr1{
	text-align:left;
	font-size:18px;
	line-height:26px;
	color:#194c74;
	font-weight:bold;
	position:relative;
	padding-left:35px;
	}
.box-btm-pr1 img{
	position: absolute;
	left:0;
	top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.box-btm-pr2{
	font-size:16px;
	line-height:24px;
	color:#505050;
	margin-top:10px;
	text-align:left;
	padding:0 10px;
	}
.box-btm-pr2 sup{
	line-height:100%;
	}
/*-------------------------
     SECTION3 CSS
--------------------------*/
.section3{
	float:left;
	width:100%;
	padding:60px 0 65px;
	background:#f9fdff;
	}
.plus{
	display:inline-block;
	vertical-align:middle;
	margin-top:-150px;
	font-size:36px;
	color:#1365a4;
	border:2px solid #e9f7ff;
	background:#f9fdff;
	width:65px;
	height:65px;
	text-align:center;
	line-height:65px;
	border-radius:50px;
	}
.sec3-hd{
	float:left;
	width:100%;
	text-align:center;
	font-size:26px;
	line-height:26px;
	font-weight:bold;
	color:#333333;
	}
.sec3-ward-list{
	float: left;
    width: 100%;
    padding: 20px 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.sec3-ward-list li{
	width:16.20%;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
	margin-top:20px;
    position: relative;
	}
.sec3-ward-list li img {
    display: block;
    margin: 0 auto 10px;
	width:36px;
	}
.sec3-ward-list li p span{
	font-size:14px;
	line-height:20px;
	color:#989898;
	display:block;
	}
.sec3-ward-list li p sup{
	line-height:100%;
	}
.sec3-ward-list li:after{
	content: '';
    position: absolute;
    border-right: 1px solid #e0e0e0;
    width: 1px;
    top: 15px;
	height:70px;
    right: 0;
	}
.sec3-ward-list li:nth-child(6):after{
	display:none;
	padding:0;
	}
.sec3-ward-list li:last-child:after{
	display:none;
	padding:0;
	}
/*-------------------------
     SECTION4 CSS
--------------------------*/
.section4{
    float: left;
    width: 100%;
    background: #f3faff;
    overflow: hidden;
	}

.s4-left{
	float:left;
	width:34%;
	height:919px;
	position:relative;
	}

.s4-left:before{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:-416px;
	background:url(../images/s4-img.jpg) no-repeat right top;
	content:"";
	}
.s4-rght{
	float:right;
	width:60%;
	text-align:left;
	padding:50px 60px 45px 0;
	}
.s4-rght .sub-hdng{
	background:url(../images/hdg-bdr1.png) no-repeat left bottom;}
ul.s4-list{
	float:left;
	width:100%;
	}
ul.s4-list li{
	float:left;
	width:100%;
	margin:25px 0 0;
	text-align:left;
	position:relative;
	}
ul.s4-list li:before{
	position:absolute;
	left:-90px;
	width:80px;
	height:42px;
	top:-5px;
	background:url(../images/s2-arw.png) no-repeat left top;
	content:"";
	}
ul.s4-list li img{
	position:absolute;
	left:0;
	top:3px;
	}
ul.s4-list li span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#1365a4;
	font-weight:bold;
	}
ul.s4-list li p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#1d1d1d;
	font-weight:300;
	margin-top:7px;
	letter-spacing:0.3px;
	}

/*-------------------------
     SECTION5 CSS
--------------------------*/
.section5{
	float:left;
	width:100%;
	padding:45px 0;
	}
.s5-mid-cont{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:970px;
	margin:35px 0 0;
	}	
.s5-mid-left{
	float:left;
	width:380px;
	}
.s5-mid-rgt{
	float:right;
	width:570px;
	margin-top:30px;
	text-align:left;
	}
.accordion-container{
	float:left;
	width: 100%;
	margin-bottom:10px;
	}
.accordion {
    box-sizing: border-box;
    color: #333333;
    cursor: pointer;
    float: left;   
    font-size: 20px;
	text-align:left;
	font-weight:500;
    line-height: 28px;
    padding: 20px 10px 20px 20px;
    width: 100%;	
	position:relative;
	background:#fff;
	font-family: 'EquipW03';
	}
.accordion span{
	font-size:24px;
	position:absolute;
	left:15px;
	}
.accordion-open {
	background: url(../images/open-btn.png) 98% center no-repeat #f3faff;
	color:#333333;
	border-bottom:4px solid #1365a4;
	}
.accordion-close {
	background:url(../images/close-btn.png) 98% center no-repeat #fff;
	border-bottom:1px solid #e1e1e1;
	}
.accordion-close span{color:#dee2e7;}

.acdn-content {
    box-sizing: border-box;
    color: #2d2d2d;
    float: left;
    font-size: 18px;
    line-height: 26px;
	font-weight:300;
    text-align: left;
    padding: 10px 15px 10px 20px;
    width: 100%;
    border-top: none;
	background:#fff;
	}
.acdn-content p span{
	position:absolute;
	left:0;
	top:0;
	font-weight:500;
	color:#333333;
	font-size:18px;
	font-family: 'EquipW03';
	}
.acdn-content p{ padding-left:246px; position:relative; margin-top:10px; margin-bottom:30px; min-height:52px;}
.acdn-content p:last-child{margin-bottom:0;}
.acdn-content p sup{
	line-height:100%;
	}
/*-------------------------
     SECTION6 CSS
--------------------------*/
.section6{
	float:left;
	width:100%;
	padding:65px 0 0;
	background:#e9f7ff;
	position:relative;
	}
.section6:after{
	position:absolute;
	content:'';
	left:0;
	right:0;
	bottom:0;
	height:65%;
	background:#1365a4;
	}

.s6-choice-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1030px;
	padding-bottom:60px;
	position:relative;
	z-index:2;
	margin-top:60px;
	}
.s6-colm-box1{
	float:left;
	width:26%;
	margin-top:100px;
	}
.s6-colm-box1 ul{
	float:left;
	width:100%;
	}
.s6-colm-box1 ul li{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:20px;
	line-height:60px;
	text-align:left;
	font-family: 'EquipW03';
	font-weight:500;
	height:60px;
	}
.s6-colm-box2{
	float:left;
	width:23%;
	background:#4cadf7;
	margin:0 2.5% 0 0;
	}
.s6-colm-box2:nth-child(4){
	margin-right:0;}
.clm-bximg{
	display:block;
	margin:-35px auto 10px;
	}
.clm-bximg2{display:block; margin:6px auto 10px;}
.s6-colm-box2 ul{
	float:left;
	width:100%;
	}
.s6-colm-box2 ul li{
	float:left;
	width:100%;
	color:#fff;
	text-align:center;
	height:60px;
	font-size:18px;
	line-height:24px;
	padding:0 15px;
	border-bottom:1px solid #5eb5f8;
	}
.s6-colm-box2 ul li img{
	display:inline-block;
	vertical-align:middle;
	margin:15px auto;
	}
.s6-btm-txt{
	float:left;
	width:100%;
	font-size:22px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	margin-top:50px;
	}

/*-------------------------
     SECTION7 CSS
--------------------------*/
.section7{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s7-review{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top:30px;
	}

.sec7-box-row{
	border-radius:10px;
	width:23%;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.s7-box-top{
	float:left;
	width:100%;
	overflow:hidden;
	border-radius:10px 10px 0 0;
	}
.s7-box-top img{
	display:block;
	margin:0 auto;
	}
.s7-box-btm{
	float:left;
	width:100%;
	background:#fff;
	border-radius:0 0 10px 10px;
	padding:20px 20px;
	}
.rev-box-pr1{
	text-align:left;
	font-size:18px;
	line-height:26px;
	color:#1365a4;
	font-weight:600;
	}
.rev-star{
	display:block;
	margin-top:8px;
	}
.rev-box-pr2{
	font-size:16px;
	line-height:24px;
	color:#505050;
	margin-top:10px;
	text-align:left;
	letter-spacing:0.5px;
	}

/*-------------------------
     SECTION8 CSS
--------------------------*/

.section8{
	float: left;
	width:100%;
	padding:60px 0;
	background:#e9f7ff;
	}
.section8 .sec-heading,.section9 .sec-heading{padding-bottom: 50px; background: url(../images/hdg-bdr.png) no-repeat center bottom;}
.package-sec{
	float:left;
	width:100%;
	padding:0 50px;
	margin-top:70px;
	}
.package{
	float:left;
	width:325px;
	border-radius:8px;
	border:1px solid #062953;
	text-align: center;
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
	background:#fff;
	}
.package.left{
	float:left;
	}
.package.right{
	float: right;
	}
.package.mid{
	position:absolute;
	left:50%;
	margin-left:-162.5px;
	background:#1365a4;
	border:1px solid #009fe3;
	box-shadow: 0 0 25px 5px rgb(0 159 227 / 30%);
	}
.pkg-hdg{
	float: left;
    width: 100%;
	padding:0 0 15px;
	background:#1365a4;
	position:relative;
    border-radius: 8px 8px 0 0;
	}
.package.mid .pkg-hdg{background:#0f5285;}
	
.pkg-hdg:after {
    content: '';
    position: absolute;
    left: 50%;
	margin-left:-20px;
    bottom: -12px;
    border-top: 12px solid #1365a4;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
	}
.pkg-hdg span{
	display:inline-block;
	vertical-align:middle;
	margin-top:-20px;
	font-size:15px;
	line-height:20px;
	color:#333333;
	font-weight:600;
	padding:5px 20px;
	border:1px solid #1365a4;
	background:#fff;
	border-radius:50px;
	}
.package.mid .pkg-hdg span{
	background:#f8a639;
	border:none;
	color:#fff;
	}
.package.right .pkg-hdg span{
	background:#f2f8fa;
	}
.pkg-hdg p{
	margin-top:10px;
	font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
	}
.prod-box{
	float:left;
	width:100%;
	position: relative;
	background:#e3f4fb;
	padding: 0 10px;
	border-bottom:1px solid #f9ece4;
	}
.package.mid .prod-box{
	background:#1365a4;
	border-bottom:1px solid #849fb7;
	}
.prod-box img{
	display:block;
	margin:25px auto 20px;
	position:relative;
	z-index:2;
	max-width:100%;
	}
.prod-box:after{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
	height:140px;
    background: #fff;
	}
.package.mid .prod-box:after{ display:none;}
.price-sec{
	float:left;
	width:100%;
	padding:15px 10px 20px;
	}
.list-price{
	font-size:18px;
	line-height:26px;
	font-weight:600;
	color:#333333;
	}
.package.mid .list-price{ color:#fff;}
.strikeout { position: relative;}
.strikeout::after {
    border-bottom: 2px solid red;
    content: "";
    left: 0;
    margin-top: calc(0.125em/2 * -1);
    position: absolute;
    right: -2px;
    top: 54%;
	}
.prc-txt {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    color: #1365a4;
    font-weight:bold;
    margin-top: 15px;
	}
.save {
	float: left;
    width: 100%;
    margin-top: 15px;
    color: #062953;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
	}

.pkg-btn {
    display: inline-block;
    vertical-align: middle;
    width: 254px;
    margin: 15px 0 0 0;
    max-width: 100%;
	}
.selt-btn{
	float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #00c24f;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
	}
.selt-btn img{
	display:inline-block;
	vertical-align:middle;
	    margin: -5px -25px 0 25px;
	}
.pkg-btn p{
	float:left;
	width:100%;
	color:#333333;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	margin-top:5px;
	}

.btm-strip{
	display:inline-block;
	vertical-align:middle;
	margin:10px auto 0;
	}

.package.mid .pkg-btn p, .package.mid .selt-btn, .package.mid .save, .package.mid .prc-txt{ color:#ffffff;}

/*-------------------------
     SECTION9 CSS
--------------------------*/

.section9{
	float: left;
	width:100%;
	padding:60px 0;
	}
.s9-prod-box{
	float:left;
	width:100%;
	background: #dde3ef;
	border:1px solid #ccd2e1;
	border-radius:5px;
	margin-top:15px;
	}
.s9-prod-left{
	float:left;
	width:24%;
	background:#dde3ef;
	border-radius:5px 0 0 5px;
	text-align:center;
	padding:5px;
	}
.s9-prod-left img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s9-prod-rght{
	float:right;
	width:76%;
	background: #f3faff;
	padding:20px 20px 20px 30px;
	border-radius:0 5px 5px 0;
	}
.s9-rgt-col-1{
	display: inline-block;
    vertical-align: middle;
	width:60%;
	text-align:left;
	padding:0 15px 0 0;
	}
.s9-col-prdHdng{
	float:left;
	width:100%;
	font-size:27px;
	line-height:26px;
	color:#171717;
	font-weight:bold;
	}
.s9-col-txt1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#171717;
	font-weight:500;
	margin-top:10px;
	letter-spacing:0.3px;
	}
.s9-qtyadd{
	float:left;
	width:100%;
	margin-top:20px;
	}
.s9-qtyadd p{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#171717;
	font-weight:500;
	margin:-2px 10px 0 0;
	}
.cart-qty-div{
	display:inline-block;
	vertical-align:middle;
	border:1px solid #dde3ef;
	border-radius:40px;
	overflow:hidden;
	}
.sub, .add {
    float: left;
    width: 35px;
    border:none;
    height: 35px;
    padding: 2px 0px 0;
    text-align: center;
	background:#00c24f;
    outline: none;
    cursor: pointer;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	}
.cart-qty-div input {
    float: left;
    border: none;
    border-top: 1px solid #dde3ef;
    border-bottom: 1px solid #dde3ef;
    background: #ffffff;
    width: 50px;
    text-align: center;
    height: 35px;
    font-size: 20px;
	font-weight:normal;
    color: #444444;
	font-family: 'Mulish', sans-serif;
	-webkit-appearance:none;
	border-radius:0;
	outline:none;
	}
.s9-rgt-col-2{
	display: inline-block;
    vertical-align: middle;
	width:38%;
	background:#fff;
	border-radius:10px;
	padding:18px 25px;
	text-align:center;
	}
.s9-prd-prc{
	float: left;
    width: 100%;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #1b1b1b;
    margin-top: 12px;
    letter-spacing: 0.5px;
	}
a.addToodr-btn,.addToodr-btn{
	display:inline-block;
	vertical-align:middle;
	max-width:275px;
    width: 100%;
    margin:10px 0 0;
    border-radius: 8px;
    height: 52px;
    overflow: hidden;
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
    position: relative;
    background: #00c24f;
    font-weight: bold;
    letter-spacing: 0.5px;
	}
ul.s9-prd-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s9-prd-list li{
	float:left;
	width:60%;
	text-align:left;
	padding-left:18px;
	background:url(../images/tik2.png) no-repeat left 8px;
	font-size:18px;
	line-height:24px;
	color:#171717;
	font-weight:500;
	margin-top:5px;
	}
ul.s9-prd-list li:nth-child(even){ width:40%;}

/*============contact-section===========*/
.contact-section{
	float:left;
	width:100%;
	padding:60px 0;
	}
.contactBox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:505px;
	background:#f4fbff;
	border-radius:10px;
	margin-top:30px;
	border:1px solid #cfcfcf;
	padding-bottom:25px;
	}
.contact-stp{
	display:block;
	margin:25px auto 10px;
	max-width:100%;
	}
.cont-hdng{
	float:left;
	width:100%;
	background:#1365a4;
	font-size:18px;
	line-height:24px;
	color:#ffffff;
	border-radius:10px 10px 0 0;
	text-align:left;
	letter-spacing:0.5px;
	padding:10px 10px 10px 80px;
	position:relative;
	}
.cont-hdng p{
	float:left;
	width:100%;
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	}
.cont-hdng span{
	position:absolute;
	left:15px;
	top:13px;
	width:50px;
	height:50px;
	background:#2b86cb;
	border-radius:50%;
	font-size:31px;
	line-height:50px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	}

.cp-Box{
	float:left;
	width:100%;
	padding:0 20px 20px;
	text-align:left;
	}
.input-box{
	float: left;
	width: 100%;
	margin:20px 0 0;
	}
.input-box.hlf {width: 48%;}
.input-box.fr {float: right;}
.input-box.payfld {padding:0 0 0 15px;}
.input-box label{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#1d1d1d;
	font-weight:600;
	font-family: 'Mulish', sans-serif;
	margin-bottom:5px;
	padding-left:1px;
	text-align:left;
	}
.field-all, input.field-all, select.field-all{
	float: left;
	width: 100%;
	border: 1px solid #d9dde9;
	outline: none;
	height:50px;
	color: #000;
	font-size: 16px;
	line-height:50px;
	padding: 2px 20px 2px 15px;
	font-family: 'Mulish', sans-serif;
	font-weight:400;
	border-radius:5px;
	-webkit-appearance:none;
	background:#fff;
	}
.dwn-arw {
	position: absolute;
	right: 4px;
	top: 0px;
	}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/field-arw.png) no-repeat 96% center #fff;
	padding: 0 42px 0 15px;
	}
.us-postal{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	padding:0 10px 0 20px;
	}
.us-postal img{
	display:inline-block;
	vertical-align:middle;
	}
.us-postal p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 150px);
	font-size:16px;
	line-height:22px;
	color:#1d1d1d;
	padding-left:15px;
	}
.us-postal p span{
	color:#ff0000;
	font-weight:500;
	}
.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top:20px;
    text-align: center;
    width:360px;
	max-width:100%;
	}
a.packageBtn {
    display: block;
    width: 100%;
    margin:0 auto;
    border-radius:8px;
    height:70px;
    overflow: hidden;
    color: #ffffff;
    font-size:30px;
    line-height:70px;
	position:relative;
	background:#00c24f;
	font-weight:bold;
	font-family: 'EquipW03';
	letter-spacing:0.5px;
	}
/*====================================*/
.total-fixbar{
	padding: 20px 0;
    background: #f4f4f4;
    border-top: 1px solid #CCC;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
	z-index:9;
	}
.bar-txt{
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	line-height:30px;
	font-weight:500;
	margin:0 5px;
	}
.chk-btn{
	display: inline-block;
    vertical-align: middle;
    max-width: 275px;
    width: 100%;
    border-radius: 8px;
    height: 52px;
	margin:0 10px;
    overflow: hidden;
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
    position: relative;
    background: #00c24f;
    font-weight: bold;
    letter-spacing: 0.5px;
	}


/*-------------------------
     FOOTER CSS
--------------------------*/
.footer{
	float:left;
	width:100%;
	padding:35px 0;
	background:#fff;
	border-top: 1px solid #ddd;
	}
.logo1{
	display:block;
	margin:5px auto 15px;
	}
.ftr-txt{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height:24px;
    color: #333333;
	margin:5px 0;
	letter-spacing:0.5px;
	}	
.ftr-txt a{
    padding: 0 5px;
    color: #333333;
	}


.for-tab{ display:none;}

@media only screen and (max-width:1187px){
.container{width:1004px;}
.bnr-left{ width:70%;}
.bnr-heading{ font-size:40px; line-height:52px;}
.bnr-prod{ width:700px; top:0;}
.banner-list li{ font-size:20px; line-height:28px;}

.bnr-btm-list li{ padding:0 17px;}
.com-padding{ padding: 0 85px;}

.s4-left{ width:34%;}
.s4-rght{padding: 50px 0 45px 0;}
ul.s4-list li p{ font-size:18px;}
ul.s4-list li{ margin:15px 0 0 0;}
ul.s4-list li:before{ left:-80px;}

.s6-btm-txt{ font-size:20px;}

.sec7-box-row{ width:24%;}
.s7-box-btm{ padding:15px;}
.s7-box-top{ height:auto;}

.package-sec{ padding:0;}

.s9-prod-rght{ padding:17px 20px;}
.s9-rgt-col-1{padding: 0 10px 0 0;}
ul.s9-prd-list li{font-size: 16px;width: 58%;}
ul.s9-prd-list li:nth-child(even) {width: 42%;}
.s9-col-prdHdng{font-size: 24px;}
.s9-col-txt1{font-size: 16px;line-height: 24px;}

}

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

.bnr-left{ width:80%;}
.bnr-heading {font-size: 36px;line-height: 46px;}
.bnr-stp-list{ width:140px;}
.bnr-prod {right: -185PX; width: 536px;  top: 70px;}
.bnr-stp-rgt{ width:455px; padding: 5px 15px 10px 15px;}
.stp-list li{ padding:45px 8px;}
.stp-hdg{ font-size:20px;}
.banner-list li{ padding-left:30px; margin-top:10px;}
.click-btn{ margin:30px 0 0 0;}

.sub-hdng{ font-size:27px; line-height:36px;}
.com-padding{ padding:0;}


.section1{ padding:55px 0;}
.sec1-mid-lft{ width:35%;}
.prod-pic{ width:180px; margin-left: -90px; top: 55px;}
.mid-bx-stp{ padding:10px;}

.sec3-ward-list li{ width:24%;}
.s4-left{ width:28%; height:970px;}
.s4-left:before{ height:100%;background-size: cover;}
.s4-rght{ width:65%; padding:40px 0;}
ul.s4-list li:before { left: -75px;}
.sec-heading{ font-size:40px; line-height:48px;}

.s5-mid-left{ margin-top:35px; width:240px;}
.s5-mid-rgt{ width:480px;}


.s6-colm-box1{ width:25%;}
.s6-colm-box2{ width:24%; margin:0 1.5% 0 0;}

.package{ width:240px;}
.package.mid { margin-left: -120.5px;}
.prod-box:after { height:100px;}
.pkg-hdg p{ font-size:22px; line-height:28px;}
.pkg-btn p{ font-size:14px; line-height:20px;}


.s9-prod-left{width: 22%; padding:25px 5px;}
.s9-prod-rght {padding: 15px 15px;width: 78%;}
.s9-rgt-col-1{width: 63%;}
.s9-col-prdHdng {font-size: 20px;line-height: 24px;}
.s9-rgt-col-2{width: 35%;padding: 18px 10px;}
.s9-prd-prc{font-size: 40px;line-height: 44px;}
a.addToodr-btn, .addToodr-btn{font-size: 18px;line-height: 45px;    height: 45px;}



}



@media only screen and (max-width:767px){
.container{width:100%; max-width:600px; padding:0 10px;}
.for-mob{display:block;}
.for-desk{display:none;}
.hide-mob{ display:none;}


.top-strip p{ font-size:13px; line-height:18px; letter-spacing:0.3px;}

.top-fix-bar{ margin-bottom:50px;}
.header{ height:50px; margin-top:-50px; top:50px; background:#fff; padding:0 10px;}
.logo {margin-top: 6px;width: 200px;}
.mob-mnu-ic{ right:5px; top:15px;}
.mobilemenu{ top:78px;}
.mobimenu-top{ top:50px;}


.banner-sec{ background:#edf1f2;}
.banner-sec .container{ padding:0;}
.bnr-left{ float:left; width:100%; text-align:center; padding: 20px 0 30px;}
.bnr-prod{ display:none;}
.bnr-prod-mob{ display:inline-block; vertical-align:middle; margin:10px auto 0;}


.bnr-pr1 { font-size: 20px; line-height: 22px; padding:0 10px;}
.bnr-heading{ font-size:30px; line-height:36px; padding:0 10px;}
.bnr-strip{ margin-top:0; border-radius:0;}
.stp-list{ width:100%;}
.bnr-stp-list{ width:100%;}
.stp-list li { padding: 20px 8px; width: 32%;}
.bnr-stp-rgt { width: 100%; padding: 10px 10px 15px;text-align: center;}
.st-arw { display:none;}
.stp-pr{ line-height:22px;}
.banner-list{ padding:0 15px;}
.banner-list li { font-size: 16px; line-height: 24px; margin-top: 8px;}

.bnr-btm-list{ padding:3px 0 20px;}
.bnr-btm-list li {  padding: 0 8px; width: 32%; margin-top: 10px;}

.stp-hdg {font-size: 22px;}


.section1{ padding:25px 0;}
.sec-heading { font-size: 28px; line-height: 35px;}
.sub-hdng { font-size: 20px; line-height: 26px;}
.prod-pic{ width:130px; position:static; display:block; margin:0 auto;}
.sec1-mid-lft{ width:100%;}
.lft-pic{ margin:30px auto 15px;}
.mid-cm-hdg{ font-size:21px; line-height:21px;}
.mid-bx-stp{ margin-top:20px;width: 100%;}

.section2{ padding:30px 0 40px;}

.section3{ padding:30px 0;}
.plus{ width:45px; height:45px; line-height:45px; margin-top:-90px;}
.sec3-ward-list{ padding:7px 0 10px;}
.sec3-ward-list li{ width:33.33%;line-height: 21px; font-size:15px;padding: 0 5px;}
.sec3-ward-list li img{ margin:0 auto 5px;}
.sec3-ward-list li:after{ display:none;}



.s4-left{ display:none;}
.s4-img-mob{ display:inline-block; vertical-align:middle; margin:20px auto 10px;}
.s4-rght{ width:100%; text-align:center;padding: 30px 0;}
.s4-rght .sub-hdng{ background:url(../images/hdg-bdr.png) no-repeat center bottom;}
ul.s4-list li:before{ display:none;}
ul.s4-list li{ background:url(../images/s4-mo-tik.png) no-repeat left 5px; padding-left:30px;}
ul.s4-list li span{ font-size:20px; line-height:26px;}

.section5{ padding:30px 0;}
.s5-mid-left{ width:100%; display:block; margin:0 auto;}
.s5-mid-left img{width: 300px; max-width:100%;}
.s5-mid-rgt{ width:100%;margin-top: 0;}
.accordion{ padding: 10px 10px 10px 10px; font-size:18px; line-height:24px;}
.acdn-content p span{ font-size:17px;}
.acdn-content p{ padding-left:150px;}
.acdn-content{ font-size:16px; line-height:24px; padding:10px;}
.section6{ padding:25px 0 0;}


.s6-choice-box{padding-bottom: 30px; margin-top:50px;}
.s6-colm-box1 { width: 31%; margin-top: 65px;}
.s6-colm-box2{ width: 22%;}
.s6-colm-box1 ul li{ font-size:15px; line-height: 17px; height: 50px;}
.s6-colm-box2 ul li{ padding:0; font-size:13px; line-height:16px; height: 50px;}
.clm-bximg{ width:45px;}
.clm-bximg2{ width:40px;}
.s6-colm-box2 ul li img{ width:22px;}
.s6-btm-txt {font-size: 17px;line-height: 26px;margin-top: 20px;}
.section6:after{ height:60%;}


.section7{ padding:30px 0;}
.sec7-box-row{ width:100%; margin-top:25px;box-shadow:none; border:1px solid #ccc;}
.s7-review{padding: 0 43px; margin-top: 0; }


.section8{ padding:30px 0;}
.package-sec{ margin-top:0;  padding: 0 0;}
.package{ width:100%; margin-top:40px; box-shadow:0 0 9px 0 rgba(0,0,0,0.2); -webkit-box-shadow:0 0 9px 0 rgba(0,0,0,0.2);}
.package.mid{ position:static; margin-left:0; background:#e1f3fb; box-shadow:0 0 9px 0 rgba(0,0,0,0.2); -webkit-box-shadow:0 0 9px 0 rgba(0,0,0,0.2);}
.pkg-hdg,.package.mid .pkg-hdg{ background:none;}
.pkg-hdg span{padding: 3px 20px;}
.pkg-hdg p{ color:#0f5285;font-size: 24px;}
.prod-box,.pkg-hdg:after{ display:none;}
.prod-box-m{ float:left; width:50%; padding:0 0 0 10px;}
.prod-box-m img{ max-width:100%;}
.price-sec{ width:50%; padding:0 10px 10px 0;}

.list-price,.package.mid .list-price{ color:#333333;font-size: 16px;line-height: 20px;}
.prc-txt,.package.mid .prc-txt{font-size: 36px;line-height: 36px;margin-top: 5px;color: #1365a4;}
.save,.package.mid .save{font-size: 15px; line-height: 17px;margin-top: 9px;color: #062953;}
.pkg-btn p,.package.mid .pkg-btn p{font-size: 10px;line-height: 15px;color: #333333;}
.pkg-btn{margin: 10px 0 0 0;}
.selt-btn{
height: auto;
    line-height: 1;
    font-size: 17px;
    padding: 10px 0;
}
.selt-btn img{margin: -2px -10px 0 10px;width: 22px;}
.btm-strip{ display:none;}


.section9{ padding:30px 0;}
.s9-prod-left{ width:100%;border-radius: 5px 5px 0 0 ; padding:10px 5px;}
.s9-prod-left img{ width:200px;}
.s9-prod-rght{ width:100%;border-radius:0 0 5px 5px;}
.s9-rgt-col-1{ width:100%; padding:0;}
.s9-rgt-col-2{ width:100%; margin-top:15px;}
ul.s9-prd-list li,ul.s9-prd-list li:nth-child(even){ width:100%;}

.total-fixbar{padding: 10px 0;}
.bar-txt{font-size: 20px;line-height: 30px;margin: 0 5px 0 0;}
.chk-btn{max-width: 190px; margin:0 0 0 5px;height: 48px;line-height: 48px;}

.contact-section{ padding:30px 0;}
.contactBox{ margin-top:30px;}
.cont-hdng{padding: 10px 10px 10px 65px;font-size: 15px;line-height: 22px; letter-spacing:0.5px;}
.cont-hdng span{width: 45px; height: 45px;font-size: 26px;line-height: 45px;left: 10px;}
.cont-hdng p{font-size: 22px; line-height: 28px;}

.grnted-cards{ width:300px;}
.cp-bx-hdng{font-size: 20px;line-height: 30px;padding: 0 0 0 52px;}
.input-box.hlf{ width:100%;}
.input-box{margin: 15px 0 0;}
.input-box label{font-size: 16px;}

.us-postal{ padding:0; text-align:center; }
.us-postal img{ display:block; margin:0 auto 10px;}
.us-postal p{ width:100%; padding:0;font-size: 15px;line-height: 20px;}
.btn-box{margin-top: 20px; padding:0 10px;}







.footer{ padding:20px 0 25px;}
.ftr-txt{ font-size:16px; line-height:24px; margin:5px 0 0;}
.ftr-txt a{ font-size:16px; padding:0 2px;}
.logo1{ margin:10px auto 10px; width:190px;}
.click-btn{ width:355px; font-size:23px;margin: 20px 0 0 0; max-width:100%;}
.btn-pr{font-size: 12px; line-height: 18px;}
.star-pic{margin: -4px 3px 0 0; width: 70px;}
.indicatr{width: 57px; margin: -5px 5px 0 5px;}
.btn-pr span {font-size: 13px;}
#call-btn {
    float: left;
    width: 100%;
    padding: 10px 10px 10px;
    background: #1365a4;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:10;
    transition: bottom 1s;
	}

#call-btn .btn-ofr-txt{ color:#fff;}
#call-btn .click-btn{ margin:0;}


}




@media only screen and (max-width:420px){
	.ftr-txt a {
    font-size: 12px;
    padding: 0 1px;
}
.ftr-txt {
    font-size: 12px;
    line-height: 18px;
    }
}