body {
	padding: 0px;
	padding-top: 70px;
	margin: 0px;
	list-style: none;
	font: 400 16px/24px 'Poppins', sans-serif;
	color: #000;
	background: #fff;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	padding: 0px;
	margin: 0px;
	outline: none !important;
	text-decoration: none !important;
}

ul,
ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
	padding: 0px;
	margin: 0px;
}

input[type="text"]::-webkit-input-placeholder {
	opacity: 1;
}

input[type="text"]::-moz-input-placeholder {
	opacity: 1;
}

input[type="search"]::-webkit-input-placeholder {
	opacity: 1;
}

input[type="search"]::-moz-input-placeholder {
	opacity: 1;
}

input[type="email"]::-webkit-input-placeholder {
	opacity: 1;
}

input[type="email"]::-moz-input-placeholder {
	opacity: 1;
}

input[type="tel"]::-webkit-input-placeholder {
	opacity: 1;
}

input[type="tel"]::-moz-input-placeholder {
	opacity: 1;
}

textarea::-moz-input-placeholder {
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	opacity: 1;
}

a:hover {
	outline: none !important;
	text-decoration: none !important;
}

a:active {
	outline: none !important;
	text-decoration: none !important;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="text"] {
	outline: none;
}

input[type="email"] {
	outline: none;
}

input[type="tel"] {
	outline: none;
}

input textarea {
	outline: none;
	-webkit-appearance: none;
	resize: none;
}

input[type="search"] {
	outline: none;
}

input {
	outline: none !important;
}

textarea {
	outline: none !important;
}

:focus {
	outline: none;
}

.colm_rt {
	flex-direction: row-reverse;
}

.d_inherit {
	display: inline-block;
}

.d_inherit .col-sm-1,
.d_inherit .col-sm-2,
.d_inherit .col-sm-3,
.d_inherit .col-sm-4,
.d_inherit .col-sm-5,
.d_inherit .col-sm-6,
.d_inherit .col-sm-7,
.d_inherit .col-sm-8,
.d_inherit .col-sm-9,
.d_inherit .col-sm-10,
.d_inherit .col-sm-11,
.d_inherit .col-sm-12,
.d_inherit .col {
	float: left;
}


.nav_top {
	margin: 0px;
	padding: 0px;
	background: none !important;
}

.navbar-brand {
	margin: 0px;
	padding: 0px;
}

.navbar-brand img {
	max-width: 100%;
}

.container {
	max-width: 1570px;
	margin: 0 auto;
}

.banner_sec {
	width: 100%;
	position: relative;
}

.header_sec {
	width: 100%;
	padding: 10px 0px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	border-bottom: 1px solid #7c867f;
	background: #fff;
}

.innheader_sec {
	width: 100%;
	float: left;
	position: relative;
}


/*menu*/
.nav_top {
	width: 100%;
	background: none !important;
	padding: 20px 0;
	box-shadow: inherit;
	margin: 0px;
	border: none;
	border-radius: 0px;
	min-height: inherit;
}

.nav_top .navbar-brand {
	width: auto;
	padding: 0px;
	margin: 0px;
	height: auto;
}

.nav_top .navbar-brand img {
	max-width: 100%;
}

.nav_top .navbar-collapse {
	padding: 0px;
	border: none;
	box-shadow: inherit;
	justify-content: end !important;
}

.menu_sec {
	padding: 0px;
	padding-right: 490px;
}

.menu_sec li {
	margin-left: 65px;
}

.menu_sec li:first-child {
	margin-left: 0px;
}

.menu_sec li a {
	padding: 16px 0;
	/*font: 400 17px/18px 'Poppins', sans-serif;*/
	color: #000 !important;
	text-decoration: none;
	float: left;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.menu_sec li a:after {
	width: 0%;
	height: 3px;
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.menu_sec li.actv a {
	font-weight: 600;
}

.menu_sec li.actv a:after {
	width: 100%;
}

.menu_sec li:hover a:after {
	width: 100%;
}

.nav_top .navbar-nav>li>.dropdown-menu {
	background: rgba(000, 000, 000, 0.6);
	left: 0px;
	right: inherit;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 170px;
	box-shadow: none !important;
	min-width: inherit;
	border: none;
	padding: 5px;
}

.nav_top .navbar-nav>li>.dropdown-menu>li {
	width: 100%;
	display: inline-block;
	margin: 0px 0px;
}

.nav_top .navbar-nav>li>.dropdown-menu>li>a {
	font: 400 13px/18px 'Poppins', sans-serif;
	color: #ffffff !important;
	padding: 5px 0 !important;
	background: none !important;
	text-align: left;
	width: 100%;
	display: inline-block;
}

.nav_top .navbar-nav>li>.dropdown-menu>li>a:after {
	display: none;
}

.nav_top .navbar-nav>li>.dropdown-menu>li:hover a {
	color: #2c8778 !important;
}

.drop_arrow {
	position: absolute;
	right: -12px;
	top: 20px;
	color: #fff;
}

/*end menu*/

/*search*/
.search {
	width: auto;
	position: absolute;
	right: 315px;
	top: 32px;
	z-index: 99;
	cursor: pointer;
}

.searh_bx input[type="text"] {
	width: 25px;
	height: 30px;
	background: url(../images/srch.png) no-repeat right center;
	border: none;
	font-size: 0;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.searh_bx input[type="text"]:focus {
	width: 200px;
	font: 400 12px/13px 'Poppins', sans-serif;
	color: #34495e;
	padding: 0 14px;
	cursor: text;
	padding-right: 40px;
	background: url(../images/srch.png) #ffffff no-repeat right 10px center;
	border: 1px solid #b5beca;
}

/*end search*/



.rtpanelHeader {
	width: auto;
	position: absolute;
	right: 0;

}

.rtpanelHeader ul {
	width: 100%;
	display: inline-block !important;
}

.rtpanelHeader ul li {
	display: inline-block;
	vertical-align: middle;
	font: 400 15px/18px 'Poppins', sans-serif;
	padding: 0px 5px;
	position: relative;
	color: #000;
}

.rtpanelHeader ul li:first-child {
	border-right: none;
}

.rtpanelHeader ul li a {
	color: #000;
}

/* Cart link styling */
.cart-link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cart-link .media-body {
	display: flex;
	align-items: center;
	gap: 5px;
}

.cart-link .media-body h4,
.cart-link .media-body p {
	margin: 0;
}

.cart-link .media img {
	margin-right: 5px;
}

.rtpanelHeader ul li .media {
	align-items: center;
	position: relative;
	padding-left: 5px;
	/* reduced gap before cart */
}

.rtpanelHeader ul li .media img {
	margin-right: 10px !important;
}

.rtpanelHeader ul li .media em {
	position: absolute;
	left: 0px;
	top: 10px;
	font: 400 15px/18px 'Poppins', sans-serif;
	color: #000;
}

.rtpanelHeader ul li .media .media-body {
	display: flex;
	align-items: center;
	gap: 8px;
}

.rtpanelHeader ul li .media .media-body h4,
.rtpanelHeader ul li .media .media-body p {
	margin: 0;
}

/* Cart alignment */
.rtpanelHeader ul li a {
	display: flex;
	align-items: center;
	gap: 8px;
}

.rtpanelHeader ul li a .media-body {
	display: flex;
	align-items: center;
	gap: 4px;
}

.rtpanelHeader ul li a .media-body h4,
.rtpanelHeader ul li a .media-body p {
	margin: 0;
}


.nav-search {
	display: flex;
	align-items: center;
	margin-right: 12px;
}

.nav-search .form-control {
	width: 150px;
	padding: 4px 8px;
	font-size: 0.9rem;
}

/* Ensure header nav items can wrap */
.rtpanelHeader ul {
	flex-wrap: wrap;
}

/* Mobile: pull search above banner in a single straight line */
@media (max-width: 768px) {
	.nav-search {
		width: 100%;
		justify-content: center;
		margin: 10px 0;
	}

	.nav-search .form-control {
		width: calc(100% - 20px);
		max-width: 500px;
	}

	.rtpanelHeader {
		margin-top: 70px;
		/* space for the search bar */
	}

	.rtpanelHeader ul li {
		width: auto;
		margin: 5px 0;
	}

	.rtpanelHeader ul li a {
		justify-content: flex-start;
	}
}



/*Carousel banner */

/*
.banner_sec{ position: relative; float: left;}
.carousel-item{ text-align: center;}
.carousel-item img{ object-fit:cover;}
*/

.banner_sec .carousel-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	/* Prevents distortion while keeping proportions */
	display: block;
}

.banner_sec .carousel-item picture {
	width: 100%;
	display: block;
}



.banner_Itm_Inn {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.banner_Itm_Txt {
	width: 100%;
	padding-top: 350px;
	position: relative;
	text-align: center;
	display: inline-block;
}

.banner_Itm_Txt strong {
	font: 700 50px/56px 'Poppins', sans-serif;
	color: #fff;
	position: relative;
	display: block;
}

.banner_Itm_Txt em {
	/*font: 400 16px/24px 'Poppins', sans-serif;*/
	color: #fff;
	font-style: italic;
	padding-top: 10px;
	display: inline-block;
}

.banbtn {
	width: 150px;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	background: #2c8778;
	color: #fff;
	font: 700 13px/50px 'Lato', sans-serif;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 30px;
	-webkit-transition: all 0.30s;
	-moz-transition: all 0.30s;
	-ms-transition: all 0.30s;
	-o-transition: all 0.30s;
	transition: all 0.30s;
	display: block;
}

.banbtn:hover {
	background: #00988a;
	color: #fff;
}






.categoryBoxes {
	width: 100%;
	float: left;
	text-align: center;
}

.inncategoryBox {
	width: 850px;
	background: #fff;
	margin: 0 auto;
	margin-top: -85px;
	position: relative;
	/*padding:25px 0px;*/
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0px 5px 30px -5px #c1c1c1;
}

.inncategoryBox ul {
	width: 100%;
	display: inline-block;
}

.inncategoryBox ul li {
	float: left;
	width: 25%;
	text-align: center;
	background: url(../images/border1.png) no-repeat right center;
}

.inncategoryBox ul li:last-child {
	width: 25%;
}

.inncategoryBox ul li img {
	max-width: 100%;
	height: auto;
}

.inncategoryBox ul li h4 {
	font: 700 15px/24px 'Poppins', sans-serif;
	color: #000;
	padding-top: 10px;
	font-weight: 400;
}

.inncategoryBox ul li:last-child {
	background: none;
}


.proBoxesSec {
	width: 100%;
	float: left;
	margin-top: 75px;
	position: relative;
}

.proBoxesSec:before {
	content: '';
	width: 130px;
	height: 230px;
	background: url(../images/shape1.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: -150px;
	background-size: contain;
}

.proBoxes {
	width: 100%;
	float: left;
}

.proBox {
	width: 100%;
	display: inline-block;
	position: relative;
	box-shadow: 0px 5px 30px 5px #d6d6d6;
}

.proBox img {
	width: 100%;
	height: 340px;
	object-fit: cover;
}

.protxt {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 30px;
}

.proPic {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 25px;
	padding-right: 20px;
}

.proPic img {
	max-width: 100%;
	height: inherit !important;
}

.proTxtBox {
	width: 50%;
	float: right;
	padding-top: 80px;
}

.proTxtBox h3 {
	color: #2a2727;
	font: 700 33px/38px 'Poppins', sans-serif;
}

.proTxtBox p {
	color: #2a2727;
	font: 400 13px/18px 'Poppins', sans-serif;
	padding-top: 10px;
}

.proTxtBox .shopNow {
	color: #2a2727;
	font: 400 12px/35px 'Poppins', sans-serif;
	background: #e4e4e4;
	width: 105px;
	height: 35px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 20px;
}

.proTxtBox .shopNow:hover {
	background: #2a2727;
	color: #e4e4e4;
}


.top_heading {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.top_heading h1,
.top_heading h2,
.top_heading h3 {
	font: 700 38px/42px 'Poppins', sans-serif;
	color: #2a2727;
}

.top_heading p {
	font: 400 13px/21px 'Poppins', sans-serif;
	color: #2a2727;
	padding-top: 15px;
}




.productSec {
	width: 100%;
	float: left;
	padding-top: 80px;
}

.newarrivals {
	position: relative;
}

/*.newarrivals:after {
	content: '';
	width: 170px;
	height: 380px;
	background: url(../images/shape2.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: -50px;
	background-size: contain;
	z-index: -1;
}*/

.innproductSec {
	width: 100%;
	float: left;
}

.headingBox {
	width: 100%;
	text-align: center;
}

.headingBox h1,
.headingBox h2 {
	font: normal 25px/32px 'SF-Pro-Display-Heavy';
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.productBoxes {
	width: 100%;
	float: left;
	margin-top: 45px;
}

.productBox {
	width: auto;
	min-width: 25%;
	float: left;
	text-align: center;
	padding: 40px 0px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.productPic {
	width: 210px;
	height: 210px;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.productPic img {
	width: 100%;
}

.productTxt {
	width: 100%;
	float: left;
}

.productTxt strong {
	color: #2a2727;
	font: 500 16px/28px 'Poppins', sans-serif;
	padding-top: 30px;
	display: inline-block;
}

.productTxt strong a {
	color: #2a2727;
}

.productTxt p {
	color: #2a2727;
	font: 400 14px/18px 'Poppins', sans-serif;
	padding-top: 7px;
}

.productTxt em {
	font-style: inherit;
	color: #ca0d0f;
	font: normal 19px/26px 'SF-Pro-Display-Medium';
	position: relative;
	padding-left: 15px;
	margin-top: 15px;
	display: inline-block;
}

.productTxt em:before {
	content: '₹';
	position: absolute;
	left: 0;
	top: 0;
	color: #ca0d0f;
}

.productBox:hover {
	/*background:#e8e8e8;*/
	border: 1px solid #2c8778;
}

.cartBox {
	width: 100%;
	display: inline-block;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cart {
	width: 150px;
	height: 50px;
	background: #2c8778;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font: normal 14px/50px 'Lato', sans-serif;
	display: inline-block;
}

.cart:hover {
	background: #2a2727;
	color: #fff;
}

.productBox:hover .productPic {
	padding: 15px;
}

.productBox:hover .cartBox {
	opacity: 1;
	visibility: visible;
}


/*Owl carousel*/
.owl-theme .owl-nav [class*="owl-"] {
	background: none;
}

.productBoxes .owl-prev {
	position: absolute;
	top: 45%;
	left: -30px;
	width: 37px;
	height: 37px;
	background: url(../images/arrwlt.png) no-repeat center center !important;
	text-indent: -9999px;
}

.productBoxes .owl-next {
	position: absolute;
	top: 45%;
	right: -30px;
	width: 37px;
	height: 37px;
	background: url(../images/arrwrt.png) no-repeat center center !important;
	text-indent: -9999px;
}

.productBoxes .owl-dots {
	display: none;
}


.farmingSec {
	width: 100%;
	float: left;
	position: relative;
}

/*.farmingSec:before {
	content: '';
	width: 105px;
	height: 170px;
	background: url(../images/shape3.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: -70px;
	background-size: contain;
}*/

.innfarmingSec {
	width: 100%;
	display: inline-block;
}

.vegalLt {
	width: 100%;
	display: inline-block;
	padding-top: 50px;
}

.vegalLt h2 {
	color: #050202;
	font: normal 54px/58px 'SF-Pro-Display-Medium';
}

.vegalLt h2 strong {
	font-family: 'SFProDisplay-Black';
	font-size: 97px;
	line-height: 105px;
}

.vegalLt p {
	color: #050202;
	/*font: 400 16px/24px 'Poppins', sans-serif;*/
	padding-top: 30px;
}

.viewmore {
	width: 150px;
	height: 50px;
	background: #e4e4e4;
	color: #050202;
	text-transform: uppercase;
	font: 400 13px/50px 'Poppins', sans-serif;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 30px;
}

.viewmore:hover {
	background: #2a2727;
	color: #e4e4e4;
}

.vegalRt {
	width: 100%;
	display: inline-block;
	position: relative;
}

.vegalRt img {
	max-width: 100%;
}

/*.vegalRt:before {
	content: '';
	width: 60px;
	height: 130px;
	background: url(../images/shape4.png) no-repeat center center;
	position: absolute;
	left: -45px;
	top: -45px;
	background-size: contain;
	z-index: 9;
}*/

.bestselear {
	position: relative;
}

/*.bestselear:after {
	content: '';
	width: 105px;
	height: 225px;
	background: url(../images/shape5.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50px;
	background-size: contain;
	z-index: -1;
}*/


.testimonal_sec {
	width: 100%;
	background-size: cover !important;
	padding: 50px 0;
	text-align: center;
	float: left;
	margin-top: 60px;
}

.top_heading {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.top_heading h1,
.top_heading h2,
.top_heading h3 {
	font: 700 38px/42px 'Poppins', sans-serif;
	color: #2a2727;
}

.top_heading p {
	font: 400 13px/21px 'Poppins', sans-serif;
	color: #2a2727;
	padding-top: 15px;
}

.testimonal_sec .top_heading h3 {
	font: 600 31px/45px 'Poppins', sans-serif;
	color: #000;
}

.testimonal_sec .top_heading p {
	font: 400 17px/21px 'Poppins', sans-serif;
	color: #000;
}

.testimonal_innr {
	width: 100%;
	display: inline-block;
	padding: 40px 0 0;
}

.testimonal_box {
	width: 100%;
	display: inline-block;
}

.testimonal_pic {
	width: 100%;
	display: block;
}

.testimonal_pic img {
	width: 91px !important;
	height: 91px !important;
	border-radius: 100%;
	object-fit: cover;
	display: inline-block !important;
}

.testimonal_box h4 {
	font: 700 23px/25px 'Poppins', sans-serif;
	color: #fff;
	padding: 15px 0 0;
}

.testimonal_box p {
	font: 400 18px/34px 'Poppins', sans-serif;
	color: #fff;
	padding: 50px 12% 0;
	margin-top: 15px;
	background: url(../images/coma.png) no-repeat center top;
}

.testimonal_innr .owl-nav {
	display: none;
}

.testimonal_innr .owl-dots {
	display: none;
}



.footer_Sec {
	width: 100%;
	float: left;
	border-top: 7px solid #2c8778;

}

.footer_top {
	width: 100%;
	padding: 50px 0;
	/*background: url(../images/footerbg.png) no-repeat left bottom #000;*/
	background-color: #000;
	background-size: cover;
}

.footer_box {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.footer_box h4 {
	font: normal 24px/26px 'SF-Pro-Display-Bold';
	color: #2c8778;
	text-transform: capitalize;
	padding-bottom: 30px;
}

.footer_menu {
	width: 100%;
	display: inline-block;
}




.footer_menu li {
	width: 100%;
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 20px;
	position: relative;
	font: 400 16px/28px 'Open Sans', sans-serif;
	color: #fff;
	float: left;

}

ul.footer_menu li svg {
	position: absolute;
	left: 0;
	width: 15px;
	top: 5px;
}


.footer_menu li a {
	width: 100%;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	outline: none;
}

.footer_menu li a:hover {
	color: #2c8778;
}

.footer_menu li::before {
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 12px;
	content: "";
	border-radius: 100%;
}

.fma li::before {
	display: none !important;
}



.footer_top .col-lg-4 .footer_menu li {
	width: 50%;
	float: left;
}

.footer_menu li .left_ft {
	float: left;
	width: 40%;
}

.footer_menu li .rt_ft {
	float: right;
	width: 58%;
}

.newslet_frm {
	width: 100%;
	display: inline-block;
	background: #e9e6e6;
	border-radius: 8px 8px 8px 0;
	margin-top: 8px;
}

.newslet_frm input[type="email"] {
	width: 65%;
	float: left;
	background: #e9e6e6;
	height: 40px;
	border-radius: 8px 0 0 0;
	padding: 0 30px;
	font: 400 12px/40px 'Poppins', sans-serif;
	color: #170101;
	outline: none;
	-webkit-appearance: none;
	box-shadow: inherit;
	border: none;
}

.newslet_frm input[type="email"]::placeholder {
	opacity: 1;
	color: #170101;
}

.newslet_frm input[type="submit"] {
	width: 35%;
	float: right;
	background: #2c8778;
	height: 40px;
	border-radius: 8px;
	padding: 0;
	font: 700 15.55px/40px 'Open Sans', sans-serif;
	color: #ffffff;
	outline: none;
	-webkit-appearance: none;
	box-shadow: inherit;
	cursor: pointer;
	border: none;
	text-transform: capitalize;
}

.newslet_frm input[type="submit"]:hover {
	background: #009516;
	color: #fff;
}

.card_sec {
	width: 100%;
	display: inline-block;
	margin-top: 28px;
}

.card_sec a {
	color: #2c8778;
}

.card_sec img {
	max-width: 100%;
}

.footer_bottm {
	width: 100%;
	background: #000;
	padding: 45px 0;
	text-align: center;
}

.footer_bottm p {
	font: 400 14px/20px 'Poppins', sans-serif;
	color: #838383;
}

.footer_bottm p a {
	text-decoration: none;
	color: #fff;
	outline: none;
}

.footer_bottm p a img {
	margin-top: 15px;
}





.header_sec {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header_sec.fixed {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	background: #fff;
	-webkit-animation-name: animationFade;
	-o-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.header_sec.fixed {
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

@-webkit-keyframes animationFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes animationFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/*15-5-20*/
.productBox {
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cart {
	color: #fff !important;
	padding: 0px !important;
}

.productPic a {
	width: 100%;
	display: inline-block;
}

.productTxt strong a {
	width: 100%;
	display: inline-block;
}

.search {
	right: 315px;
	top: 14px;
}


@media (max-width: 768px) {
	.banner_sec .carousel-item img {
		height: auto;
		max-height: none;
	}
}

@media (min-width: 768px) and (max-width: 5000px) {
	.nav_top .dropdown .dropdown-menu {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		max-height: 0;
		display: block;
		opacity: 0;
		visibility: hidden;
	}

	.nav_top .dropdown:hover .dropdown-menu {
		max-height: 300px;
		opacity: 1;
		visibility: visible;
	}




}

@media (min-width: 1400px) and (max-width: 1569px) {
	.container {
		max-width: 1370px;
	}

	.menu_sec {
		padding-right: 470px;
	}

	.menu_sec li {
		margin-left: 40px;
	}

	.banner_Itm_Txt {
		padding-top: 330px;
	}







}

@media (min-width: 1200px) and (max-width: 1399px) {
	.container {
		max-width: 1170px;
	}

	.menu_sec {
		padding-right: 420px;
	}

	.menu_sec li {
		margin-left: 30px;
	}

	.banner_Itm_Txt {
		padding-top: 330px;
	}

	.menu_sec li a {
		font-size: 15px;
	}

	.search {
		right: 305px;
	}

	.rtpanelHeader ul li {
		font-size: 14px;
		line-height: 16px;
	}

	.header_sec {
		padding: 5px 0px;
	}

	.proTxtBox h3 {
		font-size: 26px;
		line-height: 32px;
	}

	.proTxtBox p {
		font-size: 12px;
		line-height: 18px;
		padding-top: 5px;
	}

	.productTxt strong {
		font-size: 17px;
		line-height: 25px;
	}

	.cart {
		width: 130px;
		height: 45px;
		font-size: 13px;
		line-height: 45px;
	}

	.vegalLt h2 {
		font-size: 46px;
		line-height: 52px;
	}

	.vegalLt h2 strong {
		font-size: 78px;
		line-height: 82px;
	}

	.vegalLt p {
		font-size: 14px;
		line-height: 22px;
		padding-top: 20px;
	}

	.cartBox {
		margin-top: 15px;
	}

	.productBox {
		padding: 25px 0px;
	}

	.vegalLt {
		padding-top: 25px;
	}

	.testimonal_sec {
		padding: 45px 0;
	}

	.top_heading h1,
	.top_heading h2,
	.top_heading h3 {
		font-size: 35px;
		line-height: 38px;
	}

	.testimonal_pic img {
		width: 130px !important;
		height: 130px !important;
	}

	.testimonal_box h4 {
		font-size: 21px;
		line-height: 23px;
	}

	.testimonal_box p {
		font-size: 17px;
		line-height: 30px;
		padding: 48px 12% 0;
	}

	.footer_top {
		padding: 60px 0;
	}

	.footer_box h4 {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 20px;
	}

	.footer_menu li {
		font-size: 14px;
		line-height: 24px;
		padding-left: 18px;
	}

	.footer_bottm {
		padding: 14px 0;
	}

	.newslet_frm input[type="submit"] {
		font-size: 13.55px;
	}

	.footer_bottm p {
		font-size: 15px;
	}

	.footer_menu li::before {
		top: 11px;
	}


	/*15-5-20*/
	.search {
		right: 305px;
		top: 34px;
	}


}

@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		max-width: 960px;
	}




	.menu_sec {
		padding-right: 320px;
	}

	.menu_sec li {
		margin-left: 16px;
	}

	.banner_Itm_Txt {
		padding-top: 280px;
	}

	.menu_sec li a {
		font-size: 14px;
		padding: 12px 0;
	}

	.search {
		right: 255px;
		top: 23px;
	}

	.rtpanelHeader ul li {
		font-size: 14px;
		line-height: 16px;
	}

	.header_sec {
		padding: 5px 0px;
	}

	.proTxtBox h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.proTxtBox p {
		font-size: 12px;
		line-height: 18px;
		padding-top: 5px;
	}

	.productTxt strong {
		font-size: 15px;
		line-height: 22px;
		padding-top: 15px;
	}

	.cart {
		width: 115px;
		height: 40px;
		font-size: 12px;
		line-height: 40px;
	}

	.vegalLt h2 {
		font-size: 38px;
		line-height: 44px;
	}

	.vegalLt h2 strong {
		font-size: 54px;
		line-height: 64px;
	}

	.vegalLt p {
		font-size: 13px;
		line-height: 18px;
		padding-top: 15px;
	}

	.cartBox {
		margin-top: 15px;
	}

	.productBox {
		padding: 25px 0px;
	}

	.vegalLt {
		padding-top: 0px;
	}

	.rtpanelHeader ul li .media em {
		font-size: 13px;
		top: 5px;
	}

	.rtpanelHeader ul li .media {
		padding-left: 35px;
	}

	.rtpanelHeader ul li .media img {
		margin-right: 5px !important;
		width: 30px;
	}

	.rtpanelHeader {
		top: 23px;
	}

	.rtpanelHeader ul li {
		padding: 0px 7px;
	}

	.nav_top .navbar-brand {
		width: 75px;
	}

	.carousel-item img {
		height: 600px;
	}

	.banner_Itm_Txt strong {
		font-size: 38px;
		line-height: 42px;
	}

	.banbtn {
		margin-top: 15px;
	}

	.inncategoryBox {
		padding: 15px 0px;
	}

	.proBoxesSec {
		margin-top: 55px;
	}

	.proTxtBox {
		padding-top: 25px;
	}

	.proBox img {
		height: 280px;
	}

	.viewmore {
		margin-top: 15px;
	}

	.productSec {
		padding-top: 50px;
	}

	.productTxt p {
		font-size: 13px;
		line-height: 14px;
		padding-top: 5px;
	}

	.productTxt em {
		margin-top: 10px;
		font-size: 15px;
		line-height: 20px;
	}




	.testimonal_sec {
		padding: 40px 0;
		margin-top: 30px;
	}

	.top_heading h1,
	.top_heading h2,
	.top_heading h3 {
		font-size: 30px;
		line-height: 35px;
	}

	.testimonal_pic img {
		width: 120px !important;
		height: 120px !important;
	}

	.testimonal_box h4 {
		font-size: 18px;
		line-height: 20px;
	}

	.testimonal_box p {
		font-size: 16px;
		line-height: 26px;
		padding: 43px 9% 0;
	}

	.footer_top {
		padding: 40px 0;
	}

	.footer_box h4 {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 16px;
	}

	.footer_menu li {
		font-size: 13px;
		line-height: 23px;
		padding-left: 12px;
	}

	.footer_bottm {
		padding: 14px 0;
	}

	.newslet_frm input[type="submit"] {
		font-size: 11.55px;
	}

	.footer_bottm p {
		font-size: 15px;
	}

	.testimonal_innr {
		padding: 30px 0 0;
	}

	.footer_menu li::before {
		width: 6px;
		height: 6px;
		top: 11px;
	}

	.newslet_frm input[type="email"] {
		padding: 0 12px;
		font-size: 12px;
	}

	.card_sec {
		margin-top: 20px;
	}

	.proBoxesSec::before {
		width: 70px;
		height: 140px;
		top: -120px;
	}

	.newarrivals::after {
		width: 105px;
		height: 235px;
		top: 0px;
	}

	.farmingSec::before {
		width: 65px;
		top: -15px;
	}

	.bestselear::after {
		width: 66px;
		height: 130px;
	}

	/*15-5-20*/
	.productBox {
		min-width: inherit;
		width: 25%;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 720px;
	}


	.menu_sec {
		padding-right: 0px;
		margin-top: 30px;
	}

	.menu_sec li {
		margin-left: 16px;
	}

	.banner_Itm_Txt {
		padding-top: 260px;
	}

	.menu_sec li a {
		font-size: 14px;
		padding: 8px 0;
	}

	.search {
		right: 255px;
		top: 0px;
	}

	.rtpanelHeader ul li {
		font-size: 14px;
		line-height: 16px;
	}

	.header_sec {
		padding: 5px 0px;
	}

	.proTxtBox h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.proTxtBox p {
		font-size: 12px;
		line-height: 18px;
		padding-top: 5px;
	}

	.productTxt strong {
		font-size: 15px;
		line-height: 22px;
		padding-top: 15px;
	}

	.cart {
		width: 115px;
		height: 40px;
		font-size: 12px;
		line-height: 40px;
	}

	.vegalLt h2 {
		font-size: 38px;
		line-height: 44px;
	}

	.vegalLt h2 strong {
		font-size: 46px;
		line-height: 52px;
	}

	.vegalLt p {
		font-size: 13px;
		line-height: 18px;
		padding-top: 15px;
	}

	.cartBox {
		margin-top: 15px;
	}

	.productBox {
		padding: 25px 0px;
	}

	.vegalLt {
		padding-top: 0px;
	}

	.rtpanelHeader ul li .media em {
		font-size: 13px;
		top: 5px;
	}

	.rtpanelHeader ul li .media {
		padding-left: 35px;
	}

	.rtpanelHeader ul li .media img {
		margin-right: 5px !important;
		width: 30px;
	}

	.rtpanelHeader {
		top: 0px;
	}

	.rtpanelHeader ul li {
		padding: 0px 7px;
	}

	.nav_top .navbar-brand {
		width: 75px;
	}

	.carousel-item img {
		height: 560px;
	}

	.banner_Itm_Txt strong {
		font-size: 32px;
		line-height: 34px;
	}

	.banbtn {
		margin-top: 15px;
	}

	.inncategoryBox {
		padding: 15px 0px;
		width: 100%;
	}

	.proBoxesSec {
		margin-top: 55px;
	}

	.proTxtBox {
		padding-top: 0px;
		width: 100%;
	}

	.proBox img {
		height: 330px;
	}

	.viewmore {
		margin-top: 15px;
	}

	.productSec {
		padding-top: 50px;
	}

	.productTxt p {
		font-size: 13px;
		line-height: 14px;
		padding-top: 5px;
	}

	.productTxt em {
		margin-top: 10px;
		font-size: 15px;
		line-height: 20px;
	}

	.banner_Itm_Txt em {
		padding-top: 5px;
		font-size: 14px;
		line-height: 22px;
	}

	.proPic {
		width: 100%;
		margin-top: 0px;
		padding-right: 0px;
		padding: 0px 25px;
	}

	.proPic img {
		max-width: 180px;
	}

	.productBoxes {
		margin-top: 20px;
	}




	.testimonal_sec {
		padding: 40px 0;
		margin-top: 30px;
	}

	.top_heading h1,
	.top_heading h2,
	.top_heading h3 {
		font-size: 24px;
		line-height: 28px;
	}

	.testimonal_pic img {
		width: 100px !important;
		height: 100px !important;
	}

	.testimonal_box h4 {
		font-size: 16px;
		line-height: 18px;
	}

	.testimonal_box p {
		font-size: 14px;
		line-height: 24px;
		padding: 38px 5% 0;
	}

	.footer_top {
		padding: 20px 0 30px 0;
	}

	.footer_box h4 {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 16px;
	}

	.footer_menu li {
		font-size: 13px;
		line-height: 23px;
		padding-left: 12px;
	}

	.footer_bottm {
		padding: 14px 0;
	}

	.newslet_frm input[type="submit"] {
		font-size: 12px;
		width: 20%;
	}

	.footer_bottm p {
		font-size: 15px;
	}

	.testimonal_innr {
		padding: 24px 0 0;
	}

	.footer_menu li::before {
		width: 6px;
		height: 6px;
		top: 11px;
	}

	.newslet_frm input[type="email"] {
		padding: 0 12px;
		font-size: 12px;
		width: 80%;
	}

	.card_sec {
		margin-top: 20px;
	}

	.footer_menu li .left_ft {
		float: left;
		width: 100%;
	}

	.footer_menu li .rt_ft {
		float: right;
		width: 100%;
	}

	.footer_menu li:last-child {
		margin-bottom: 0px;
	}

	.top_heading p {
		padding-top: 12px;
	}

	.proBoxesSec::before {
		width: 70px;
		height: 140px;
		top: -120px;
	}

	.newarrivals::after {
		width: 105px;
		height: 235px;
		top: 0px;
	}

	.farmingSec::before {
		width: 65px;
		top: -15px;
	}

	.bestselear::after {
		width: 66px;
		height: 130px;
	}


	/*15-5-20*/
	.productBox {
		min-width: inherit;
		width: 33.33%;
		padding: 15px 0px;
	}


}

@media only screen and (max-width: 767px) {

	.container {
		max-width: 540px;
	}

	.menu_sec {
		padding-right: 0px;
		margin-top: 0px;
	}

	.menu_sec li {
		margin-left: 0px;
	}

	.banner_Itm_Txt {
		padding-top: 200px;
	}

	.menu_sec li a {
		font-size: 14px;
		padding: 8px 0;
	}

	.search {
		right: 255px;
		top: 0px;
	}

	.rtpanelHeader ul li {
		font-size: 14px;
		line-height: 16px;
	}

	.header_sec {
		padding: 5px 0px;
	}

	.proTxtBox h3 {
		font-size: 18px;
		line-height: 24px;
		padding-top: 10px;
	}

	.proTxtBox p {
		font-size: 12px;
		line-height: 18px;
		padding-top: 5px;
	}

	.productTxt strong {
		font-size: 15px;
		line-height: 22px;
		padding-top: 15px;
	}

	.cart {
		width: 115px;
		height: 40px;
		font-size: 12px;
		line-height: 40px;
	}

	.vegalLt h2 {
		font-size: 38px;
		line-height: 44px;
	}

	.vegalLt h2 strong {
		font-size: 46px;
		line-height: 52px;
	}

	.vegalLt p {
		font-size: 13px;
		line-height: 18px;
		padding-top: 15px;
	}

	.cartBox {
		margin-top: 15px;
	}

	.productBox {
		padding: 25px 0px;
	}

	.vegalLt {
		padding-top: 0px;
	}

	.rtpanelHeader ul li .media em {
		font-size: 13px;
		top: 5px;
	}

	.rtpanelHeader ul li .media {
		padding-left: 35px;
	}

	.rtpanelHeader ul li .media img {
		margin-right: 5px !important;
		width: 30px;
	}

	.rtpanelHeader {
		top: 0px;
	}

	.rtpanelHeader ul li {
		padding: 0px 7px;
	}

	.nav_top .navbar-brand {
		width: 75px;
	}

	.carousel-item img {
		height: 500px;
	}

	.banner_Itm_Txt strong {
		font-size: 32px;
		line-height: 34px;
	}

	.banbtn {
		margin-top: 15px;
	}


	.proBoxesSec {
		margin-top: 55px;
	}

	.proTxtBox {
		padding-top: 0px;
		width: 100%;
	}

	.proBox img {
		height: 310px;
	}

	.viewmore {
		margin-top: 15px;
	}

	.productSec {
		padding-top: 50px;
	}

	.productTxt p {
		font-size: 13px;
		line-height: 14px;
		padding-top: 5px;
	}

	.productTxt em {
		margin-top: 10px;
		font-size: 15px;
		line-height: 20px;
	}

	.banner_Itm_Txt em {
		padding-top: 5px;
		font-size: 14px;
		line-height: 22px;
	}

	.proPic {
		width: 100%;
		margin-top: 0px;
		padding-right: 0px;
		padding: 0px 25px;
	}

	.proPic img {
		max-width: 180px;
	}

	.productBoxes {
		margin-top: 20px;
	}

	.farmingSec .col-sm-7 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.farmingSec .col-sm-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.inncategoryBox {
		padding: 15px 0px;
		width: 100%;
	}

	.inncategoryBox ul li {
		width: 50%;
	}

	.inncategoryBox ul li:nth-child(3) {
		margin-top: 15px;
	}

	.inncategoryBox ul li:last-child {
		width: 50%;
		margin-top: 15px;
	}

	.inncategoryBox ul li h4 {
		font-size: 14px;
		line-height: 20px;
		padding-top: 5px;
	}

	.vegalRt {
		margin-top: 15px;
	}

	.testimonal_sec {
		padding: 30px 0;
		margin-top: 30px;
	}

	.top_heading h1,
	.top_heading h2,
	.top_heading h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.testimonal_pic img {
		width: 90px !important;
		height: 90px !important;
	}

	.testimonal_box h4 {
		font-size: 16px;
		line-height: 18px;
	}

	.testimonal_box p {
		font-size: 13px;
		line-height: 22px;
		padding: 22px 2% 0;
		background-size: 24px;
	}

	.footer_top {
		padding: 20px 0 30px 0;
	}

	.footer_box h4 {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 10px;
	}

	.footer_menu li {
		font-size: 12px;
		line-height: 18px;
		padding-left: 10px;
		margin-bottom: 3px;
	}

	.footer_bottm {
		padding: 12px 0;
	}

	.newslet_frm input[type="submit"] {
		font-size: 12.55px;
		width: 35%;
	}

	.footer_bottm p {
		font-size: 13px;
	}

	.testimonal_innr {
		padding: 24px 0 0;
	}

	.footer_menu li::before {
		width: 5px;
		height: 5px;
		top: 10px;
	}

	.newslet_frm input[type="email"] {
		padding: 0 12px;
		font-size: 12px;
		width: 65%;
	}

	.card_sec {
		margin-top: 20px;
	}

	.footer_menu li .left_ft {
		float: left;
		width: 100%;
	}

	.footer_menu li .rt_ft {
		float: right;
		width: 100%;
	}

	.footer_menu li:last-child {
		margin-bottom: 0px;
	}

	.top_heading p {
		padding-top: 8px;
	}

	.footer_box {
		margin-top: 15px;
	}

	.navbar-toggler .icon-bar {
		display: block;
		width: 22px;
		height: 3px;
		border-radius: 1px;
		background-color: #000;
	}

	.navbar-toggler .icon-bar+.icon-bar {
		margin-top: 4px;
	}

	.navbar-light .navbar-toggler {
		border-color: #fff;
		padding: 6px 7px;
		outline: none;
		border-radius: 0px !important;
		/*margin-top: 35px;*/
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 99;
		background: rgba(0, 0, 0);
		width: 100%;
		margin-top: 6px;
	}

	.menu_sec li a {
		display: inline-block;
		width: 100%;
	}

	.header_sec .container {
		padding: 0px;
	}

	.nav_top {
		padding: 0 15px;
	}

	.menu_sec li a {
		padding: 10px 15px;
		color: #fff !important;
	}

	.menu_sec li a::after {
		background: #fff;
	}

	.drop_arrow {
		right: 10px;
		top: 10px;
		color: #fff;
		cursor: pointer;
	}

	.nav_top .navbar-nav>li>.dropdown-menu>li {
		padding: 0px 15px;
	}

	.nav_top .navbar-nav>li>.dropdown-menu {
		width: 100%;
		border-radius: 0px;
		margin-top: 38px;
	}

	.proBoxesSec::before {
		width: 70px;
		height: 140px;
		top: -120px;
	}

	.newarrivals::after {
		width: 90px;
		height: 200px;
		top: 0px;
	}

	.farmingSec::before {
		width: 65px;
		top: -15px;
	}

	.bestselear::after {
		width: 66px;
		height: 130px;
	}

	/*15-5-20*/
	.productBox {
		min-width: inherit;
		width: 50%;
		padding: 15px 0px;
	}

}

@media only screen and (max-width: 575px) {

	.container {
		max-width: 100%;
	}

	.testimonal_sec .top_heading p br {
		display: none;
	}

	.footer_menu li {
		font-size: 13px;
		line-height: 20px;
	}

	.footer_box h4 {
		font-size: 17px;
	}

	.rtpanelHeader {
		top: 0px;
		right: 15px;
	}

	.search {
		right: 70px;
		top: 35px;
	}

	.banner_Itm_Txt {
		padding-top: 150px;
	}

	.banner_Itm_Txt strong {
		font-size: 22px;
		line-height: 28px;
	}

	.banner_Itm_Txt em br {
		display: none;
	}

	.carousel-item img {
		max-width: 100%;
		height: auto;
	}

	.proTxtBox {
		text-align: center;
	}

	.proBoxes .col-sm-6:last-child {
		margin-top: 15px;
	}

	.protxt {
		padding: 15px 25px;
	}

	.vegalLt h2 {
		font-size: 26px;
		line-height: 34px;
	}

	.vegalLt h2 strong {
		font-size: 34px;
		line-height: 40px;
	}

	.productBoxes .owl-prev {
		left: 0;
	}

	.productBoxes .owl-next {
		right: 0px;
	}


	.vegalRt::before {
		left: -12px;
		top: 0px;
	}


	.footer_box {
		text-align: center;
	}

	.footer_menu {
		text-align: center;
	}

	.footer_top .col-lg-4 .footer_menu li {
		width: auto;
		display: inline-block;
		float: none;
		padding-left: 15px;
	}

	.footer_menu li {
		width: auto;
		display: inline-block;
		float: none;
		padding-left: 15px;
	}

	.footer_top .row .col-sm-6:nth-child(3) .footer_menu {
		width: 100%;
	}

	.footer_top .row .col-sm-6:nth-child(3) .footer_menu li {
		width: 100%;
		padding: 0px;
	}

	.footer_top .row .col-sm-6:nth-child(3) .footer_menu li:before {
		display: none;
	}

}

/*15-5-20*/
@media only screen and (max-width: 480px) {
	.productBox {
		min-width: inherit;
		width: 100%;
		padding: 15px 0px;
	}
}

@media only screen and (max-width: 400px) {


	.nav_top .navbar-brand {
		width: 55px;
	}

	.rtpanelHeader ul li {
		font-size: 12px;
		line-height: 12px;
		padding: 0px 4px;
	}

	.rtpanelHeader ul li .media {
		padding-left: 30px;
	}

	.rtpanelHeader ul li .media em {
		font-size: 12px;
	}

	.rtpanelHeader ul li .media img {
		width: 20px;
	}

	.rtpanelHeader ul li .media .media-body p {
		font-size: 12px;
	}

	.navbar-light .navbar-toggler {
		/*margin-top: 35px;*/
	}

	.search {
		right: 65px;
	}

	.inncategoryBox {
		margin-top: 30px;
	}

	.carousel-item img {
		height: 400px;
	}

	.proBoxesSec::before {
		width: 38px;
		height: 75px;
		top: -68px;
	}

	.newarrivals::after {
		width: 55px;
		height: 135px;
		top: -15px;
	}

	.farmingSec::before {
		width: 45px;
		top: -5px;
		height: 85px;
	}

	.vegalRt::before {
		left: -12px;
		top: 0px;
		width: 40px;
		height: 85px;
	}


	.footer_top .col-lg-4 .footer_menu li {
		width: 100%;
		padding-left: 0px;
	}

	.footer_top .col-lg-4 .footer_menu li:before {
		display: none;
	}

	.footer_menu li {
		width: 100%;
		padding-left: 0px;
	}

	.footer_menu li:before {
		display: none;
	}


}



.newarrivals {
	/*padding-top: 170px !important;*/
}

.extraPad {
	padding: 135px 0 50px 0;
}

.innerPageSec {
	width: 100%;
	float: left;
	padding-top: 150px;
	min-height: 900px;
}

.inner_top_heading {
	float: left;
	width: 100% !important;
}

.inner_top_heading p {
	float: left;
	width: 100% !important;
	/*font: 400 16px/24px 'Poppins', sans-serif;*/
	padding: 10px 0;

}

.innerPageMainContentBox {
	width: 100%;
	float: left;
}

.innerPageMainContentBox ul li {
	list-style: disc;
	margin: 1% 0 1% 2%;

}




@media (min-width: 992px) and (max-width: 1199px) {
	.drop_arrow {
		top: 14px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.drop_arrow {
		top: 11px;
	}
}




.errMSG {
	color: #f00;
	text-align: center !important;
}

.successMSG {
	color: #5fa35f;
	text-align: center !important;
}

/***********JULY 9, 2020*********/
.zoom-main img {
	width: 100% !important;
}

.menu_sec li.dropdown a.dropdown-toggle.sub:after {
	border: none !important;
}


@media (min-width: 768px) and (max-width: 991px) {

	.innerPageMainContentBox h2 {
		font-size: 24px;
	}

	.scHeader {
		font-size: 14px;
	}

}

@media only screen and (max-width: 767px) {


	.innerPageMainContentBox .col-sm-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.innerPageMainContentBox .col-sm-7 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.innerPageMainContentBox h2 {
		font-size: 24px;
		margin-top: 15px;
	}

	.scHeader {
		font-size: 14px;
	}

	.tab {
		margin-top: 25px;
	}

	.zoom {
		padding: 0px 0px !important;
		height: inherit;
	}

	.innerPageMainContentBox {
		margin-top: 0px !important;
		padding: 0px 15px;
	}

	.menu_sec li.dropdown a.dropdown-toggle.sub:after {
		border: none !important;
	}
}


@media only screen and (max-width: 480px) {
	.innerPageMainContentBox h2 {
		font-size: 20px;
		margin-top: 20px;
	}

	.innerPageMainContentBox {
		padding: 0px 15px !important;
	}

	.newarrivals {
		padding-top: 25px !important;
	}

	.scBox {
		padding: 3% 7.5% !important;
	}

	.scBox .row .col-sm-2 {
		width: 75px !important;
	}

}



/**************************** BLOG *********************************/

/* Blog Listing */
.blog-list {
	margin-top: 30px;
}

.blog-item {
	display: flex;
	align-items: flex-start;
}

.blog-item img {
	width: 100%;
	height: auto;
	/* keeps 16:9 ratio */
	object-fit: cover;
	border-radius: 5px;
	transition: transform 0.3s ease-in-out;
}

.blog-item img:hover {
	transform: scale(1.05);
}

.blog-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.blog-title a {
	color: #222;
	text-decoration: none;
	transition: color 0.3s;
}

.blog-title a:hover {
	color: #177532;
	/* matches your brand green */
}

.blog-meta {
	font-size: 14px;
	color: #777;
}

.blog-meta span {
	margin-right: 10px;
}

.blog-meta i {
	margin-right: 5px;
	color: #999;
}

.blog-content ul li {
	float: left;
	width: 100% !important;
	/*font: 400 16px/24px 'Poppins', sans-serif;*/
	padding: 10px 0;
	/*background-color:#ff0000;*/
}

.blog-desc {
	font-size: 15px;
	line-height: 1.6;
	color: #555;
	margin: 15px 0;
}

.blog-item .btn {
	font-size: 14px;
	padding: 6px 14px;
	border-radius: 20px;
	transition: background 0.3s;
}

.blog-item .btn-primary {
	background-color: #177532;
	border: none;
}

.blog-item .btn-primary:hover {
	background-color: #125c27;
}

.blog-details img {
	width: 100%;
	height: auto;
	/* maintains 16:9 ratio */
	object-fit: cover;
	border-radius: 8px;
}

/*********************/

.blog-tags {
	margin-top: 10px;
}

.blog-tags .tag {
	display: inline-block;
	background: #f1f1f1;
	color: #333;
	padding: 5px 12px;
	margin: 3px;
	border-radius: 20px;
	font-size: 0.85rem;
	transition: background 0.3s, color 0.3s;
}

.blog-tags .tag:hover {
	background: #007bff;
	color: #fff;
	cursor: pointer;
}

/**************************** PAGE *********************************/

/* Page Styles*/


.page-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.page-title a {
	color: #222;
	text-decoration: none;
	transition: color 0.3s;
}

.page-title a:hover {
	color: #177532;
	/* matches your brand green */
}

.page-meta {
	font-size: 14px;
	color: #777;
}

.page-meta span {
	margin-right: 10px;
}

.page-meta i {
	margin-right: 5px;
	color: #999;
}

.page-content ul li {
	float: left;
	width: 100% !important;
	/*font: 400 16px/24px 'Poppins', sans-serif;*/
	padding: 10px 0;
	/*background-color:#ff0000;*/
}

.page-desc {
	font-size: 15px;
	line-height: 1.6;
	color: #555;
	margin: 15px 0;
}


.page-details img {
	width: 100%;
	height: auto;
	/* maintains 16:9 ratio */
	object-fit: cover;
	border-radius: 8px;
}

/******************************************************************/
.form_label {
	font-weight: 700 !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	background-color: #f8f9fa !important;
}

.odd {
	padding: 0.5rem !important;
	background-color: #eee;
}

.even {
	padding: 0.5rem !important;
}

.dashboard_nav_label {
	background-color: #2c8778;
	color: #fff;
	padding: 0.5rem !important;
}

.dashboard_nav_item {
	border: 1px dotted #eee;
	padding: 0.5rem !important;
}

.dashboard_nav_item a {
	color: #000;
}

@media (max-width: 768px) {

	/* Hamburger */
	.navbar-light .navbar-toggler {
		margin-top: 0;
		align-self: center;
	}

	/* Collapse */
	.navbar-collapse {
		position: static !important;
		background: rgba(0, 0, 0, 0.8);
		margin-top: 0;
		width: 100%;
	}

	/* Mobile bottom row (search + cart) */
	.mobile-bottom {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		padding: 5px 0;
	}

	/* Search box inside mobile-bottom */
	.nav-search {
		display: flex !important;
		width: 65%;
		margin: 0;
	}

	.nav-search .form-control {
		/*width: 100% !important;*/
		max-width: none;
	}
}

.w-90 {
	width: 90%;
}

/* Mobile auth link styling */
@media (max-width: 768px) {
	.navbar-nav.d-md-none .nav-link {
		color: #fff !important;
		text-align: center;
		display: block;
		width: 100%;
	}

	.navbar-nav.d-md-none .nav-item {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 767px) {

	.innheader_sec {
		display: flex !important;
		flex-direction: column !important;
		width: 100%;
	}

	.innheader_sec>nav {
		width: 100%;
		flex: 0 0 auto;
	}

	.innheader_sec>.rtpanelHeader {
		width: 100%;
		flex: 0 0 auto;
	}

	.innheader_sec>.mobile-bottom {
		width: 100%;
		flex: 0 0 auto;
		display: flex !important;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		clear: both;
	}
}



.header-main-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-bottom {
	width: 100%;
}

.currency-symbol {
	margin-right: 4px;
}


.clsFaqs li {
	padding: 10px 0;
	font-size: 15px;
}

.clsFaqs li a {
	padding: 10px 0;
	font-weight: 600;
	color: #000;
}