@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: "DM Sans", sans-serif;
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea,ol {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; max-width: 100%;   vertical-align: middle;}
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===========*/
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #19c7fe;
    padding:7px 0;
	}
.topStrip p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	font-weight:bold;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 5px 0;
	}
	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float: left;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    position: relative;
    top: 70px;
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    padding: 10px 0;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	top: 0;
	-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-sec{
	float: left;
	max-width: 130px;
	}
.logo{
	display:inline-block;
	vertical-align:top;
	}
.logo-sec p{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:21px;
	letter-spacing:0.5px;
	color:#ffffff;
	padding-left:15px;
	margin-left:10px;
	border-left:1px solid #6692b8;
	}
.logo-sec p span{
	font-size:20px;
	font-weight:bold;
	}

a.header-btn{ 
	float:right; 
	width:141px;
	font-size:18px;
	color:#ffffff;
	height:42px;
	border-radius:4px;
	font-weight:600;
	line-height:40px;
	background:#00c04e;
	margin-top:14px;
	}
	
ul.mainMenu{
	float: right;
	margin-top: 17px;
}
ul.mainMenu li{
	float:left;
    padding:0 18px;
	border-right:1px solid #90afca;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
    color: #222;
    font-size: 16px;
    line-height: 20px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:170px;
    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:25px;
	height: 3px;
	background-color: #19c7fe;
	transition: 0.4s;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#19c7fe;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#19c7fe;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index: 9999;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.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;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	height:695px;
	overflow:hidden;
	}
.banner-left-side{
	float: left;
    width: 45%;
    text-align: left;
    padding: 108px 0 0;
	}
.bnr-testi{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#000000;
	font-weight:600;
	}
.bnr-shield{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 5px 0 0;
	}
.bnr-t-img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 5px;
	}
.bnrHdng{
	float: left;
	width: 100%;
	font-size: 70px;
	line-height: 75px;
	font-weight: 700;
	color: #000;
	margin-top: 15px;
	}
.bnr-para{
	float: left;
    width: 80%;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-top: 12px;
	}
.bnr-list{
	float:left;
	width:100%;
	margin:10px 0 0;
	}
.bnr-list li{
	float:left;
	width:100%;
	padding:0 0 0 37px;
	text-align:left;
	margin-top:12px;
	font-size:26px;
	line-height:30px;
	letter-spacing:0.5px;
	font-weight:bold;
	color:#000000;
	background:url(../images/bnr-tick.png) no-repeat  left 7px;
	}
.btn-box {
	display: inline-block;
	vertical-align: middle;
	margin-top: 41px;
	text-align: center;
	width: 370px;
	max-width: 100%;
	}
.packageBtn {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 50px;
    height: 64px;
    overflow: hidden;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 69px;
    position: relative;
    font-weight: 800;
    background: linear-gradient(to right, #19c7ff, #04a382, #6a9532 );
	border: none;
    outline: none;
	
/*	background: -moz-linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
    background: linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44b545",endColorstr="#0fae5a",GradientType=1);*/
	
    -webkit-appearance: none;
    cursor: pointer;
	}
a.packageBtn span{ color:#fdff55;}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-5px -10px 0 10px;
	}
.btn-txt{
	float: left;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    letter-spacing: 0;
}
.btn-txt:before, .btn-txt:after{
	display: inline-block;
    vertical-align: middle;
    content: '';
    right: 0px;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #000;
	}
.btn-txt:before{margin:-2px 8px 0 0;}
.btn-txt:after{margin:-2px 0 0 8px;}
.banner-prod{
   	position: absolute;
    right: -416px;
    top: 46px;
	}
ul.bnr-list2{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.bnr-list2 li{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	}
ul.bnr-list2 li img{
	display:inline-block;
	vertical-align:middle;
	}
ul.bnr-list2 li p{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:24px;
	color:#131313;
	font-weight:600;
	padding-left:5px;
	}

/*======================*/

.bnr-btm-sec{
	float:left;
	width:100%;
	padding:45px 0 45px;
	background:url(../images/banr-btm-bdr.png) no-repeat center bottom;
	}
.bnr-btm-sec h3{
	float: left;
    width: 100%;
    font-size:32px;
    line-height: 35px;
	font-weight:bold;
    color: #0056a0;
	}
.bnr-btm-sec ul{
	float:left;
	width:100%;
	margin-top:30px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.bnr-btm-sec ul li{
	float:left;
	text-align:center;
	position:relative;
	}
.bnr-btm-sec ul li img{
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}
.bnr-btm-sec ul li p{
	float: left;
    width: 100%;
    font-size:15px;
    line-height: 21px;
	letter-spacing:0.3px;
    color: #000000;
	}

/*==========sectionOne============*/
/*====section1====*/
.section1{
	float:left;
	width:100%;
	padding:48px 0 65px;
	position:relative;
}
.section1:before{
	position:absolute;
	content:"";
	background:#f0fbff;
	height:45%;
	left:0;
	right:0;
	bottom:0;
	}
.common-heading{
	float: left;
    width: 100%;
    font-size: 41px;
    line-height: 55px;
    color: #000000;
    font-weight: bold;
	text-transform: capitalize;
	}
.common-heading span{display:block;}
.s1-top-sec{
	float:left;
	width:100%;
	padding:20px 20px 60px;
	border-bottom:1px solid #e1e1e1;
	}
ul.s1-top-list{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	}
ul.s1-top-list li{
	float:left;
	text-align:center;
	position:relative;
	}
ul.s1-top-list li img{
	display:block;
	margin:0 auto 12px;
	max-width:100%;
	}
ul.s1-top-list li p{
	float: left;
    width: 100%;
    font-size:20px;
    line-height: 26px;
	letter-spacing:0.3px;
    color: #000000;
	}
.s1-mid-sec{
	float:left;
	width:100%;
	}
.s1-mid-head{
	float:left;
	width:100%;
	padding-left:540px;
	text-align:left;
	text-transform: capitalize;
	}
.s1-mid-text1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#000000;
	font-weight:bold;
	margin-bottom:8px;
	}
.s1-mid-box{
	float:left;
	width:100%;
	background:#fff;
	box-shadow:0 0 15px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 15px 4px rgba(0,0,0,0.1);
	margin-top:13px;
	border-radius:10px;
	position:relative;
	}
.s1-mid-img{
	float:left;
	width:496px;
	margin:-170px 0 0 0;
	}
.s1-mid-box-right{
	float:right;
	width:calc(100% - 540px);
	padding:30px 30px 40px 0;
	text-align:left;
	}
.common-text{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
	}
.martop0{
	margin-top:0;
	}
ul.s1-box-list{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.s1-box-list li{
	float:left;
	width:33.33%;
	text-align:left;
	position:relative;
	padding:0 10px 10px;
	}
ul.s1-box-list li:after{
	position:absolute;
	right:0;
	content:"";
	top:45px;
	bottom:0;
	height:auto;
	border-right:1px solid #c2c2c2;
	}
ul.s1-box-list li:first-child{ padding-left:0;}
ul.s1-box-list li:last-child{ padding-right:0;}
ul.s1-box-list li:last-child:after{ display:none;}
.s1-box-ico{
	display:inline-block;
	vertical-align:top;
	margin:6px 0;
	}
.s1-li-text1{
	float:left;
	width:100%;
	font-size:15px;
	line-height:17px;
	color:#5e5d5d;
	letter-spacing:0.5px;
	margin-top:5px;
	}
ul.s1-box-list li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	margin-top:10px;
	letter-spacing:0.5px;
	color:#19c7ff;
	font-weight:bold;
	}
.s1-li-text2{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#000000;
	margin-top:10px;
	}
.s1-balm-prod{
	position: absolute;
	left: 50px;
	bottom: -60px;
	width: 375px;
}

/*=====Section-3=====*/
.section-3{
	float:left;
	width:100%;
	background:#fff;
	padding:68px 0 65px;
	text-align:center;
	}
.s3-mid-row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    vertical-align: top;
    width: 100%;
    margin-top: 26px;
    float: left;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s3-mid-row-col{
	float: left;
    width: 24%;
    max-width: 328px;
    margin: 20px 0 0;
    text-align: center;
}
.s3-col-img{
	display:block;
	width:100%;
	margin:0 auto;
	border:1px solid #d6d6d6;
	}
.s3-col-inner{
	float:left;
	width:100%;
	position:relative;
	}
.s3-col-icn{
	display:inline-block;
	vertical-align:top;
	margin-top:-34px;
	}
.s3-col-inner span{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}
.s3-col-inner p{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 10px;
    padding: 0 0px;
}
.s3-btm-box{
	float:left;
	width:100%;
	margin-top:46px;
	}
.s3-ntm-haed{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
	position:relative;
}
.s3-ntm-haed span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.s3-ntm-haed:before{
	content:"";
	position:absolute;
	top:15px;
	left:0;
	right:0;
	border-bottom:1px solid #ccc;
}
.s3-btm-row{
	float:left;
	width:100%;
	margin-top:20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	padding-bottom:20px;
	}
.s3-btm-col{
	float:left;
	width:16%;
	text-align:center;
	margin-top:20px;
	}
.s3-btm-img-box{
	float:left;
	width:100%;
	padding:5px;
	}
.s3-btm-img-box img{
	display:block;
	max-width:100%;
	margin:0 auto;
	}
.s3-btm-col p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#000000;
	margin-top:12px;
	}

/*====section4====*/
.section4{
	float:left;
	width:100%;
	padding:69px 0 106px;
	position:relative;
	overflow:hidden;
	background: #f0fbff;
}
.s4-mid{
	float:left;
	width:100%;
	position:relative;
	}
.s4-left-img{
	position:absolute;
	left: -40px;
	top:10px;
	border-radius:20px;
	}
.s4-prod{
	position: absolute;
    left: 30px;
    bottom: -50px;
    width: 400px;
}
.s4-mid-right{
	float:right;
	width:53%;
	text-align:left;
	}
ul.s4-mid-list{
	float:left;
	width:100%;
	}
ul.s4-mid-list li{
	    float: left;
    width: 100%;
    padding-left: 65px;
    margin-top: 30px;
    position: relative;
    text-align: left;
	}
ul.s4-mid-list li:before{
	position:absolute;
	content:"";
	left:18px;
	top:55px;
	bottom:-46px;
	border-left:2px dotted #19c7fe;
	}
ul.s4-mid-list li:last-child:before{ display:none;}
.num-tag{
	position:absolute;
	left:0;
	top:10px;
	width:36px;
	height:36px;
	background:#19c7fe;
	font-size:20px;
	line-height:34px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	border-radius:50%;
	}
.num-tag.colr-green{ background:#05a380;}
.s4-list-text1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#000000;
	}
.s4-list-text1 span{ display: block;}
.s4-list-text2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000000;
	margin-top:10px;
	}


/*====section5====*/
.section5{
	float:left;
	width:100%;
	padding:50px 0;
	position:relative;
	overflow:hidden;
	background:#fff;
	}
.ing_inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 700px;
	position: relative;
}
.ing-label {
    display: inline-block;
    margin-top: 40px;
	position: relative;
    z-index: 2;
}

.ing_prod1, .ing_prod2 {
    position: absolute;
    left: -300px;
    top: 70px;
    transform: rotate(-30deg);
    width: 340px;
}
.ing_prod2 {
    left: auto;
    right: -300px;
    transform: rotate(30deg);
}

/*==============sectionFive===============*/
.sectionFive{
	float:left;
	width:100%;
	padding:70px 0;
	}
.compare-chart{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width:970px;
    margin-top: 100px;
	}
.chart-col-1 {
    float: left;
    width: 36%;
	margin-top:100px;
	}
.chart-col-1 ul {
    float: left;
    width: 100%;
	}
.chart-col-1 ul li {
    float: left;
    width: 100%;
    height: 80px;
    text-align: left;
    padding: 5px 10px 5px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
.chart-col-1 ul li:nth-child(even){ background:#e3f4f7;}
.chart-col-1 ul li p {
    font-size: 20px;
    line-height: 26px;
	letter-spacing:0.5px;
    color: #0c0c0c;
    font-weight: 600;
	}
.chart-col-2 {
    float: left;
    width: 26%;
    background: #0056a0;
    border-radius: 20px;
	padding-bottom: 20px;
	}
.chart-col-2 ul{
	float:left;
	width:100%;
	}
.chart-col-2 ul li{
	float:left;
	width:100%;
	height:80px;
	text-align:center;
	padding:5px 20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
.chart-col-2 ul li p{
	font-size:26px;
	line-height:30px;
	color:#ffffff;
	font-weight: 600;
	}
.chart-prod-top{
	float: left;
    width: 100%;
	height:100px;
    position: relative;
	}
.chart-prod1{
	margin:-70px auto 0;
	}
.chart-prod-top p{
	font-size:30px;
	line-height:35px;
	color:#0056a0;
	font-weight:800;
	}

.chart-col-3 {
    float: left;
    width: 19%;
	}
.chart-col-3 ul{
	float:left;
	width:100%;
	}
.chart-col-3 ul li{
	float:left;
	width:100%;
	height:80px;
	text-align:center;
	padding:5px 20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
.chart-col-3 ul li:nth-child(even){background: #e3f4f7;}
.chart-col-3 ul li p{
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-weight: 600;
	}
.chart-prod2{
	margin:-20px auto 0;
	}


/*=============sectionSix=============*/
.sectionSix{
	float:left;
	width:100%;
	padding:60px 0;
	background:#d7f4fa;
	}
.s6-contain{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:990px;
	}
.s6-testibox{
	float:left;
	width:100%;
	margin-top:50px;
	padding:0 10px;
	}
.rev-lft-side {
    float: left;
    width: 38%;
	}
.rev-lft-side img {
    margin: 0 auto 0;
    display: block;
    max-width: 100%;
	border-radius:15px;
	}
.rev-rgt-side{
	float:right;
	width:60%;
	text-align:left;
	padding:20px 0 0 25px;
	}
.testi-star{
	float:left;
	}
.slide-hd{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	margin-top:15px;
	}	
.slide-para{
	float:left;
	width:100%;
	font-size:20px;
	line-height:27px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:20px;
	}
.s6-testi-name{
	float:left;
	width:100%;
	margin-top:35px;
	padding-top:30px;
	border-top:1px solid #ccc;
	}
.s6-t-name-col{
	float:left;
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	}
.s6-t-name-col span{
	font-size:13px;
	font-weight:normal;
	}
.s6-t-name-col span img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}
.week-ago{
	float:right;
	font-size:16px;
	line-height:20px;
	padding:10px 15px;
	font-weight:500;
	color:#5a5a5a;
	background:#e3f7fc;
	border-radius:10px;
	}
.testi-row{
	float:left;
	width:100%;
	margin-top:40px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.testi-col{
	float:left;
	width:32%;
	min-height:430px;
	background:#fff;
	border-radius:15px;
	border:1px solid #a1ddfa;
	padding:25px 20px;
	text-align:left;
	box-shadow:0 3px 9px 0 rgba(0,0,0,0.1);
	}
.testi-top{
	float:left;
	width:100%;
	padding:3px 0 3px 60px;
	position:relative;
	}
.testi-top span{
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:50px;
	line-height:50px;
	color:#fff;
	background:#0056a0;
	font-size:21px;
	font-weight:600;
	border-radius:50%;
	text-align:center;
	}
.t-star{
	width:90px;
	}
.testi-top p{
	font-size:20px;
	line-height:24px;
	color:#000000;
	font-weight:bold;
	}
.t-hdng{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:600;
	margin-top:20px;
	}
.t-para{
	float: left;
    width: 100%;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #000;
    margin-top: 15px;
	min-height:319px;
	font-style:italic;
	}
/*=============sectionSeven=============*/
.sectionSeven{
	float: left;
    width: 100%;
    padding: 48px 0 70px;
    background: #f0fbff;
	}
.packgSec{
	float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
.package{
	width: 32.5%;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    float: left;
	}
.package.left{}
.package.right{ }
.package.mid{
	
	}
.pkg-toptext{
	display:inline-block;
	vertical-align:top;
	color:#00559f;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	background:#ffdf9a;
	padding:3px 50px;
	border:1px solid #0056a0;
	border-radius:50px;
	margin-top:-19px;
	letter-spacing:0.5px;
	}
.packg-head{
	float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    color: #000;
    padding: 26px 0 15px;
	font-weight: 700;
    text-transform: uppercase;
}
.packg-head img {
    display: inline-block;
    margin: -7px 8px 0 -7px;
    vertical-align: top;
}
.package.mid .packg-head{}	
.packg-strip{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#000000;
	font-weight:500;
	background:#efefef;
	padding:2px 0 3px;
	}
.package.mid .packg-strip{
	color:#fff;
	background:#00559f;
	}
.packgProd{
	float:left;
	width:100%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.package.mid .packgProd{}
.packgImg{
	display:block;
	margin:0 auto -14px;
	max-width:100%;
	}
.packgPricebox{
	float:left;
	width:100%;
	padding:0 10px 10px;
	}
.package.mid .packgPricebox{ }
.prcOfftext{
	    float: left;
    width: 100%;
    color: #000;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
	}
.free-ship{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#376ca5;
	font-weight:500;
	text-transform:uppercase;
	}
ul.packglist{
	float:left;
	width:100%;
	margin-top:10px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	}
ul.packglist li{
	display:inline-block;
	vertical-align:middle;
	padding:5px 25px 4px;
	background:url(../images/pkg-tik.png) no-repeat 0 center;
	border-right:1px solid #d7d7d7;
	font-size:18px;
	line-height:26px;
	color:#000000;
	text-align:center;
	font-weight:600;
	margin-right:5px;
	}
ul.packglist li:last-child{ border-right:none;margin-right:0;}
.list-prc{
	display: inline-block;
	vertical-align:middle;
    width: 90%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 5px;
	}
.strikeout {
	position: relative;
	}
.strikeout::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid red;
    left: -3px;
	right:-3px;
    top: 10px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	}			
.reglr-prc{
	float: left;
    width: 100%;
    color: #000;
    margin-top: 10px;
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
}
.package .btn-box{ margin-top:10px;}
.package a.packageBtn{
	font-size:30px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	width: 70%;
	}
.package .btn-txt{
	font-size:13px;
	line-height:17px;
	color:#000000;
	font-weight:400;
	margin:0 0 5px;
	}
.pkg-card {
    display: block;
    margin: 10px auto;
    max-width: 180px;
}
.stocktext{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:6px;
	}
.stocktext span{ color:#ff2a2a;}
.pkg-control{
	float:left;
	width:100%;
	background:#edf3f7;
	padding:9px 0;
	font-size:14px;
	line-height:18px;
	color:#070808;
	border-radius:0 0 16px 16px;
	display:none;
	}
.pkg-control img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 8px;
	}
/*=============sectionEight=============*/
.sectionEight{
	float:left;
	width:100%;
	padding: 50px 0;
    background: #fff;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:960px;
	width:100%;
	margin:20px 0 20px;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	-webkit-box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	margin-top:25px;
	border-radius:10px;
	background:#fff;
	overflow:hidden;
	border:2px solid #fff;
	}
.up-slide-dwn.active{}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	padding:25px 45px 25px 25px;
	font-size:24px;
	line-height:30px;
	font-weight:700;
	color:#000000;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center #fff;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:0 30px 15px 25px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000000;
	font-weight:500;
	margin-bottom:15px;
	}


/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	background: #f7f7f7;
	}
.ftr-logo{
	display:block;
	margin:0 auto 18px;
	max-width: 100px;
	}
.footerBox1 {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    row-gap: 10px;
}

.ftrBox1 {
    width: 100%;
    float: left;
}

.ftrBox1 img {
    display: none;
}
.ftr-txt1{
	font-size:16px;
	line-height:30px;
	color:#2d2d2d;
	margin:5px 0;
	}
.ftr-txt1 a{ color:#2d2d2d; padding:0 3px;}

.ftrtext2{ font-size:14px; line-height:22px; letter-spacing:0.5px; margin-top:15px;}


/*==============Media=============*/

/*----------- popup ---------------- */
#pop_overlay, #ing_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content, #ing_content {
	height: auto;
	max-width: 90%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	width:600px;
}
#ing_content {
	width:1000px;
}

.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
}




/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #efefef;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size:24px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	margin:0px 0 15px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding: 0 0 0 50px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 10px;
    list-style: auto;
}
.trms-sec2 ul{
	    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;
    row-gap: 10px;
	margin-bottom: 10px;
}
.trms-sec2 ul li{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
    background: #103d6a;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.trm-bx {
    float: left;
    width: 100%;
}
.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}
.ing-lft-bx img {
    max-width: 100%;
}

@media only screen and (max-width: 767px){
	.tems_bg {padding: 10px 0;}
}
/*********************/
.contact-sec1{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	}
.cont-sec1Lft{
    float: left;
    width: 45%;
    text-align: left;
	}
.cont-sec1Lft .comn-text{ margin-top:0;}	
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:25px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    padding: 0 0 20px 60px;
	margin-top:20px;
    position: relative;
	border-bottom: 1px solid #ebebeb;
	}
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}	
ul.cnt-list li img{
    position: absolute;
    left: 0;
    top: 10px;
	filter: grayscale(1);
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    line-height: 30px;
	}	
ul.cnt-list li span{
    font-weight: bold;
	display: block;
	}
.cnt-social{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.cnt-social li{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li img{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li:nth-child(2) img{ margin:0 4px;}							

.cont-right{
	float:right;
	width:50%;
	background:#fff;
	position:relative;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}	
.cont-frm-hd{
	float:left;
	width:100%;
	text-align:left;
	background:#19c7fe;
	padding:20px 30px;
	position:relative;
	}
.cont-frm-hd:after{
    position: absolute;
    content: "";
    left: 30px;
    bottom: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #19c7fe;
	}	
.cont-frm-hd p{
	float:left;
	width:100%;
	font-size:33px;
	line-height:37px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.5px;
	}	
.cont-frm-hd img{
	position:absolute;
	bottom:-26px;
	right:30px;
	filter: drop-shadow(2px 4px 6px #ccc) grayscale(1);;
	}			
.cont-frm-box{
	float: left;
    width: 100%;
	text-align:left;
	padding:40px 30px 40px;
	}
.cont-input-box{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom:12px;
	margin-bottom:40px;
	}
.cont-input-half{ width:47%;}
.cont-input-box2{margin-bottom:0;}	
.cont-input-box label{
	float:left;
	width:100%;
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	}	
.cont-field-all{
    float: left;
    width: 100%;
	background:none;
    color: #fff;
    font-size: 16px;
	font-family: inherit;
	font-weight: 400;
	-webkit-appearance:none;
	outline:none;
	border:none;
	}
.cont-field-all::placeholder{
	 color:#c1bebe;
	 font-size:18px;
	 font-weight:600;
	 }
textarea{ resize:none; height:90px;} 	

.cont-btn{
	margin-top:20px;
	}
	

.contact2-sec1{ position:relative; padding-bottom:50px;}	
.contact2-sec1:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#ffeded;
	height:350px;
	}	
.contact2-sec1 .comn-text{ margin-top:0;}
.cont2Box{
	float:left;
	width:100%;
    background: #dd2027;
    position: relative;
    border-radius: 22px;
	margin-top:50px;
	
   	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}
.cont2-sec1Lft{
	position:absolute;
	top:15px;
	left:15px;
	bottom:15px;
    width: 45%;
	background:#fff;
    text-align: left;
	border-radius: 22px;
	padding:30px 40px;
	}
.cont2-sec1Lft ul.cnt-list{ margin-top:0;}	
.cont2-sec1Lft .cnt-social{ margin-top:50px;}
.cont2-right{
    float: right;
    width: 53%;
	padding:30px;
	}
.cont2-right .cont-frm-box{ padding:0;}		
.cont2-right .cont-frm-hd{ background:none; padding:0; margin-bottom:40px;}	
.cont2-right .cont-frm-hd:after{ display:none;}	
.cont2-right .cont-frm-hd img{ bottom:22px; right:25px;}	

.thank-you {
    float: left;
    width: 100%;
    padding: 50px 0;
}

@media only screen and (max-width:1187px){
.container{ width:1004px;}

ul.mainMenu li{ padding:0 15px;}

.banner{height: 520px;}
.banner-left-side{width: 50%; padding-top: 40px;}
.bnrHdng{font-size: 62px;  line-height: 67px;}
.banner-prod{ right: -180px;  top: 40px;  width: 740px;}

.section1 .common-heading{ letter-spacing:0;}
.s1-mid-img { width:460px; margin-top:-210px;}
.s1-mid-head{ padding-left:500px;}
.s1-mid-box-right{ width:calc(100% - 500px);}
ul.s1-box-list li{ padding:0 10px 10px;}
.s1-li-text2{ letter-spacing:0; font-size:15px;}
.s1-balm-prod{bottom:20px;}

.sec1-left{ width:40%;}
.s1-row:before{ width:500px; height:540px; left:27.5%;}
ul.s1-list li{ font-size:22px; line-height:28px;}

.comnHdng, .s1-hdng{ font-size:60px; line-height:65px;}

ul.s2-col-list li{ font-size:14px; padding:20px 10px 20px 33px; background-size:16px; background-position:10px 22px;}
.s3-col{ background-size:100%;padding: 150px 20px 80px;}
.s3-col h3{ font-size:32px; line-height:32px;}
.s3-col p{ font-size:18px; line-height:25px;}
.ing-img { margin:0 auto 10px;}

.s4-left-img{ width:500px;}
ul.s4-mid-list li{ padding-left:65px;}
.s4-list-text1{ font-size:23px; line-height:30px;}

.result-col p{ font-size:16px; line-height:24px;}

.packg-strip{ font-size:19px; line-height:27px;}
ul.packglist li{ padding:5px 20px 4px 25px;}
.package.right .packgImg{}
.package.left .packgImg{}
.package.mid .packgImg{ max-width:100%;}


.t-para{ min-height:324px;}
}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk,.hide-tab{ display:none;}
.forTab{ display:block;}


ul.mainMenu{ display:none;}
.mobilemenu{ top:180px;}
.mobimenu-top{ top:80px;}
.mob-mnu-ic{ right:15px;top: 15px;}

.banner{ height:auto; background-size:1570px;background-position: -500px 0; padding-bottom: 40px;}
.banner-left-side{ width: 60%;  padding-top: 30px;}
.bnr-testi{ font-size:18px; line-height:26px;}
.bnrHdng{ font-size:46px; line-height:52px;}
.banner-prod{width: 410px; right: -70px; top: 50px;}
.bnr-list li{ font-size:20px; line-height:28px;}
ul.bnr-list2 li img{ width:40px;}

.bnr-btm-sec ul{ margin-top:0;}
.bnr-btm-sec ul li { width:32%; margin-top:20px;}

.section1{ padding:50px 0 60px;}
.s1-top-sec{ padding:30px 0 40px;}
ul.s1-top-list li img{ width:90px;}
ul.s1-top-list li p{ font-size:18px; line-height:26px;}
.s1-mid-img{ width:280px; margin-top:0;}
.s1-mid-head{ padding-left:0;}
.s1-mid-box-right{ width: calc(100% - 310px);padding: 25px 20px 30px 0;}
.common-text{ font-size:18px; line-height:26px; margin-top:25px;}
.martop0{ margin-top:0;}
.s1-balm-prod{width: 260px; bottom: 0;  left: 0;}
ul.s1-box-list li span{ font-size:18px;}
.s1-li-text2{ font-size:12px; line-height:17px; margin-top:5px;}

.sectionTwo{ background-size:100%;padding:90px 0 60px 0;}
.s2-col{padding: 25px 20px 130px;}
.s2-col-img{ width:215px;}
.s2-col-text1{ margin-top:10px; font-size:29px; line-height:37px;}
.s2-col-text1-mrgn{ margin-top:45px;}
.s2-col-text2{ width:78%; font-size:19px; line-height:27px;}
ul.s2-col-list li{ line-height:19px; padding:15px 18px 15px 40px;background: url(../images/s2-tik.png) no-repeat 10px 22px;background-size: 19px;}

.s3-mid-row{max-width:700px; margin-top:0;}
.s3-mid-row-col{ width:46%; margin:40px 2% 0;}
.s3-col-inner p{ font-size:16px; line-height:24px;}
.s3-col-img{max-width:80%;}

.s3-btm-col{ width:12%;}

.s4-mid-right{ width:100%; text-align:center;}
.s4-left-img { position:static; width:300px; margin:30px auto 0 190px; display:inline-block; vertical-align:top;}
.s4-prod{width: 290px; bottom: auto; top: 240px; left: 110px;}
ul.s4-mid-list{ padding:0 70px;}

ul.promise-list li img{ width:75px;}
.month-text{ font-size:13px; line-height:17px;}
.result-col{ padding:20px 10px;}
.result-col p{ font-size:15px; line-height:20px;}
.chart-col-1 ul li p{ font-size:18px; line-height:25px;}
.compare-log{ max-width:80%;}
.slide-para{ font-size:18px; line-height:26px;}
.testi-col{ padding:20px 14px;}
.t-hdng{ font-size:19px;}
.t-para{ font-size:16px; line-height:24px; letter-spacing:0.3px; min-height:319px;}

.pkg-toptext{ font-size:18px; padding:3px 30px; line-height:26px; margin-top:-17px;}
.packg-head{}
.packgProd{margin-top:0;}
.packgImg{margin-bottom:0;}
.packg-strip{ font-size:14px; line-height:20px;}
.prcOfftext{ font-size:20px; line-height:24px;}
ul.packglist li{ font-size:13px; line-height:18px; padding:4px 5px 3px 22px;}
.package .btn-txt{ font-size:12px;}
.package .btn-txt:before, .package .btn-txt:after{ width:15px;}
.package a.packageBtn{ font-size:25px; width: 100%;}
.stocktext{ font-size:14px;}
.package.mid .packgPricebox{ padding:0 10px 40px;}
.package.mid{ }

.sectionSeven{padding:50px 0}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.topStrip{padding: 3px 0;}
.topStrip p{ font-size:13px; line-height:18px;}
.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px;}
.mob-mnu-ic{ right:15px; top:10px; left:auto;}
.mobilemenu{ top:68px;}
.mobimenu-top{ top:55px;}
.logo-sec{ margin-top:0px; max-width:100px}
.logo{ width:125px;}
.logo-sec p{font-size:14px;line-height: 16px;padding-left: 10px; margin-left:6px;}
.logo-sec p span{ font-size:17px; line-height:20px;}

.banner{ background-size: cover; padding-bottom:0;}
.banner-left-side{ width:100%; padding:25px 0 10px; text-align:center;}
.bnr-testi{ font-size:15px; line-height:20px;}
.bnr-shield{ display:none;}
.bnr-t-img{ width:110px;}
.banner-prod{ display:none;}
.bnrHdng{ font-size:32px; line-height:38px; margin-top:10px; margin-bottom: 10px;}
.bnr-para{ font-size:16px; line-height:25px; width:100%}
.bnr-list{ display:inline-block; vertical-align:top; float:none; max-width:355px;}
.bnr-list li{ font-size:18px; line-height:26px; margin-top:10px;}
ul.bnr-list2{ margin-top:18px;}
ul.bnr-list2 li{ margin:5px 10px 0;}
ul.bnr-list2 li p{ font-size:16px; line-height:24px;}
ul.bnr-list2 li img{ display:block; margin:0 auto 3px;}
.banner-mob{ display: inline-block; vertical-align: top;  margin: 15px 0 5px 38px; max-width: 440px;}

.bnr-btm-sec{ padding:25px 0 30px; background:none;}
.bnr-btm-sec h3{ font-size:24px; line-height:28px;}
.bnr-btm-sec ul li:nth-child(2) img{ width:48px;}
.bnr-btm-sec ul li p{ letter-spacing:0.3px; font-size:14px; line-height:20px;}
.bnr-btm-sec ul li img{ width:55px;}
.bnr-btm-sec ul li:nth-child(2) img{ width:35px;}

.section1{ padding:20px 0 30px;}
.common-heading{ font-size:28px; line-height:32px;}
.s1-top-sec{ padding:0 0 25px;}
ul.s1-top-list li{ width:33.33%; margin-top:20px;}
ul.s1-top-list li img{ width:80px; margin-bottom:0;}
ul.s1-top-list li p{ font-size:16px; line-height:22px;}
.s1-mid-sec{ text-align:center;}
.s1-mid-head{ text-align:center;}
.s1-mid-box{ overflow:hidden; margin-top: 20px;}
.s1-mid-text1{ font-size:20px; line-height:26px; margin-bottom:5px;}
.s1-mid-img{ display:none;}
.s1-mid-imgmb{ display:inline-block; vertical-align:top; max-width:100%;}
.s1-balm-prod{    position: static; margin: -280px auto 10px -160px;  display: inline-block;  vertical-align: top;    width: 240px;}
.common-text{ font-size:16px; line-height:25px; margin-top:18px;}
.s1-mid-box-right{ width:100%; padding:0 13px 15px 13px;}
.martop0{ margin-top:0;}
ul.s1-box-list{ margin-top:20px;}
.s1-li-text1{ font-size:13px; line-height:15px;}
ul.s1-box-list li span{ font-size:14px; line-height:20px; margin-top:8px;}
.s1-li-text2{ min-height:34px;}

.sectionTwo{ padding:50px 0 30px;}
.s2-row{ margin-bottom:0;}
.s2-col{ width:100%; margin-top:30px;padding:20px 20px 80px;}
.s2-col-img{ width:230px;}
.s2-col-text1{ font-size:26px; line-height:32px;}
.s2-col-text2{ width:100%; font-size:17px; line-height:25px;}
.s2-col-text1-mrgn{ margin-top:10px;}
ul.s2-col-list li{ min-height:0; line-height:19px; line-height:19px; padding:10px 10px 10px 38px;background:url(../images/s2-tik.png) no-repeat 10px 20px;background-size:17px;}

.section-3{ padding:25px 0 30px;}
.s3-mid-row{ margin-top:0; padding:0 25px; justify-content: center;}
.s3-col-inner{ background:#fff; margin-top:0;}
.s3-mid-row-col{ margin:25px 0 0; width:100%;}
.s3-col-inner span{ margin-top:5px; font-size: 20px;line-height: 28px;}
.s3-col-inner p{ font-size:16px; line-height:25px; margin-top:8px;}

.s3-btm-box{ margin-top:20px;}
.s3-ntm-haed{ font-size:21px; line-height:27px;}
.s3-btm-row{ padding:0;display:inline-block; vertical-align:top; max-width:355px; margin-top:10px; float:none;}
.s3-btm-col{ margin-top:15px; width:33.33%;}
.s3-btm-col p{ font-size: 13px;  line-height: 22px;  margin-top: 8px;}
.s3-btm-img-box { float:none; display:inline-block;vertical-align:top;width:100%; max-width:60px;}

ul.promise-list{ margin:10px 0 0;}
ul.promise-list li{ width:33.33%; margin:20px 0 0;}
ul.promise-list li img{ width:65px;}
ul.promise-list li p{ font-size:16px; line-height:23px;}

.section4{ padding:20px 0 30px;}
.s4-prod{ left:50%; margin-left:-145px;}
.s4-mid .common-heading{ font-size:26px;}
ul.s4-mid-list{ padding:0;}
ul.s4-mid-list li{ margin-top:20px; padding-left: 40px;}
.s4-list-text1{ font-size:18px; line-height:26px;}
	.num-tag{width: 30px;height: 30px;font-size: 18px;line-height: 30px;}
.s4-list-text1 span{display:inline;}
.s4-list-text2{ font-size:16px; line-height:23px;}
ul.s4-mid-list li:before{ bottom:-31px;}
.s4-mid-right .common-text {margin-bottom: 30px;}
.s4-imgmob{ display:inline-block; vertical-align:top; max-width:100%; border-radius:10px; margin:28px auto 0;}

.section5{ padding:20px 0 30px;}
.ing-lbl-mob {   display: inline-block !important;  margin-top: 0px;	}
.ing-lbl-mob img{border-radius: 10px;}

.sectionSix{ padding:25px 0 30px;}
.s6-testibox{ margin-top:25px;}
.slide-para{ font-size:17px; line-height:25px;}
.testi-row{ margin-top:20px;}
.testi-col{ min-height:380px;}
.s6-testibox{ padding:0;}
.rev-lft-side{ width:100%; padding:0 0;}
.rev-rgt-side{ width:100%; padding:20px 0 0;}
.s6-testi-name{ margin-top:25px; padding-top:22px;}
.t-hdng{ font-size:20px;}
.t-para{ min-height:220px; font-size:17px; line-height:25px;}

.sectionSeven{ padding:25px 0 30px;}
.packgSec{ margin-top:15px; display:inline-block; vertical-align:top; max-width:330px; float:none;}
.package{ width:100%; margin-top:25px;}
.package.mid{ position:static; display:inline-block; transform:none;}
.packg-head {padding: 20px 0 0;}
.packg-strip{ font-size:16px; line-height:24px;}
ul.packglist li{ font-size: 15px; line-height: 22px; padding: 5px 15px 4px 25px; margin-left:10px;}
.package .btn-txt{ font-size:14px; line-height:22px;}
.package .btn-txt:before, .package .btn-txt:after{ width:40px;}
.stocktext{ font-size:16px; line-height:24px;}
.packgPricebox, .package.mid .packgPricebox{ padding: 0 10px 15px;}

.sectionEight{ padding:25px 0 30px;}
.faq-container{ padding:0 0 0; margin:10px 0 0;}
.up-slide-dwn{ margin-top:15px;}
.accordion{ padding:13px 35px 13px 10px; font-size:19px; line-height:27px;}
.acdn-content{ padding:0 15px 10px 10px;}
.acdn-para{ font-size:17px; line-height:25px;}

.footer{ padding:30px 0 25px;}
.ftr-logo{}
.ftr-txt1{font-size:14px;line-height: 25px;}
.ftr-btm{ margin-top:15px; padding-top:10px;}
.ftrtext2{ font-size:13px; line-height:20px; letter-spacing:0.3px;}

#call-btn {
    float: left;
    width: 100%;
    padding: 11px 10px 10px;
    background: #000000;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
#call-btn .btn-ofr-txt{ color:#fff;}
.btn-box {width: 325px; margin-top: 20px;}
.packageBtn{font-size:24px; line-height: 60px;    height: 60px;}
.footer a.packageBtn{ font-size:22px; height:65px; line-height:65px;}


}

@media only screen and (max-width:360px){
	
}


/*-----------------------
		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);}
}