@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: 'Graphik';
	}
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;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}	
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*-----------------------
MAIN CSS font
------------------------*/
@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Light.woff2') format('woff2'),
		url('Graphik-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Semibold.woff2') format('woff2'),
		url('Graphik-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Regular.woff2') format('woff2'),
		url('Graphik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Medium.woff2') format('woff2'),
		url('Graphik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	}

/*=======Top Header=======*/
.top-sec{
	float:left;
	width:100%;
	background:#12558C;
	padding:5px 0 7px 0;
	text-align:center;
	}
.top-sec p{
	font-size:15px;
	line-height:25px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:600;
	}
.top-sec p span{
	color:#fad50b;
	font-weight:700;
	}
	
.header{
	float:left;
	width:100%;
	background:#fff;
	height:90px;
	padding:9px 0;
	position:relative;
	
    -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;
	}		
ul.topMenu{
	position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	}
ul.topMenu li{
	float:left;
	padding:0 20px;
	position:relative;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#cccccc;
	top:2px;
	bottom:2px;
	position:absolute;
	right:0;
	}
ul.topMenu li a{
	color:#fff;
	font-size:19px;
	line-height:19px;
	}
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#1c9dde;}

.promoBox{
	float:right;
	text-align:center;
	width:236px;
	}
.promo-txt{
	display:inline-block;
	vertical-align:top;	
	font-size:18px;
	line-height:18px;
	color:#000;
	letter-spacing:0.5px;
	}
.promo-txt span{ font-weight:500;}
.promo-txt img{
	display:inline-block;
	vertical-align:top;
	margin:3px 2px 0;
	}
a.free-btn{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:600;
	text-transform:uppercase;
	padding:4px 22px 6px;
	border:1px solid #000;
	border-radius:5px;
	margin-top:8px;	
	cursor:default;
	}
			
ul.stepsBox{
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 20px;	
	}
ul.stepsBox li{
	display:inline-block;
	vertical-align:middle;
	font-size:19px;
	color:#000;
	padding:0 20px;
	position:relative;
	letter-spacing:1px;
	}
ul.stepsBox li:before{
	content:"\003e";
	position:absolute;
	top:0;
	right:-8px;
	}
ul.stepsBox li:last-child:before{ display:none;}		
ul.stepsBox li span{
	font-weight:600;
	}	

/*-----------------------
	 Inner Section1
------------------------*/	
.inner-sec1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.pkg-heading{
	float:left;
	width:100%;
	font-size:34px;
	line-height:38px;
	color:#2d2d2d;
	letter-spacing:0.3px;
	font-weight:600;
	}	
.comon-pad{
	float:left;
	width:100%;
	padding:0 35px;
	}		
.productBox{
    float: left;
    width: 100%;
	margin-top:45px;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}	
.prodRow{
    position: relative;
    background: #fff;
    width: 32%;
    text-align: center;
	border-radius:6px;
	overflow:hidden;
	border:1px solid #17a8f4;
	}			
.pkgBox1{ order:2;}	
.pkgBox2{ order:1;}	
.pkgBox3{ order:3;}	
.prod-row-header{
	float:left;
	width:100%;
	background:#17a8f4;
	font-size:22px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:500;
	padding:7px 10px 10px;
	}
.subscribe-head{
	float:left;
	width:100%;
	background:#12558b;
	font-size:32px;
	line-height:32px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:bold;
	padding:10px 10px 15px;
	position:relative;	
	}
.subscribe-head span{ color:#f6ff00;}
.subscribe-head:before{
	position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    margin: 0 0 0 -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid #12558b;	
	}
.prodrow-cont{
	float:left;
	width:100%;
	padding:15px;
	}
.prod-bot{
	float:left;
	width:100%;
	position:relative;
	}		
.prods{
	margin:18px auto 0;
	display:block;
	max-width:100%;
	}
.prod-seal{
	position:absolute;
	top:0;
	right:0;
	}	
.orig-prc{
	float:left;
	width:100%;
	font-size:68px;
	line-height:68px;
	color:#0e0e0e;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:8px;	
	}
.botl-txt{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#0e0e0e;
	letter-spacing:0.5px;
	margin-top:7px;	
	}
.save-prc{
	display: inline-block;
	vertical-align:top;
    height: 34px;
    background: #ff0000;
    font-size: 21px;
    line-height:30px;
    color: #fff;
    font-weight: 600;
    position: relative;
	padding:0 10px;
    margin-top: 20px;	
	}	
.save-prc:before, .save-prc:after{
    content: '';
    position: absolute;
    left: -12px;
    border-bottom: 17px solid #ff0000;
    border-top: 17px solid #ff0000;
    border-left: 12px solid transparent;
    top: 0;	
	}
.save-prc:after{
    left:auto;
	right:-12px;
    border-right: 12px solid transparent;
	}				
a.prod-btn{
	display:inline-block;
	vertical-align:top;
    background: #01bc20;
    color: #fff;
    font-size: 26px;
    text-align: center;
	max-width:100%;
	width:300px;
    height: 65px;
    line-height: 62px;
	border-radius:5px;
	font-weight:bold;
	margin-top:24px;
	}	
.free-txt{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:15px;		
	}
.free-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 7px 0;
	}	
		
.single-prodbox{
	float:left;
	width: 100%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #518aaf;
	padding:15px 25px;
	margin-top:25px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	align-items: center;	
	}	
.prod-col1{
	float:left;
	width:31%;
	text-align:left;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	align-items: center;	
	}
.prod-single{
	float:left;
	width:110px;
	margin-top: 12px;
	}
.prod-col1-cont{
	float:right;
	width:calc(100% - 110px);
	padding-left:15px;
	}	
.pkg-txt{
	float:left;
	width:100%;
	font-size:22px;
	line-height:24px;
	color:#0e0e0e;
	font-weight:500;
	letter-spacing:0.5px;
	}
.buy-txt{
	float:left;
	width:100%;
	font-size:32px;
	line-height:34px;
	color:#17a8f4;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-top:5px;
	}
	
.prod-col2{
	float:left;
	width:40%;
	text-align:center;	
	}
.prod-col2 .orig-prc{ margin-top:0;}	
.prod-col2 .save-prc{ margin-top: 15px;}	
.disc-prc:before, .disc-prc:after{
    content: '';
    position: absolute;
    left: -12px;
    border-bottom: 17px solid #ff0000;
    border-top: 17px solid #ff0000;
    border-left: 12px solid transparent;
    top: 0;	
	}
.disc-prc:after{
    left:auto;
	right:-12px;
    border-right: 12px solid transparent;
	}	
	
.prod-col3{
	float:right;
	width:29%;
	text-align:center;	
	}
.prod-col3 a.prod-btn{ margin-top:0;}	
							
.gurtybx{
	float:left;
	width:100%;
	background: url(../images/gurty-bx.jpg) center top repeat;
	background-size:cover;
	margin:50px auto 30px;
	position:relative;
	padding:28px 30px;
	border-radius:20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	
	}
.gurty-seal{
	max-width:100%;
	float: left;
    width: 242px;
	}	
.mnybk-cont {
    float: right;
    width: calc(100% - 242px);
    text-align: left;
    padding-left:30px;
}
.mnybk-txt1 {
    float: left;
    width: 100%;
    font-size: 66px;
    line-height: 62px;
    color: #2db5fc;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
}
.mnybk-txt2 {
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 5px;
}
.mnybk-txt3 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

/*-----------------------
		Blue Strip
------------------------*/
.blue-strip{
	float:left;
	width:100%;
	background:#026b98;
	padding:20px 0;
	}
ul.blueStrp-list{
    float: left;
    width: 100%;
	}
ul.blueStrp-list li{
    float: left;
    text-align: left;
    position: relative;
    padding-left: 70px;
    padding-right: 44px;
    margin-right: 44px;
	}
ul.blueStrp-list li:last-child{ padding-right:0; margin-right:0;}	
ul.blueStrp-list li:after{
    content: '';
    width: 1px;
    height: 60px;
    right: 0;
    top: 24px;
    transform: translateY(-50%);
    background: #fff;
    position: absolute;
	}	
ul.blueStrp-list li:last-child:after{ display:none;}	
ul.blueStrp-list li img{
	position:absolute;
	top:0;
	left:0;
	}		
ul.blueStrp-list li span{
	font-size:20px;
	color:#fff;
	font-weight:600;
	}
ul.blueStrp-list li p{
	font-size:16px;
	color:#fff;
	margin-top:5px;
	}		
	

																	
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	}	
.footerBox1{
	float:left;
	width:100%;
	background:#12558b;
	padding:60px 0 70px;
	}		
.ftrBox1{
	float:left;
	width:29%;
	text-align:left;
	border-right: 1px solid #0073d0;
	}
.ftr-logo{
	display:inline-block;
	vertical-align:top;
	}	
.ftrbx1-t1{
	float:left;
	width:100%;
	font-size:17px;
	line-height:30px;
	color:#fff;
	letter-spacing:0.5px;
	margin-top:30px;
	font-weight:300;
	}
.ftr-seals{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
	margin-top:20px;	
	}
.ftrBox2{
	width: 42%;
	padding-left: 80px;
	}		
.ftrbx2-hd{
	float:left;
	width:100%;
	font-size:23px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:600;
	}
ul.frt-list{
	float:left;
	width:50%;
	margin-top:15px;
	}
ul.frt-list li{
	float:left;
	width:100%;
	font-size:17px;
	color:#fff;
	letter-spacing:0.5px;
	margin-top:12px;
	font-weight:300;
	}	
ul.frt-list li a{ color:#fff;}

.ftrBox3{
	border:none;
	width:29%;
	padding-left:55px;
	}		
ul.ftr-nav{
	float:left;
	width:100%;
	text-align:left;
	}
ul.ftr-nav li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:300;
	margin-top:25px;
	padding-left:50px;
	position:relative;
	}
ul.ftr-nav li a{color:#fff;}
ul.ftr-nav li img{
	position:absolute;
	top:5px;
	left:0;
	}
.ftr-description{
	float:left;
	width:100%;
	font-size:14px;
	line-height:16px;
	color:#fff;
	border:1px solid #fff;
	letter-spacing:0.5px;
	padding:20px;
	margin-top:60px;
	}		
/*-----------------------
		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);}
}	


.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}
/*---------Media Querry---------*/

@media only screen and (max-width:1185px){
.container{width:1004px;}

.comon-pad{ padding:0;}

.ftrBox2{ width: 37%; padding-left: 50px;}
.ftrBox3{ width: 34%; padding-left: 35px;}

}


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


.header{ height: 85px; padding: 6px 0;}
.logo{ width:170px; margin-top:18px;}
ul.stepsBox li{ font-size: 17px; padding: 0 12px;}
.promo-txt{ font-size: 15px; line-height: 20px;}
a.free-btn{ font-size:16px;}

.inner-sec1{ padding:50px 0 60px;}
.subscribe-head{ font-size:23px; line-height:23px;}
.orig-prc{ font-size:60px; line-height:60px;}
a.prod-btn{ width:100%; height:55px; line-height:55px; font-size:24px;}
.free-txt{ font-size:18px; line-height:20px;}
.free-txt img{ margin:-4px 1px 0;}
.prod-seal{ width:50px;}

.single-prodbox{ padding:15px;}
.prod-single{ width:55px;}
.prod-col1-cont { width: calc(100% - 55px); padding-left: 20px;}
.pkg-txt{ font-size:18px; line-height:20px;}
.buy-txt{ font-size:25px; line-height:25px;}

.gurty-seal {width: 170px;}
.mnybk-cont {width: calc(100% - 170px);padding-left: 25px;}
.mnybk-txt1 {font-size: 55px;line-height: 55px;}
.mnybk-txt2 { font-size: 30px; line-height: 30px;}
.mny-t { margin-top: 15px;}

ul.blueStrp-list li{ padding-left: 43px; padding-right: 12px; margin-right: 12px;}
ul.blueStrp-list li img{ top: 5px; width: 34px;}
ul.blueStrp-list li span{ font-size:16px;}
ul.blueStrp-list li p{ font-size:13px; margin-top:2px;}
ul.blueStrp-list li:after{ height:37px;}

.footerBox1{ padding: 50px 0 60px;}
.ftr-logo{ width:140px;}
.ftrbx1-t1{ font-size:15px; line-height:27px;}
.ftr-seals{ max-width:94%;}
.ftrBox2{ width: 36%; padding-left: 20px;}
.ftrbx2-hd{ font-size:22px;}
ul.frt-list li{ font-size: 16px; margin-top: 11px;}
.ftrBox3{ width: 35%; padding-left: 20px;}
ul.ftr-nav li{ font-size: 16px; line-height: 24px; padding-left: 38px;}

}

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

.top-sec p {font-size: 12px;line-height: 16px; color: #fff;letter-spacing: 1px;}
.top-lft-txt{display:none;}

.header{ height:auto;padding:10px 0 12px;}
.logo{ float:none; margin:0 auto 0; display:block; width:180px; margin-top:0;}
ul.stepsBox li{ font-size:16px;}
.promoBox{ display:none;}
ul.stepsBox{ position:static; transform:none; margin-top:10px;}

.inner-sec1{ padding: 25px 0 35px;}
.pkg-heading{ font-size:30px; line-height:34px;}
.promo-txt{ float:left; width:100%; color:#000; font-size: 16px; line-height: 18px; margin-top:18px;}
.promo-txt img{ margin-top:6px;}
a.free-btn{ font-size: 15px; border: 1px solid #000; color: #000; display: inline-block;
vertical-align: middle; margin-top: 0; padding: 2px 6px 3px;}
.productBox{ margin-top:5px;}
.prodRow{ width:100%; margin-top:20px;}
.pkgBox1{ order:1;}	
.pkgBox2{ order:2;}	
.prodrow-cont{ padding: 20px 10px;}
.prod-bot{ float: left; width: 100%;}
.prods{ margin: 0 auto 0;}	
.price-details{ text-align: center; float: right; width: 100%; margin-top:10px;}
.prod-row-header{ background: #026b98; font-weight:bold; font-size: 26px; line-height: 26px;}
.prod-row-header span{ color: #f6ff00;}
.prod-quantity{ float:left; width:100%; font-size:20px; line-height:20px; color:#026b98;letter-spacing:0.5px; font-weight:bold;}
.orig-prc{ font-size: 50px; line-height: 50px; margin-top: 10px;}
.orig-prc span{ display:inline-block; vertical-align:middle; font-size:20px; line-height:20px;margin: 6px 0 0 0;}
.botl-txt{ margin-top:2px;}
.save-prc{ font-size:17px; margin-top:6px; background:none; padding:0; color:#000; line-height:normal; height:auto;}
.save-prc:before, .save-prc:after{ display:none;}
a.prod-btn{ height: 50px; line-height: 48px; font-size: 22px; margin-top: 15px;}
.free-txt{ font-size: 16px; line-height: 18px; margin-top:12px;}
.free-txt img{ margin: -4px 3px 0;}

.prod-col1{ width:100%;}
.prod-col1-cont{ width: 100%; padding:10px 0 0; text-align: center;}
.prod-single{ width: 120px; float: none; margin: 0 auto; display: block;}

.gurtybx{background:#092c52;padding: 30px 20px 25px; margin: 35px 0;display: inline-block;vertical-align: top;text-align:center;}
.gurty-seal { width: 150px;float: none;margin: 0 auto 0;display: block;}
.mnybk-cont {width: 100%;padding: 0;text-align: center;}
.mnybk-txt1 {font-size: 45px;line-height: 45px;margin-top: 15px;}
.mnybk-txt2 {font-size: 24px;line-height: 26px;}
.mny-t { margin-top: 15px;font-size: 16px;line-height: 24px;}

ul.blueStrp-list li{ width: 50%; float: left; text-align: center; padding: 0; margin-right: 0;}
ul.blueStrp-list li:nth-child(3), ul.blueStrp-list li:nth-child(4){ margin-top:20px;}
ul.blueStrp-list li img{ position:static;display:inline-block;vertical-align:middle; width:45px;}
ul.blueStrp-list li span{ float:left; width:100%; font-size: 18px; margin-top: 5px;}
ul.blueStrp-list li p{ float:left; width:100%; font-size:14px;}
ul.blueStrp-list li:after{ display:none;}

.footerBox1{ padding:30px 0 25px;}
.ftrBox1{ width:100%; border:none; text-align:center;}
.ftr-seals{ margin-top:12px; width:200px;}
.ftrBox2{ padding: 0 10px; display: inline-block; vertical-align: top; margin-top: 30px; text-align: left; float: none;}
.ftrbx2-hd{ font-size: 18px;}
ul.frt-list{ margin-top:0; width:42%;}
ul.frt-list-r{ float:right;}
.ftrBox3{ padding: 0 10px; display: inline-block; vertical-align: top; margin-top: 30px; text-align: left; float: none;}
ul.ftr-nav li{ margin-top:15px;}
.ftr-description{ font-size: 13px; line-height: 18px; padding:12px 15px; margin-top: 35px;}
ul.frt-list li{font-size: 15px;margin-top: 10px;}
ul.ftr-nav li{ font-size: 15px;}
.ftrbx1-t1{ font-size: 16px; line-height: 26px; margin-top:20px; text-align:center;}
.rsk-t1{ font-size:14px; line-height:14px;}
.mbg-txt{ margin-top:6px;}
.mbg-txt span{ background:#026b98; font-size:14px;}
a.pg-btn{ float:none; display:inline-block; vertical-align:middle; height:60px;}
a.pg-btn p{ font-size:26px; line-height:60px;}	
}

ul.mainMenu{
	float: right;
    margin-top: 37px;
    margin-right: 22px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	position:relative;
	}
ul.mainMenu li:after {
    content: '';
    width: 1px;
    background: #cccccc;
    top: 0px;
    bottom: -4px;
    position: absolute;
    right: 0;
}
ul.mainMenu li:last-child:after{ display:none;}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:19px;
	line-height:19px;
	font-family: 'Graphik';
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#01bc20;}	
