@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-weight: normal;
	color: #2d2d2d;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:center;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color:#000;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.fl{ float:left;}
.fr{ float:right;}
.show-tab, .show-mob{ display:none;}
.show-desk{ display:block;}
.hide-desk{ display:none;}

/*=========================
CSS FOR HEADER
===========================*/
.wrapper {
    width: 100%;
    overflow: hidden;
}
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:80px;
	padding:9px 0;
	margin-top:-80px;
	top:80px;
	position:relative;
	border-bottom:1px solid #dddddd;
	-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);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	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{
	float: left;
    margin-top: 0px;
    width: 135px;
	}
ul.topMenu{
	float: right;
	vertical-align:middle;
	margin:16px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 20px;
	}
ul.topMenu li a{
	color:#000000;
	font-size:17px;
	line-height:18px;
	letter-spacing:0.3px;
	}
.d-menu-ic {
    display: inline-block;
    vertical-align: middle;
}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#9acd32;}
a.header-btn{
    float:right;
    color:#000000;
    font-size:17px;
    text-align: center;
    width: 145px;
    height: 45px;
    line-height:45px;
	border-radius:9px;
	margin-top:9px;
	letter-spacing:0.5px;
	font-weight:600;
	border:1px solid #7f3f98;
	}
a.header-btn:hover{ background:#7f3f98; color:#fff;}
	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 14px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:400;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:98px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:18px 20px 15px;
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}
/********************************/
.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;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.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 {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #9acd32;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #5d5d5d;
}	
/*====Banner-Sec====*/
.banner {
    float: left;
    width: 100%;
    padding:142px 0 0;
    background: url(../images/banner.jpg) center top no-repeat;
    height: 641px;
	}
.banner-right{
    float: right;
    width: 49%;
    text-align: left;
    margin: 0px 0 0;
	}
.baner-vfy-text{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #2d2d2d;
    font-weight: 500;
	text-transform:capitalize;
    letter-spacing: 0.5px;
	}
.baner-vfy-text img{
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 0 0;
	}
.banner-heading{
    float: left;
    width: 100%;
    font-size: 58px;
    text-transform: capitalize;
    line-height: 67px;
    font-weight: 800;
    color: #9acd32;
    font-family: 'Open Sans', sans-serif;
	}
.banner-heading span{
	color:#000;
	}
.banner-model{
	position: absolute;
    left: -70px;
    top: -64px;
	}
.bnr-text{
	float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
	}
a.banner-botn{
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    height: 55px;
    width: 100%;
    font-size: 19px;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 0;
    padding: 0px;
    margin-top: 30px;
    color: #fff;
    background: #9acd32;
	}
a.banner-botn:hover{
	/*color:#fff;*/
	/*background:url(../images/btn-arw.png) no-repeat 87% 21px #f76d01;*/
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-3px -15px 0 15px;
	}
.btnbtm-text{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #393939;
    margin-top: 16px;
    font-weight: 400;
}
.img-box{
	/*float:left;*/
	position:relative;
	/*width:46%;*/
	}
img.prod1, img.prod2 {
   position: absolute;
    top: 411px;
    left: 60%;
    max-width: 172px;
    transform: rotate(0deg);
    z-index: 2;
}
img.prod2 {
    left: 71%;
    top: 390px;
    max-width: 187px;}
.bnr-img1{
	position: absolute;
    left: 14%;
    top: 465px;
    z-index: 1;
	}
.bnr-img2{
	position: absolute;
    right: 16%;
    top: 500px;
    z-index: 1;
	}	
/*====Section-1====*/
.section-1{
	float: left;
    width: 100%;
    padding:0px 0 10px;
    background: #000f24;
    position: relative;
    text-align: center;
	}
.common-heading-sub{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #9acd32;
    font-weight:400;
    text-transform: capitalize;
	letter-spacing: -2px;
	}	
.common-heading{
    float: left;
    width: 100%;
    font-size: 33px;
    line-height: 43px;
    color: #333333;
    font-weight: 800;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
	}
.common-heading span{
    color: #9acd32;
    font-weight: 400;
	}	
.common-text{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    font-weight: 400;
    margin-top: 18px;
	}
	
.s1-mid-row{
	float: right;
    width: 56%;
    margin-top: 25px;
    /* background: url(../images/s1-inr.png) center top no-repeat; */
	padding: 50px 20px 20px 0;
    margin: 60px 0 0px;
    text-align: left;
	}
.s1-mid-row .common-heading {
    border-bottom: 1px solid #919191;
    padding-bottom: 25px;}
	
.s1-prd, .s1-prd2 {
    position: absolute;
    top: 450px;
    left: 315px;
    max-width: 168px;
    z-index: 5;
    transform: rotate(-11deg);
}
.s1-prd2{
    left: 210px;
	top: 455px;
    transform: rotate(16deg);
	}
.sec1-model{
    position: absolute;
    top: 186px;
    left: -88px;
	}
.s1-lft{
	float: left;
    width: 48%;
    text-align: left;
	position:relative;
	}
.s1-lft .common-heading{ color:#fff;}
.s1-model{
	display:inline-block;
	margin:20px 0 0;
	max-width: 300px;
	}	
.s1-prodts{
	position: absolute;
    right: 1%;
    top: 175px;
    max-width: 300px;
	}		
.s1-inr{
    float: right;
    width:50%;
    text-align: left;
    }
.s1-inr .common-text{color:#fff;margin-top: 54px;}
.s1-mid-list{
    float: left;
    width: 100%;
    margin: -65px 0 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 0px;
    position: relative;
	}
.s1-mid-col{
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
    color: #f6f6f6;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 50px 15px 50px;
    background: #b98500;
	}
.s1-mid-col:nth-child(2){background:#0087b5;}	
.s1-mid-col:nth-child(3){background:#9acd32;}
.s1-mid-col span{
	display: block;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
	}	
.s1-img1{
    position: absolute;
    top: 250px;
    left: 34%;}
.s1-icon{
    display: block;
    margin: 0 0 15px;
	}
.steptext{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#7f3f98;
	font-weight:600;
	letter-spacing:0.5px;
	}

.s1-col-text{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    color: #1d1d1d;
    margin-bottom: 0;
}					
/*====Section-2====*/
.section-2{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#f2f2f2;
	}
.section-2 .common-text{    margin-top: 8px;}	
.s2-left{
	float:left;
	width:47%;
	text-align: left;
	}
.s2-model{
	position: absolute;
    top: -102px;
    right: 0;
    max-width: 555px;
	}
.s2-prodts{
	position: absolute;
    right: 33%;
    top: 230px;
	}	
.s2-left-text{
	position: absolute;
    right: 30%;
    top: 178px;
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
	}
.s2-doc-box{
	float:left;
	width:100%;
	margin-top:80px;
	background:#fff;
	padding:25px 200px 30px 20px;
	border-radius:10px;
	position:relative;
	}
.s2-doc-img{
	position:absolute;
	right:25px;
	bottom:0;
	}
.s2-doc-text{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.5px;
	}
a.s2-doc-cont{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#0ece7a;
	font-weight:600;
	letter-spacing:0.5px;
	text-decoration:underline;
	margin-top:35px;
	}
.s2-right{
    float: right;
    width: 675px;
    margin: 22px 0 0;
    text-align: left;
	}
ul.s2-right-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;
	row-gap: 14px;
	}
ul.s2-right-list li{
    float: left;
    width: 100%;
    padding: 0px 0px 0px 32px;
    margin-top: 0px;
    text-align: left;
    position: relative;
	}
ul.s2-right-list li img{
	position:absolute;
	left:0;
	top:5px;
	}	
ul.s2-right-list li:last-child{}

/*ul.s2-right-list li:after{
	position:absolute;
	content:"";
	border-right:1px solid #bbb;
	top:0;
	right:-8px;
	bottom:0;
	}
*/ul.s2-right-list li:last-child:after{ display:none;}
.s2-right-li-cont{
    float: left;
    width: 100%;
    text-align: right;
    padding: 60px 0px 60px 0;
	}

ul.s2-right-list li:last-child .s2-right-li-cont{
	text-align:left; padding:60px 0 60px 0px;}
ul.s2-right-list li:hover{}

ul.s2-right-list li:last-child img{ float:left;}
ul.s2-right-list li span{
	    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #42452f;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0px;
	}
ul.s2-right-list li:hover span{}
ul.s2-right-list li:hover p{}	
ul.s2-right-list li p{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #444444;
	}
/*====STRIP Section====*/
/*===================================*/
.strip{
	float: left;
    width: 100%;
    position: relative;
    padding: 0 0 60px;
	background:#000f24;
	}
ul.strip-list{
    float: left;
    width: 100%;
    margin: 35px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    column-gap: 0px;
    position: relative;
    z-index: 1;
	}	
ul.strip-list li{
	float: left;
    width: 25%;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    padding: 0px 10px 0 55px;
    position: relative;
}	
ul.strip-list li span{
    display: block;
    text-transform: capitalize;
    font-size:21px;
    line-height:31px;
	color: #fff;
    font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	}
ul.strip-list li img{
	position:absolute;
	left:0px;
	top:3px;
	}	
/*====Product Section====*/
.prod-sec {
    padding:50px 0;
    text-align: center;
    float: left;
    width: 100%;
	background:#fff;
}
ul.prod-sec-prdbx {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 9px;
    padding: 0px;
    border-radius: 0px;
    justify-content: center;
}
ul.prod-sec-prdbx li {
        float: left;
    width:32%;
    position: relative;
    border-radius: 0px;
    text-align: center;
    overflow: hidden;
    background: #191919;
    padding: 18px 0 25px;
}
ul.prod-sec-prdbx li:hover{
	background:#9acd32;}
.prt2 {
	display: inline-block;
    width: 100%;
	}
ul.prod-sec-prdbx li a.banner-botn{ 
	margin-top: 15px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #9acd32;
    color: #9acd32;
    background: no-repeat;
	}
ul.prod-sec-prdbx li:hover a.banner-botn{
	border:2px solid #fff;
    color: #fff;
	}	
.prt1 {
/*    background: #ecfdfe;
    border-radius: 20px 20px 0 0;
    height: 50%;*/
	display:inline-block;
	width:100%;
}
.prdbx-hding{
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    padding: 5px 0 8px 0;
    float: left;
    font-weight: 700;
    width: 100%;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.prdbx-hding span {
	font-size: 15px;
    line-height: 25px;
    display: block;
    font-weight: 300;
}
.prdbx-price {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    color: #fafdf7;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
	}
.prdbx-price span{}
		

.prod {
    position: relative;
    float: left;
    width: 100%;
}
.prd-sec-prd {
    max-width: 130px;
    margin: 0 auto 0;
    display: block;
    z-index: 9;
    position: relative;
}
img.prd-sec-prd:nth-child(6) {
    z-index: 1;
    right: 2px;
    left: auto;
    max-width: 100px;
    top: 46px;
}
.prd-sec-prd:nth-child(2), .prd-sec-prd:nth-child(3), .prd-sec-prd:nth-child(4), .prd-sec-prd:nth-child(5), .prd-sec-prd:nth-child(6), .prd-sec-prd:nth-child(7) {
    position: absolute;
    top: 24px;
    left: 19%;
    max-width: 120px;
    z-index: 7;
}
.prd-sec-prd:nth-child(3) {
    left: auto;
    right: 19%;
}
.prd-sec-prd:nth-child(4), .prd-sec-prd:nth-child(5) {
    top: 35px;
    left: 9%;
    max-width: 110px;
    z-index: 6;
}
.prd-sec-prd:nth-child(5) {
    right: 9%;
    left: auto;
}
.prd-sec-price {
    font-size: 23px;
    line-height: 30px;
    color: #1c1c1c;
    font-weight: 600;
    margin-top: 20px;
}

/*====Section-3====*/
.section-3{
	float: left;
    width: 100%;
    padding:45px 0;
    background: #8cc63f;
	}
.s3-text{
	margin-top:25px;
	}
.s3-mid-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;
	margin-top:15px;
	}
.s3-mid-col{
	float:left;
	width:30%;
	margin-top:35px;
	border-radius:10px 10px 0 0;
	padding:0 0 10px;
	overflow:hidden;
	}

.s3col-bg{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3-col-inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:93%;
	padding:30px 30px 30px;
	border-radius:10px;
	background:#ffffff;
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	position:relative;
	text-align:left;
	margin-top:-32px;
	}
.s3-col-icn{
	position:absolute;
	right:25px;
	top:-27.5px;
	}
.s3-col-inner span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	letter-spacing:0.5px;
	color:#000000;
	font-weight:bold;
	}
.s3-col-inner p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:27px;
	color:#333;
	letter-spacing:0.5px;
	margin-top:15px;
}
ul.s3-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
ul.s3-list li {
    float: left;
    width:25%;
    text-align: left;
    padding: 0 0px 0px 70px;
    margin-top: 0px;
    position: relative;
}
ul.s3-list li span {
        display: block;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0px;
}
ul.s3-list li img {
	position:absolute;
	top:0;
	left:0;
}
ul.s3-list li p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
/*=====================*/
.section-4{
	background: url(../images/sec4.jpg) center top no-repeat;
    height:586px;
    padding: 0px 0 50px;
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #bbb;
}
.section-4 .common-heading{ }
.section-4 .common-heading span {}
.section-4 .common-text {}
.s4-Box{
        float: left;
    width: 42%;
    margin-top: 80px;
    position: relative;
    text-align: left;	}
/*.s4-Box:before{
	content:"";
	position:absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:10px;
	border:1px dashed #8cc63f;
	border-radius:50px;
	}*/	
.s4-model{
	float:right;
	margin:56px 90px 0 0;
	}
.s4-prdt1, .s4-prdt2{
	      position: absolute;
    right: 39%;
    top: 282px;
    max-width: 205px;
	}
.s4-prdt2{
        right: 25%;
    top: 276px;
    max-width: 205px;	}
.s4rgt{
	    float: right;
    width: 56%;
    margin: 50px 0 0;
    text-align: left;
	position:relative;
	z-index:9;
	}	
.s4rgt_txt{
	    float: left;
    width: 89%;
    color: #000;
    font-size: 20px;
    line-height: 33px;
	}	
.s4rgt a.banner-botn{margin-top: 40px; cursor: pointer;}	
			
/*================FOOTER===================*/
footer {
	    background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #8cc63f;
}
.ftr-logo {
	margin: 17px auto 0;
    display: block;
	max-width: 150px;
}
.ftr-cont-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:8px;
	}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 0 0px;
    width: 100%;
}
.ftr-cont-info li:first-child{ margin-bottom:10px;}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	display: inline-block;
    vertical-align: top;
    margin: 4px 6px 0 0;
	}
.ftr-cont-info li span, .ftr-cop-info span, ul.ftrlist li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(2):after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
.ftr-cop-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
	}
.ftr-cop-info li span, ul.ftrlist li span{
	font-size:18px;
	display:block;
	float:left;
	width:100%;
	}
.ftr-cop-info li{
	float: left;
	width: 100%;
	line-height: 29px;
	}
ul.ftrlist {
	text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0px 20px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding: 5px 0 0 0;
    float: left;
    width: 100%;
}
.disclmr {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding: 15px;
    margin-bottom: 0px;
    color: #000;
    margin-top: 0px;
}
.disclmr a{ text-decoration:underline;}
/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #231f20;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.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: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.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, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}
.cont-prod{
	position: absolute;
    top: -30px;
    right: -20px;
	}