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

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:url(../images/body.jpg) repeat center top #fff;
	color:#000000;
	text-align:center;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	letter-spacing:0.5px;
	}
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;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.showMob,.showTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}
/*====Fonts====*/
@font-face {
	font-family: 'Nunito Sans';
	src: url('NunitoSans-Black.woff2') format('woff2'),
	url('NunitoSans-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Nunito Sans';
	src: url('NunitoSans-Bold.woff2') format('woff2'),
	url('NunitoSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Nunito Sans';
    src: url('NunitoSans-ExtraBold.woff2') format('woff2'),
    url('NunitoSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Nunito Sans';
    src: url('NunitoSans-BoldItalic.woff2') format('woff2'),
	url('NunitoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
	}
@font-face {
    font-family: 'Nunito Sans';
    src: url('NunitoSans-SemiBold.woff2') format('woff2'),
	url('NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Nunito Sans';
    src: url('NunitoSans-Regular.woff2') format('woff2'),
	url('NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Nunito Sans';
    src: url('NunitoSans-Italic.woff2') format('woff2'),
	url('NunitoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1030px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	padding:45px 0 310px;
	background:url(../images/banner.jpg) no-repeat center top #011340;
	}
.banner-head{
	float:left;
	width:100%;
	font-size:58px;
	line-height:64px;
	color:#fff;
	font-weight:900;
	}
.banner-head span{ color:#ffcf79;}
/*====mainCSS====*/
.common-sec{
	float:left;
	width:100%;
	}
.sec1{
	padding-bottom:50px;
	}
.banner-box{
	float:left;
	width:100%;
	background:url(../images/bnr-boximg.jpg) no-repeat center top #132463;
	
	border-top:3px solid #2e4497;
	border-radius:15px;
	padding:30px 345px 35px 35px;
	position:relative;
	text-align:left;
	margin-top:-260px;
	}
.bnr-boximg{
	position:absolute;
	right:0;
	top:0;
	}
.bnr-text{
	float:left;
	width:100%;
	font-size:42px;
	line-height:56px;
	color:#fff;
	letter-spacing:0;
	font-weight:900;
	}	
.common-text{
	font-size:24px;
	line-height:34px;
	color:#000000;
	font-weight:normal;
	margin-top:35px;
	text-align:left;
	}
.right-img{ float:right; margin-top:40px;}
.lspace0{ letter-spacing:0;}	
.left-img{ float:left; margin:40px 35px 0 0;}
.bordershwd{
	border:5px solid #ffffff;
	box-shadow:0 0 12px 3px rgba(57,194,255,0.2);
	-webkit-box-shadow:0 0 12px 3px rgba(57,194,255,0.2);
	}
.bradius{ border-radius:10px;}

.common-heading{
	font-size:48px;
	line-height:54px;
	color:#000000;
	font-weight:900;
	margin-top:45px;
	}
.firstRevbox{
	float:left;
	width:100%;
	margin-top:20px;
	}
.revboxRow{
	float:left;
	width:100%;
	margin-top:35px;
	background:#f1faff;
	padding:40px;
	border:5px solid #fff;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	border-radius:10px;
	text-align:left;
	}
.revHead{
	font-size:28px;
	line-height:34px;
	color:#000000;
	font-weight:bold;
	}
.revboxRow .common-text{ margin-top:30px;}
.italictext{ font-style:italic;}
.red-text{ color:#ff0000;}
ul.s1-painlist{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
ul.s1-painlist li{
	float:left;
	width:23%;
	margin-top:30px;
	border:2px solid #ff0000;
	border-radius:10px;
	box-shadow:0 0 10px 5px rgba(255,0,0,0.1);
	-webkit-box-shadow:0 0 10px 5px rgba(255,0,0,0.1);
	overflow:hidden;
	}	
ul.s1-painlist li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}	
.sec1-img3{
	border-radius:50%;
	margin:55px 0 0 15px;
	}
/*====blue-strip====*/
.blue-strip{
	float:left;
	width:100%;
	padding:30px 0 110px;
	background:#39c2ff;
	}
.white-text{ color:#ffffff;}
.common-heading.mar0{ margin-top:0;}

.newAdd-sec{
	padding:15px 0 40px;
	}
.newSec-img1{
	float:right;
	margin:-25px 0 10px 20px;
	max-width:100%;
	}
.newSecList{
	margin-:0;
	}
.newSecList li{
	background: url(../images/newSchk.png) left 1px no-repeat;
    padding: 0 0 2px 50px;
    margin: 26px 0 0 0;
	}
.newSeclogo{
	display:block;
	margin:35px auto 0;
	}
.newSec-img2{
	float:left;
	max-width:100%;
	width:380px;
	margin:50px 20px 20px 0;
	}
.newSec-img3{
	max-width:100%;
	margin:50px -25px 0 0;
	}
.newSec-img4{
	float:left;
	margin:35px 25px 0 0;
	}
.newBox-inner{
	float:left;
	width:100%;
	background: #f1faff;
    border:4px solid #fff;
    border-radius: 10px;
    -moz-box-shadow:0 0 10px 5px rgba(0,0,0,0.1);
    -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: 35px 0 0 0;
    padding:25px 20px;
	text-align:left;
	}
.newSec-img5{
	display:block;
	margin:15px auto 0;
	max-width:100%;
	}
.newSec-img7{
	display:block;
	margin:35px auto 0;
	max-width:100%;
	}
.newSecBx{
	float:left;
	width:100%;
	background:#fff;
	border:2px solid #ff0000;
	border-radius:12px;
	margin:35px 0 0 0;
	padding:5px 20px 35px 20px;
	position:relative;
	}
.newSecBxlist{
	float:left;
	width:100%;
	}
.newSecBxlist li{
	float:left;
	width:100%;
	background:url(../images/chk2.png) left 4px no-repeat;
	padding:0 0 0 45px;
	margin:30px 0 0 0;
	}
.btmarw{
	position:absolute;
	left:60px;
	bottom:-21px;
	}
.new-secimg9{
	display:block;
	margin:35px auto 0;
	max-width:100%;
	}
.newAdd-sec2{
	padding-bottom:40px;
	}
.nsec2-img1{
	margin:35px 0 25px 25px;
	max-width:100%;
	}
.nsec2txtbx{
	position:relative;
	background:#F00;
	margin:38px 0 0 0;
	padding:30px 32px;
	border-radius:18px;
	text-align:left;
	}
.nsec2txtbx img{
	position:absolute;
	left:32px;
	top:-18px;
	}
.nsec2-img2{
	float:left;
	max-width:100%;
	width:360px;
	margin:45px 35px 25px 0;
	}
.nsec2-img3{
	float:right;
	max-width:100%;
	margin:35px 0 20px 0;
	}
.newSgraph-list{
	margin: 20px 0 0 0;
	}
.newSgraph-list li{
	float:left;
	width:49%;
	margin:20px 2% 0 0;
	}
.newSgraph-list li img{
	max-width:100%;
	}
.newSgraph-list li:last-child{ margin-right:0;}
.nsec2-img4{
	float:left;
	margin:45px 35px 15px 0;
	max-width:100%;
	width:380px;
	}
.nsec2-img5{
	float:right;
	margin:-65px 0 0 -25px;
	}
.nsec2-img6{
	display:block;
	margin:25px auto 0;
	max-width:100%;
	}
.nsec2-img7{
	float:left;
	margin:35px 10px 0 -25px;
	}
.nsec2-img8{
	float:left;
	max-width:100%;
	margin:40px 45px 25px 0;
	}
.nsec2-img9{
	float:right;
	border-radius:10px;
	margin:10px 0 0 15px;
	}
.s10-strip.nsec2-strip{
	padding-right:20px;
	}
.nsec2-img10{
	display:block;
	margin:25px auto 0;
	max-width:100%;
	}
.nsec2-img11{
	float:right;
	width:350px;
	max-width:100%;
	margin:45px 0 20px 35px;
	}
/*====section2====*/	
.sec2{ padding-bottom:55px;}
.comwhiteBox{
	float:left;
	width:100%;
	margin-top:-80px;
	background:#fff;
	box-shadow:0 0 10px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,0.1);
	padding:35px 30px;
	border-radius:10px;
	}
.s2-unvs-logo{
	float:right;
	margin:15px 40px 0 75px;
	}
.common-text.mart0{ margin-top:0;}
.common-text sup{
	position:relative;
	font-size:60%;
	top:0;
	line-height:100%;
	right:0;
	color:#000fff;
	text-decoration:underline;
	}
.s2Box-inr{float:left;
	width:100%;
	background:#fff;
	box-shadow:0 0 12px 3px rgba(57,194,255,0.2);
	-webkit-box-shadow:0 0 12px 3px rgba(57,194,255,0.2);
	padding:35px 30px 50px;
	border-radius:10px;
	margin-top:40px;
	}
.s2-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s2-img2{ margin:50px 60px 0 0;}
.s2-mid{
	float:left;
	width:100%;
	margin-top:15px;
	}
.s2Row{
	float:left;
	width:100%;
	margin-top:30px;
	padding:40px;
	background:#434343;
	border-radius:10px;
	border:5px solid #fff;
	box-shadow:0 0 6px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 6px 3px rgba(0,0,0,0.1);
	text-align:left;
	}
.s2Row.bg2{ background:#d9d9d9;}
.phaseHead{
	font-size:28px;
	line-height:34px;
	color:#fff;
	font-weight:bold;
	}
.s2Row.bg2 .phaseHead{ color:#000000;}
.s2-img3{
	float:right;
	border-radius:50%;
	margin:-35px 0 0 45px;
	}
.s2-img4{
	float:left;
	margin:45px 40px 0 0;
	border-radius:10px;
	box-shadow:0 0 7px 3px rgba(57,194,255,0.1);
	-webkit-box-shadow:0 0 7px 3px rgba(57,194,255,0.1);
	}
.s2-img5{
	float:right;
	border:5px solid #fff;
	border-radius:10px;
	}

/*====section3====*/
.sec3{ padding-bottom:40px;}
.s3bx-list{
	float:left;
	width:100%;
	}
.s3bx-list li{
	float:left;
	width:33.33%;
	margin-top:35px;
	text-align:center;
	}
.s3bx-list li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}
.s3bx-list li p{
	font-weight:bold;
	margin-top:15px;
	text-align:center;
	}
.s3-img1{
	float:right;
	max-width:100%;
	margin:35px 0 0 15px;
	}
.s10-strip.sec3-strip{
	padding:20px;
	}
.s3-img2{
	float:right;
	margin:10px 0 0 20px;
	max-width:100%;
	}
.s3-img3{
	float:right;
	max-width:100%;
	margin:30px 0 0 20px;
	}
.s3-img4{
	display:block;
	margin:15px auto 0;
	max-width:100%;
	}
.sec3New{
	background:url(../images/s3new.jpg) no-repeat center top #031d50;
	padding:0 0 310px;
	}
.sec3New p{ color:#fff;}
.fib-min{
	display:block;
	margin:35px auto 0;
	max-width:100%;
	}
.s3-img5{
	float:left;
	margin:25px 15px 0 -20px;
	}
.s3-Boxwhite{
	margin-top:-270px;
	box-shadow:0 0 9px 5px rgba(207,238,252,0.4);
	-webkit-box-shadow:0 0 9px 5px rgba(207,238,252,0.4);
	}

.s3Row{
	float:left;
	width:100%;
	background:#f1faff;
	border:1px solid #d9ebf5;
	position:relative;
	padding:20px 15px 20px 0;
	margin:50px 0 0 0;
	text-align:left;
	}
.s3Row.martt0{ margin-top:5px;}
.s3Row img{
	float:left;
	border-radius:50%;
	margin:-35px 0 -40px 20px;
	}
.s3Row p{
	float:right;
	width:calc(100% - 200px);
	font-size:24px;
	line-height:36px;
	color:#000000;
	letter-spacing:0;
	}
.s3Row p strong{
	font-weight:bold;
	text-decoration:underline;
	}
.s3-img6{
	float:right;
	max-width:100%;
	margin:20px -20px 10px 10px;
	}

/*====section4====*/
.sec4{
	background:url(../images/s4-bg.jpg) no-repeat center top #021950;
	padding:50px 0;
	}
.s4List{
	display:inline-block;
	vertical-align:top;
	max-width:900px;
	width:100%;
	}
.s4List li{
	float:left;
	width:33.33%;
	margin-top:50px;
	position:relative;
	}
.s4List li:after{
	position:absolute;
	right:-35px;
	top:97px;
	border-top:4px dotted #39c2ff;
	width:70px;
	content:"";
	}
.s4List li:last-child:after{ display:none;}
.s4List li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}
.s4List li p{
	float:left;
	width:100%;
	font-size:24px;
	line-height:34px;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	margin-top:15px;
	padding:0 10px;
	}
.s4List li p sup{
	position:relative;
	line-height:100%;
	font-size:60%;
	top:0;
	right:0;
	font-weight:normal;
	color:#39c2ff;
	text-decoration:underline;
	}
.s4-img{
	display:block;
	margin:40px auto 0;
	border-radius:15px;
	max-width:100%;
	}
/*====section5====*/
.sec5{
	padding-bottom:40px;
	}
.s5Review{
	float:left;
	width:100%;
	}
.rev-star{
	margin-top:7px;
	}
.s5Text{
	float:left;
	text-align:left;
	font-size:30px;
	line-height:40px;
	color:#000000;
	background:#ffff00;
	margin-top:35px;
	font-weight:bold;
	}
.s5-img1{
	border-radius:10px;
	}
.s5-img2{
	margin:20px 55px 20px 15px;
	width:330px;
	}
.bstrip2{
	padding:35px 0;
	}
/*====section6====*/
.sec6{ padding:0 0 40px;}
.s6-img1{
	float:right;
	margin:0 -45px 0 -31px;
	max-width:100%;
	}
.s6-img2{
	border-radius:10px;
	max-width:100%;
	}
ul.s6-exmpList{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom:10px;
	}
ul.s6-exmpList li{
	float:left;
	width:19%;
	margin-top:30px;
	text-align:center;
	}
ul.s6-exmpList li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border:2px solid #ff0000;
	border-radius:50%;
	}
ul.s6-exmpList li p{
	float:left;
	width:100%;
	font-size:23px;
	line-height:29px;
	margin-top:10px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:0;
	text-align:center;
	}
.s6-box{
	float:left;
	width:100%;
	padding:25px 420px 35px 30px;
	position:relative;
	background:#021a53;
	border-radius:15px;
	margin-top:35px;
	}
.s6-boxlist{
	float:left;
	width:100%;
	}
.s6-boxlist li{
	float:left;
	width:100%;
	font-size:24px;
	line-height:34px;
	color:#fff;
	font-weight:bold;
	margin-top:25px;
	text-align:left;
	padding-left:45px;
	background:url(../images/s6tik.png) no-repeat left 7px;
	}
.s6-img3{
	position:absolute;
	right:25px;
	top:30px;
	}
.s6-img4{
	border-radius:10px;
	max-width:100%;
	}
.s6-img5{
	border-radius:10px;
	max-width:100%;
	}
.s6-img6{ float:right;margin:46px 0 0 40px;}

.sec7{
	background:url(../images/sec7-bg.jpg) no-repeat center top #021a53;
	padding:20px 0 50px;
	}
.dwntriangle {
    margin: 15px auto 0 auto;
    display: block;
	}
.s7prd {
    margin: 0 auto 0 auto;
    display: block;
	max-width:100%;
	}
.s7-hd{
	font-weight: 900;
    font-size: 110px;
    line-height: 110px;
    color: #fff;
    text-align: center;
	}
.s7-hd sup {
    font-weight: bold;
    font-size: 30px;
	}
.s6-img7{
	display:block;
	margin:20px auto;
	max-width:100%;
	border: 5px solid #ffffff;
	border-radius:10px;
	}
.sec8{
	padding:20px 0 60px;
	}
.sec8-img1{
	float:right;
	margin:30px 0 0 20px;
	}
.s8-blueBox{
	display:inline-block;
	vertical-align:top;
	margin:40px 0 0;
	background:#021a53;
	padding:25px 30px;
	text-align:left;
	border-radius:20px;
	}
.s8-bluestrip-img{
	float:right;
	margin:0 0 0 40px;
	}
.s8-blueBox p{
	font-size:28px;
	line-height:36px;
	color:#fdfdfd;
	font-weight:bold;
	margin-top:5px;
	}
.s8-img2{
	float:left;
	margin:20px 20px 0 0;
	}
.promise-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:60px 0 0;
	border:3px solid #39c2ff;
	border-radius:20px;
	padding:0 25px 30px;
	text-align:left;
	}
.promise-numbr{
	display:inline-block;
	vertical-align:middle;
	margin:-25px 0 0;
	font-size:30px;
	line-height:36px;
	background:#39c2ff;
	font-weight:900;
	border-radius:10px;
	color:#fff;
	padding:10px 20px;
	}
.promise-hng{
	font-size:28px;
	line-height:32px;
	font-weight:bold;
	color:#000;
	margin-top:18px;
	}
.sec9{
	padding:20px 0 40px 0;
	background:#021a53;
	}
.coupon-img{
	display:block;
	margin:50px auto 20px;
	max-width:100%;
	}
.sec10{
	padding:50px 0;
	}
.s10-text1{
	font-size:32px;
	line-height:34px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	}
.s10-strip{
	background: #021a53;
    border-radius: 10px;
    margin:45px 0 20px 0;
    padding: 20px 300px 20px 20px;
	position:relative;
	}
.s10-strip p{
	font-size: 30px;
    line-height: 38px;
    text-align: left;
	color:#fff;
	font-weight:bold;
	}
.s10-strip-img{
	position:absolute;
	right:20px;
	top:-75px;
	}
.s10-img1{
	float:right;
	margin:20px 0 0 0;
	}
.s10-img2{
	float:left;
	margin:20px 15px 0 -10px;
	}
.outoff-seal{
	float:right;
	margin:10px 0 0 20px;
	}
.s10-img3{
	float:right;
	margin:35px 0 0 20px;
	}
.s10-img4{
	display:block;
	margin:30px auto 0;
	max-width:100%;
	}
.s10-img5{
	float:left;
	margin:20px 20px 0 -180px;
	}
.s10-img6{
	float:right;
	margin:35px 0 0 30px;
	}

.gaurantyBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border: 36px solid transparent;
    border-image-source: url(../images/mbbg.jpg);
    border-image-repeat: repeat;
    border-image-slice: 36;
    padding: 0;
    box-sizing: border-box;
    margin: 100px auto 0 auto;
    position: relative;
	}
.guarantybx-inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background: #fffbec;
    padding: 0 80px 40px;
	}
.guarnty-hdng{
	font-size:48px;
	line-height:55px;
	color:#03222e;
	font-weight:900;
	margin-top:30px;
	}
.mbseal{
	margin: -100px auto 0 auto;
    display: block;
	}
.s10-img7{
	float:left;
	margin:40px 30px 20px 0;
	}
.s10-prod{
	float:right;
	margin:10px 0 0 -10px;
	}

.pck-sec{
	max-width:990px;
	width:100%;
	display:flex;
	-webkit-display:flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap: wrap;
	margin:55px auto 0;
	}
.pck-bx{
	width:32.50%;
	border-radius:15px;
	border: 2px solid #afc6d5;
	background:#eef9ff;
	background:-webkit-linear-gradient(#eef9ff, #fdfeff);
	background:-moz-linear-gradient(#eef9ff, #fdfeff);
	background:-o-linear-gradient(#eef9ff, #fdfeff);
	background:linear-gradient(#eef9ff, #fdfeff);	
	cursor:pointer;
	padding:25px 0;
	text-align:center;
	}
.pkg2{
	margin-top:-15px;
	padding:30px 0;
	border:2px solid #569ecc;
	background:#9cd9ff;
	background:-webkit-linear-gradient(#9cd9ff, #f5fbff);
	background:-moz-linear-gradient(#9cd9ff, #f5fbff);
	background:-o-linear-gradient(#9cd9ff, #f5fbff);
	background:linear-gradient(#9cd9ff, #f5fbff);	
	}
.pkghd1{
	font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    color: #052a51;
    text-transform: uppercase;
	}
.pkghd2{
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    margin:10px 0 0 0;
	}
.pkgbtl {
    margin: 20px auto 0 auto;
    display: block;
	max-width:100%;
	}
.prctxt1{
	font-weight:900;
	font-size:42px;
	line-height:42px;
	color:#000000;
	text-align:center;
	margin:20px 0 0 0;
	}
.prctxt1 span{font-size:26px;}
.prctxt2{
	font-size: 20px;
    line-height: 24px;
    color: #2f2f2f;
    text-align: center;
    margin: 5px 0 0 0;
	text-transform:uppercase;
	}
.pkgbtn {
    margin:38px auto 0;
    display: block;
    max-width: 85%;
	}
.pkgbtn2{
	max-width:100%;
	margin:20px auto 0;
	}
.usual-prc{
	font-size:20px;
	line-height:24px;
	color:#3d3d3d;
	text-align:center;
	margin:20px 0 0 0;
	}
.usual-prc span{
	font-weight:900;
	font-size:24px;
	}
.strikeout { 
  position: relative;
	}
.strikeout::after {
  border-bottom: 0.12em solid #F00;
  content: "";
  left: 0;
  margin-top: calc(0.120em / 2 * -1);
  position: absolute;
  right: 0;
  top: 54%;
  transform:rotate(-10deg);
  -webkit-  transform:rotate(-10deg);
}
.s10-box{
	float:left;
	width:100%;
	background:#fff;
    border-radius:10px;
    -moz-box-shadow:0 0 10px 5px rgba(0,0,0,0.1);
    -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: 35px 0 0 0;
    padding:25px 25px 35px;
	position:relative;
	}
.s10Box-top{
	float:left;
	width:100%;
	padding:0 0 0 240px;
	position:relative;
	}
.s10Box-top p{ margin-top:25px;}
.s10Box-top .font-s-28{ font-size:27px; margin-top:0; text-align:left;}
.s10boxModel{
	position:absolute;
	left:0;
	top:0;
	}
.sig{
    margin: 3px 0 0 0;
    display: block;
	}
.s10box-text{
	font-size:19px;
	line-height:27px;
	color:#000000;
	margin-top:40px;
	text-align:left;
	}
.s10bximg1st{
	display:block;
	margin:35px auto 0;
	max-width:100%;
	}
.s10review{
	float:left;
	width:100%;
	}
.s10revstar{ margin-top:0;}
.s10review .revHead{ margin-top:20px;}
.faq-container {
	float:left;
    width: 100%;
    margin:30px 0 0;
	}
.up-slide-dwn {
    float: left;
    width: 100%;
	margin-top:10px;
	background:#569ecc;
	}
.up-slide-dwn.active{ background:#569ecc;}
.accordion, .accordion2{
	float: left;
    width: 100%;
    text-align: left;
    background:#ececec  url(../images/plus2.png) no-repeat 98% center;
    padding:18px 40px 18px 20px;
    font-size:24px;
    line-height:30px;
    color: #2e2e2e;
	letter-spacing:0.5px;
    cursor: pointer;
	font-weight:700;
	}
.acdn-heading.accordion-open {
    background: url(../images/minus.png) no-repeat 98% center;
	border:none;
	color:#fff;
	}

.acdn-content {
    float: left;
    width: 100%;
    padding:10px 10px 20px 20px;
	}
.acdn-para1 {
    float: left;
    width: 100%;
    font-size:24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
	letter-spacing:0.5px;
	}
.acdn-para1 sup{
	font-size:60%;
	line-height:100%;
	top:0;
	right:0;
	font-weight:normal;
	}
.acdn-para1 span{
	text-decoration:underline;
	font-style:italic;
	}
.nutrition-min{
	display:block;
	margin:30px auto 15px;
	max-width:100%;
	}
.acdn-img{
	display:block;
	margin:30px auto;
	max-width:100%;
	}
.s10Bluebox{
	background:#021a53;
	margin-top:50px;
	border-radius:10px;
	padding:30px 60px;
	}
.s10Bluebox .s10bxhead{ color:#fff; text-transform:uppercase;}
.s10Bluebox .common-text{ color:#fff;margin-top:20px; text-align:center;}
.encryptimg{
	display:block;
	margin:25px auto 0;
	}
.centertext{ text-align:center;}
.s10Shiptext{
	width:100%;
	max-width:530px;
	margin:30px auto 0;
	background: #39c2ff url(../images/ship-icon.png) 8px center no-repeat;
	border-radius: 40px;
    height: 60px;
    color: #fff;
    text-align: left;
    padding: 12px 0 0 65px;
    font-weight: bold;
	}
.logos{
	margin:30px auto 0;
	display:block;
	max-width:100%;
	}
.s10bximg{
	display:block;
	margin:10px auto 0;
	max-width:100%;
	}
.s10bximg1{ margin-top:40px;}

.reftext{
	text-align:left;
	font-size:28px;
	line-height:32px;
	font-weight:bold;
	color:#303030;
	margin:45px 0 0 0;
	}
ul.ref-list{padding:10px 0 0 20px;}
ul.ref-list li{
	font-size:16px;
	line-height:22px;
	text-align:left;
	color:#303030;
	margin:10px 0 0 0;
	overflow-wrap: break-word;
    word-wrap: break-word;
	padding:0 0 0 7px;
	position:relative;
	list-style:decimal;
	}
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	border-top:1px solid #dfdfdf;
	}
.ftrtxt{
	font-size:20px;
	line-height:32px;
	color:#060606;
	text-align:center;
}
.ftrtxt sup{font-size:60%;line-height:100%; position:relative; top:0; right:0;}
.ftrtxt2{margin:25px 0 0 0;}
ul.ftrlist{margin:35px 0 0 0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	font-size:20px;
	line-height:20px;
	color:#060606;
	text-align:center;
	border-right:1px solid #333;
	padding:0 8px 0 4px;
	margin:2px 0 0 0;
}
ul.ftrlist li:last-child{border-right:none;}
ul.ftrlist li a{color:#060606;}


/*==============Media=============*/
.color-blue{ color:#39c2ff;}
.color-white{ color:#fff;}
.align-cnter{ text-align:center;}
.font-s-30{ font-size:30px; line-height:38px;}
.font-s-28{ font-size:28px; line-height:38px;}

@media only screen and (max-width: 1050px){
.container{ max-width:750px; width:100%; }
.showTab{ display:block;}

.banner{ padding:45px 0 210px;}
.banner-head{ font-size:42px; line-height:50px;}
.banner-box{ padding:25px 270px 25px 25px; background-size:cover; background-position:0px 0; margin-top:-180px;}
.bnr-text { font-size:30px; line-height:40px;}

.common-text{ font-size:20px; line-height:30px;}
.sec1-img1{ width:280px;}
.sec1-img2{ width:280px;}
.common-heading{ font-size:40px; line-height:50px; margin-top:40px;}
.firstRevbox{ margin-top:0;}
.revboxRow{ padding:25px;}

.sec1-img3{ width:280px; margin:35px 0 0 15px;}

.blue-strip .common-heading{ font-size:38px; line-height:48px;}

.s2-unvs-logo{ width:190px;margin: 15px 10px 0 20px;}
.s2-img2{ width:270px;margin: 80px 30px 20px 0;}
.s2Row{ padding:25px;}
.phaseHead{ font-size:24px; line-height:30px;}
.s2-img3{ width:250px;margin: -20px 0 15px 20px;}
.s2-img4{ width:280px; margin:30px 30px 20px 0;}
.s2-img5{ width:270px;margin: 35px 0 20px 15px;}


.bstrip2{ padding:20px 0 25px;}
.newSecList li{ line-height:32px; background-size:30px; padding-left:40px;}
.newSec-img3{ width:350px; margin:40px 10px 0 0;}
.newSec-img4{ width:300px;}
.newSec-img5{ width:330px; margin:0 auto 0;}
.newSec-img7{ width:320px;}

.newSecBxlist li{ background-size:25px;}
.btmarw{ bottom:-20px;}
.s10-strip p{ font-size:28px; line-height:38px;}
.nsec2-img1{ width:300px;}
.nsec2-img2{ width:300px;}
.nsec2-img3{ width:320px; margin:35px 0 15px 20px;}
.font-s-28{ font-size:26px; line-height:36px;}
.nsec2-img4{ width:330px;}
.nsec2-img7{ width:300px; margin:35px 15px 0 15px;}
.nsec2-img8{ margin:40px 25px 25px 0;}
.nsec2-img9{width: 300px;}

.sec3{}
.s3Row p{ font-size:20px; line-height:28px; letter-spacing:0.3px;}
.s3Row img{ margin:-19px 0 -20px 20px;}
.s3-img2{ margin:10px 0 5px 10px;}
.s3-img5{ margin-left:0; width:325px;}
.s3-img6{ width:300px; margin-right:0;}

.s4List li img{ width:160px;}
.s4List li p { font-size:19px; line-height:27px;}
.s4List li:after{ top:80px;}

.s5Text{ font-size:24px; line-height:32px; margin-top:25px;}
.s5-img1{ width:330px; margin-left:10px;}
.s5-img2{margin: 50px 55px 20px 15px;width: 250px;}

.s6-img1{ width:300px; margin:0 0 0 0;}
.s6-img2{ width:320px; margin-top:30px; margin-right:20px;}
ul.s6-exmpList li{ width:20%;}
ul.s6-exmpList li img{ width:110px;}
ul.s6-exmpList li p{ font-size:17px; line-height:25px;}
.s6-box{ padding:20px 260px 25px 20px;}
.s6-boxlist li{ font-size:19px; line-height:29px;}
.s6-img3{ width:240px; top:70px;}
.s6-img4{ width:250px; margin:25px 30px 0 0;}
.s6-img5{ width:320px; margin:25px 0 0 15px;}
.s6-img6,.s10-img3,.s10-img6{ width:320px;margin: 30px 0 20px 30px;}
.sec8-img1{ width:350px;}
.s8-img2{width:370px;}
.s10-text1{font-size: 28px; line-height: 32px;}
.s10-strip-img{ width:270px; top:-30px;}
.s10-img5{ width:450px; margin:20px 20px 0 -150px;}
.guarantybx-inr{padding: 0 40px 40px;}
.s10-img7{ width:310px;}
.s10-prod {margin: 10px 0 0 10px;}
.pkghd1{font-size: 32px;line-height: 34px;}
.pkghd2{font-size: 26px;line-height: 28px;}
.prctxt1{font-size: 40px;line-height: 40px;}
.prctxt2{font-size: 17px;line-height: 24px;}

.s10Box-top{ padding:0 0 0 200px;}
.s10boxModel{ width:180px;}
.s10Box-top .font-s-28, .s10Bluebox .s10bxhead{ font-size:25px; line-height:34px;}

}



@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.showMob{ display:block;}
.hide-mob, .showTab{ display:none;}

.banner{ padding:25px 0 210px;}
.banner-head{ font-size:28px; line-height:38px; letter-spacing:0.3px;}
.banner-box{ padding:0 15px 20px; overflow:hidden;}
.bnrboxmob{ margin:0 auto; max-width:none; width:calc(100% + 30px); margin-left:-15px;}
.bnr-text{ font-size:24px; line-height:32px; margin-top:25px; letter-spacing:0.5px;}

.sec1{ padding-bottom:30px;}
.common-text{ font-size:18px; line-height:26px; margin-top:20px;}
.mobmedia{ float:none; display:block; margin:22px auto 0;}
.blue-strip .common-heading{ font-size:26px; line-height:34px;}
.common-heading{ font-size:26px; line-height:34px; margin-top:25px;}
.revboxRow{ padding:15px;border:3px solid #fff;}
.revHead{ font-size:23px; line-height:29px;}
.revboxRow .common-text{ margin-top:18px;}
ul.s1-painlist{ margin:5px 0 10px;}
ul.s1-painlist li{ width:47.5%; margin-top:20px;}
.sec1-img3{ margin:25px auto 5px;}
.blue-strip{ padding:20px 0 100px;}
.blue-strip .common-heading{ letter-spacing:0.5px;}

.sec2{ padding-bottom:30px;}
.comwhiteBox{ padding:20px 15px;}
.s2-unvs-logo{ margin:20px auto 22px;}
.s2Box-inr{ padding:15px 5px;}
.s2-mid{ margin-top:0;}
.s2Row{border: 3px solid #fff; padding:20px 15px;}
.phaseHead{ font-size:20px; line-height:28px;}
.bordershwd{border: 3px solid #fff;}
.s2-img5{border: 3px solid #fff;}
.font-s-28{ font-size:22px; line-height:30px;}

.newAdd-sec{ padding:5px 0 30px;}
.s10-box.newSecBox{ padding:15px 8px;}
.newSec-img4{ width:290px;}
.newSec-img1{ width:310px;}
.newSecList li{ margin-top:15px;}
.s10-box.newSecBox .font-s-28{ font-size:20px; line-height:28px; letter-spacing:0;}
.newSec-img2{ width:310px;}
.newSec-img3{ width:310px;}
.newSecBx{ padding:0 14px 20px;}
.newSecBxlist li{ padding-left:35px; margin-top:20px;}
.btmarw{ left:40px; width:40px; bottom:-18px;}
.new-secimg9{ width:270px;}

.newBox-inner{ padding:20px 10px;}
.newSecstrp{ padding:20px 15px;}
.s10-strip.newSecstrp p{ font-size:20px; line-height:28px;}
.new-secimg8.s10-strip-img{ margin:0 auto 20px;}
.nsec2-img1, .nsec2-img3, .nsec2-img4, .nsec2-img11{ width:280px;}
.nsec2-img6{ width:190px;}
.newSgraph-list{ margin-top:5px;}
.newSgraph-list li{ width:100%;}

.nsec2txtbx{ padding:25px 15px 20px; border-radius:10px;}
.nsec2txtbx .font-s-28{ font-size:21px; line-height:29px;}
.nsec2txtbx img{ width:35px;}
.s10-strip.nsec2-strip{ padding:15px 10px 20px; text-align:left;}
.s10-strip.nsec2-strip p{text-align:left; font-size:20px;}
.nsec2-img9{ width:110px; border-radius:5px; margin:10px 0 0 10px;}
.nsec2-img5{ max-width:100%;}

.sec3{ padding-bottom:30px;}
.sec3 .comwhiteBox{ padding:15px 12px 20px;}
.s3Row{ padding:15px 15px; margin-top:28px;}
.s3Row img{ float:none;display:block; margin:0 auto; max-width:100%;}
.s3Row p{ float:left; width:100%; margin-top:18px; font-size:17px; line-height:27px; letter-spacing:0.3px;}
.s3bx-list li{ width:100%;}
.s3-img1{ width:200px;}
.s10-strip.sec3-strip{ padding:15px 10px; text-align:left;}
.sec3-strip.s10-strip p{ text-align:left; font-size:20px; line-height:30px;}
.s3-img2{ width:110px;}
.s3-img3{ margin-top:15px;}

.sec4{ padding:25px 0 30px;}
.s4List{ padding-bottom:10px;}
.s4List li{ width:100%; margin-top:25px; padding:0 20px;}
.s4List li:after{ display:none;}

.sec5{ padding-bottom:30px;}
.s5Text{ font-size:19px; line-height:28px; padding:5px; margin-top:20px;}
.bstrip2{ padding:16px 0 20px;}

.sec6{ padding-bottom:30px;}
ul.s6-exmpList li{ width:48%; margin-top:25px;}
ul.s6-exmpList li img{ width:110px;}
ul.s6-exmpList li p{ font-size:19px; line-height:27px;}
ul.s6-exmpList li:nth-child(5){ width:100%;}
.s6-box{ padding:18px 15px 20px;}
.s6-img3{ position:static; display:block; margin:20px auto 5px;}
.s6-boxlist{ margin-top:5px;}
.s6-boxlist li{ font-size:17px; line-height:25px; margin-top:18px;}
.s6-img6{max-width:100%;}
.s6-img7{ border:3px solid #fff;}
.sec7{ padding:15px 0 30px;}
.s7-hd{font-size: 48px; line-height: 60px;}
.sec8{ padding:15px 0 30px;}
.sec8-img1{ float:none; margin:20px auto; max-width:100%; width:320px;}
.s8-blueBox{ padding:25px 20px;margin: 25px 0 0;}
.s8-bluestrip-img{ float:none; display:block; margin:0 auto 15px;}
.s8-blueBox p{ font-size:20px; line-height:28px; text-align:center;}
.s8-img2{ float:none; margin:20px auto 0; display:block; max-width:100%;}
.promise-row{margin: 45px 0 0;padding: 0 20px 25px;}
.promise-numbr{font-size: 23px; line-height: 26px;padding: 10px 15px;}
.promise-hng{font-size: 22px;}
.sec9{ padding:0 0 30px;}
.coupon-img{margin: 30px auto 20px;}
.sec10{ padding:30px 0;}
.s10-strip{ padding:20px;margin: 22px 0 0px 0;}
.s10-strip-img{ position:static; display:block; margin:15px auto 0;}
.s10-strip p {font-size: 22px;line-height: 31px;text-align: center;}
.s10-text1 {font-size: 22px;line-height: 32px;}
.s10-img1{ float:none; margin:20px auto 0; max-width:100%; width:300px;}
.s10-img2{float:none; margin:0 auto -20px; max-width:100%;}
.outoff-seal,.s10-img3,.s10-img7{float:none; margin:20px auto 0; max-width:100%;}
.s10-img4{margin: 10px auto 0;}
.s10-img5,.s10-img6{float:none; margin:20px auto 0; max-width:100%;}
.gaurantyBox{border: 12px solid transparent; border-image-source: url(../images/mbbg-mob.jpg); border-image-repeat: repeat; border-image-slice: 12; padding: 0; margin: 80px 0 0 0;}
.guarantybx-inr {padding: 0 15px 25px;}
.mbseal {margin: -75px auto 0 auto;width: 130px;}
.guarnty-hdng{font-size: 27px; line-height: 36px;margin-top: 10px;}
.s10-prod{float:none; margin:20px auto 0 -25px; width:220px;}

.pck-sec{ margin:10px auto 0;}
.pck-bx{ width:100%; margin-top:20px;padding: 25px 0;}
.pkg1{order: 3;}
.pkg2{order: 1;}
.pkg3{order: 2;}
.prctxt1{margin: 10px 0 0 0;}
.prctxt2 {font-size: 16px;}
.pkgbtn{ margin:20px auto; max-width:90%;}

.s10-box{ padding:20px 15px 22px;}
.s10Box-top{ padding:0;}
.s10boxModel{ position:static; display:block; margin:0 auto 0; width:200px;}
.s10Box-top .font-s-28{ font-size:20px; line-height:28px; text-align:center; letter-spacing:0.5px; margin-top:15px;}
.s10Box-top p{ text-align:center; margin-top:18px;}
.sig{ display:block; margin:0 auto;}
.s10box-text{ font-size:18px; line-height:26px; text-align:center; margin-top:24px;}
.s10bximg1st{ margin:20px auto 0;}

.s10review .revHead{ font-size:20px; line-height:28px; margin-top:12px;}

.accordion, .accordion2{ letter-spacing:0; padding:15px 35px 15px 15px; font-size:20px; line-height:26px;}
.acdn-heading.accordion-open{ border-bottom:1px solid #fff;}
.acdn-content{ padding:10px 10px 15px 15px;}
.acdn-para1{ font-size:18px; line-height:26px;}
.acdn-img, .accord-img1{ max-width:100%; margin:20px auto 10px;}
.accord-txt{ padding:10px; max-width:100%;}
.s10Bluebox{ padding:20px 10px;}
.s10Bluebox .s10bxhead { font-size:19px; line-height:27px;}
.s10Shiptext{ max-width:300px; padding:7px 0 0 70px; height:68px; margin-top:25px;}

.footer{padding:30px 0;}
.ftrtxt{
	font-size:15px;
	line-height:25px;
	}
.ref-hding{
	margin:30px 0 0 0;
	font-size:22px;
	line-height:26px;
	}
ul.ref-list{padding:10px 0 0 22px;}
ul.ref-list li{margin:7px 0 0 0; padding-left:2px; font-size:15px;}
ul.ftrlist{margin:25px 0 0 0;}
ul.ftrlist li{font-size:15px;line-height:22px; padding:0 6px;}

}
@media only screen and (max-width: 479px){
	
}
@media only screen and (max-width:360px){
.strp p {font-size: 15px;line-height: 20px;}
.join-strp-hdng{ font-size:16px;}	

}

