@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#282828;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Centra No2';
	overflow-x:hidden;
	}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border: none; max-width: 100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

.top-strip{
	float: left;
	width: 100%;
	height:35px;
	overflow: hidden;
	position: relative;
	background: #da1d17;
	}

.top-strip p{
	font-size:18px;
	line-height:35px;
	font-weight:500;
	color:#fff;
	}
.top-strip p span{color:#ffd426;}

.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	padding:12px 0;
	margin-top:-70px;
	top:70px;
	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);
	z-index:1;
	}
.fixed-nav .header{
	position: fixed;
	background:#fff;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	}
.logo{
	float: left;
	margin-top: 1px;
	max-width: 170px;
	}
.logo-tx {
    font-size: 15px;
    line-height: 18px;
    color: #767676;
    float:left;
    text-align: left;
    border-left: 1px solid #d3d3d3;
    padding-left: 15px;
    margin-left: 15px;
	margin-top:2px;
	}
ul.topMenu{
    position: absolute;
    left:50%;
    top: 12px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	}
ul.topMenu li{
	float:left;
	padding:2px 20px;
	position:relative;
	}
ul.topMenu li:after{
	content:'';
	position:absolute;
	right:0;
	top:3px;
	bottom:3px;
	border-right:1px solid #e5d2cb;
	}
ul.topMenu li a{
	color:#000000;
	font-size:18px;
	line-height:18px;
	}
ul.topMenu li:last-child:after{border-right:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#da1d17;}
a.nav-btn{
    float: right;
	background:#5ed36b;
    color: #fff;
    font-size:20px;
    text-align: center;
    width:157px;
    height:45px;
    line-height:45px;
	font-weight:700;
	position:relative;
	border-radius:100px;
	}
a.nav-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 7px;
    width: 10px;
	}

/*-----------------------
SECTION-1 CSS
------------------------*/
.sec1{
	float:left;
	width:100%;
	background:url(../images/sec1.jpg) center top no-repeat;
	padding-bottom:45px;
	}
.s1-inr{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding-top:40px;
	}
.s1-tx{
	font-size:28px;
	line-height:32px;
	font-weight:500;
	margin-bottom:10px;
	}
.s1-hd1{
	font-size:60px;
	line-height:70px;
	font-weight:bold;
	background:url(../images/tx-bg.jpg) center top repeat;
	background-clip: text;
	-webkit-background-clip: text;
	color:transparent;
	}
.s1-hd2{
	background: rgb(218 29 23);
	background: linear-gradient(0deg, rgb(218 29 23) 0%, rgb(205 50 45) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 51px;
	line-height: 60px;
	font-weight: bold;
	}
.s1-strp{
	    width: 700px;
    float: left;
    background: -webkit-linear-gradient(left, rgba(239,250,243,0), rgb(255 236 235), rgba(239,250,243,0));
    position: relative;
    margin-top: 15px;
	}
.s1-strp:before, .s1-strp:after{
	content: '';
	border-top: 1px solid #ffeae9;
	position: absolute;
	left: 40px;
	right: 0;
	}
.s1-strp:before{top:0;}
.s1-strp:after{bottom:0;}
.s1-strp-img{float:left;}
.s1-strp p{
	font-size:20px;
	line-height:28px;
	width:calc(100% - 100px);
	float:left;
	padding:15px 0 15px 10px;
	}
.s1-strp p span{color:#d5231e; font-weight:bold;}

ul.s1-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.s1-list li{
	    background: url(../images/s1-lst-tik.png) no-repeat left 4px;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    padding-left: 35px;
    margin-top: 12px;
	}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:490px;
	width:100%;
	text-align:center;
	margin:35px auto 0;
	}
.comn-btn{
	width:100%;
	border-radius:100px;
	padding:18px 20px;
	font-size:26px;
	line-height:34px;
	font-weight:700;
	color:#fff;
	background:#5ed36b;
	display:flex;
	-webkit-display:flex;
	align-items:center;
	animation: bounce 2s ease infinite, shadow-pulse 3s infinite;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	justify-content:center;
	-webkit-justify-content:center;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 3px;
	}
.btn-tx{
	font-size:18px;
	line-height:20px;
	margin-top:7px;
	font-weight:500;
	position:relative;
	}
.btn-tx span{color:#ff0000; font-weight:700;}
.btn-tx:before, .btn-tx:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:56px;
	border-top:1px solid #c8c8c7;
	margin:0 10px;
	}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
	}
@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);}
    50% {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);}
    to {box-shadow: 0 0 0 20px transparent;}
	}

.s1-hero{
	position: absolute;
    top:0;
    right: -17.3%;
	width:50%;
	}
.s1-prod{
	position: absolute;
    top: 17.5%;
    right: 20%;
    z-index: 1;
    width: 27%;
    transform: rotate(-17deg);
	}

.s1-btm-hd{
    background: url(../images/s1-btm-line.png) no-repeat center center;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #000000;
	margin-top:15px;
	}

.s1-btm-list{
	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;
	}
.s1-btm-list li{
	float:left;
	width:16.1666%;
	text-align:center;
	position:relative;
	}
.s1-btm-list li img{
	display:block;
	margin:0 auto 12px;
	max-width:100%;
	}
.s1-btm-list li p{
	float: left;
    width: 100%;
    font-size:18px;
    line-height: 22px;
	letter-spacing:0.5px;
    color: #000;
	font-weight:600;
	}

/*-----------------------
BAR CSS
------------------------*/
.bar{
	float:left;
	width:100%;
	background:#fff0f0;
	padding:40px 0;
	}
.bar-hd{
	font-size:26px;
	line-height:30px;
	font-weight:500;
	background:url(../images/bar-hd-line.png) center center no-repeat;
	}
.bar-hd span{
	display:inline-block;
	vertical-align:middle;
	background:#fff0f0;
	padding:0 20px;
	}
ul.bar-lst{
	float:left;
	width:100%;
	}
ul.bar-lst li{
	width:16.6%;
	float:left;
	position:relative;
	font-size:18px;
	line-height:24px;
	margin-top:20px;
	font-weight:500;
	}
ul.bar-lst li:after{
	content:'';
	position:absolute;
	right:0;
	top:25px;
	height:65px;
	border-right:1px solid #d7e7dd;
	}
ul.bar-lst li:last-child:after{display:none;}
.bar-icn{
	display:block;
	margin:0 auto 5px;
	}

/*-----------------------
SECTION-2 CSS
------------------------*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0;
	overflow-x:hidden;
	}
.comn-hdg{
	font-size:46px;
	line-height:56px;
	font-weight:700;
	background:url(../images/cmn-hd-ctr.png) center bottom no-repeat;
	padding-bottom:40px;
	}
.comn-hdg span{color:#da1d17;}
.sec2 .comn-hdg{padding-bottom:0px; background:none;}
.comn-txt{
	font-size:20px;
	line-height:30px;
	margin-top:20px;
	color:#000;
	}
.mt-0{margin-top:0 !important;}
.s2-lft, .s2-rgt{
	width:49%;
	text-align:left;
	}
.s2-prd{
	    float: left;
    max-width: 100%;
    margin-top: 20px;
	}
ul.s2-lst{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s2-lst li{
	background:url(../images/s2-tik.png) left top no-repeat;
	text-align:left;
	float:left;
	width:100%;
	padding-left:55px;
	margin-top:22px;
	}
ul.s2-lst li h3{
	font-size:26px;
	line-height:30px;
	color:#da1d17;
	}
ul.s2-lst li p{
	font-size:18px;
	line-height:26px;
	margin-top:3px;
	}
/*-----------------------
SECTION-3 CSS
------------------------*/
.sec3{
	float:left;
	width:100%;
	background:#fff6f6;
	padding:60px 0;
	}
.s3-mdlBx{
	float:left;
	width:100%;
	margin-top:40px;
	position:relative;
	}
.s3-mdlBx:before {
    position: absolute;
    left: 50%;
    bottom:-100px;
    margin-left: -51px;
    width:102px;
    height:147px;
    background: url(../images/s3-arw.png) no-repeat center top;
    content: "";
	z-index:1;
	}
.s3-prod{
	    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -235px;
	}
ul.s3-list-col{
	width:340px;
	}
ul.s3-list-col li{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
	}
ul.s3-list-col.fl li{text-align:left;}
ul.s3-list-col.fr li{text-align:right;}
ul.s3-list-col li:last-child{ margin-bottom:0; padding-top:150px;}
ul.s3-list-col.fr li:last-child{padding-top:200px;}


.s3-img-bdr{
	border-radius:50%;
	border:3px solid #fff;
	box-shadow:3px 3px 9px 2px rgba(0,0,0,0.2);
	z-index:2;
	max-width:100%;
	position:relative;
	}
.s3-img-bdr img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	border-radius:50%;
	}
.s3-img1{position:absolute;right:-205px;top:42px;}
.s3-img2{position:absolute;right:-25px;top:-20px;}
.s3-img3{position:absolute; left:-185px; top:47px;}
.s3-img4{position:absolute; left:-65px; top:35px;}

.s3-ic1{position:absolute;right:-50px;top:80px;}
.s3-ic2{position:absolute;right:120px;top:30px;}
.s3-ic3{position:absolute;left:-35px;top:85px;}
.s3-ic4{position:absolute;left:85px;top:105px;}

ul.s3-list-col li h3{
	float:left;
	width:100%;
    font-size:30px;
    line-height: 34px;
    color: #da1d17;
    font-weight:700;
	}
ul.s3-list-col li p{
	float:left;
	width:100%;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #212121;
    margin-top: 15px;
	}
ul.s3-list-col.fl li p{ padding-right:50px;}
ul.s3-list-col.fr li p{ padding-left:50px;}

/*=============PRODUCT SECTION============*/
.sectionTwo{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #fbfbfb;
	}
.prod-sec {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	margin-top:40px;
}
.product-sec-lf1, .product-sec-lf2{
	float:left;
	width:38%;
	}
.product-sec-lf2{
	width:60%;
	}
.product-sec-row{
    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: 22px;
    column-gap: 14px;
	}
.product-col{
	float: left;
    width: 48.8%;
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid #e9e5e5;
	}
.product-sec-lf1 .product-col{
	width:100%;}
.product-sec-lf2
.product-col input[type=radio] {
    opacity: 0;
    position: absolute;
}
.product-sec-lf1 .s1prd {
    max-width: 310px;
}
.s2-prod-dv{
	float:left;
	width:100%;
	padding:20px;
	position:relative;
	}
.s2-prod{
	display:block;
	margin:0 auto;
	width:200px;
	max-width:100%;
	z-index:9;
	position:relative;
	}
.s2-prod:nth-child(2), .s2-prod:nth-child(3){
	position: absolute;
    z-index: 5;
    top: 48px;
    left: 54px;
    max-width: 190px;
}
.s2-prod:nth-child(3){ left:auto; right:54px}
.s2-prod:nth-child(4), .s2-prod:nth-child(5){
	position: absolute;
    z-index: 3;
    top: 54px;
    left: 27px;
    max-width: 180px;
}
.s2-prod:nth-child(5){ left:auto; right:27px}
.s2-prod:nth-child(6){
	    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    max-width: 170px;
}
.product-sec-lf2 .s2-prod-dv { width: 33%; padding:10px;}
.product-sec-lf2 .s1prd { max-width: 190px; position: absolute; left: -30px; top: 25px;}
.product-sec-lf2 .s2-prod-content {
    float: right;
    width: 67%;
}
.product-sec-lf2 .s2-prod:nth-child(2){ width:116px; left:72px;}
.product-sec-lf2 .s2-prod:nth-child(3){width: 116px;}
.product-sec-lf2 .s2-prod:nth-child(4), .product-sec-lf2 .s2-prod:nth-child(5){max-width: 108px; }

.product-sec-lf1 .s2-prod{ width:305px;}
.product-sec-lf1 .s2-prod:nth-child(2), .product-sec-lf1 .s2-prod:nth-child(3){ max-width:280px;}
.product-sec-lf1 .s2-prod:nth-child(4), .product-sec-lf1 .s2-prod:nth-child(5){ max-width:260px;}
.product-sec-lf1 .s2-prod:nth-child(6){ max-width:240px;}

/***************************/
.ebook-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.ebook-list li {
    float: left;
    width: 24%;
    border: 1px solid #e9e5e5;
	padding: 10px 10px 10px;
}
.s5-txt1 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.ebook-list .s1prd {
    max-width: 190px;
	width:100%;
}
.ebook-list li .pkg-btn {
    max-width: 230px;
    width: 100%;
	margin-top: 20px;
}
.ebook-list li .prod-name {
    min-height: 60px;
}

.s2-prod-abt-qty{
	float: left;
    width: 100%;
    padding: 8px 20px;
    text-align: center;
    background: #da1d17;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
	}
.btl-qty{

	}
.s2-prod-content{
	float:left;
	width:100%;
	}
.s2-prod-abt{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0px 0px;
    -webkit-transition: all 0.10s ease;
    transition: all 0.10s ease;
	}
.prod-name{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #262626;
    font-weight: 700;
    display: inline-block;
    width: 100%;
	}
.prod-name span{
	font-size: 24px;
    line-height: 32px;
	}
.prd-mg{
	font-size:18px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#4e4e4e;
	margin-top:12px;
	}
.prd-mg span{
	padding:0 10px;
	}
.prd-mg span img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 7px 0 0;
	}
.pkg-selct-col{
	float: left;
    width: 100%;
    height: auto;
    background: #f3f3f3;
    padding: 15px 15px;
    opacity: 1;
    -webkit-transition: all 0.10s ease;
    transition: all 0.10s ease;
	margin-top:10px;
	}

.buyOpt-row {
    float: left;
    width: 100%;
    padding:3px 0px;
    cursor: pointer;
    position: relative;
	}
.packageOpt {
	float: left;
	text-align: left;
	position: relative;
	padding:0 0 0 30px;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
	left: 0;
	top:4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #d10727;
	}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d10727;
	}
.packageOpt p {
	color: #4c4c4c;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 400;
	}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	}
.pkp-prc-p1 {
	float: right;
    color: #000;
    font-size: 25px;
    line-height: 32px;
    width: 100%;
    font-weight: 600;
	}
p.sel-pck {
    float: left;
    padding: 7px 17px;
    font-size: 18px;
    color: #fff;
}
.pkg-btn{
        display: inline-block;
    vertical-align: middle;
    width: 280px;
    font-size: 19px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    background: #5ed36b;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    border-radius: 40px;
	}
.pkg-btn img{
	display: inline-block !important;
    vertical-align: middle;
    margin: -8px 0 0 7px;
	}
.packageOpt .pkg-btn{ width:100%;}


/*==============contact===========*/
.contact{
padding: 50px 0;
    float: left;
    width: 100%;
	text-align:center;
}
.cont-hd{text-align:center; padding:0;}
.cont-hd2{text-align:center; padding:80px 0 0 0;}
ul.cont-list1{
	margin: 50px 0 0 0;
    padding: 20px;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 20px;
}
ul.cont-list1 li{
	    float: left;
    width: 31%;
    padding: 20px;
    background: #fff;
    position: relative;
    /* overflow: hidden; */
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 40px;
}
ul.cont-list1 li:nth-child(2){}
ul.cont-list1 li img{
	    display: block;
    margin: -40px auto 0 auto;
    filter: grayscale(1);;
}
.cont-list1-p1{
	font-weight: 600;
    color: #333333;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    padding: 20px 0 0 0;
}
.cont-list1-p2{
	text-align:center;
	color:#4b4d4a;
}
.cont-frm{
	width:71.11%;
	display:table;
	margin:40px auto 0 auto;
}
.cont-frmElmnts{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	display:block;
	position:relative;
}
.cont-frmElmnts input, .cont-frmElmnts textarea{
	width:100%;
	background:#f9f9f9;
	height:41px;
	border:1px solid #ebebeb;
	box-sizing:border-box;
	padding:0 10px 0 10px;
	font-size:14px;
	color:#000;
	border-radius:4px;
	text-align:left;
}
.cont-lft{ width:49%; float:left;}
.cont-rgt{ width:49%; float:right;}
.cont-frmElmnts textarea{
	height:141px;
    width: 99.83%;
    padding:14px 10px 0 10px;
    border: 1px solid #d2cfcc;}

/*-----------------------
		Footer
------------------------*/
footer{padding:20px 0 20px 0; float:left; width:100%;}
.ftrlogo{margin:0 auto;display:block; max-width:150px;}
ul.ftrlist{padding:28px 0 0 0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #505050;
	padding:0 20px;
	font-size:18px;
	line-height:18px;
	color:#505050;
	text-align:center;
}
ul.ftrlist li a{color:#505050;}
ul.ftrlist li:last-child{border-right:none;}
.ftrdvdr{
	    margin: 28px auto 26px auto;
    background: #ccdce2;
    height: 1px;
    display: block;
    float: left;
    width: 100%;
}
.ftrtxt1{
	float:right;
	font-size:18px;
	line-height:18px;
	text-align:right;
	color:#505050;
}
.ftrtxt1 a{color:#505050;}
.ftrtxt2{
	float: left;
    font-size: 20px;
    line-height: 18px;
    color: #727272;
    text-align: left;
}
.dicclmr{
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
	}
.crop-info{
    float: left;
    width: 100%;
    padding: 0 20px;
    text-align: center;
	margin-top:20px
}
.crop-infohding {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-align: center;
}
.crop-infotxt{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    /* text-align: center; */
    display: inline-block;
    margin: 10px 0px;
    position: relative;
    padding: 0 20px;
}
.crop-infotxt:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #adadad;
}
.crop-infotxt a{ color:#000;}
.crop-infotxt:last-child:after{ border:none;}

/*-----------------------
		Circle
------------------------*/
.vitaminAnimation{
	position: absolute;
    left: 70px;
    top: 135px;
	}

.circle1, .circle2, .circle3, .circle4{
	position: absolute;
	height: 50px;
	width: 50px;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	}
.circle1{
	box-shadow: inset 0 0 10px 10px #eacccc;
	border: 2px solid #eacccc;
	border-radius: 50%;
	-webkit-animation: circle 2s linear 0s infinite;
	animation: circle 2s linear 0s infinite
	}
.circle2 {
	box-shadow: inset 0 0 10px 10px #eacccc;
	border: 2px solid #eacccc;
	border-radius: 50%;
	-webkit-animation: circle 2s linear .5s infinite;
	animation: circle 2s linear .5s infinite
	}
.circle3 {
	box-shadow: inset 0 0 10px 10px #ffc5c5;
	border: 2px solid #ffc5c5;
	border-radius: 50%;
	-webkit-animation: circle 2s linear 1s infinite;
	animation: circle 2s linear 1s infinite
	}
.circle4 {
	box-shadow: inset 0 0 10px 10px #ffc5c5;
	border: 2px solid #ffc5c5;
	border-radius: 50%;
	-webkit-animation: circle 2s linear 1.5s infinite;
	animation: circle 2s linear 1.5s infinite
	}

@-webkit-keyframes circle {
0% {height:50px;width:50px;}
100% {height:290px;width:290px;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}
}

@keyframes circle {
0% {height:50px;width:50px;}
100% {height:290px;width:290px;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}
}

/*-----------------------
		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-tab{display:none;}


/*-----------------------
MEDIA CSS
------------------------*/

@media only screen and (max-width:1200px){
.container{width:1000px;}

.hide-1024{display:none;}

ul.topMenu li{ padding: 2px 13px;}

.s1-hd1{font-size:54px; line-height:56px;}
.s1-hd2{font-size:50px;}
ul.s1-btm-lst{max-width:430px;}

.comn-hdg{font-size:44px; line-height:50px;}
.comn-txt{font-size:18px; line-height:27px;}

ul.s2-lst li h3{font-size:22px; line-height:26px;}

.comn-btn{font-size:26px; line-height:30px;}

.s3-prod{width:370px; margin-left:-210px;}
.s3-img-bdr{width:120px;}
.s3-img1{right:-85px;}
.s3-img2{right:-65px;}
.s3-img3{left:-95px;}
.s3-img4{left:-125px; top:25px;}
.s3-ic{width:80px;}
.s3-ic1{top:20px; right:0;}
.s3-ic2{right:30px; top:0;}
.s3-ic3{left:-18px; top:35px;}
.s3-ic4{left:-30px; top:40px;}
ul.s3-list-col li:last-child{padding-top:10px;}
ul.s3-list-col.fr li:last-child{padding-top:60px;}


}


@media only screen and (max-width:1020px){
.container{width:750px;}
.hide-tab{display:none;}
.show-tab{display:block;}

.top-fix-bar{margin-bottom:65px;}
.header{height:65px; margin-top:-65px; top:65px; padding:9px 0;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:10px;
    top:12px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #333;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#333;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#333;
	}

.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:65px;}
.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;
	}

.sec1{ height:auto; background-size:cover; padding-bottom:40px;}
.s1-tx{font-size:22px; line-height:24px;}
.s1-hd1{font-size:40px; line-height:42px;}
.s1-hd2{font-size:38px; line-height:42px;}
.s1-strp{width:455px;}
.s1-strp-img{width:45px;}
.s1-strp p{width: calc(100% - 65px); padding: 8px 0 8px 5px; font-size:17px; line-height:23px;}
ul.s1-list{margin-top:10px;}
ul.s1-list li{ font-size:20px; line-height:24px; padding-left:30px; background-position-y: 5px; background-size:18px; margin-top:8px;}
.s1-rev{padding:0 0 0 58px; max-width:400px; margin-top:20px;}
.s1-rev-img{width:50px;}
.s1-rev-star{width:70px;}
.s1-rev p{font-size:16px; line-height:22px; margin-top:0;}
.s1-rev span{font-size:16px; line-height:16px;}
ul.s1-btm-lst{max-width:340px; margin-left:10px;}
ul.s1-btm-lst li{width:calc(33.3% - 10px); margin:0 5px;}
.s1-btm-lst-img{width:95px;}
ul.s1-btm-lst li p{font-size:15px; line-height:20px;}

.btn-bx{max-width:400px;}
.comn-btn{font-size:22px; line-height:28px; padding:15px;}
.btn-arw{width:20px;}
.btn-tx{font-size:16px; line-height:20px;}
.btn-tx:before, .btn-tx:after{width:35px;}

.bar{padding:30px 0;}
.bar-hd{font-size:22px; line-height:26px;}
.bar-icn{width:50px;}
ul.bar-lst li{font-size:14px; line-height:20px; margin-top:12px; letter-spacing:0.2px;}

.sec2{padding:40px 0;}
.s2-lft{width:48%;}
.comn-hdg{font-size:32px; line-height:38px;}
.comn-txt{font-size:17px; line-height:26px; margin-top:15px;}
.s2-rgt{width:52%;}
ul.s2-lst{margin-top:5px;}
ul.s2-lst li{background-size:20px; background-position-y:3px; padding-left:30px; margin-top:15px;}
ul.s2-lst li h3{font-size:19px; line-height:23px;}
ul.s2-lst li p{font-size:17px; line-height:24px;}

.sec3{padding:40px 0 0;}
.s3-mdlBx{margin-top:30px;}
.s3-mdlBx:before{background-size:65px;}
.s3-prod{width:320px; margin-left:-160px;}
ul.s3-list-col{width:280px;}
ul.s3-list-col li{margin-bottom:30px;}
ul.s3-list-col li h3{font-size:24px; line-height:26px;}
ul.s3-list-col li p{font-size:17px; line-height:24px;}
.s3-img-bdr{width:100px;}
.s3-img1{top:0; right:-245px;}
.s3-img2{right:-25px;}
.s3-img3{left:-255px; top:0;}
.s3-img4{left:-55px;}
.s3-ic{width:60px;}
.s3-ic1{right:40px; top:30px;}
.s3-ic2{top:0px; right:60px;}
.s3-ic3{left:20px; top:20px;}
.s3-ic4{left:25px; top:45px;}


}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top-strip{height:30px;}
.top-strip p{font-size:15px; letter-spacing:0.1px; line-height:30px;}

.header{ background:#fff; height:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{ width: 130px; margin-top:7px;}
.top-fix-bar{margin-bottom:55px;}
.mobilemenu{ top:85px;}
.mobimenu-top{ top:55px;}

.sec1{background:none; padding:0 0 25px;}
.s1-inr{text-align:center; padding-top:25px;}
.mt-0{margin-top:20px !important;}
.s1-tx{margin-bottom:5px;}
.s1-hd1{font-size:28px; line-height:32px;}
.s1-hd2{font-size:26px; line-height:30px;}
.s1-hero-mob{ margin: 10px auto 0; width:calc(100% + 30px); margin-left:-15px; display:inline-block; vertical-align:top;}
.s1-strp{width:calc(100% + 30px); margin-left:-15px; text-align:left; margin-top:0; padding:0 10px; background:#fff0f0;}
.s1-strp-img{display:none;}
.s1-strp p{width:100%; font-size:15px; line-height:21px; letter-spacing:0.2px;}
.s1-strp:before, .s1-strp:after{left:0;}
ul.s1-list{ float:none; display:inline-block; vertical-align:top; width:auto;}
ul.s1-list li{ font-size:16px; line-height:24px; background-position-y:7px; float:none; background-size:14px; padding-left:22px; margin-top:5px;}
.s1-rev p{font-size:15px; line-height:19px;}
ul.s1-btm-lst{display:none;}

.bar{padding:20px 0 25px;}
.bar-hd{font-size:16px; line-height:20px;}

.sec2{padding:25px 0 30px;}
.comn-hdg{font-size:26px; line-height:32px;}
.comn-txt{ font-size: 17px; line-height: 23px; margin-top:15px; letter-spacing:0.5px;}
.s2-lft, .s2-rgt{width:100%;}
.s2-prd{margin:10px auto 0;}
ul.s2-lst{margin-top:0;}

.sec3{padding:25px 0 0;}
.s3-prod{margin: 0 auto 10px; position:static; width:140px; display:none;}
.s3-mdlBx {margin-top:20px;}
ul.s3-list-col{ width:100%;}
ul.s3-list-col.fl li,ul.s3-list-col.fr li{ text-align:center; margin:15px 0;}
ul.s3-list-col li:last-child, ul.s3-list-col.fr li:last-child{padding-top:0;}
.s3-img-bdr{ position:relative; display:inline-block; vertical-align:top; width:171px; height:171px; margin-bottom:15px;}
.s3-img1,.s3-img2{ right: 0;top: 0;}
.s3-img3,.s3-img4 {left: 0;top: 0;}
ul.s3-list-col li h3 {font-size: 22px;line-height: 26px;}
ul.s3-list-col li p{ margin-top:10px; letter-spacing:0.5px;}
ul.s3-list-col.fl li p,ul.s3-list-col.fr li p{ padding:0 25px;}
.s3-ic1,.s3-ic2 {right: 15%;top: 100px; height:60px;}
.s3-ic3,.s3-ic4 {left: 15%;top: 100px;height:60px;}
.s3-ic{display:none;}
.s3-mdlBx:before{background-size: 100%;width: 9px;height: 65px;margin-left: -5px; display:none;}

ul.cont-list1{margin: 40px 0 0 0; padding:0;}
ul.cont-list1 li{ width:100%; margin-bottom:20px;}

/*------------start footer--------------*/
ul.ftrlist{padding:12px 0 0 0;}
.ftrdvdr{margin:18px auto 16px auto;}
ul.ftrlist li{padding:0 10px;}
.ftrtxt1, .ftrtxt2{
	float:none;
	display:block;
	text-align:center;
}
.ftrtxt2{padding:10px 0 0 0;}
.crop-info{ width:100%; padding:0;}

}

@media only screen and (max-width:480px){
/*------------start footer--------------*/
ul.ftrlist li{
	font-size:16px;
	line-height:16px;
	padding:0 5px;
}
.ftrtxt1{
	font-size:16px;
	line-height:22px;
}
.ftrtxt2{
	font-size: 15px;
    line-height: 20px;
    padding: 8px 0 0 0;
	margin-top:0;
}
.crop-infotxt{ margin:3px 0; font-size:16px;}
.crop-infotxt:after{ display:none;}
}
