@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{
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Calibre';
	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, .show-tab {
    display: none;
}
.s1prdbtn{    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 185px;
    height: 50px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 50px;
    background: #f15a2b;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 7px;}
/*-----------------------
CSS FOR TOP SECTION
------------------------*/
.top-sec {
	float: left;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #e6e6e6;
	}
.top-txt1, .top-txt2 {
	float: left;
	font-size: 14px;
	line-height: 14px;
	color: #1d1c1a;
	}
.top-txt2 {
	float: right;
	}
.top-fix-bar{
	    float: left;
    width: 100%;
    z-index: 999;
    background: #fff;
	}
.menu-sec {
    width: 100%;
    position: fixed;
    z-index: 11;
    padding: 10px 0;
    background: linear-gradient(45deg, #8e6f50, #8e6f50);
    height: 80px;
    margin-top: -80px;
    position: relative;
    top: 80px;
    margin-bottom: 80px;
	}
.fixed-nav .menu-sec {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	}
.logo {
	float: left;
    max-width: 110px;
	}
.menu-bar {
	display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    float: right;
	}
.menu-bar li {
	
    float: left;
    position: relative;
    padding: 21px 0px;

	}
.menu-bar li a {
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 0px 27px;
	font-weight: 500;
	text-transform: uppercase;
	}
.menu-bar li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background: #b8b8b8;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.menu-bar li:last-child:after {
	display: none;
	}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #fff;
	text-decoration: none;
	}
.crt {
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
	}
a#cart_btn_mob {
    float: right;
    margin-top: 10px;
}
.crt-ic {
	float: right;
	margin:2px 0px 0 15px;
	width: 25px;
	}
.blu-txt {
	float: left;
	width: 100%;
	background: #0c426d;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	padding: 4px 0 7px;
	}
ul.dropMenu{
	position:absolute;
	left:-25px;
	top:28px;
	background:#fff;
	width:310px;
	padding:0 5px;
	padding-bottom:5px;
	-webkit-box-shadow: 0 8px 7px 2px rgba(0,0,0,0.1);
	box-shadow: 0 8px 7px 2px rgba(0,0,0,0.1);
	z-index:99;
	}
ul.dropMenu li{
	float:left;
	width:50%;
	padding:10px;
	}
ul.dropMenu li a{
	width:100%;
	padding:0;
	}
ul.dropMenu li a img{
	display:inline-block;
	vertical-align:middle;
	border:1px solid #eaeaea;
	padding:10px 15px;
	max-width:100%;
	}
ul.dropMenu li:after{ display:none;}
ul.dropMenu li a p{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:13px;
	line-height:16px;
	letter-spacing:1px;
	font-weight:bold;
	}
.dropMenu{
	opacity: 0;
	visibility: hidden;
	display: block;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	}
.menu-bar li:hover .dropMenu{
	opacity: 1;
	visibility: visible;
	transform: translateY(18px);
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
	}
.phone-ic{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	width:12px;
	height:12px;
	}
/*==========Banner==============*/

.banner-sec {
	float: left;
	width: 100%;
	height:640px;
	background: linear-gradient(180deg, #8e6f50 50% 50%, #ffffff 50% 50%);
	position: relative;
	overflow: hidden;
	padding:90px 0 0;
}
.bnr-left {
	float: right;
    width: 51.7%;
    padding:35px 70px 35px 35px;
	margin-top:0px;
    text-align: left;
	position:relative;
	z-index:1;
}
.bnr-left:before, .bnr-left:after{
	content:"";
	position:absolute;
	right:-420px;
	top:0;
	width:1030px;
	height:117px;
	background: url(../images/s1-line1.png) no-repeat left top;
	z-index: -1;
	}
.bnr-left:after{
	top:auto;
	bottom:0;
	background: url(../images/s1-line2.png) no-repeat left bottom;
	}	
p.bnr-sub-hed {
	float: left;
	width:100%;
	font-size: 28px;
	line-height:38px;
	font-weight: 500;
	color: #fff;
	font-family: 'Cera Pro';
    }
.scroll-pic {
	display: inline-block;
	vertical-align: middle;
}
.bnr-heading {
	float: left;
	width: 100%;
	font-size:56px;
	line-height: 62px;
	color: #ffffff;
	font-weight:900;
	margin-top:0px;
	font-family: 'Cera Pro';
}
.bnr-heading span {
	color: #0fc382;
}
.bnr-para {
	    float: left;
    width: 100%;
    padding-top: 60px;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.sec-btn {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	margin: 45px 0 0 0;
	text-align: center;
}
.click-btn {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    border-radius: 15px;
    background: #f15a2b;
    font-weight: bold;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    outline: none;
}
.bnr-prod {
	position: absolute;
	left: -35px;
	top:-38px;
	max-width: 100%;
}
.adv-strip {
	float: left;
	width: 100%;
	background: #f3f7fa;
	padding: 25px 0;
}
.adv-strip p {
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Campton';
	line-height: 24px;
	letter-spacing: 1px;
}
/*-------------------------
     STRIP
--------------------------*/
.strip-section {
	float: left;
	width: 100%;
	background: #ecf8ff;
	padding:60px 0;
}
ul.strip-list {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.strip-list li {
	float: left;
    width: 30%;
    background: #ffffff;
	border-radius:10px;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    position: relative;
    padding:20px 12px;
	box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
   -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);

}
ul.strip-list li span {
	display: block;
	font-size: 28px;
	line-height:28px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}
ul.strip-list li .strip-iocn {
	display:block;
	margin:0 auto 15px;
}
/*-------------------------
     SECTION1 CSS
--------------------------*/
.section1 {
	float: left;
	width: 100%;
	padding: 30px 0 80px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.s1-prod-box {
	float: right;
	width: 46%;
	position: relative;
}
img.s1-prod1 {
	position: absolute;
	left: 0;
	max-width: 210px;
	top: 0px;
	z-index:1;
}
img.s1-prod2 {
	position: absolute;
    left: 30%;
    max-width: 190px;
    top: 20px;
    }
.s1img{
	position:absolute;
	right:-181px;
	top:40px;
	}
.s1-right {
	float: left;
    text-align: left;
    width: 48%;
}
.sec-heading {
	float: left;
    width: 100%;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    text-transform: capitalize;
	font-family: 'Cera Pro';
}
.sec-heading span {
	color: #282e3e;
    font-weight: 600;
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.s1-para {
	display: inline-block;
    width: 100%;
    padding-top: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.sec1-list {
	    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px;
}
.sec1-list li {
	width: 48%;
    float: left;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
}
.sec1-list li img {
	display: block;
	margin: 0px 0px 15px;
}
.sec1-list li p span {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}
.sec1-box {
	    float: left;
    width: 100%;
    margin-top: 0px;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s1-bx-pr {
	float: right;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #ffc200;
	margin-top: 30px;
	padding-right: 45px;
	position: relative;
}
.s1-bx-pr:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 4px;
	background: #ffc200;
	top: 11px;
	bottom: 0;
	right: 0;
}
.com-heading {
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    /* font-family: 'Butler'; */
    font-weight: 700;
}
.com-para {
	float: left;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-top: 15px;
}
.s1-para2 {
	width: 100%;
}
element.style {
}
.shop-box {
	float: left;
	width: 100%;
	margin-top:25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:25px;
}
.shop-colm-list {
	width:48%;
	padding: 0 0px 0px;
	border-radius: 10px;
	background: #ecf8ff;
	text-align: center;
	box-shadow: 0 0 25px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 25px 1px rgb(0 0 0 / 10%);
}
.sp-img {
	vertical-align: middle;
	display: none;
	margin-left: -22px;
}
.shop-prod {
	    float: left;
    width: 52%;
    margin: 0px 0 0px 0;
    position: relative;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop-cont{
	float: right;
    width:48%;
	text-align:center;
    margin: 0px 0 0px 0;
    position: relative;
    padding:30px 15px 30px 0;
	}
.prod-picc {
	display: inline-block;
	vertical-align: middle;
	margin-top: 45px;
}
.sp-bx-pr {
	float: left;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    line-height: 35px;
    margin: 0px 0 0;
}
.sp-bx-pr2 {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin: 0px 0 5px;
}
.sp-bx-pr3{
	float: left;
	width: 100%;
	font-size:30px;
	line-height: 30px;
	color: #8e6f50;
	font-weight:600;
	margin: 20px 0 0px;
	}
.sp-bx-pr2 img {
	display: inline-block;
	vertical-align: middle;
	margin: -8px 10px 0 0;
	width: 93px;
}
a.click-btn2 {
	display: inline-block;
    vertical-align: middle;
    width:100%;
	max-width:200px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    border-radius: 15px;
    background: #f15a2b;
    font-weight: bold;
    text-transform: uppercase;
	margin-top:20px;
}
a.click-btn2:hover {
}
.s3-btm-rgt{
	float:right;
	width:48%;
	}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
	width: 100%;
	padding: 80px 0;
	background: #0f256e;
	position: relative;
	min-width: 1170px;
	background: url(../images/section2.jpg) no-repeat center top;
}
.s2-circle {
	position: absolute;
	left: 50%;
	top: -115px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.s2-block {
	float: left;
	width: 100%;
	margin: 28px 0 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 40px;
}
.s2-prd-box {
	float: left;
	width: 24%;
	background: #fff;
	position: relative;
}
.s2-bx-arw {
	position: absolute;
	left: 50%;
	top: -25px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.s2-p1 {
	float: left;
	width: 100%;
	font-size: 33px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	background: #333;
	padding: 15px 10px;
	letter-spacing: -0.5px;
}
.s2-p2-g {
	float: left;
	width: 100%;
	font-size: 21px;
	line-height: 24px;
	background: #ffddb9;
	padding: 5px 10px 10px;
}
.s2-prd-div {
	float: left;
	width: 100%;
	padding: 20px 12px;
	position: relative;
}
.s2-prd-1 {
	display: inline-block;
	max-width: 140px;
	vertical-align: middle;
	position: relative;
	z-index: 9;
}
.s2-prd-1:nth-child(2), .s2-prd-1:nth-child(3), .s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5) {
	position: absolute;
	max-width: 127px;
	z-index: 5;
	left: 15%;
	top: 30px;
}
.s2-prd-1:nth-child(3) {
	left: auto;
	right: 15%;
}
.s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5) {
	z-index: 0;
	max-width: 114px;
	top: 40px;
	left: 5%;
}
.s2-prd-1:nth-child(5) {
	left: auto;
	right: 5%;
}
.s2-price-div {
	float: left;
	width: 100%;
	border: 5px solid #fff;
	background: #f4f4f4;
	padding: 20px 0px 20px;
	position: relative;
}
.s2-prc-arw {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.s2-p3 {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 27px;
	color: #333;
	font-weight: 400;
	margin-bottom: 10px;
}
.s2-p3 sup {
	font-size: 26px;
	line-height: 30px;
	display: inline-block;
}
.s2-p3 span {
	position: relative;
}
.s2-p3 sub {
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	right: -14px;
	bottom: 7px;
	color: #008d36;
}
.marg-1 {
	margin: 0 1.5%;
}
.s2-p4 {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	position: relative;
}
.s2-p4:after, .s2-p4:before {
	position: absolute;
	content: '';
	right: -410px;
	top: 50%;
	width: 385px;
	height: 1px;
	background: #cccccc;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.s2-p4:before {
	left: -410px;
	right: auto;
}
.s2-ul {
	float: left;
	width: 100%;
	margin: 35px 0 0;
}
.s2-ul li {
	float: left;
	width: 16.5%;
	background: url(../images/s2-line.png) no-repeat right bottom;
}
.s2-ul li:last-child {
	background: none;
}
.s2-ic-1 {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
}
.s2-p5 {
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
	color: #2d2d2d;
}
.s2-p2-o {
	background: #b0dbff;
}
.s2-p2-c {
	background: #d4ffdc;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
/*-------------------------
     SECTION3 CSS
--------------------------*/
.section3 {
	float: left;
	width: 100%;
	padding:20px 0 40px;
	text-align: center;
}
.s3-Box{
	    float: left;
    width: 100%;
    background: #ecf8ff;
    padding: 60px 70px;
	}
.section3 .sec-heading span {}
.section3 .s1-para {
}
.s3-rgt{
	float:right;
	width:54%;
	text-align:left;
	}
ul.s3-list{
	    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 20px;
	}
ul.s3-list li{
	float: left;
    width: 100%;
    padding-left: 17px;
    position: relative;
    font-size: 19px;
    line-height: 28px;
    color: #000000;
	text-align: left;
	}	
ul.s3-list li:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:8px;
	height:8px;
	background:#000;
	border-radius:50%;
	}
.s3-Box .sec-btn {
    margin-top: 20px;
}
.s3-model{
	position:absolute;
	left:70px;
	top:80px;
	max-width:100%;
	border-radius:100px 0 100px 100px;
	}			
.s3-lft {
	float: left;
	width: 100%;
	text-align: center;
}
.s3-lft ul {
	float: left;
	width: 100%;
	margin-top:65px;
	display: flex;
	flex-wrap: nowrap;
	row-gap: 15px;
	column-gap:45px;
}
.s3-lft ul li {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #000000;
}
.img-box {
	display: inline-block;
	max-width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	height: 224px;
}
.s3-lft ul li span {
	display: block;
	font-size: 28px;
	line-height:28px;
	font-weight: 700;
	margin:0px 0 10px;
}
.s3-prod {
	position: absolute;
	right: 0;
	top: -50px;
	max-width: 720px;
}
/*****************************/
.sec3-bottom {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.s3-btm-lft{
	float:left;
	width:44%;
	text-align:left;
	}
.s3-arw{
	display:inline-block;
	margin:30px 0 0 0;
	}	
.sec3-bottom .s1-para {
}
.sec3-bottom ul {
	float: left;
	width: 100%;
}
.sec3-bottom ul li {
	display: inline-block;
	vertical-align: middle;
	width: 24%;
	position: relative;
	padding-left: 55px;
	text-align: left;
}
.sec3-bottom ul li img {
	position: absolute;
	left: 0;
	top: 8px;
}
.sec3-bottom ul li p {
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	font-weight: 300;
}
.sec3-bottom ul li p span {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
	display: block;
	font-family: 'Butler';
}
	
/*-----------------------
		SEC-6
------------------------*/		

/*------------start footer--------------*/
footer{padding:40px 0 40px 0;}
.ftrlogo{margin:0 auto;display:block; max-width:120px;}
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: 22px;
	font-size:16px;
	}
.crop-info{
    float: left;
    width: 100%;
    padding: 0 20px;
    text-align: center;
	margin-top:20px
}
.crop-infohding {
    font-weight: 500;
    font-size: 26px;
    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;}	
@media only screen and (max-width: 1179px){
.s4sldr{margin:35px 0 0 0;}
.contsubhding{font-size:18px;}
}
@media only screen and (max-width: 1013px){
/*-----------section 5--------------*/
.sec5{padding:15px 0 0 0;}
.conthding{
	font-size:31px;
	line-height:35px;
	padding:46px 0 0 0;
}
.contsubhding{
	font-size:18px;
	line-height:22px;
	padding:8px 20px 0 20px;
}
.conbxbg{
	top:97px;	
	width:50px;
}
.emailfld{width:86%;}
.email{width:66%;}
.signup{width:34%;}
/*------------start footer--------------*/
footer{padding:0px 0 30px;}
ul.ftrlist{padding:18px 0 0 0;}
}
@media only screen and (max-width: 767px){
.sec4{padding:22px 0 20px 0;}
.s4sldr{margin:25px 0 0 0;}
/*-----------section 5--------------*/
.contactbox{height:auto;background:none;}
.contlft, .contrgt{width:100%;background:#038741;padding:25px 15px;height:auto;}
.contrgt{background:#329f2f;}
.conthding{
	font-size:31px;
	line-height:35px;
	padding:0;
}
.contsubhding{padding:8px 0 0 0;}
.conbxbg{display:none;}
.emailfld{width:100%;margin:15px auto 0 auto;}
ul.sllink-list{padding:16px 0 0 0;}
/*------------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;}
}
@media only screen and (max-width: 479px){
/*-----------section 5--------------*/
.contlft, .contrgt{padding:20px 10px;}
.conthding {
    font-size: 26px;
    line-height: 30px;  
}
/*------------start footer--------------*/
ul.ftrlist li{
	font-size:16px;
	line-height:16px;
	padding:0 5px;
}
.ftrtxt1{
	font-size:16px;
	line-height:17px;	
}
.ftrtxt2{
	font-size: 15px;
    line-height: 20px;
    padding: 8px 0 0 0;
	margin:0;
}
.trm-bx{margin-top:20px;}
.crop-infotxt{ margin:3px 0; font-size:16px;}
.crop-infotxt:after{ display:none;}
}
/*================================================
			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;
}
a.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 *************/

/*==================CART FROM===================*/
.cart-frm{
	float:left;
	width:100%;
	padding: 40px 0;
}
.crt-from-sec {
	float:left;
	width:100%;
}
.crt-frm1, .crt-frm2 {
	width: 58%;
	float: left;
	margin: 0 0 0 0;
	border-radius: 4px;
}
.crt-frm2 {
	clear: both;
}
.frm1, .frm2 {
	padding: 20px 20px;
    text-align: center;
    float: left;
    width: 100%;
    background: #f9f9f9;
}
.safebox {
	position: relative;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.safe-iconbox, .safe-iconbox2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 62px;
	background: #0e6896 url(../images/safe-icon.png) center center no-repeat;
	display:none;
}
.safe-iconbox2 {
	background: #0e6896 url(../images/pay.png) center center no-repeat;
}
.safe-iconbox img, .safe-iconbox2 img {
	margin: 0 -18px 0 0;
	float: right;
}
.safebox p {
	font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #2d2d2d;
    float: left;
    width: 100%;
}
@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 30px;
}
.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: 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 0 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
    column-gap: 10px;
    padding: 20px;
}
ul.cont-list1 li{
    float: left;
    width: 32%;
    padding: 20px 10px;
    box-shadow: 1px 1px 10px #ccc;
}
ul.cont-list1 li:nth-child(2){}
ul.cont-list1 li img{
	display:block;
	margin:0 auto 0 auto;
	filter:hue-rotate(268deg);
}
.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;}

/*****************************************************/
/*==============================
CSS FOR SEC1
===================================*/	
.sectionOne{
	float: left;
    width: 100%;
    padding: 50px 0 35px;
	}
.s1-left{
	float:right;
	width:55%;
	text-align:left;
	}
.comn-hdng{
	float: left;
    width: 100%;
    font-size: 50px;
    line-height: 57px;
    color: #010101;
    font-weight: 400;
    font-family: 'Recoleta';
    text-transform: capitalize;
	}
.comn-hdng span{
	font-size:28px;
    line-height:32px;
	display:block;
}
.comn-para{
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    margin-top: 20px;
	}

.sec-btn,.pkg-btn{
	display: inline-block;
    vertical-align: middle;
	width:100%;
    max-width:185px;
	height: 50px;
    margin-top:30px;
    font-size: 24px;
	line-height:50px;
    background: #f15a2b;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 7px;
	}
.s1-rght{
	float:left;
	width:43%;
	}
.s1-vdoBx{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding-bottom:69%;
	position: relative;
	cursor:pointer;
	overflow:hidden;
	border-radius:15px;
	}
.s1-vdoBx iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:none;
	z-index:10;
	}
.s1-vdo-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	position:absolute;
	left:0;
	width:100%;
	top:0;
	cursor:pointer;
	z-index:9;
	}
ul.s1-list{
	float:left;
	width:100%;
	margin-top:100px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:20px;
	}
ul.s1-list li{
	float:left;
	width: 31.63%;
	text-align:left;
	padding:0 35px 30px 25px;
	border:1px solid #eeeeee;
	font-size:18px;
	line-height:27px;
	color:#000000;
	}
ul.s1-list li span{
	display:block;
	font-size:27px;
	line-height:37px;
	margin:22px 0 12px;
	font-family: 'Recoleta';
	}
ul.s1-list li img{
	display:block;
	margin:-35px 0 0;
	}				
/**************************************************************/	
/*==============================
CSS FOR SEC7
===================================*/	
.sectionSeven{
	float: left;
    width: 100%;
    padding:40px 0 80px;
    background: #fff;
	overflow:hidden;
	}
.s7-box{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.s7-list{
	display:inline-block;
	vertical-align:middle;
    width: 43%;
	margin-top: 10px;
	position:relative;
	z-index:1;
	}
.s7-list li{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	font-weight: 300;
	padding: 10px 10px 10px 50px;
	position: relative;
	text-align: left;
	margin-top: 22px;
	background: #f5f5f5;
	}
.s7-list li span {
    display: block;
    font-size: 26px;
    line-height: 30px;
	font-weight:normal;
	text-transform:capitalize;
	margin-bottom:10px;
	font-family: 'Recoleta';
}
.s7-list li:hover{}
.s7-list li:after{
	content:"";
	position:absolute;
	left: 10px;
    top: 14px;
	width:20px;
	height:20px;
	background:#f15a2b;
	border-radius:50%;
	}
.s7-list li:last-child:after{}
.s7-model{
	position:absolute;
	left:-52px;
	top:0;
	}
.s7-prod{
	position: absolute;
    float: right;
    right: -2%;
    top: 15px;
    max-width: 354px;
	}	
.s7-btm-txt{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:24px;
	line-height:28px;
	font-weight:500;
	color:#3f4a69;
	}
.mrgn20{ margin-top:20px;}					
																																																				
/*==============================
CSS FOR SEC3
===================================*/	
.sectionThree{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding:55px 0 60px;
	}
.s3-teamBox{
	float:left;
	width:100%;
	background:#2067a6;
	border-radius:8px;
	padding:40px;
	}	
.s3-teambx-hdng{
	float: left;
    width: 60%;
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    color: #ffbd59;
    padding: 20px 20px 20px 0;
	}
.s3-teambx-hdng span{
	    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: block;
	}
.s3-img {
    position: absolute;
    right: 170px;
    top: -59px;
    max-width: 231px;
}

.mrgn-60{ margin-top:60px;}

.s3-slide-box{
	float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s3-slideBx-col{
	float: left;
    width: 31.63%;
    padding: 0px 0px 0 170px;
    text-align: center;
    position: relative;
}	
.s3img-blk {
        position: absolute;
    top: 30px;
    left: 0;
    width: 53%;
    text-align: center;
}
.s3img-blk img {
    display: inline-block;
    position: relative;
    z-index: 1;
    max-width: 130px;
}

.s3img-blk img:nth-child(2), .s3img-blk img:nth-child(3), .s3img-blk img:nth-child(4), .s3img-blk img:nth-child(5) {
    position: absolute;
    left: 10%;
    z-index: 5;
    max-width: 110px;
    top: 10px;
}

.s3img-blk img:nth-child(3) {
    left: auto;
    right: 10%;
}

.s3img-blk img:nth-child(4), .s3img-blk img:nth-child(5) {
    z-index: 0;
    max-width: 100px;
    left: 1%;
    top: 20px;
}

.s3img-blk img:nth-child(5) {
    left: auto;
    right: 1%;
}

.s3-col-txt1{
	display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 140px;
    background: #2b2b2b;
    border-radius: 50%;
    padding: 28px 10px 0;
    font-size: 30px;
    line-height: 33px;
    color: #fff;
    text-align: center;
	}
.s3-col-txt1 span{
	    font-size: 60px;
    font-weight: 600;
    color: #ffffff;
    /*  */
    line-height: 50px;
	}
.s3-col-txt2{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#303030;
	font-weight: normal;
	font-family: 'Recoleta';
	margin-top:10px;
	}
.s3-col-txt3 {
    float: left;
    width: 100%;
    font-size: 27px;
    line-height:30px;
    color: #303030;
    margin-top: 10px;
	font-family: 'Recoleta';
}

.s3-slideBx-col .sec-btn {
   margin-top: 12px;
}


/*==============================
CSS FOR SEC2
===================================*/	
.sectionTwo{
	float: left;
    width: 100%;
    height: 660px;
    padding: 70px 0;
    background: url(../images/s2-model.png) #ffffff no-repeat center center;
    overflow: hidden;
	}
.s2-rght{
	float: right;
    width: 100%;
    text-align: center;
	}
ul.s2-list {
    float: left;
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 210px;
    column-gap: 100px;
}
ul.s2-list li {
    float: left;
    width: 34%;
    text-align: right;
    padding: 0 115px 0 0;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    position: relative;
}
ul.s2-list li:nth-child(even) {
    text-align: left;
    padding: 0 0 0 115px;
}
ul.s2-list li span {
    display: block;
    font-weight:400;
    font-size: 28px;
    line-height:36px;
    margin-bottom:8px;
	color:#000000;
	font-family: 'Recoleta';
	text-transform:capitalize;
}
ul.s2-list li img{
	position:absolute;
	right:0;
	top:0;
	}
ul.s2-list li:nth-child(even) img {
    right: auto;
    left: 0;
}
ul.s2-list2{
	float:right;
	}
ul.s2-list2 li{
	text-align:left;
	padding:0 0 0 115px;
	}
ul.s2-list2 li img{
	right:auto;
	left:0;
	}			
.s2-rght .sec-btn{}
.s2-prod{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    top: 230px;
    max-width: 360px;
	}
/*******************************************/
.mobilemenu li a {
    float: left;
    width: 100%;
    padding: 17px 20px;
    font-size: 18px;
    color: #000;
}
.mobilemenu li {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
}





