a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, nwsection, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, nwsection {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}

html{scroll-behavior: smooth;}

body {
   font-family: "Lato", sans-serif;
	font-weight: 400;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
.position-relative {
	position:relative;
}
.headingone {
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:100%;
}
.subheading {
	font-size:16px;
	line-height:120%;
	margin-top:10px;
	text-transform:capitalize;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.nwsection {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}


/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	/* display: block; */
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
/*.slick-slide img {
	display: block;
	margin:0 auto;
}*/
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
  /* align-items: center;
  justify-content: center;
  height: auto; */
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 12px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(../lp-images/sliderleft.png) left top no-repeat;
	background-size:100% 100%;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width:30px;
	height: 12px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(../lp-images/sliderright.png) left top no-repeat;
	background-size:100% 100%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left:-30px;
}
[dir='rtl'] .slick-prev {
	right:80px;
	left: auto;
}
.slick-next {
	right:-30px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left:80px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:20px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 2px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border-radius:10px;
	background:none;
    border:1px solid #bf20c6;
	/* background: #A6A6A6; */
	outline: none;
	opacity: .75;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:#bf20c6;
	position:relative;
	border:1px solid #bf20c6;
	opacity: 1;
}
/* Slider end */
/**===============Start NAvigation Css========================*/
.top-outer {
	width:100%;
}
 .collapse:not(.show) {
display:none
}
.navbar {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0;
}
.navbar-collapse {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-align:center;
	align-items:center
}
.navbar-brand {
	display:inline-block;
	padding:10px 0 0px;
	margin:0 0 -40px 0;
	white-space:nowrap;
	width: 110px;
}

.navbar-nav {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	justify-content: center;
	background: transparent;
}
.navbar-nav li a {
	color: #271913; 
	display:block;
	font-size:14px;
	padding:11px;
	text-transform: capitalize;
	font-weight: 400;
	   font-family: "Lato", sans-serif !important;
}
.navbar-nav li:last-child a {
	padding-bottom:15px
}
.activenav .submenu li a {
	color: #fff;
}
.navbar-nav li:hover .submenu li a {
	color: #fff;
}
.submenu li a:hover{
	color: #000 !important;
}
.navbar-nav li:hover a {
	color:#000;
}
.navbar-nav li.active a {
	color:#000;
}
.navbar-toggler {
	padding:0;
	border:none;
	border-radius:50px;
	background:none;
	border:none;
	cursor:pointer;
	width:30px;
	outline:0
}
.navbar-toggler span {
	width:100%;
	height:3px;
	display:block;
	border-radius:50px;
	margin-top:4px;
	background:#fff
}
.navbar-toggler span:first-child {
	margin-top:0
}
.navbar-toggler span:nth-child(2) {
width:25px
}
.navbar-toggler span:nth-child(3) {
width:20px
}
.navbar-toggler:focus {
	border:none;
	outline:0
}
.navlogin {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 18px;
}
.dropdown-toggle {
	margin-left:5px;
	float:right;
	padding-top: 3px;
	position: absolute;
	top: 0px;
  right:10px;
  cursor: pointer;
}
.dropdown-toggle img{filter: invert(100%);}
.submenu {
	display: none;
}
.activenav .submenu {
	display: block;
}
.navbar-nav li {
	position: relative;
}
.navleft {
	display: flex;
	align-items: center;
	gap: 10px;
}
/**===============End NAvigation Css========================*/

/**------------------Accordion Css start--------------*/
.accordion {
	width:100%;
	margin: 0 auto;
}
.acc {
	margin: 0px 0 10px 0;
	border: 1px solid #271913;
background: #FFF;
padding: 20px;
  }

.acc:last-child {
	margin: 0;
  }

.acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	background:transparent;
	border-radius: 5px;
	gap: 15px;
	flex-wrap: wrap;
}
.acc-head.active h6{font-weight: 700;}
.acc-head h6 {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
	width:89%;
	text-transform: capitalize;
	color: #271913;
}
.acc-content {
	display: none;
	padding:0;
}
.accordion-header-icon {
	font-size: 0;
	background: url(../lp-images/faqplus.png) right center no-repeat;
	height:16px;
	width:16px;
	background-size:cover;
}
.active .accordion-header-icon {
	background: url(../lp-images/faqminus.png) right center no-repeat;
	height:3px;
	width:15px;
	background-size:cover;
}
.acc-content p {
	margin-top: 10px;
color: #271913;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 140%;
}

.acc-content ul li{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	opacity: 0.8;
	list-style: disc;
	list-style-position: inside;
}
.acc-content ul{margin: 15px 0	;}

/**------------------Accordion Css end--------------*/

strong{font-weight: 700;}
.text-white{color: #fff !important;}




























.upslderwrap{background: #271913; padding: 12px 0;}
.upslderwrap ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.upslderwrap ul li p {
color: #FFF;
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
   font-family: "Lato", sans-serif !important;
}
.upslderwrap ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.upslider p {
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.homebanner{
	background: url(../lp-images/banner.jpg) no-repeat center center;
	background-size: cover;
}
.ratingsec{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-bottom: 15px;
}
.ratingsec img{width: 60px;}
.ratingsec h6{
	color: #FFF;
font-size: 12px;
font-weight: 400;
   font-family: "Lato", sans-serif !important;
}
.bannertitle{
	  font-family: "Playfair Display", serif !important;
	  color: #FFF;
font-size: 25px;
font-weight: 400 !important;
line-height: 110%;
}
.bannercontent ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 9px;
	margin: 15px 0;
}

.bannercontent ul li p{
	color: #fff;
	font-size: 12px;
}

.bannercontent h4{
	color: #FFF;
font-size: 14px;
font-weight: 400;
line-height: 140%;
}
.primarybtn{
	max-width: 340px;
	width: 100%;
	background: #2E6F40;
	border: 1px solid #FFF;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #FFF;
font-size: 16px;
font-weight: 400 !important;
margin: 0 auto;
   font-family: "Lato", sans-serif !important;
}
.primarybtn:hover{background: #271913;border: 1px solid #FFF; color: #fff !important;}
.bannercontent .btnwrap{margin-top: 20px;}
.clientlogo{margin-top: 20px;}
.bannercontent {
	padding-top: 50px;
	padding-bottom: 20px;
}
.title-heading{
	color: #271913;
font-family: "Playfair Display", serif !important;
font-weight: 400 !important;
font-size: 25px;
line-height: 110%;
text-transform: capitalize;
}

.title-subheading{
	color: #271913;
font-size: 14px;
font-weight: 400 !important;
line-height: 140%;
margin-top: 10px;
   font-family: "Lato", sans-serif !important;
}
.stepbox {
	background: #FFECDB;
	padding: 30px 15px;
	margin-top: 20px;
}
.simplestep .stepouter:first-child .stepbox {
	margin-top: 0;
}
.stepcount {
	background: #E3A75C;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	color: #271913;
font-size: 20px;
font-weight: 400;
}

.stepbox h3{
	color: #271913;
font-size: 18px;
line-height: 110%;
}
.stepbox p{
	color: #271913;
font-size: 14px;
line-height: 140%;
margin-top: 10px;
}

.btngroup .ratingsec{margin: 15px 0 0 0;}
.btngroup .ratingsec h6{
	color: #271913;
}

.homeauthorsec{background: #271913; padding-bottom: 0;}
.authorbanner {
	padding-top: 70px;
}
.homeauthorcontent {
	max-width: 645px;
}
.authorcomment p{
	color: #FFF;
font-size: 14px;
font-weight: 400;
line-height: 140%;
margin-top: 15px;
}
.authorcomment{
	background: url(../lp-images/quote.png) no-repeat left 4px;
	background-size: 24px 19px;
	padding-left: 50px;
}
.authimg{
	width: 44px;
	height: 44px;
}
.authimg img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.authdetail{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
}
.authname h4{
	color: #FFF;
font-size: 16px;
font-weight: 700;
line-height: 140%; 
}
.authname h5{
	color: #FFF;
font-size: 16px;
font-weight: 700;
line-height: 140%; 
}
.authorbanner img{
	width: 100%;
	display: block;
}
.authorvector img{width: 100%; display: block;}
.whatinside{background: #FFECDB;}


.whatinsideouter {
	-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.whstinsidebox{
	text-align: center;
	margin-top: 30px;
}

.whatinsideouter .whstinsidebox:first-child{margin-top: 0;}


.whstinsidebox h3{
	color: #271913;
	  font-family: "Playfair Display", serif;
font-size: 14px;
font-weight: 400;
margin-top: 10px;
}
.whstinsidebox p{
	color: #271913;
font-size: 14px;
font-weight: 400;
line-height: 150%;
margin-top: 7px;
}
.insidemain{
	width: 535px;
	height: 535px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.insidemain img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 100%;
}
.whstinsidebox img{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	object-fit: cover;
}
.legesycontent{
	padding: 30px 0;
}
.legesycontent p{
	color: #271913;
font-size: 14px;
font-weight: 400;
line-height: 140%; 
margin-top: 10px;
}
.legesycontent ul{margin-top: 10px;}
.legesycontent ul li{
	background: url(../lp-images/check-circle-black.png) no-repeat left center;
	background-size: 20px 20px;
	color: #271913;
font-size: 14px;
font-weight: 400;
line-height: 140%; 
padding-left: 32px;
padding-top: 4px;
padding-bottom: 4px;
}
.legecybanner img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.howfarm{
	background: #271913;
}
.howvideo img{display: block;}

.playicon{
	width: 18px;
	height: 24px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.howfarm::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	background: #E3A75C;
	height: 250px;
	top: 0;
}
.howfarm .container{position: relative; z-index: 9;}



.zigzagcontentbox h3{
	color: #2E6F40;
font-size: 16px;;
font-weight: 400;
line-height: 130%;
text-transform: uppercase;
}
.zigzagcontentbox h2{
	font-family: "Playfair Display", serif;
	color: #271913;
font-size: 18px;
font-weight: 400;
line-height: 130%; 
margin-top: 10px;
}
.zigzagcontentbox ul{margin: 6px 0;}
.zigzagcontentbox ul li{
	background: url(../lp-images/tick.png) no-repeat left center;
	background-size: 21px 15px;
	color: #271913;
font-size: 16px;
font-weight: 400;
line-height: 140%;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
}
.zigzagcontentbox p{
	color: #271913;
font-size: 14px;
font-weight: 400;
line-height: 140%; 
}
.zigzagcontentbox {
	background: #fff;
	padding: 20px;
}
.zigzagimgbox img{width: 100%; display: block;}
.homeproduct{
	background: #E3A75C;
}
.homeprdouter{
	padding: 10px 5px;
	background: #fff;
}

.slidersec .prd_image img{width: 100%; display: block;}
.slidersec .prd_image{padding: 0 5px;}
.slidersec .thumbimage{margin-top: 5px;}

.productmaincontent h2{
	color: #271913;
font-size: 25px;
font-weight: 400;
}
.productmaincontent h3{
	color: #271913;
font-size: 16px;
font-weight: 400;
margin-top: 10px;
}
.oldprice{
	color: #271913;
font-size: 18px;
font-weight: 400;
text-decoration: line-through;
opacity: 0.3;
}
.newprice{
	color: #271913;
font-size: 20px;
font-weight: 400;
}
.savebubble{
color: #271913;
font-size: 14px;
font-weight: 700;
letter-spacing: -0.14px;
text-transform: uppercase;
border-radius: 25px;
background: #E8FFE8;
padding: 4px 12px;
}
.prdprice{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 10px;
}
.productmaincontent p{
	color: #271913;
font-size: 14px;
line-height: 140%; 
margin: 10px 0;
}
.productmaincontent ul li{
	background: url(../lp-images/check-circle-black.png) no-repeat left center;
	background-size: 20px 20px;
	color: #271913;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	padding-left: 32px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.productmaincontent .btnwrap{margin: 15px 0;}
.productmaincontent .primarybtn{margin: 0;}
.prdsingreview {
	background: #FFECDB;
	padding: 20px;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}
.singlereivewimg{
	width: 60px;
	height: 60px;
}
.singlereivewimg img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.singlereviewcontent {
	width: 77%;
	padding-left: 20px;
}
.singlereviewcontent p{
	color: #271913;
font-size: 14px !important;
line-height: 140%; 
margin: 5px 0 !important;
}
.singleauthor{
	display: flex;
	align-items: center;
	gap: 10px;
	color: #271913;
font-size: 13px;
margin-top: 10px;
}
.verify{
	display: flex;
	align-items: center;
	gap: 5px;
	color: #271913;
font-size: 13px;
}
.productmaincontent {
	padding-top: 20px;
}
.prodbadgebox{
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.prodbadgebox h3{
	color: #271913;
	font-family: "Playfair Display", serif;
font-size: 20px;
font-weight: 400;
text-transform: capitalize;
}
.prodbadgebox p{
	color: #271913;
font-size: 13px;
font-weight: 300;
line-height: 140%; 
margin-top: 10px;
}

.badgeicon {
	width: 45px;
}
.badgecontent {
	width: 86%;
	padding-left: 15px;
}

.prodtopvector{width: 100%;}
.prodtopvector img{width: 100%; display: block;}

.whychhosebox img{
	width: 100%;
	display: block;
}
.whycontent {
	background: #FFECDB;
	padding: 15px;
	  flex-grow: 1;
}
.whycontent h2{
	color: #271913;
	font-family: "Playfair Display", serif;
font-size: 20px;
font-weight: 400;
line-height: 140%;
}
.whycontent h3{
	color: #271913;
font-size: 18px;
font-weight: 400;
line-height: 140%;
margin: 6px 0;
}
.whycontent p{
	color: #271913;
font-size: 14px;
font-weight: 300;
line-height: 140%;
}
.whychhosebox{
flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  margin-top: 15px;
}
.whychoose .row .whychooseouter:first-child .whychhosebox{margin-top: 0;}

.wpcommunity{background: #271913;}

.communitycontent p{
	color: #FFF;
font-size: 14px;
font-weight: 400;
line-height: 140%;
margin-top: 15px;
}
.communitycontent ul{margin: 15px 0;}
.communitycontent ul li{
	color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; 
background: url(../lp-images/check-circle.png) no-repeat left center;
background-size: 20px 20px;
padding-left: 30px;
padding-top: 4px;
padding-bottom: 4px;
}

.communitycontent  .primarybtn{
	border: 0;
	max-width: 400px;
	margin: 0;
}
.communitycontent  .primarybtn:hover{background: #000;}
.communitycontent .ratingsec{
	justify-content: start;
	margin: 10px 0 0 0;
}
.wplogo{margin-bottom: 20px;}
.communitytopvector img{width: 100%; display: block;}

.clienttestimonial{background: #2E6F40;}
.testimonihead {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slidearrows {
	display: flex;
	align-items: center;
	gap: 15px;
}
.clidentslider .item{padding: 0 12px;}
.clientslidecontent h2{
	color: #F5F5DC;
font-size: 25px;
font-weight: 400;
margin-top: 10px;
}
.clientslidecontent p{
	color: #F5F5DC;
font-size: 16px;
font-weight: 300;
line-height: 140%; 
margin-top: 10px;
}

.clientslidecontent .singleauthor{color: #F5F5DC;}
.clientslidecontent .singleauthor .verify{color: #F5F5DC;}
.clientslideimg img{width: 100%; display: block;}
.clientslidecontent {
	padding: 0 10px;
}

.faqcon{
	max-width: 898px;
	margin: 0 auto;
}

.footerbanner{
	background: url(../lp-images/footerbanner.jpg) no-repeat center center;
	background-size: cover;
}
.footbancontent {
	max-width: 699px;
	margin: 0 auto;
	padding: 25px 0;
}
.footbancontent .btngroup{margin-top: 20px;}
.footbancontent .primarybtn{
	background: #fff;
	color: #2E6F40;
}
.footerleft p{
	color: #271913;
font-size: 14px;
font-weight: 500 !important;
line-height: 140%; 
margin: 10px 0;
   font-family: "Lato", sans-serif !important;
}
.footbottom {
	border-top: 1px solid #D9D9D95E;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}
.footbottom p{
	color: #271913;
font-size: 12px;
font-weight: 500 !important;
   font-family: "Lato", sans-serif !important;
margin-bottom: 15px;
}
.footbottom ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footbottom ul li{
	border-right: 1px solid #000;
padding-right: 14px;
  margin-right: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 80%;
}
.footbottom ul li:last-child{
	border: 0;
	padding: 0;
	margin: 0;
}
.footbottom ul li a{
	color: #271913;
font-size: 12px;
font-weight: 400 !important;
   font-family: "Lato", sans-serif !important;
}
.footbottom ul li a:hover{text-decoration: underline;}
.footertopvector img{width: 100%; display: block;}



.woocommerce table.shop_table th{   font-family: "Lato", sans-serif !important;}
.woocommerce table.shop_table td{   font-family: "Lato", sans-serif !important;}
.woocommerce table.shop_table td a{   font-family: "Lato", sans-serif !important;}
.cart_totals h2{   font-family: "Lato", sans-serif !important;margin-bottom: 15px;}
.woocommerce-shipping-destination{   font-family: "Lato", sans-serif !important;}
.checkout-button.button.alt.wc-forward{   font-family: "Lato", sans-serif !important;}


#footer {
	display: none !important;
}
.checkout.woocommerce-checkout h3{   font-family: "Lato", sans-serif !important;}
.woocommerce form .form-row label{   font-family: "Lato", sans-serif !important;}
.woocommerce-input-wrapper{   font-family: "Lato", sans-serif !important;}
.woocommerce-info{   font-family: "Lato", sans-serif !important;}
.woocommerce-privacy-policy-text p{   font-family: "Lato", sans-serif !important;}
#place_order{   font-family: "Lato", sans-serif !important;}



#widget-area {
	display: none;
}
.float-right.posts{
	max-width: 100% !important;
	width: 100% !important;
}
.entry-content p{   font-family: "Lato", sans-serif !important;}
.entry-content h4{   font-family: "Lato", sans-serif !important;}

.footbottom p a {
	text-decoration: underline;
	color: #000;
	font-family: "Lato", sans-serif !important;
}

 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
}
@media only screen and (min-width :576px) {
.container{max-width: 540px;}
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
 .container {
max-width:750px
}
.nwsection {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}
.ratingsec img{width: 88px;}
.ratingsec h6{
font-size: 15px;
}
.bannertitle{
font-size: 40px;
}
.bannercontent ul li p{
	font-size: 20px;
}
.bannercontent ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.bannercontent ul{
	gap: 20px;
	margin: 20px 0;
}
.bannercontent h4{
font-size: 16px;
}
.bannercontent .btnwrap{margin-top: 30px;}
.clientlogo{margin-top: 30px;}
.stepouter {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.title-heading{
font-size: 40px;
}

.title-subheading{
font-size: 20px;
margin-top: 15px;
}
.stepbox {
	padding: 60px 35px;
	margin-top: 30px;
}
.stepbox h3{
font-size: 20px;
}
.stepbox p{
font-size: 16px;
margin-top: 15px;
}
.simplestep .stepouter:nth-child(2) .stepbox {
	margin-top: 0;
}
.authorbanner {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	width: 170px;
}
.authorcomment{
	background: url(../lp-images/quote.png) no-repeat left 4px;
	background-size: 44px 33px;
	padding-left: 70px;
}
.authorcomment p{
font-size: 16px;
margin-top: 25px;
}
.authdetail{
	margin-top: 25px;
}
.authname h4{
font-size: 18px;
}
.authname h5{
font-size: 18px; 
}


.whstinsidebox h3{
font-size: 20px;
margin-top: 15px;
}
.whstinsidebox p{
font-size: 16px;
}
.legecybanner {
	position: absolute;
	right: 0;
	top: 0;
	width: 380px;
	height: 100%;
}
.legesycontent{
	max-width: 330px;
	padding: 70px 0;
}
.legesycontent p{
font-size: 16px;
margin-top: 20px;
}
.legesycontent ul li{
font-size: 16px;
}
.legesycontent ul{margin-top: 20px;}
.playicon{
	width: 31px;
	height: 38px;
}
.howfarm::before{
	height: 400px;
}

.zigzagimg {
-ms-flex: 0 0 65%;
flex: 0 0 65%;
max-width: 65%;
}
.zigzagouter .rowgap:nth-child(2n+2) .zigzagimg {
order: 2;
margin-left: auto;
}
.zigzagouter .rowgap:nth-child(2n+2) .zigzagcontent {
left: 0;
}
.zigzagcontent {
max-width: 66%;
	background: #FFF;
	padding: 15px;
	position: absolute;
	top: 50%;
	  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.zigzagcontentbox{padding: 0;}
.productmainleft {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.productmainright {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.homeprdouter{
	padding: 20px 0;
}
.slidersec .thumbimage{margin-top: 15px;}
.productmaincontent {
	padding-top: 0;
}
.productmaincontent h2{
font-size: 40px;
}
.productmaincontent h3{
font-size: 20px;
margin-top: 15px;
}
.oldprice{
font-size: 24px;
}
.newprice{
font-size: 30px;
}
.prdprice{
	margin-top: 15px;
}

.productmaincontent p{
font-size: 16px;
}
.productmaincontent ul li{
	font-size: 16px;
}
.productmaincontent .btnwrap{margin: 25px 0;}

.prodbadgeouter{
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.prodbadgebox{
	width: 33%;
	text-align: center;
	display: block;
	margin: 0;
}
.badgeicon {
	width: 70px;
	margin: 0 auto;
}
.badgecontent{
	width: 100%;
	padding-left: 0;
}

.whychooseouter{
	-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}
.whycontent h2{
font-size: 25px;
}
.whycontent h3{
font-size: 20px;
margin: 12px 0;
}
.whycontent p{
font-size: 16px;
}

.whycontent {
	padding: 25px 20px;
}
.whychoose .row .whychooseouter:nth-child(2) .whychhosebox {
	margin-top: 0;
}
.whychoose .row .whychooseouter:nth-child(3) .whychhosebox {
	margin-top: 30px;
}
.communityleftouter{
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
.communityrightouter{
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
order: 2;
}
.communitycontent p{
font-size: 16px;
margin-top: 25px;
}
.communitycontent ul li{
font-size: 16px;
}
.communitycontent ul{margin: 25px 0;}
.acc-head h6 {
	font-size: 20px;
	width:95%;
}
.acc-content p {
font-size: 16px;
}
.footbancontent {
	padding: 100px 0;
}

.footbottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footbottom {
	margin-top: 40px;
	padding-top: 40px;
}
.footbottom p{margin: 0;}













}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}



/**=====start navigation====*/
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-toggler {display: none;}
.navbar-toggler span {
	width: 100%;
	height: 3px;
	display: block;
	border-radius: 50px;
	margin-top: 4px;
}
.navlogin {order: 3; width: 135px;}
.navbar-expand-lg .navbar-nav{
    -ms-flex-direction: row;
    flex-direction: row;
	background: transparent;
}
.navbar-nav li a{padding:18px 10px; color: #271913;}
.dropdown-toggle img {
	filter:brightness(100%);
}
.collapse:not(.show) {display: block !important;}
.navbar-brand img {display:block;width:100%;}
.submenu{
	display: none; 
	background:#000; 
	color: #fff; 
	position: absolute;
    padding: 10px 0px;
    width: 230px;
	top: 50px;
	z-index: 999;
	border-radius: 5px;
}
.navbar-nav .submenu li {
	padding: 0;
	margin: 0;
}
.navbar-nav .submenu li a{color: #fff !important; font-size: 14px !important; padding: 8px 10px;}
.submenu li a:hover{background:#2DAE00;}
.navbar-nav li:hover .submenu{display: block;}
.dropdown-toggle {
	top: 19px;
    right: 3px;
    margin: 0;
    padding: 0;
}
.navbar-brand{width: 204px;}
/**=====end navigation====*/

.authorbanner {
	width: 395px;
}

.whatinsideouter {
	-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.whstinsidebox{
	margin-top: 100px;
}
.legecybanner {
	width: 520px;
}
.zigzagcontent {
max-width: 44%;
	padding: 30px;
}
.prodbadgebox h3{
font-size: 25px;
}
.prodbadgebox p{
font-size: 16px;
}
.badgecontent{margin-top: 20px;}
.footerouter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.footerleft {
	width: 65%;
	display: flex;
	align-items: center;
}
.footerright {
	width: 35%;
}
.footerleft p{
	max-width: 450px;
	padding-left: 30px;
	margin: 0;
	font-size: 16px;
	text-align: left;
}



.footerright .primarybtn{
	max-width: 100%;
	width: 100%;
	margin: 0;
}


}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-xl-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.nwsection {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}
.bannercontent {
	padding-top: 0;
	padding-bottom: 0;
}
.stepouter {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.stepbox{margin-top: 0;}

.authorbanner {
	width: 504px;
	right: 40px;
}
.legesycontent{
	max-width: 458px;
	padding: 130px 0;
}
.legecybanner {
	width: 620px;
}
.howfarm::before{
	height: 600px;
}
.zigzagcontentbox h2{
font-size: 25px;
}
.zigzagcontentbox p{
font-size: 16px;
}
.zigzagcontentbox ul{margin: 10px 0;}
.zigzagcontent {
	padding: 50px 60px;
}
.homeprdouter{
	padding: 80px 40px;
}
.singlereivewimg{
	width: 118px;
	height: 118px;
}
.singlereviewcontent {
	width: 75%;
}
.whychooseouter{
	-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.whychhosebox{margin: 0 !important;}
.footerleft {
	width: 70%;
}
.footerright {
	width: 30%;
}
.footerleft p{
	max-width: 511px;
}


}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.nwsection {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.authorbanner {
	width: 544px;
}
.singlereviewcontent {
	width: 77%;
}
}
@media only screen and (min-width :1500px) {
.authorbanner {
	width: 544px;
	right: 140px;
}

}


@media only screen and (min-width :1900px) {
	.authorbanner {
	right: 15%;
}
}












@media only screen and (max-width :767px) {

.homeproduct .row {margin-left: 0; margin-right: 0;}
.homeproduct .both-padding {padding: 0;}




}