@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width:100%;}
body{
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Carlito', sans-serif;
	font-weight: normal;
	}
.container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	}
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%; display:inline-block; box-sizing:border-box;}
*{box-sizing:border-box;}
.show-mob{display: none;}
/*-----------------------
CSS FOR TOP SECTION
------------------------*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 75px;
	}
.header{
	float:left;
	width:100%;
	padding:15px 0;
	
	margin-top:-75px;
	top:75px;
	position:relative;	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	border-bottom:1px solid #b4c7cd;
	background:#f9f9f9;
	}	
.logo{
	float:left;
	max-width: 190px;
}
ul.topMenu{
	float:right;
	margin-top:12px;
	}
ul.topMenu li{
	float:left;
	padding:0 20px;
	position:relative;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#b4c7cd;
	top:2px;
	bottom:2px;
	position:absolute;
	right:0;
	}
ul.topMenu li:last-child:after, ul.topMenu li:nth-child(5):after{ background:none;}	
ul.topMenu li a{
	color:#1d1d1d;
	font-size:18px;
	line-height:18px;
	}
ul.topMenu li:last-child{padding:0;}
ul.topMenu li:last-child a{
	color: #fff;
    background: #00b94b;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 13px 3px;
    border-radius: 20px;
    text-transform: uppercase;
    outline: none;
	}
ul.topMenu li:last-child a:hover{ color:#fff;}	
ul.topMenu li a:hover, ul.topMenu li .active{color:#11507d;}
/*-----------------------
		BANNER
------------------------*/
.bnr-bg{
	/*background:url(../images/banner-bg.jpg)#f9f9f9 no-repeat center top;*/
	float:left;
	width:100%;
	margin-bottom:0px;
	background: linear-gradient(to bottom, #eeeeee 70%, #fff 30%);
	padding:50px 0;
	}	

.banner {
	float: left;
	width: 100%;
	position:relative;
	}
.bnr-lft{
    float: left;
    width: 45%;
    text-align: left;
    margin-top: 68px;
    position: relative;
	}
.bnr-rit{
    float: right;
    width: 52%;
    text-align: left;
    margin-top: 68px;
    position: relative;
	}	
.bnr-txt1{
    float: left;
    width: 100%;
    font-size: 34px;
    line-height: 40px;
    color: #439b04;
    font-weight: 700;
    letter-spacing: 1.5px;
	}
.bnr-txt2{
    float: left;
    width: 100%;
    font-size: 57px;
    line-height: 65px;
    color:#118d9a;
    font-weight: bold;
    margin-top: 0px;
    text-transform: capitalize;
}
.bnr-txt2 span {
    display: block;
    font-size: 30px;
	color:#333;
    line-height: 38px;
}
.bnr-strp{
	    width: 100%;
    float: left;
    margin-top: 17px;
    border-top: 1px dashed #a9abb7;
    border-bottom: 1px dashed #a9abb7;
    padding: 4px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.strp-t1{
	display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #292f4d;
    font-weight: 500;
    width: 33%;
    padding: 15px 0 15px 50px;
    position: relative;
	text-transform: capitalize;
}
.strp-t1:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
    border-left: 1px solid #e1e1e1;
	}	
.bnr-strp .strp-t1:nth-child(3):after{border:none;}
.bnr-strp img{ 
	    position: absolute;
    left: 0;
    top: 2px
	}
.bnr-plus{
	background: #f9f9f9;
    position: absolute;
    bottom: -6px;
    right: -41px;
    padding: 0 10px;
	}
.bnr-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #1d1d1d;
    margin-top: 15px;
	}				
.bnr-btl, .bnr-btl1 {
    position: absolute;
    top: 180px;
    right: -80px;
    max-width: 380px;
}
.bnr-btl1 {
    right: -10px;
    max-width: 200px;
    top: 230px;
}
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width:236px;
	text-align:center;
	margin-top:40px;
	}
.banner .btnBlk{margin-top:35px;}
.pg-btn{
	display:inline-block;
    width: 100%;
    height: 58px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #ff8d39;
    border: none;
    outline: none;
    font-family: inherit;
    text-align: center;
    transition: all 0.3s;
	color: #fff;
    font-weight: 700;
    line-height: 58px;
    font-size: 24px;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 40%);
    text-transform: uppercase;
	}
.pg-btn p{}
.btn-arw{
    display: inline-block;
    vertical-align: middle;
    margin: -7px -10px 0 15px;
	}	
.stock-txt{
	float:left;
	width:100%;
	color:#1d1a1a;
	font-size:17px;
	margin-top:8px;
	font-weight:500;
	}
.stock-txt span{ 
	color:#202b60;
	font-weight:bold;
	}
.progress-line{
	float:left;
	width:100%;
	margin-top:8px;
	background:#eeeeee;
	border-radius:4px;
	height:6px;
	}
.progress-line > div{
	float:left;
	width:5%;
	background:#202b60;
	height:100%;
	border-radius:4px;
	transition:all ease 1s;
	}
.progress-line.in-viewport-once > div{width:77%; transition:all ease 1s;}
.bnrSeal{
    position: absolute;
    left: 440px;
    top: 420px;
	}
.bnrProd{
        max-width: 540px;
    position: absolute;
    right: 0;
    top: 10px;
	}
.fw-600{ font-weight:600;}	
/*-----------------------
		SECTION 1
------------------------*/
.section1{
	float:left;
	width:100%;
	text-align:center;
	padding:30px 0px;
	overflow: hidden;
	}	
.common-head{
    font-size: 32px;
    line-height: 44px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
}	
.common-head span{
	color: #118d9a;
    display: block;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}	
.comon-bdr{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	margin-top:20px;
	}
.common-para{
    font-size: 18px;
    line-height: 28px;
    color: #1d1d1d;
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}
.cmn-top{ margin-top:20px;}	
.s1-strp{
    float: left;
    width: 75%;
    text-align: center;
    padding: 0px 0;
    margin: 30px 0 0px 0;
}
.s1-strp-t1{
	float:left;
	width:100%;
	background:url(../images/s1-stp-ln.png) center center no-repeat;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-weight:600;
	}
.s1-strp-t1 span{
	display:inline-block;
	background:#202b60;
	padding:0 15px;
	}
ul.s1-list{
        float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
	}
ul.s1-list li{
	float: left;
    width: 32%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    position: relative;
    
	}
ul.s1-list li span{
	display: block;
    font-weight: 700;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
	}
ul.s1-list li img{
	display:block;
	margin:0 auto 15px;
	}

ul.s1-list li:last-child:after{display:none;}		
.s1-lft{
    float: right;
    width: 52%;
    text-align: left;
    margin-top: 0px;
    padding: 50px 0px;
	}
.sec1-model{
	position:absolute;
	top:-20px;
	left:0;
	}
ul.s1-point{
	    float: left;
    width: 100%;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    margin-bottom: 20px;
	}
ul.s1-point li{
        float: left;
    width: 32%;
    font-size: 20px;
    line-height: 26px;
    color: #1d1d1d;
    font-weight: 600;
    position: relative;
	}
ul.s1-point li:first-child{ padding-left:0;}	
ul.s1-point li img{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 18px;	
	}
ul.s1-point li:after{
	content:'';
	background:url(../images/s1-plus.png) no-repeat;
	height:107px;
	width:24px;
	right:0;
	top:20px;
	position:absolute;
	}
ul.s1-point li:last-child:after{ background:none;}	
.btn-top{ margin-top:45px;}
.s1-rgt{
    background: url(../images/s1-rgt-bg.jpg) no-repeat center top;
    float: right;
    width: 42%;
    position: relative;
    border: 2px solid #e7edf2;
    margin-top: 60px;
	}
.s1-inner1{
	float:left;
	width:100%;
	height:265px;
	}	
.s1-prod{
	position: absolute;
    top: -80px;
    left: 50%;
    z-index: 2;
    max-width: 250px;
    transform: translateX(-50%);
	}
.s1-seal, .s1-seal1{
	position: absolute;
    top: -50px;
    left: 5%;
    max-width: 220px;
    z-index: 1;
	}
.s1-seal1{
	left: auto;
    right: 5%;
}
.s1-inner2{
	float: left;
    width: 100%;
    text-align: left;
    background: #11507d;
    padding: 40px 20px 20px;
    position: relative;
	}	
.s1-inner2 h1{
	float: left;
    width: 100%;
    font-size: 24px;
    color: #15f5de;
    font-weight: 600;
    border-bottom: 2px dashed #417397;
    padding-bottom: 15px;
    margin-bottom: 10px;
	}
.s1-inner2 p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#fff;
	}	
.s1-inner2 img{
    max-width: 100%;
    position: absolute;
    top: 25px;
    right: 15px;
	}
/*-----------------------
		SECTION 2
------------------------*/
.section2{
	float:left;
	width:100%;
	background:#fff;
	text-align:center;
	padding:40px 0;
	}
.sec2-model{
    position: absolute;
    top: 0;
    right: 2px;
    width: 292px;
    border-radius: 0 20px 20px 0;
	}
.fl{float:left;}
.fr{float:right;}
.s2-inr{
	float:left;
	width:100%;
	position:relative;
	margin-top:0px;
	padding:50px 0;
	height:560px;
	background:#f0f0f0;
	border-radius:20px;
	}
.s2-inr-lft{
    float: left;
    width: 75%;
    text-align: left;
    padding-left: 70px;
	}
.s2-img{
	max-width: 250px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
	}
.s2-inr-sec {
    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;
    column-gap: 10px;
    row-gap: 20px;
    margin-top: 30px;
}
.s2-inr-sec li {
    float: left;
    width: 32%;
    position: relative;
    text-align: center;
    padding: 0 0 0 0px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.s2-inr-sec li span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
	
}
.s2-inr-sec li:nth-child(even) {}
.s2-inr-sec li img{
    display: block;
    margin: 0 auto 15px;
    max-width: 160px;
	}
.s2-inr-sec li:nth-child(even) img {}
.s2-inr-txt1{
	color:#0e0e0e;
	font-size:26px;
	line-height:30px;
	font-weight:500;
	}
/*-----------------------
		SECTION 3
------------------------*/
.sec3 {
	    float: left;
    width: 100%;
    padding: 0px 0 30px;
    background: #f5f5f5;
    position: relative;
}
.s3-inr{
	float:left;
	width:51%;
	text-align:left;
	}
.s3-inr .comn-txt {
    width: 100%;
}
ul.s3-lst {
    float: left;
    width: 100%;
    display: flex;
    margin: 50px 0 0 0;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

ul.s3-lst li {
    font-size:20px;
    line-height: 30px;
	color:#3e3e3e;
    position: relative;
    float: left;
    width:32%;
	text-align:center;
}

ul.s3-lst li span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
	text-transform:capitalize;
}

ul.s3-lst li img {
    display: block;
	margin:0 auto 10px;
}
.s3-model{
	position:absolute;
	right:0;
	top:0;
	max-width: 545px;
	}	
ul.s3-list {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul.s3-list li {
	float: left;
	font-size: 18px;
	width: 33.3%;
	background: url(../images/s3-tk.svg) left 8px no-repeat;
	background-size: 14px;
	padding-left: 28px;
}
.s3-inr-top {
	float: left;
	width: 100%;
	position: relative;
}
.s3-img1 {
	float: left;
}
.s3-inr-top-rgt {
	    position: absolute;
    right: 0;
    top: 65px;
    bottom: 65px;
    width: 50%;
    background: #e5ece8;
    padding: 80px 30px;
    text-align: left;
}
.s3-inr-top-rgt .comn-hdg {
	margin-bottom: 5px;
	font-size: 30px;
}
.lrn-mr {
	max-width: 200px;
	width: 100%;
	height: 46px;
	font-size: 18px;
	line-height: 42px;
	color: #3fa146;
	border: 1px solid #3fa146;
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	margin-top: 20px;
}
.lrn-mr:hover {
	background: #3fa146;
	color: #fff;
}
/*-----------------------
		SECTION 4
------------------------*/
.section4{
	float:left;
	width:100%;
	background:#fff;
	text-align:center;
	padding:40px 0;
	}
.s4-table {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.s4-col-1{
	float:left;
	width:100%;
	background:#fff;
	}
.s4-col-1 ul {
    float: left;
    width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    justify-content: space-between;
    column-gap: 10px;
	flex-wrap: wrap;
	row-gap: 20px;
	}
.s4-col-1 ul li {
    float: left;
    width: 32%;
    text-align: center;
    padding: 20px 20px ;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    border: 1px solid #ebebeb;
	border-radius:10px;
}
.s4-col-1 ul li:nth-child(1), .s4-col-1 ul li:nth-child(2){ width:49%;}
.s4-col-1 ul li:nth-child(1) .s4-btl, .s4-col-1 ul li:nth-child(2) .s4-btl{ width:48%;}
.s4-col-1 ul li:nth-child(1) .cont-bx, .s4-col-1 ul li:nth-child(2) .cont-bx{ width:52%;}
.s4-col-1 ul li:nth-child(1) .prod-optn, .s4-col-1 ul li:nth-child(2) .prod-optn{ width:100%;}
.s4-col-1 ul li:nth-child(1) .opt-inner, .s4-col-1 ul li:nth-child(2) .opt-inner{ width:100%;}
.prod-optn {
    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: 5px;
}
.cont-bx{ float:right; width:100%;}
.s4-btl {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
    padding:10px 5px;
}
.s1prd {
    display: inline-block;
    max-width: 210px;
    position: relative;
    z-index: 9;
}
.s1prd:nth-child(2), .s1prd:nth-child(3), .s1prd:nth-child(4), .s1prd:nth-child(5), .s1prd:nth-child(6) {
    position: absolute;
    left: 12px;
    max-width: 198px;
    z-index: 7;
}

.s1prd:nth-child(3) {
    left: auto;
    right: 12px;
}

.s1prd:nth-child(4), .s1prd:nth-child(5) {
    max-width: 178px;
    left: 5px;
    z-index: 4;
}

.s1prd:nth-child(5) {
    left: auto;
    right: 5px;
}

.s1prd:nth-child(6) {
    left: 0;
    max-width: 158px;
    z-index: 1;
}
.s4-col-2{
	float: left;
    width: 29%;
	}
.prd-desc {
    float: left;
    width: 100%;
	padding:10px 0;
}
.prd-desc span {
    display: block;
    font-size: 22px;
    line-height: 25px;
    padding: 5px 0;
    color: #f92b2c;	
}
.prd-name{
	float: left;
    width: 100%;
    font-size: 32px;
    line-height: 38px;
    color: #02c4e1;
    font-weight: 700;
    margin-bottom: 20px;
	}
.add-to-btn, .add-to-btn1 {
    margin: 20px 0 0;
    line-height: 50px;
    height: 50px;
}
.prod-optn {
    float: left;
    width: 100%;
}
.s4-col-2 ul{
	float:left;
	width:100%;
	border-radius:10px;
	border:1px solid #cecece;
	background:#fff;
	box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
	overflow:hidden;
	}
.s4-col-2 ul li{
	float: left;
    width: 100%;
    text-align: center;
    color: #333333;
}
.opt-inner {
	float: left;
    width: 100%;
    position: relative;
}
.opt-inner label {
    float: left;
    width: 100%;
    padding: 5px 10px 5px 40px;
    position: relative;
    text-align: left;
    color: #525252;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
}
.opt-inner input[type="radio"] {
    position: absolute;
    left: 10px;
    top: 14px;
    height: 20px;
    width: 20px;
    margin: 0;
	z-index:1;
	opacity: 0;
}
.opt-inner input:checked + label, .opt-inner label:hover{
	background: url(../images/prd-tik.png) no-repeat 15px 15px;
    border: 1px solid #00b9d5;
}
.s4-col-3 .opt-inner {
    color: #333;
}
.s4-col-2 ul li p, .s4-col-3 ul li p, .s4-col-4 ul li p{
	font-size:23px;
	line-height:64px;
	color:#ffffff;
	font-weight:600;
	}
.s4-col-3 ul li p, .s4-col-4 ul li p{ color:#333333;}	
.s4-col-2 ul li p span{ font-weight:900; font-size:30px;}
.s4-col-2 ul li img{
	display:block;
	margin:18px auto;
	max-width: 100%;
	}
.s4-col-2 ul li:first-child{
	/*height:112px;
	background:#0d5b94;
	border-radius:10px 10px 0 0;*/
	}
.s4-col-2 ul li:first-child img{
	margin: 10px auto;
	}
.s4-col-3 ul li:first-child{/*background:#cecece;*/}
.s4-col-4 ul li:first-child{background:#cecece;}	
.col-1{ background:#0d5b94;}
.col-2{ background:#165380;}
.col-3{ background:#f9fbff;}
.col-4{ background:#fff;}
/*-----------------------
		SECTION 5
------------------------*/
.section5{
	float:left;
	width:100%;
	background:#fff;
	text-align:center;
	padding:30px 0;
	}
ul.s5-list{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    column-gap: 30px;
    row-gap: 20px;
}
ul.s5-list li{
        float: left;
    width: 17%;
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
	}
ul.s5-list li span{
	float:left;
	width:100%;
	font-size:40px;
	color:#d2e2ee;
	font-weight:bold;
	
	}	
ul.s5-list li img{
    margin: 0px auto 15px;
    display: block;
    filter: hue-rotate(45deg);
    max-width: 100px;
}
	
ul.s5-list li:before{}	
ul.s5-list li:last-child:before{ display:none;}
ul.s5-list li:after{}
ul.s5-list li:last-child:after{ background:none;}		

/*============================
FOOTER SECTION
=============================*/
/*========FOOTER========*/
.footer {
	float: left;
    width: 100%;
    background: #fff;
    padding: 40px 0 10px;
    text-align: center;
    letter-spacing: 1px;
	border-top:8px solid #181818;
}
.ftr-logo {
	display: block;
	max-width: 200px;
	margin: 0px auto 10px;
}
.ftr-txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000000;
	padding-right: 15px;
}
.ftr-txt a {
	color: #000;
}
.ftr-txt1 {
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #1f1f1f;
    margin: 10px 0;
}
.ftr-txt1 a {
	text-decoration: none;
	color: #1f1f1f;
	padding: 0 8px;
}
.footer2 {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #ddd;
}
.brd-dis {
	border: 1px solid #d2d2d2;
	padding: 10px;
}
/*================================================
			START PRODUCT DETAIL PAGE
=================================================*/

.shop-prod-inr{
	float: left;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-evenly;
}
.shop-prod-inr .s2-inr-bx{
	width: 32%;
    margin: 20px 7px 0;
}

.inner-top{
	background:#229635;
	padding:5px 0;
	margin:18px 0 0 0;
}
ul.inner-top-list{
	margin:0 0 0 0;
}
ul.inner-top-list li{
	float:left;
	font-size:16px;
	line-height:22px;
	text-align:left;
	color:#ffffff;
	margin:0 10px 0 0;
}
ul.inner-top-list li a{ color:#fff;}
ul.inner-top-list li:last-child{ margin:0 0 0 0;}
/*================= product section1====================*/
.prd-sec1{   
	    padding: 55px 0;
    float: left;
    width: 100%;
}

.prds1-lft, .prds1-rgt{
	float: left;
    /* display: inline-block; */
    width: 41.36%;
    text-align: center;
}
.prds1-lft img.s1prd{
	max-width:100%;
	}
.prds1-rgt{width:57.28%;margin:0 0 0 1.36%; text-align:left;}
.slide-img{margin:10px auto;display:block;border:1px solid #f4f4f4; padding:30px 0;}

.prds1-hding{
	    
    font-size: 40px;
    line-height: 59px;
    color: #2f2422;
    text-align: left;
}
.prds1-view{
	font-size:16px;
	line-height:16px;
	color:#4a4a4a;
	text-align:left;
	margin:13px 0 0 0;
}
.prds1-view img{margin:0 10px -2px 0;}
.prds1-dvdr{
	height:1px;
	background:#ebebeb;
	margin:20px auto 15px 0;
}
ul.mglist{padding:0;}
ul.mglist li{
	float:left;
	display:inline-block;
	margin:0 40px 0 0;
	font-size:20px;
	line-height:24px;
	color:#24334a;
	text-align:left;
}
ul.mglist li:last-child{margin:0;}
ul.mglist li span{
	font-weight:500;
	color:#2f2422;
}
.rdio{
	height:23px;
	width:23px;
	appearance:none!important;
	-webkit-appearance:none!important;
	background:url(../images/select.png) center top no-repeat;
	margin:0 10px -4px 0;
}
.rdio:checked{background:url(../images/selected.png) center top no-repeat;}

ul.prds1-list{padding:13px 0 0 0;}
ul.prds1-list li{
	    background: url(../images/bullet2.png) left 6px no-repeat;
    text-align: left;
    padding: 0 0 0 24px;
    margin: 6px 0 0 0;
    font-size: 18px;
    line-height: 26px;
}
.prds1-pkg1, .prds1-pkg2{
    width: 100%;
    cursor: pointer;
    margin: 14px 0 0 0;
    padding: 5px 0;
    box-sizing: border-box;
    border-radius: 5px;
}
.prds1-pkg2{margin:11px 0 0 0;}
.selected{
}
.price_box{
	float:left;
	width:100%;
	}
.prdpkg-lft, .prdpkg-rgt{
    float: left;
    width: 30%;
    box-sizing: border-box;
    /* font-weight: 400; */
    font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
    text-align: left;
    padding: 0px 0 0 0;

	}
.prdpkg-lft span{
	display:block;
	font-size:30px;
	line-height:40px;
	font-weight:500;
	}
.prdpkg-rgt{
	width:20%;
	padding:2px 0 0 10px;
	text-align:right;
}
.prdpkg-save{
	height:46px;
	width:102px;
	background:#329f2f;	
	float:right;
	margin:0 10px 0 0;
	border-radius:6px;
	font-weight:normal;	
	font-size:16px;
	line-height:20px;
	color:#fff;
	text-align:center;
	padding:2px 0 0 0;
}
.prdpkg-save span{
	font-weight:600;
	font-size:22px;
}
.pkgbtn, .pkgcards{float:left;display:inline-block;}
.pkgcards{margin:34px 0 0 0;}

/*-------------- */
.prd_quantity {
        float: left;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}
.prd_quantity p {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 7px;
}
.wan-spinner2 {
        display: inline-block;
    vertical-align: middle;
    display: block;
}
.wan-spinner2 .minus,
.wan-spinner2 .plus,
.wan-spinner2 input {
	height: 38px;
	float: left;
	line-height: 1em;
	padding: 0 3px;
	text-align: center;
	border: none;
	line-height: 38px;
	margin: 0 1px;
	font-size: 18px;
	color: #5d5d5d;
	background: #f5f5f5;
}

.wan-spinner2 input {
  margin: 0;
  width: 20px;
}

.wan-spinner2 .minus,
.wan-spinner2 .plus {
  color: #5d5d5d;
  cursor: pointer;
  text-decoration: none;
  width: 35px;
}

/*********** spinner end *************/


@media only screen and (max-width: 1179px){
.prds1-hding {
    font-size: 45px;
    line-height: 54px;
}
}
@media only screen and (max-width: 1013px){

.shop-prod-inr .s2-inr-bx{ width:48%; text-align:center;}
.slide-img{width:270px;}	
.prds1-hding {
    font-size: 35px;
    line-height: 37px;
}
ul.prds1-list{padding:8px 0 0 0;}
ul.prds1-list li{margin:5px 0 0 0;}
ul.mglist li{
	margin:0 20px 0 0;
	font-size:18px;
	line-height:22px;
}
ul.mglist li:last-child{margin:0;}
.prds1-pkg1, .prds1-pkg2{	
	padding:5px 5px;	
}
.prds1-pkg1{margin:15px 0 0 0;}
.selected{
}
.prdpkg-lft, .prdpkg-rgt{	
	font-size: 30px;
    padding: 0 0 0 0px;
}
.prdpkg-rgt{padding:0 0 0 10px;}
.prdpkg-save{
	height:48px;
	width:80px;	
	font-size:14px;
	line-height:21px;	
}
.prdpkg-save span{font-size:20px;}
.pkgcards{margin:15px auto 0 auto;float:none;display:block;}
}
@media only screen and (max-width: 767px){
.shop-prod-inr .s2-inr-bx{ width:100%;}
.shop-prod-inr{ margin-top:0;}
.inner-top{margin:2px 0 0 0;}
.prd-sec1{padding:30px 0 20px;}
.prds1-lft, .prds1-rgt{width:100%;}
.prds1-rgt{margin:30px 0 0 0; text-align:center;}
.prds1-hding, .prds1-view{text-align:center;}
.prds1-view{margin:8px 0 0 0;}
.slide-img{margin:20px auto -10px auto;}
}
@media only screen and (max-width: 479px){
.slide-img{width:220px;}
.prds1-hding {
    font-size: 34px;
    line-height: 34px;
}
ul.prds1-list li {padding: 0 0 0 26px;}	
.prdpkg-lft{
	    line-height: 22px;
    font-size: 24px;
    padding: 8px 0 0 0;
    width: auto;
}
.prdpkg-rgt{
	height:46px;
	width:25%;
	font-size:17px;
	padding:0 0 0 0;
}
.prdpkg-save{
	height:43px;
	width:70px;	
	font-size:13px;
	line-height:18px;
	padding:3px 0 0 0;	
}
.prd_quantity{ float:right; margin-top:0;}
.prdpkg-save span{font-size:19px;}
ul.mglist{text-align:center;}
ul.mglist li, ul.mglist li:last-child{text-align:center;margin:10px 10px 0 0;float:none;display:inline-block;}
ul.mglist li:last-child{margin:10px 0 0 0;}
ul.mglist li:first-child{width:100%;margin:0;}
.rdio{width:18px;height:18px;background-size:100%;}
.rdio:checked{background-size:100%;}
}
span.nt-txt {
    float: left;
    width: 100%;
    margin: 15px 0;
}
/*================= product section2====================*/
.prd-sec2{padding:70px 0;}
.tabhding{
	font-weight:500;
	font-size:30px;
	line-height:34px;
	color:#2f2422;
	text-align:left;
}
.tabtxt1{padding:15px 0 0 0;}
.tabimg1{float:right;margin:-30px 0 0 0;}
img.ing-img {float: left; margin: 10px 0;}
.salve-tabimg1{float:right;margin:0 0 20px 0;}
.salve-tab2img1{float:right;margin:20px 0 0 0;}
.rollon-tabimg1{float:right;margin:-50px 60px 0 80px;}
.rollon-tabimg2{float:right;margin:30px 60px 0 80px;}
.benefit-box, .feature-box{
	float:left;
	display:inline-block;
	width:50%;
	margin:20px 0 0 0;
}
.bnfhding, .tabsubhding{
	font-weight:600;
	font-size:20px;
	line-height:35px;
	text-align:left;
	background:url(../images/keyfact-icon.png) left 5px no-repeat;
	padding:0 0 0 36px;
}
.feature{background:url(../images/help-icon.png) left top no-repeat;}

.tabsubhding{
	margin:40px 0 0 0;	
	padding:0 0 0 30px;
	border-bottom:1px dotted #3ab72b;
	background:url(../images/safe-icon.png) left 3px no-repeat;
}
ul.howTouse-list {
    float: left;
    width: 100%;
    margin-top: 20px;
}
ul.howTouse-list li {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 10px 0 10px 230px;
    position: relative;
}
ul.howTouse-list li img {
    position: absolute;
    left: 0;
    top: 0;
}
.use-txt1 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 20px;
    font-weight: bold;
}
.use-txt2 {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #008d36;
    line-height: 26px;
    font-weight: bold;
    margin-top: 10px;
}
.use-txt3 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 26px;
    margin-top: 10px;
}
ul.bnflist{padding:10px 0 0 0;}
ul.bnflist li{
	background:url(../images/bullet2.png) left 6px no-repeat;
	margin:5px 0 0 0;
	padding:0 0 0 25px;
}
ul.rlflist{padding:10px 0 0 0;}
ul.rlflist li{
	float:left;
	display:inline-block;
	margin:20px 45px 0 0;
	text-align:center;
}
ul.rlflist li img{
	margin:0 auto;
	display:block;
}
.tabstep-hding{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding:30px 0 0 0;
}
.tabstep-subhding{
	font-size:22px;
	line-height:28px;
	font-weight:600;
	color:#3ab72b;
	text-align:left;
	padding:10px 0 0 0;
}
.tabtxt2{padding:8px 0 0 0;}
ul.inglist{padding:20px 0 0 0;}
ul.inglist li{
	background:url(../images/bullet2.png) left 6px no-repeat;
	margin:12px 0 0 0;
	padding:0 0 0 25px;
}
.labimg{margin:30px 0 0 0;border:2px solid #ccc;}

@media only screen and (max-width: 1179px){
.prd-sec2{padding:50px 0;}	
ul.rlflist li {margin: 20px 31px 0 0;}
.benefit-box, .feature-box{margin:40px 0 0 0;}
}
@media only screen and (max-width: 1013px){
.prd-sec2{padding:30px 0 50px 0;}
.tabimg1{    
	float: none;
    margin: 20px auto 0px auto;
    max-width: 240px;
    display: block;}
.salve-tabimg1, .salve-tab2img1{float:none;margin:20px auto -20px auto;width:350px;display:block;}
ul.rlflist li {margin: 20px 40px 0 0;}
.tabimg1-tab{float:right;margin:-4px 0 0 0;}
.rollon-tabimg1{float:right;margin:-30px 0 0 20px;}
.rollon-tabimg2{float:right;margin:10px 0 0 20px;}
}
@media only screen and (max-width: 767px){
.prd-sec2{padding:20px 0 20px 0; margin-top:0;}
.tabhding{
	font-size:24px;
	line-height:26px;
	padding:5px 0 0 0;
	display:none;
}
.tabimg1{width:250px;}
.benefit-box, .feature-box, .tabsubhding{margin:25px 0 0 0;}
ul.bnflist{padding:4px 0 0 0;}
ul.bnflist li{padding:0 0 0 20px;}
ul.rlflist li{margin:10px 30px 0 0;}
.tabimg1-tab{float:none;margin:-10px auto -20px auto;display:block;}
.salve-tabimg1-tab{float:none;margin:20px auto -20px auto;width:300px;display:block;}
.rollon-tabimg1{float:right;margin:0 20px 0 20px;}
.rollon-tabimg1-mob{margin:10px 20px 0 0;width:100px;}
.rollon-tabimg2{margin:20px 0 0 0;width:130px;}
ul.inglist {padding:10px 0 0 0;}
ul.inglist li{margin:6px 0 0 0;}
ul.inglist li.lft, ul.inglist li.rgt{
	float:left;
	display:inline-block;
	width:50%;
	padding:0 0 0 20px;
}
}
@media only screen and (max-width: 550px){
.rollon-tabimg1{float:right;margin:0 0;}
.rollon-tabimg1-mob{margin:-30px 0 0 0;width:120px;}
}
@media only screen and (max-width: 479px){
.benefit-box, .feature-box{width:100%;}
.tabsubhding{line-height:25px;padding:0 0 6px 30px;}
ul.rlflist li {
    margin: 10px 22px 0 0;
}
ul.bnflist li{padding:0 0 0 25px;}
ul.lablist li{margin:20px 0 0 0;width:100%;}
.rollon-tabimg1, .rollon-tabimg2{
	float:none;
	margin:20px auto -10px auto;
	display:block;
	width:100px;
}
}
@media only screen and (max-width: 400px){
.rollon-tabimg1-mob{
	float:none;
	margin:20px auto -10px auto;
	display:block;
	width:100px;
}
}
@media only screen and (max-width: 359px){
ul.inglist li.lft, ul.inglist li.rgt{	
	width:100%;
	padding:0 0 0 25px;
}
ul.rlflist li {
    margin: 10px 15px 0 0;
}
}
/*================= product section3====================*/
.prd-sec3{padding:70px 0 60px 0;}
.prd-tcontainer{width:86%;margin:0 auto;}
.prd-tbx1, .prd-tbx2{
	padding:30px 0 0 98px;
	margin:30px 0 0 0;	
	position:relative;
}
.prd-tbx2{
	border-top:1px solid #ebebeb;
}
.name-symbol{
	position:absolute;
	left:0;
	top:30px;
	height:73px;
	width:73px;
	background:#dce9ea;
	border-radius:50%;
	font-weight:500;
	font-size:30px;
	line-height:73px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.prd-tbxtxt{color:#2d3444;}
.prd-tstar{margin:5px 0 10px 0;display:block;}
.prd-tbxtxt2{
	color:#329f2f;
	padding:15px 0 0 0;
}
@media only screen and (max-width: 1179px){
.prd-tcontainer{width:100%;}
}
@media only screen and (max-width: 1013px){
.prd-sec3{padding:40px 0 50px 0;}
.prd-tbx1, .prd-tbx2{
	padding:20px 0 0 88px;
	margin:20px 0 0 0;
}
.name-symbol{top:20px;}
}
@media only screen and (max-width: 767px){
.prd-sec3{padding:20px 0 40px 0;}
.prd-tbx1, .prd-tbx2{padding:20px 0 0 64px;}
.name-symbol{
	height:53px;
	width:53px;
	font-size:25px;
	line-height:53px;	
}
}
@media only screen and (max-width: 359px){
.prd-tbx1, .prd-tbx2{padding:20px 0 0 0;}
.name-symbol{
	position:inherit;
	left:auto;
	top:auto;
	margin:0 0 10px 0;	
}
}
/*================= product section4====================*/
.prd-sec4 {
	padding-top: 55px;
	text-align: center;
	background: #eef9f3;
}
.prd-container, .prd-container2{
	width:730px;
	margin:40px auto 0 auto;
	display:table;
}
.prd-container2{width:100%;}
.prd-bx1, .prd-bx2, .prdmain-bx1, .prdmain-bx2, .prdmain-bx3{
	float:left;
	display:inline-block;
	width:48%;
	height:auto;
	border:1px solid #e9e9e9;
	border-radius:6px;
	padding:10px 16px 20px 16px;
}
.prd-bx2{float:right;}
.prdmain-bx1, .prdmain-bx2, .prdmain-bx3{width:30%;margin:0 1.65%;height:auto;padding-bottom:20px;}
.prdbx-img{margin:0 auto;display:block;}
.prdbx-hding{
	font-weight:600;
	font-size:21px;
	line-height:28px;
	color:#2f2422;
	text-align:center;
	border-bottom:2px dotted #bdd7b9;
	padding:16px 0 12px 0;
}
.prdbx-txt{
	padding:15px 10px 0 10px;
	text-align:center;
	height:150px;
}
@media only screen and (max-width: 1179px){
.prd-sec4{padding:35px 0 70px 0;}
.prd-container{width:650px;}
.prdbx-txt{height:180px;}
}
@media only screen and (max-width: 1013px){
.prd-sec4{padding:25px 0 50px 0;}
.prd-container{width:580px;}
.prd-container2{width:100%;}
.prdmain-bx1, .prdmain-bx2, .prdmain-bx3{width:31.30%;margin:0 1%;}
.prdbx-txt{
	padding:15px 0 0 0;
}
}
@media only screen and (max-width: 767px){
.prd-sec4{padding:15px 0 20px 0;}
.prd-container, .prd-container2{width:auto;margin:10px auto 0 auto;}
.prd-bx1, .prd-bx2, .prdmain-bx1, .prdmain-bx2, .prdmain-bx3{
	float:none;
	width:90%;
	margin:20px auto 0 auto;
	display:block;
	height:auto;
	padding-bottom:26px;
}
.prdbx-txt{height:auto;}
}
@media only screen and (max-width: 479px){
.prd-bx1, .prd-bx2, .prdmain-bx1, .prdmain-bx2, .prdmain-bx3{width:100%;}
}

.ingredients-pannel{
	    float: left;
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
	}
.ing-lft-bx{
	    float: left;
    width: 100%;
    text-align: center;
	}
.ing-lft-bx-hed{
	    float: left;
    width: 100%;
    font-size: 24px;
    margin: 10px 0 20px;
	}
.ing-lft-bx img{
	max-width:100%;
	}
.ing-rgt-bx {
    float: right;
    width: 20%;
    text-align: center;
}
@media only screen and (max-width: 767px){
	.ing-lft-bx{ width:100%;}
	.ing-rgt-bx{ width:100%;}
	.ing-rgt-bx img{ max-width:50%;}
	}
	


/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 30px;
}
.trm-bx h1 {
	    line-height: 40px;
    color: #333;
    font-size: 26px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 4px solid #e7e7e7;
    padding-bottom: 5px;
}
.trm-bx h3 {
	line-height: 28px;
    text-align: left;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: #3c3c3b;
    font-weight: 600;
    background: #ffffff;
}
.trm-bx li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: disc;
}
.trm-bx strong {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.trm-bx span {
	text-transform: uppercase;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol {
	margin: 0px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 20px;
}
.trm-bx .disclmr {
	width: 100% !important;
}

@media only screen and (max-width: 767px){
	.tems_bg {    padding: 10px 0;}
	}

/*==============contact===========*/
.contact{
padding: 20px 0;
    float: left;
    width: 100%;
	text-align:center;
	background: #f9fbff;
}
.cont-hd{text-align:center; padding:0;}
.cont-hd2{text-align:center; padding:80px 0 0 0;}
ul.cont-list1{
	margin: 10px 0 0 0;
    background: #118d9a;
    padding: 20px;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 10px;
    border-radius: 30px;
    overflow: hidden;
}
ul.cont-list1 li{
	float: left;
    width: 31%;
    padding: 20px;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;

}
ul.cont-list1 li:nth-child(2){}
ul.cont-list1 li img{
	display:block;
	margin:0 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;}


/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) ;
}
.pop-up-bg-in {
	height: 360px ;
    position: fixed ;
    top: 30px ;
    padding: 0px ;
    margin: 0px ;
    border: 0px;
    opacity: 0.93;
    box-shadow: rgb(0 0 0 / 25%) 4px 0px 5px 0px ;
    background-color: rgb(255, 255, 255) ;
    transition: left 1s ease 0s ;
    z-index: 10000010 ;
    width: 470px ;
    left: 50%;
    transform: translate(-50%);
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	width: 100%;
	min-height: 40px;
	height: auto;
	z-index: 10000100;
	background: url(../images/ageverify.png) no-repeat center top 30px;
	background-size: auto 50px;
	font-size: 24px;
	text-transform: capitalize;
	box-sizing: initial;
	padding: 100px 0px 0;
	overflow-wrap: break-word;
	line-height: 31px;
	transition: left 1s ease 0s;
	display: inline-block;
	max-width: 400px;
}
.pop-up-left-txt span{
	font-weight: 700 ;
	}
.yes-btn, .no-btn {
    cursor: pointer ;
    margin-top: 35px ;
    height: 40px ;
    width: 105px ;
    color: rgb(255, 255, 255) ;
    font-size: 22px ;
    min-width: 1em ;
    line-height: 1em ;
    letter-spacing: 0px ;
    text-transform: none ;
    text-decoration: none ;
    text-shadow: none ;
    text-align: center ;
    padding: 0px ;
    font-weight: 700 ;
    font-style: normal ;
    background-image: none ;
    border-width: 2px ;
    border-style: solid ;
    border-color: #e1bc5c ;
    border-radius: 0px ;
    outline: none ;
    box-shadow: none ;
    background-color: #42ac47 ;
    appearance: none ;
    transition: left 1s ease 0s ;
    display: inline-block;
}
.yes-btn {
	
}


/*-----------------------
		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);}
}