*
{
	margin:0px 0;
	padding:0px;	
}
@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo300-regular.woff2') format('woff2'),
         url('../fonts/museo300-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700-regular.woff2') format('woff2'),
         url('../fonts/museo700-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body
{
	width:100%;
	height:auto;
	font-family: 'Urbanist', sans-serif;
}
h1,h2,h3,h4
{
	font-family: 'museo700';
}
:focus
{
	outline: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
    text-decoration:none;
}
button:focus
{
	outline: none;
}

header
{
  padding:10px 0;
}

.logo img
{
	max-width:100%;
	max-height: 87px;
}
/**************Menu*************/
.menu-top
{
	width: auto;
	float: right;
	height: auto;
	display: flex;
}
.user
{
	margin: 0 20px 0 0;
}
.user img
{
	width: 24px;
	margin: 0 5px 0 0;
}
.user a
{
    font-family: 'Urbanist', sans-serif;
	color: #1d1d1d;
	font-weight:500;
	font-size: 15px;
	text-decoration: none;
}
.user a:hover
{
	color:#84c225;
}
.user-btn a
{
   font-size: 12px;
background: #84c225;
padding: 8px 20px;
color: #fff;
text-decoration: none;
border-radius: 0 30px 30px 30px;
font-family: 'Urbanist', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
}
.user-btn a:hover
{
	background:#000;
}


.menu_wrap
{
	width:100%;
	height:auto;
	float:right;
	margin:3px 0 0 0;
}
.hdrmnu{width: auto;
float: right;}
.hdrmnu li, .hdrmnu li a{border: 0px !important; background: none !important;}
.hdrmnu li a{display: inline-block; padding: 5px; color: #1e1e20;font-weight: 500; font-family: 'Urbanist', sans-serif;font-size:15px; position: relative;}
.hdrmnu li{margin: 0px 25px; padding: 10px 0;}
.hdrmnu li.active a{color: #84c225;}
.hdrmnu li:hover a{color: #84c225;}
ul.slimmenu{display: flex; justify-content: center; flex-wrap: wrap;}
ul.slimmenu li > ul {width: 200px !important; padding: 7px; background: #fff;
-moz-box-shadow: 0 0 8px -5px #333;
-webkit-box-shadow: 0 0 8px -5px #333;
box-shadow: 0 0 8px -5px #333;}
ul.slimmenu li > ul li{margin: 0px; padding: 0px; width: 100%;}
ul.slimmenu li > ul li a{width: 100%; padding: 8px 15px; text-transform: capitalize; color: #1e1e20 !important;text-decoration: none;}
ul.slimmenu li > ul li a:hover{background: #84c225 !important; color: #fff !important;}
.sub-toggle{width: 10px !important; height: 10px !important; display: flex; align-items: center; justify-content: center;
background: url(../images/caret.png) no-repeat center center !important; top: 21px !important; right: -10px !important;}
.sub-toggle i{display: none !important;}
.sub-toggle::before{content: none !important;}
ul.slimmenu li > ul li a::before{content: none;}
.hdrmnu li a img
{
	width: 17px;
	margin:0 5px 0 0;
}
.hdrmnu ul li ul li.sub-toggle
{
	top: 15px !important;
    right: 0 !important;
}


/***************************/

.banner
{
	width:100%;
	height:auto;
	position:relative;
}

.banner-pic
{
	width:100%;
	height:auto;
	position:relative;
}
.banner-pic img
{
	max-width:100%;
}
.banner-top
{
	width:100%;
	position:absolute;
	top:140px;
	left:0;
	right:0;
	margin:0px auto;
	z-index: 99;
}
.bnrfrmtop{
	top: 55%;
	width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 99;
}


.bn-dec
{
  text-align: center;
  color:#fff;
  margin-bottom: 40px;
}
.bn-dec h2
{
	color: #fff;
	font-size:60px;
	margin: 0px 0 9px 0;
	line-height:73px;
}
.bn-dec p
{
	color:#fff;
	font-size:18px;
}
.frm
{
	width: 100%;
	position: relative;
}
.frm select
{
	width: 100%;
	height:54px;
	background: #f1f0eb;
	padding: 10px 10px 10px 30px;
	border:1px solid #f1f0eb;
	border-radius: 0 40px 40px 80px;
	color:rgba(0,0,0,0.5);
	font-size: 15px;
	font-family: 'Urbanist', sans-serif;
	font-weight: 300;
}

.frm input[type='email']
{
	width: 100%;
	height: 54px;
	background: #f1f0eb;
	border:1px solid #f1f0eb;
	border-radius: 0 40px 40px 80px;
	padding: 10px 10px 10px 50px;
	color:rgba(0,0,0,0.5);
	font-size: 15px;
	font-family: 'Urbanist', sans-serif;
	font-weight: 300;
}
.frm input[type='text']
{
	width: 100%;
	height: 54px;
	background: #f1f0eb;
	padding: 10px 10px 10px 50px;
	border:1px solid #f1f0eb;
	border-radius: 0 40px 40px 80px;
	color:rgba(0,0,0,0.7);
	font-size: 15px;
	font-family: 'Urbanist', sans-serif;
	font-weight: 300;
}
.frm input[type='submit']
{
	font-size: 14px;
    background:#84c225;
   padding: 13px 35px;
   color:#fff;
   text-decoration: none;
   border-radius:0 30px 30px 80px;
   font-family: 'Urbanist', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	border:1px solid #84c225;
}
.frm input[type='submit']:hover
{
	background:#000;
	border:1px solid #000;
}
.trac
{
	position: absolute;
	right: 0;
	top: 45%;
	z-index: 9;
}
.trac img
{
	max-width: 400px;
}
.frm span.tp
{
  position: absolute;
  left:23px;
  top:11px;
}

.no-bord
{
	border-right:0px;
}
.flex-direction-nav
{
	display:none;
}
.flex-control-paging li a.flex-active
{
	border:0px solid #ccc !important;
	background:#fff !important;
	color:#fff !important;
    text-decoration:none;
}
 .pert_1 .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.select {
  position: relative;
  margin-bottom: 15px;
  width: 250px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.select .selectBtn {
 width: 100%;
height: 54px;
background: #f1f0eb;
padding: 13px 10px 10px 50px;
border: 1px solid #f1f0eb;
border-radius: 0 40px 40px 80px;
color: rgba(0,0,0,0.5);
font-size: 15px;
font-family: 'Urbanist', sans-serif;
font-weight: 300;
}
.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 47%;
  right: 23px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transition: 0.2s ease;
}
.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.select .selectDropdown .option:hover {
  background: #f8f8f8;
}
.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}


.contact_form .form-control:focus {
    outline: 0;
    box-shadow: none;
    text-decoration:none;
}

.select .selectDropdown ul
{
  padding: 0 0 0 10px;
  margin: 0px 0 0 10px !important;
}
.select .selectDropdown ul li
{
	border-left: 3px solid #84c225;
	list-style: none;
	padding: 0px 0px 0px 5px !important;
}
.select .selectDropdown ul ul
{
  padding:10px 0 0 10px;
  margin: 0px;
}
.select .selectDropdown ul ul li
{
	border-left: 3px solid #000;
	list-style: none;
	margin: 0 0 7px 0;
	padding: 0px 0px 0px 5px !important;
}
.side-photo
{
  width:150px;
  height: 150px;
  border-radius: 50%;
  background: #ccc;
  margin:0px auto 30px;
  box-shadow: 0 5px 14px #ccc;
  position: relative;
}
.side-photo .fa-camera
{
  position: absolute;
  top: 0;
  right: 0;
  background: #84c225;
  padding: 11px;
  border-radius: 50%;
  color: #fff;
}
.side-photo img
{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}












/******************************/


.pert_1
{
	width:100%;
	height:auto;
	padding:90px 0 50px;
	background:#fff;
}


.pert_1-2
{
	width:100%;
	height:auto;
	padding:70px 0;
	background:url(../images/bg-1.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	margin-top: 30px;
}
.pert_1-2 h1
{
    font-size:38px;
	color:#fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
.post-ad-btn a
{
	font-size: 12px;
    background:#84c225;
	   padding: 8px 20px;
	   color:#fff;
	   text-decoration: none;
	   border-radius:0 30px 30px 30px;
	   font-family: 'Urbanist', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	letter-spacing: 2px;
	margin:25px 0 0 0;
}
.post-ad-btn a:hover
{
	background:#000;
}
.itm
{
	width: 89%;
	height: 130px;
	background:#fff;
	box-shadow: 0 7px 15px rgba(0,0,0,0.3);
	text-align: center;
	padding: 30px;
	margin: 20px auto 30px;
}
.itm:hover
{
	background:#84c225;
	cursor: pointer;
}
.itm a
{
	display: block;
}
.itm img
{
	max-width: 100%;
	max-height: 100px;
}
.p-1-top
{
	text-align: center;
}
.p-1-top h4
{
   color:#1d1d1d;
   font-size: 17px;
   font-family: 'museo700';
}
.p-1-top .owl-nav
{
  width: 100px;
position: absolute;
top: -73px;
right: 0;
}
.p-1-top .owl-nav span
{
	font-size: 0px;
}
.p-1-top .owl-carousel .owl-nav button.owl-prev
{
	background: #fff url(../images/rg.png) no-repeat !important;
	width:30px;
	height: 30px;
	border-radius: 50%;
	color:#000 !important;
	margin: 0 0 0 10px;
	font-size: 20px !important;
	line-height: 0 !important;
	box-shadow: 0 0 10px #ccc;
	background-position: 50% !important;

}
.p-1-top .owl-carousel .owl-nav button.owl-next
{
	background: #fff url(../images/lg.png) no-repeat !important;
	width:30px;
	height: 30px;
	border-radius: 50%;
	color:#000 !important;
	margin: 0 0 0 10px;
	font-size: 20px !important;
	line-height: 0 !important;
	box-shadow: 0 0 10px #ccc;
	background-position: 50% !important;
}


.p-1-top .owl-carousel .owl-nav button.owl-prev:hover
{
	background: #acd66c url(../images/rg-hover.png) no-repeat !important;
	background-position: 50% !important;
}
.p-1-top .owl-carousel .owl-nav button.owl-next:hover
{
	background: #acd66c url(../images/lg-hover.png) no-repeat !important;
	background-position: 50% !important;
}
.pert_1 .heading-2 h2 {
  margin: 0 0 34px 0;
}

.pert_2
{
	width:100%;
	height:auto;
	padding:50px 0 350px;
	background:#f3f3f3;
}
.full-product
{
	width:100%;
	height: auto;
	min-height: 400px;
	background:#fff;
	border-radius: 30px;
	overflow: hidden; 
	margin: 0 0 30px 0;	
}
.product-image
{
	width:100%;
	height: auto;
	margin: 0 0 10px 0;
	border-radius:0 0 50px 50px;
	overflow: hidden;
}
.product-image img
{
	width: 100%;
	height: auto;
}
.product-dec
{
	padding: 10px 20px;
	font-family: 'Urbanist', sans-serif;
}
.product-categ
{
	width: 100%;
	height: auto;
	text-align: right;
	margin: 0 0 10px 0;
}
.product-categ a
{
   background:#f8ed91;
   padding: 5px 15px;
   color:#1d1d1d;
   text-decoration: none;
   font-size: 15px;
   border-radius: 30px;
   margin: 0 0 0 7px;
}
.product-dec h4
{
  font-family: 'Urbanist', sans-serif;
  color:#1d1d1d;
  font-weight: 500;
  font-size: 22px;
}
.product-dec h4 a
{
	 color:#1d1d1d;
	 text-decoration: none;
}
.product-rating
{
	width: 100%;
	margin: 0px 0 7px 0;
	height: auto;
	font-size: 13px;
	color:#ffc107;
}
.product-rating span
{
	color:#1d1d1d;
}
.product-location
{
	width: 100%;
	margin: 0px 0 7px 0;
	height: auto;
	font-size: 16px;
	color:#1d1d1d;
	font-family: 'Urbanist', sans-serif;
	font-weight:500;
}
.product-location span img
{
	max-width: 16px;
}
.product-price
{
	width: 100%;
	margin: 0px 0 10px 0;
	height: auto;
	font-size:25px;
	color:#5f7d22;
	font-weight: 700;
}
.full-product:hover
{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.heading-2 h2
{
	margin:0 0 50px 0;
	height: auto;
	font-size:48px;
	color:#1d1d1d;
	font-weight: 700;
	font-family: 'Urbanist', sans-serif;
}
.heading-2 h2 span
{
	color:#84c225;
}
.more-btn
{
  float: right;
  font-size: 12px;
	background: #84c225;
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 0 30px 30px 30px;
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 18px 0 0 0;
}
.more-btn:hover
{
	background:#000;
	color:#fff;
	text-decoration: none;
}
.product-test
{
	width: 100%;
	margin: 0px 0 7px 0;
	height: auto;
	font-size: 12px;
	color:#6b6b6b;
	font-family: 'Urbanist', sans-serif;
	font-weight: 500;
}
.product-test span 
{
	margin: 0 7px 0 0;
	border-radius: 50%;
}
.product-test span img
{
  max-width: 33px;
  border-radius: 50%;
}


.pert_3
{
	width:100%;
	height:auto;
	padding:0px 0 50px;
	background:#edfcd7 url(../images/bm.png) no-repeat;
	background-position: 0 100%;
	background-size: auto 43%;
}
.yt
{
	width: 100%;
	background:#000000;
	padding: 20px;
	border-radius: 20px;
	margin:-300px auto 50px; 
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	max-width: 950px;
}
.yt iframe
{
	width: 100%;
	height: 500px;
}
.p-3-pic
{
	width: 100%;
	text-align: center;
}
.p-3-pic img
{
	max-width: 90%;
}
.p-3-dec
{
	width: 100%;
	height: auto;
	padding: 20px 0 0 30px;
}
.p-3-dec h4
{
  font-family: 'Urbanist', sans-serif;
  color:#5f7d22;
  font-weight: 300;
  font-size: 20px;
}
.p-3-dec h2
{
  font-family: 'museo700';
  color:#1d1d1d;
  font-weight:500;
  font-size: 42px;
}
.p-3-dec p
{
  font-family: 'Urbanist', sans-serif;
  color:#7d7d7d;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
}


.top-footer
{
	width: 100%;
	height: auto;
	padding:40px 0;
	background-color:#232624; 
}
.tf-full
{
	width: 100%;
	height: auto;
	display: flex;
}
.tf-icon
{
	width: 58px;
	height: 58px;
	background:#313532;
	border-radius: 50%;
	text-align: center;
	padding: 14px 0 0 0;
	margin: 0 15px 0 0;
	float: left;
	box-shadow: 7px 8px 16px rgba(0,0,0,0.5);
}
.tf-icon img
{
	max-width: 22px;
	max-height: 22px;
}
.tf-dec
{
	width: 70%;
	float: left;
	height: auto;
	color:#fff;
	font-size: 16px;
	padding: 10px 0 0 0;
	font-family: 'Urbanist', sans-serif;
}
.tf-dec a
{
	color:#fff;
	text-decoration: none;
}
.tf-dec a:hover
{
	color:#84c225;
}
.bottom-footer
{
	width:100%;
	height:auto;
	padding:50px 0 150px;
	background:#313532 url(../images/footer-bg.png) no-repeat;
	background-position: 30% 100%;
	background-size: auto 150px;
}
.ft-logo
{
	width: 100%;
	height: auto;
	margin: 0 0 14px 0;
}
.ft-logo img
{
	max-width: 100%;
}
.ft-menu
{
	width: 100%;
	height: auto;
}
.ft-menu ul li
{
	list-style: none;
	float: left;
	margin: 0 15px 0 0;
}
.ft-menu ul li a
{
	color:#ffffff;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Urbanist', sans-serif;
}
.ft-menu ul li a:hover
{
	color:#84c225;
}
.bottom-footer h4
{
    color:#ffffff;
	font-size: 18px;
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	margin: 20px 0 15px;
}
.ft-1
{
	background:url(../images/pin.png) no-repeat;
	background-position: 95% 100%;
    background-size: auto 88%;
}
.ft-social
{
	width: 100%;
	height: auto;
}
.ft-social ul li
{
	list-style: none;
	margin: 0 15px 0 0;
	width: 40px;
	height: 40px;
	background:#313532;
	border-radius: 50%;
	text-align: center;
	padding: 8px 0 0 0;
	float: left;
	box-shadow: 7px 8px 16px rgba(0,0,0,0.5);
}
.ft-social ul li a
{
	color:#fff;
	text-decoration: none;
}
.ft-social ul li:hover
{
	background:#84c225;
}
.news-l
{
	width: 90%;
	float: left;
	height: auto;
	margin: 0 0 20px 0;
}
.news-l input[type='email']
{
	width: 80%;
	height: 40px;
	background:#505652;
	border-radius: 10px;
	padding: 7px 15px;
	color:#fff;
	border:1px solid #505652;
	float: left;
}
.news-l input[type='button']
{
	width: 13%;
	height: 40px;
	background:url(../images/arrow.png) no-repeat;
	border-radius: 0px;
	padding:0;
	color:transparent;
	border:0px solid #505652;
	background-position: 6px 2px;
	float: left;
}
.ft-1 p
{
	color:#ffffff;
	font-size: 13px;
	max-width: 80%;
}
.ft-1 p a
{
	color:#fff;
	text-decoration: none;
}
.ft-1 p a:hover
{
	color:#84c225;
	text-decoration: none;
}
.p-3-dec::before{
  content:url('../images/line-2.png'); /* with class ModalCarrot ??*/
  position:absolute; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:0px;
  top:161px;
}


.margin-top-40
{
	margin-top:40px;
}
.margin-top-50
{
	margin-top:50px;
}

.margin-top-30
{
	margin-top:30px;
}
.margin-top-20
{
	margin-top:20px;
}
.margin-top-10
{
	margin-top:10px;
}
header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255,255,255,0.9);
  -webkit-transition: -webkit-transform .7s ease-in-out;
          transition:         transform .7s ease-in-out;
}
.sticky
{
	-webkit-transition: -webkit-transform .7s ease-in-out;
          transition:         transform .7s ease-in-out;
}
:hover
{
	-webkit-transition: -webkit-transform .7s ease-in-out;
          transition:         transform .7s ease-in-out;
}

.listing-banner
{
	width: 100%;
	height: auto;
	padding: 40px 0;
	background:#5f7d22;
}
.listing-page
{
	width: 100%;
	height: auto;
	padding: 70px 0;
}
.icon-control {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}



.btn-light {
    background-color: #fff;
    border-color: #e4e4e4;
}

.list-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.list-menu a {
    color: #343a40;
}

.card-product-grid .info-wrap {
    overflow: hidden;
    padding: 18px 20px;
}

[class*='card-product'] a.title {
    color: #212529;
    display: block;
}

.card-product-grid:hover .btn-overlay {
    opacity: 1;
}
.card-product-grid .btn-overlay {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}
.img-wrap {
    overflow: hidden;
    position: relative;
}

.list-view
{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 20px 0;
	box-shadow: 0 2px 10px #eae7e7;
	padding: 10px 13px;
	border-radius: 25px;
	border-bottom: 5px solid #fff;
}
.list-view:hover
{
	border-bottom: 5px solid #84c225;
}
.list-view-pic
{
	width: 32%;
	height: auto;
	float: left;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.list-view-pic img
{
	width: 100%;
	height: auto;
}
.list-view-dec
{
	width: 50%;
	height: auto;
	float: left;
	margin:15px 0 0 20px;
}
.list-view-dec h4
{
	font-family: 'Urbanist', sans-serif;
	color: #1d1d1d;
	font-weight: 500;
	font-size: 22px;
}
.list-view-dec h4 a
{
	color: #1d1d1d;
    text-decoration: none;
}
.list-view-dec p
{
	color:#7d7d7d;
	font-family: 'Urbanist', sans-serif;
	font-size: 16px;
}
.list-view-dec .product-location
{
	font-family: 'Urbanist', sans-serif;
	font-size: 15px;
	color: #1d1d1d;
	font-weight: 500;
}
.btn-group .nav-tabs {
  border-bottom:0px solid #dee2e6;
}

.list-view-adm
{
	width: 13%;
	height: auto;
	float: left;
	margin:0 0 0 10px;
	text-align: center;
}
.list-view-adm-photo 
{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	border:1px solid #7d7d7d;
	margin:15px auto;

}
.list-view-adm-photo img
{
	width:100%;
	height:auto;
}
.list-view-adm p
{
	color:#7d7d7d;
	font-family: 'Urbanist', sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
}
.fil-catg
{
	width: 100%;
	height: auto;
	background:#84c225;
	padding: 10px 15px;
	color:#fff;
	font-family: 'museo700';
	font-size: 18px;
	border-radius: 10px;
	font-weight: 300;
}
.listing-page .card-header
{
	background:#fff;
	color:#3d3d3d;
	font-family: 'Urbanist', sans-serif;
	font-size: 18px;
	font-weight: 300;
	border-bottom:1px solid #f5f5f5;
}
.listing-page .card-header a
{
	color:#3d3d3d;
	text-decoration: none;
	letter-spacing: 1px;
}
.listing-page .card-header a:hover
{
	color:#84c225;
}
.listing-page .card-header h6
{
  font-family: 'museo700';
  font-weight: 300;
}

.listing-page .card-header .icon-control {
  margin-top: 3px;
  font-size: 14px !important;
}
.side-catg .card
{
  box-shadow: 0 2px 10px #eae7e7;
padding: 10px 13px;
border:none;
}
.side-catg .card .custom-control-label 
{
	color: #7d7d7d;
	font-family: 'Urbanist', sans-serif;
	font-size: 16px;
}
.side-catg .card .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  color:#84c225;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after
{
  background: #fff url("../images/tick.png") no-repeat;
  background-position: 3px 3px;
border: 1px solid #84c225;
width: 16px;
height: 16px;
}
.side-catg h3
{
	font-family: 'museo700';
	color: #1d1d1d;
	font-weight: 300;
	font-size: 24px;
	margin:0 0 20px 0;
}
.tab-content > .active {
  display: block;
  opacity: 1;
}

.catg-list .btn-group li .bt-1
{
  background:#fff;
  color:#000;
  border-radius: 3px;
  border:1px solid #84c225;
  margin:0 0 0 5px;
}
.catg-list .btn-group li.active .bt-1
{
  background:#84c225;
  color:#fff;
}
.catg-list .btn-group li.active .bt-1 img
{
	max-width: 30px;
}
.catg-list .product-categ
{
  position: absolute;
  top: 10px;
  right: 20px;
	padding: 5px 9px;
	font-size: 12px;
	border-radius: 5px;
	width: auto;
}

.list-view-pic .product-categ
{
  right: 5px !important;
}
.vg-heading
{
	
color: #1d1d1d;
font-weight: 300;
font-size: 30px;
font-family: 'museo700';
}
.vg-heading em
{
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	font-family: 'Urbanist', sans-serif;
}
.catg-list .page-item.active .page-link {
  background-color: #5f7d22;
  border-color: #5f7d22;
  border-radius: 50%;
  margin:0 0 0 10px;
}
.catg-list .page-link {
  color: #000;
  background-color: #fff;
  border:0px solid #5f7d22;
  font-weight: 500;
}
.more
{
	padding: 0 0 0 37px;
}
.more a
{
	color:#5f7d22;
	font-family: 'Urbanist', sans-serif;
font-size: 16px;
}

.catg-list .page-link:focus, .catg-list .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5f7d22;
  border-color: #5f7d22;
  border-radius: 50%;
}
.rtn
{
	color:#f9a422;
}
.rtn .fa
{
	margin:0 7px 0 0;
	font-size: 20px;
}

.flt-right
{
	float: right;
}
.details-page
{
	width: 100%;
	padding: 50px 0;
}

.pr
{
	margin: 30px 0 0px 0;
	font-size: 22px;
	color: #5f7d22;
	font-weight: 700;
}
.picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	/*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height:400px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 19.2%;
    height: 105px;
    border: 0px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 0px solid #eee;
}




/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 100%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
     border-radius: 20px;
}
.piclist li img {
    height:100px;
    object-fit:cover;
    border-radius: 20px;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}
.right-side-1
{
	width: 100%;
	text-align: center;
	background:#84c225;
	color:#fff;
	font-family: 'Urbanist', sans-serif;
	font-weight: 500;
	font-size: 28px;
	padding: 25px 0;
	border-radius: 20px;
	margin-bottom: 30px;
}
.right-side-2
{
	width: 100%;
	background:#f5f5f5;
	font-size: 28px;
	padding:20px 25px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.rd
{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.rd-left
{
	width:40%;
	float: left;
	height: auto;
}
.rd-right
{
	width:58%;
	float: left;
	height: auto;
	margin:0 0 10px 2%;
}
.right-side-2 h3
{
	text-align: center;
	margin:0 0 20px 0;
	font-family: 'museo700';
	  color: #1d1d1d;
	  font-weight: 300;
	  font-size: 22px;
}
.social
{
	width: 100%;
	height: auto;
	text-align: center;
}
.social img
{
	max-width: 50px;
}
.bt-3
{
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.bt-3 a
{
	background:#84c225;
	color:#fff;
	font-family: 'Urbanist', sans-serif;
	font-weight:300;
	font-size: 15px;
	padding:10px 0;
	border-radius: 20px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.bt-3 a:hover
{
	background:#5f7d22;
}
.bt-4
{
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.bt-4 a
{
	background:#5f7d22;
	color:#fff;
	font-family: 'Urbanist', sans-serif;
	font-weight:300;
	font-size: 15px;
	padding:10px 0;
	border-radius: 20px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.bt-4 a:hover
{
	background:#84c225;
}
.rd-right h4 {
  font-family: 'Urbanist', sans-serif;
  color: #1d1d1d;
  font-weight: 500;
  font-size: 18px;
  margin:0 0 2px 0;
}
.rd-right h4 a {
  color: #1d1d1d;
  text-decoration: none;
}
.rd-right h4 a:hover
{
	color: #84c225;
}
.rd-right .product-rating {
  margin: 0px 0 1px 0;
}
.rd-right h5 {
  margin: 0px 0 10px 0;
  font-size: 20px;
  color: #5f7d22;
  font-weight: 700;
}
.rd-right .product-location
{
	font-size: 15px;
	font-weight: 300;
}
.rd-right .product-location a
{
	color: #1d1d1d;
  text-decoration: none;
}
.rd-right .product-location a:hover
{
	color: #84c225;
}
.btn-1
{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.btn-1 a
{
	background:#84c225;
	color:#fff;
	font-family: 'Urbanist', sans-serif;
	font-weight:700;
	font-size: 14px;
	padding:10px 30px;
	border-radius: 20px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 30px;
	letter-spacing: 2px;
}
.btn-1 a:hover
{
	background:#5f7d22;
}
.main-heding
{
	width: 100%;
	height: auto;
	color:#1d1d1d;
	font-family: 'museo700';
	font-weight:300;
	font-size: 38px;
	margin:0 0 15px 0;
}
.hd-btm
{
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom:20px;
}
.hd-btm .product-location
{
	font-size: 14px;
}
.hd-btm .product-rating span{
	font-size: 18px;
	color:#84c225;
}
.details-left p
{
   color:#7d7d7d;
   font-size: 16px;
}
.details-left blockquote
{
	color:#7d7d7d;
   font-size: 16px;
}
.leave-review-pert
{
	width:100%;
	height: auto;
	margin-top: 20px;
}
.cmn
{
	width: 100%;
	height: auto;
	margin:0 0 10px 0;
	overflow: hidden;
}
.cmn h5 {
  font-family: 'Urbanist', sans-serif;
  color: #1d1d1d;
  font-weight: 300;
  font-size: 15px;
}
.cmn input[type="text"], input[type="email"]
{
	width:100%;
	height: 40px;
	padding: 10px 15px;
	border:1px solid #84c225;
	border-radius: 5px;
	color:#000;
}
.cmn textarea
{
	width:100%;
	height: 150px;
	padding: 10px 15px;
	border:1px solid #84c225;
	border-radius: 5px;
	color:#000;
}
.cmn input[type="submit"]
{
	background: #84c225;
	color: #fff;
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 14px;
	border-radius: 20px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 40px;
	letter-spacing: 2px;
	border:1px solid #84c225;
}
.cmn input[type="submit"]:hover
{
	background:#000;
	border:1px solid #000;
}
.show-review
{
	width: 100%;
	height: auto;
	margin:50px 0;
}
.review-name
{
	width: 100%;
	height:auto;
}
.review-date
{
	width: 100%;
	height:auto;
	text-align: right;
	color: #1d1d1d;
	font-family: 'Urbanist', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.review-star
{
	width: 100%;
	height:auto;
	color:#f9a422;
	margin:0 0 20px 0;
}
.review-star i
{
	margin:0 10px 0 0;
	font-size: 28px;
}
.show-review-full
{
	width:100%;
	height: auto;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 20px;
}
.rd-left img
{
	max-width: 95%;
	height: auto;
	border-radius: 20px;
}
.alrev
{
	width:100%;
	background: #eeeeee;
	color:#000000;
	font-size: 22px;
	padding: 15px 30px;
	font-family: 'museo700';
	font-weight: 300;
}
.alrev span
{
	float: right;
}
.alrev span a
{
	color:#000000;
	text-decoration: none;
	font-size: 20px;
}
.side-catg .custom-checkbox .custom-control-label {
  padding-left: 12px;
}
.side-catg .custom-checkbox
{
	margin-bottom: 10px;
}
.listing-page .card-header a.act {
  color: #84c225;
}
.listing-page .filter-group:last-child .card-header
{
  border-bottom: 0px solid #f5f5f5;
}
 .logincontainer {
  padding: 50px 0px 60px 0px;
  position: relative;
}
.logincontainer .loginbox {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.logincontainer .loginleftimg {
  float: left;
  width: 100%;
  height: 100%;
}
.logincontainer .loginleftimg img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.logincontainer .registerform {
  float: left;
  width: 100%;
  padding: 40px 30px 40px 40px;
}
.logincontainer .registerform h2 {
  color: #020202;
  font-size: 28px;
  text-align: left;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 8px 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.logincontainer .registerform h2 span {
  position: relative;
  padding-left: 40px;
}
.logincontainer .registerform h2 span::before {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #84c225;
  border-radius: 10px;
}
.logincontainer .registerform .form-group {
  position: relative;
  margin: 0px 0px 25px 0px;
}
.logincontainer .registerform .form-group label {
  display: block;
  text-align: left;
  color: #010101;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 11px;
}
.logincontainer .registerform .form-group .form-control {
  height: 46px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
}
.logbtnwrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.logincontainer .registerform .forgotbtn {
  display: inline-block;
  color: #2d2a2b;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.logincontainer .registerform .loginbtn-default {
  display: inline-block;
  border: none;
  outline: none;
  min-width: 160px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 25px 11px;
  height: auto;
  line-height: normal;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #01238f;
  background: -moz-linear-gradient(top,rgba(145,214,39,1) 0,rgba(132,194,37,1) 100%);
  background: -webkit-linear-gradient(top,rgba(145,214,39,1) 0,rgba(132,194,37,1) 100%);
  background: linear-gradient(to bottom,rgba(145,214,39,1) 0,rgba(132,194,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84c225', endColorstr='#85CB19', GradientType=0);
}
.logincontainer .registerform .loginbtn-default {
  padding: 10px 20px 9px;
  font-size: 16px;
}


.contactcontainer {
  padding: 50px 0px 60px 0px;
  background: #fff;
}
.contactcontainer .ctformbox {
  float: left;
  width: 100%;
  padding: 30px 25px;
  background: #fff;
  -webkit-box-shadow: 11px 18px 81px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 11px 18px 81px 0px rgba(0, 0, 0, 0.11);
}
.contactcontainer .ctformbox .lboxcontent {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #84c225;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contactcontainer .ctformbox .lboxcontent .lboxcontentinner {
  padding: 25px 30px;
}
.contactcontainer .ctformbox .lboxcontent .lboxcontentinner {
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 25px 70px;
}
.contactcontainer .ctformbox h1 {
  text-align: left;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  margin: 0px 0px 15px 0px;
}
.contactcontainer .ctformbox p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 15px 0px;
    text-align: left;
}
.contactcontainer .coininfo {
  display: block;
  text-align: left;
  padding: 30px 0px 0px 0px;
}
.contactcontainer .coininfo .cticon {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}
.contactcontainer .coininfo .cticontent {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.contactcontainer .coininfo .cticon i {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 1.6em;
  background: rgba(108,108,23,0.5);
  border: 1px solid rgba(108,108,23,0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contactcontainer .coininfo .cticontent h4 {
  color: #fff;
  font-weight: 500;
  margin: 0px 0px 2px 0px;
  font-size: 20px;
}
.contactcontainer .coininfo .cticontent p {
  color: #fff;
  margin: 0px;
}
.contactcontainer .coininfo .cticontent p a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contactcontainer .ctformbox .lblright .lblrightinner {
  padding: 25px 30px;
}
.contactcontainer .ctformbox .lblright .lblrightinner .innerbox {
  padding: 0px;
}
.contactcontainer .section-heading h2 {
  text-transform: none;
  color: #1d1d1d;
}
.section-heading h2 span {
  color: #84c225;
}
.contactcontainer .ctformbox .lblright p {
  color: #787878;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0px 0px 25px 0px;
}
.contactcontainer .ctformbox .lblright .form-group label {
  display: block;
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px;
  text-align: left;
}
.contactcontainer .ctformbox .lblright .form-group label sup {
  top: 0px;
  color: red;
  font-size: 21px;
}

.contactcontainer .ctformbox .lblright .form-group .formgroupinner i {
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 1.2em;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  color: #8f8f8f;
  border: 2px solid #a8a8a8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.contactcontainer .ctformbox .lblright .form-group .formgroupinner i {
  border-color: #fff;
}
.contactcontainer .ctformbox .lblright .form-group .form-control {
  background: #fff;
  color: #1b1e23;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: 2px solid #1b1e23;
  height: 44px;
  font-size: 15px;
  padding: 1px 30px 1px 0px;
  -webkit-box-shadow: 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px #fff;
  border-radius: 0px;
  font-weight: 500;
}
.ctformbox [type="submit"].theme-btn {
  display: inline-block;
  border: none;
  outline: none;
  min-width: 160px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 25px 11px;
  height: auto;
  line-height: normal;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #84c225;
  background: -moz-linear-gradient(top,rgba(145,214,39,1) 0,rgba(132,194,37,1) 100%);
  background: -webkit-linear-gradient(top,rgba(145,214,39,1) 0,rgba(132,194,37,1) 100%);
  background: linear-gradient(to bottom,rgba(145,214,39,1) 0,rgba(132,194,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84c225', endColorstr='#85CB19', GradientType=0);
}
.ctformbox [type="submit"].theme-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 120%;
  padding-right: 8px;
}
.iner-banner
{
	width:100%;
	height: auto;
}
.iner-banner img
{
	width:100%;
	height:auto;
}
.tlh
{
	width: 100%;
	text-align: center;
	margin: 50px 0 0 0;
}
.home_about_section.inner_abtblock {
  padding: 50px 0;
}
.breadcrumbcontainer {
  position: relative;
  background: #f4f4f4;
  border: none;
}
.breadcrumbcontainer .breadcrumb {
  padding: 22px 0;
  margin-bottom: 0;
  background: none;
}
.breadcrumb li {
  color: #ed2f00;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.breadcrumbcontainer .breadcrumb li a {
  color: #000;
}
.breadcrumb li.active {
  color: #84c225;
}
.breadcrumbcontainer .breadcrumb > li + li::before {
  content: "\e909";
  font-family: icomoon;
  color: #000;
  padding: 0 12px;
  vertical-align: middle;
  content: "/";
}
.abhpic_outer {
  height: 450px;
  width: 300px;
  border: 4px solid #84c225;
  position: relative;
  float: right;
}
.abhpic_outer figure.abp1 {
  width: 402px;
height: 393px;
right: 50px;
top: -22px;
}
.abhpic_outer figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.abhpic_outer figure.abp2 {
  width: 345px;
  height: 260px;
  right: 15px;
  bottom: -51px;
  z-index: 1;
}
.abhpic_outer figure {
  position: absolute;
}

.testi-box {
  padding: 10px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
  border-radius: 30px 0 30px 0;
  margin-bottom: 30px;
}
.testi-box img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 20px auto;
}
.testimonial-text {
  text-align: center;
  padding: 0 15px;
}
.testimonial-text h4 {
  margin-bottom: 25px;
  color: #5f7d22;
  font-size: 20px;
}
.testimonial-text h4 i {
  font-style: normal;
}
.testimonial-text h3 {
  font-size: 18px;
  line-height: 30px;
}
.testimonial-sec
{
	padding: 30px 0 50px;
}
.iner-page-cont-terms
{
	padding: 10px 0 50px;
}
.iner-page-cont-terms p
{
	font-size: 16px;
    color:#7d7d7d;
    font-family: 'Urbanist', sans-serif;
}
.text-left
{
	text-align: left;
}
/* s css 11feb */
.noproductfound {
	background-color: #F1F1F1;
	padding: 40px;
	text-align: center;
    color: #212529;
}
.noproductfound i.fa {
	width: 35px;
	height: 35px;
	background-color: #5F7D22;
	border-radius: 0 30px 30px 30px;
	line-height: 35px;
	color: #fff;
	font-size: 21px;
}
.noproductfound .btn-primary {
	font-family: 'Museo 700';
	background: #84C225;
	box-shadow: 5px 7px 21px rgba(0, 0, 0, 0.25);
	border-radius: 0px 60px 60px 60px;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 35px;
	color: #1D1D1D;
	padding: 5px 25px;
	display: inline-block;
    color: #fff;
}
.noproductfound .btn-primary:hover {
	background: #5F7D22;
	color: #fff;
    border-color: transparent;
}
.noproductfound .btn-primary:focus,
.noproductfound .btn-primary:active,
.noproductfound .btn-primary.active,
.noproductfound .btn-primary:active:focus{
	background: #5F7D22;
	color: #fff;    
    box-shadow:none;
    border-color: transparent;
}
.noproductfound .btn-primary:not(:disabled):not(.disabled):active:focus, .noproductfound .btn-primary:not(:disabled):not(.disabled).noproductfound .btn-primary.active:focus{
    box-shadow:none;
}
select.form-control:focus{
    border-color: #ced4da;
    box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before{
    box-shadow: none;
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}
nav ul.pagination li{
    width: 30px;
    height: 30px;
    color: #000;
    border-radius: 100%;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    
}
nav ul.pagination li:not(:last-child){
    margin-right: 2px;
}
nav ul.pagination li a{
    color: #000;
    display: block;
}
nav ul.pagination li:hover{
    background-color: #5f7d22;
    color: #fff;
    text-decoration: none;
}
nav ul.pagination li a:hover{
    color: #fff;
    text-decoration: none;
}
nav ul.pagination li.active{
    background-color: #5f7d22;
    color: #fff;
    text-decoration: none;    
}
nav ul.pagination li.disabled:hover{
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem;
    background-color: #5f7d22;
    color: #fff;    
}
nav ul.pagination li:last-child:hover{
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem;
    background-color: #5f7d22;
    color: #fff;     
}
.starpanel {
    position: relative;
	top: 0;
	left: 0;
	width: auto;
	float: left;
	margin: 0 0 10px 0;
}
.starpanel input[type="radio"] {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  opacity: 0;
}
.starpanel label {
  position: relative;
  float: right;
  color: #fff;
  margin-bottom: 0;
}
.starpanel label::before {
  margin: 0 4px 0 0;
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 19px;
  color: #b5b5b5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.starpanel label:hover::before {
  color: #fbaf3f;
}
.starpanel input[type="radio"]:checked ~ label::before {
  color: #fbaf3f;
}


.cmn .rtn
{
	color:#f9a422;
	text-align: left;
	width: auto;
	height: auto;
	float: left;
	margin: 0 10px;
}
.contactmodal
{
	padding: 30px;
}
.contactmodal .modal-dialog
{
   margin: 90px auto 0;
}
.contactmodal .modal-dialog .close
{
   
   position: absolute;
right: 0;
top: 0;
background: #84c225;
padding: 10px;
color: #fff;
}
.contactmodal .modal-dialog textarea.form-control {
  height: 90px;
}
.contactmodal .modal-dialog .login_btn
{
   font-size: 12px;
background: #84c225;
padding: 8px 20px;
color: #fff;
text-decoration: none;
border-radius: 0 30px 30px 30px;
font-family: 'Urbanist', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
border:1px solid #84c225;
}  
.contactmodal .modal-dialog .modal-title
{
	font-family: 'museo700';
	font-size: 24px;
}

.ownerprofilemodal
{
	padding: 30px;
}
.ownerprofilemodal .modal-dialog
{
   margin: 90px auto 0;
}
.ownerprofilemodal .modal-dialog .close
{
   
   position: absolute;
right: 0;
top: 0;
background: #84c225;
padding: 10px;
color: #fff;
}
.ownerprofilemodal .modal-dialog .modal-title
{
	font-family: 'museo700';
	font-size: 24px;
	margin:0 0 20px 0;
	text-align: center;
}
.ownerprofilemodal .right-side-2
{
	background: #fff;
	font-size: 28px;
	padding:0;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 0;
}
.ownerprofilemodal .rd-right h4 {
  font-size: 20px;
  margin: 0 0 7px 0;
}
.ownerprofilemodal .rd-right .product-rating {
  margin: 0px 0 7px 0;
}
.bad-rating
{
	float: left;
}

.good-rating
{
	float: left;
}

.cmn .help-block
{
	display: block;
	width: 100%;
	float: left;
}
/* s css 23Mar */
h1{
    font-size: 30px;
}
h1,
h4{
    color: #1d1d1d;
    font-weight: 300;    
}
h2{
    color: #1d1d1d;
    font-weight: 300;
    font-size: 30px;
}
.iner-page-cont-terms ul li
{
	font-size: 16px;
    color:#7d7d7d;
    font-family: 'Urbanist', sans-serif;
}
.iner-page-cont-terms ul li:not(:last-child){
    margin-bottom: 8px;
}
.iner-page-cont-terms h5{
    font-family: 'Urbanist', sans-serif;
    color: #1d1d1d;
}
.iner-page-cont-terms p a,
.iner-page-cont-terms ul li a{
    font-family: 'Urbanist', sans-serif;
    color: #7d7d7d;    
}
.iner-page-cont-terms p a:hover,
.iner-page-cont-terms ul li a:hover{
    color: #1d1d1d;
    text-decoration: none;
}
.about_home .abhconiner p{
	font-size: 16px;
    color:#7d7d7d;
    font-family: 'Urbanist', sans-serif;    
}
.about_home .abhconiner p a{
    color:#7d7d7d;
}
.about_home .abhconiner p a:hover{
    color:#7d7d7d;
    text-decoration: none;
}
.news-l input[type="text"] {
	width: 80%;
	height: 40px;
	background: #505652;
	border-radius: 10px;
	padding: 7px 15px;
	color: #fff;
	border: 1px solid #505652;
	float: left;
}
.p-3-dec p a{
    color:#7d7d7d;
}
.p-3-dec p a:hover{
    color:#7d7d7d;
    text-decoration:none;
}
/* End s css 23Mar */
.profilecontainer{padding: 40px 0px 40px 0px; background: #E2FAE7;}
.profilecontainer .prpcontainer{float: left; width: 100%; position: relative;}
.profilecontainer .profileleftpanel{float: left; width: 100%; background: #fff; padding: 40px 0px 0px 0px; -webkit-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: 0px 0px 14px rgb(202, 202, 202, 0.57); box-shadow: 0px 0px 14px rgb(202, 202, 202, 0.57);}
.profilecontainer .profileleftpanel .usercolumn{float: left; width: 100%; background: transparent; padding: 0px 0px 30px 25px; text-align: left;}
.profilecontainer .profileleftpanel .usercolumn h3{color: #1d1b1b; text-align: left; margin: 0px 0px 0px 0px; font-size: 22px; padding: 4px 0px 4px 20px; border-left: 5px solid #84c225;}
.profilecontainer .profileleftpanel .usercolumn p{color: #1d1b1b; text-align: left; margin: 0px 0px 8px 0px; font-size: 15px; padding: 0px; font-weight: 400;}
.profilecontainer .profileleftpanel .usernavlist{float: left; width: 100%; margin: 0px; padding: 0px 0px 15px 0px;}
.profilecontainer .profileleftpanel .usernavlist ul{float: left; width: 100%; margin: 0px; padding: 0px;}
.profilecontainer .profileleftpanel .usernavlist ul li{float: left; width: 100%; margin: 0px; padding: 0px 0px; position: relative; list-style: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .profileleftpanel .usernavlist ul li + li{border-top: 1px solid #ececec;}
.profilecontainer .profileleftpanel .usernavlist ul li a{float: left; width: 100%; font-size: 15px; margin: 0px; padding: 16px 10px 16px 75px; color: #1d1b1b; text-decoration: none; position: relative; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .profileleftpanel .usernavlist ul li a i{position: absolute; left: 25px; top: 50%; border: 1px solid #84c225; color: #84c225; width: 34px; height: 34px; text-align: center; line-height: 33px; font-size: 1.2em; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .profileleftpanel .usernavlist ul li:hover a{background: #84c225; color: #ffffff;}
.profilecontainer .profileleftpanel .usernavlist ul li:hover a i{background: #21760f; border-color: #21760f; color: #ffffff;}
.profilecontainer .profileleftpanel .usernavlist ul li.active a{background: #84c225; color: #fff;}
.profilecontainer .profileleftpanel .usernavlist ul li.active a i{background: #21760f; border-color: #21760f; color: #ffffff;}
.profilecontainer .profileleftpanel .usernavlist ul li.logout{margin-top: 15px; padding-top: 5px;}
.profilecontainer .profileleftpanel .usernavlist ul li.logout a{background: transparent; color: #43bfff;}
.profilecontainer .profileleftpanel .usernavlist ul li.logout:before{content: ""; position: absolute; top: 0px; left: 20px; right: 20px; border-top: 1px solid #fff;}
.profilecontainer .rightprofile{float: left; width: 100%; padding: 30px; position: relative; -webkit-border-radius: 0px; border-radius: 0px; background: #fff; height: 100%; -webkit-box-shadow: 0px 0px 14px rgb(202, 202, 202, 0.57); box-shadow: 0px 0px 14px rgb(202, 202, 202, 0.57);}
.profilecontainer .rightprofile h2{color: #32353c; font-size: 22px; font-weight: 600; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; text-align: left; margin: 0px 0px 25px 0px; padding: 0px; position: relative;}
.profilecontainer .rightprofile p{color: #32353c; text-align: left; margin: 0px 0px 30px 0px; font-size: 15px; padding: 0px; font-weight: 400;}

.profilecontainer .dashboardbox{float: left; width: 100%; background: #E2FAE7; padding: 20px 20px; height: 100%; border: 1px solid #84c225; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; text-align: left; -webkit-border-radius: 7px; border-radius: 7px; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .dashboardbox .dashboardboxinner{display: block; text-align: left;}
.profilecontainer .dashboardbox .dashboardboxinner .dashicon{display: table-cell; vertical-align: middle; padding-right: 15px;}
.profilecontainer .dashboardbox .dashboardboxinner .dashcontent{display: table-cell; vertical-align: middle; width: 100%;}
.profilecontainer .dashboardbox i{display: inline-block; width: 60px; height: 60px; color: #fff; font-size: 2em; background: #84c225; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; -webkit-border-radius: 8px 20px 8px 20px; border-radius: 8px 20px 8px 20px;}
.profilecontainer .dashboardbox h3{color: #84c225; font-size: 16px; font-weight: 600; margin: 0px;}
.profilecontainer .dashboardbox:hover{text-decoration: none;}
.profilecontainer .rightprofile .dl-horizontal{font-size: 15px;}
.profilecontainer .rightprofile .dl-horizontal dt strong{font-weight: 600;}
dl{margin-top: 0; margin-bottom: 20px;}

.profilecontainer .rightprofile .form-group{margin-bottom: 20px;}
.profilecontainer .rightprofile .form-group i{position: absolute; right: 0px; top: 12px; color: #2b2b2b; font-size: 18px;}
.profilecontainer .rightprofile .form-group i.eye{font-size: 24px;}
.profilecontainer .rightprofile .form-group label{color: #6a6a6a; font-size: 15px; font-weight: 500; margin: 0px 0px 0px 0px;}
.profilecontainer .rightprofile .form-group .form-control{height: 44px; background: transparent; color: #2b2b2b; font-size: 14px; font-weight: 500; padding: 0px 0px; border: none; border-bottom: 1px solid #b1b1b1; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 0px; border-radius: 0px;}
.profilecontainer .rightprofile .form-group textarea.form-control{height: 90px;}
.profilecontainer .rightprofile .form-group select.form-control{background: url(../images/drop-icon.png) no-repeat right center; -webkit-appearance: auto; -moz-appearance: auto; -o-appearance: auto;}
.profilecontainer .rightprofile .form-group select.form-control::-ms-expand{display: none;}
.profilecontainer .rightprofile .form-group .form-control.dateicon{background: url(../images/datepicker.png) no-repeat right center;}
.profilecontainer .rightprofile .form-group input:-webkit-autofill,
.profilecontainer .rightprofile .form-group input:-webkit-autofill:hover,
.profilecontainer .rightprofile .form-group input:-webkit-autofill:focus
.profilecontainer .rightprofile .form-group input:-webkit-autofill,
.profilecontainer .rightprofile .form-group textarea:-webkit-autofill,
.profilecontainer .rightprofile .form-group textarea:-webkit-autofill:hover
.profilecontainer .rightprofile .form-group textarea:-webkit-autofill:focus,
.profilecontainer .rightprofile .form-group select:-webkit-autofill,
.profilecontainer .rightprofile .form-group select:-webkit-autofill:hover,
.profilecontainer .rightprofile .form-group select:-webkit-autofill:focus{-webkit-text-fill-color: #2b2b2b; -webkit-box-shadow: 0 0 0px 1000px transparent inset; transition: background-color 5000s ease-in-out 0s;}
.profilecontainer .rightprofile .submitbtn{display: inline-block; border: none; outline: none; min-width: 160px; text-decoration: none; background: #84c225; color: #fff; font-size: 17px; font-weight: 400; padding: 8px 25px; -webkit-border-radius: 0px; border-radius: 0px; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .rightprofile .submitbtn:hover{background: #000;}

.profilecontainer .rightprofile .table thead tr th{background: #e2fae7; vertical-align: middle; color: #84c225; font-size: 14px; font-weight: 600; padding: 12px 10px; border-color: #84c225; border-bottom-width: 1px;}
.profilecontainer .rightprofile .table tbody tr td{min-width: 114px; font-size: 14px; color: #000000; font-weight: 400; padding: 10px 10px; border-color: #84c225; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .rightprofile .table tbody tr td .btn{background: #ff0000; font-size: 16px; color: #fff; -webkit-border-radius: 3px; border-radius: 3px; border-color: #ff0000; padding: 1px 5px;}
.profilecontainer .rightprofile .table tbody tr td .btn i{font-size: inherit;}
.profilecontainer .rightprofile .table tbody tr{-webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .rightprofile .table tbody tr:nth-child(even){background: #eff5f1;}

.profilecontainer .rightprofile .cartbxc .cartbxcontent h4{font-size: 18px;}
.profilecontainer .rightprofile .cartbxc .cartbxcontent p{font-size: 14px; margin: 0px 0px 10px 0px;}

.profilecontainer .rightprofile .deliveryaddressbtx{display: block; padding-bottom: 20px;}
.profilecontainer .rightprofile .deliveryaddressbtx h4{font-size: 20px; margin: 0px 0px 8px 0px;}
.profilecontainer .rightprofile .deliveryaddressbtx p{font-size: 15px; margin: 0px 0px 10px 0px;}
.profilecontainer .rightprofile .deliveryaddressbtx .theme-btn{color: var(--white); text-decoration: none;}
.profilecontainer .rightprofile .deliveryaddressbtx .theme-btn i{padding-right: 5px;}
.ProfileBtn {
  display: none;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
.dl-horizontal dd img
{
	max-width: 100px;
}
.profilecontainer .profileleftpanel .usernavlist ul li.active a {
  background:#84c225;
  color: #fff;
}
.logincontainer{padding: 50px 0px; background: #f3f3f3;}
.logincontainer .logininnerbox{float: left; width: 100%; padding: 0px; background: #fff; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);}
.logincontainer .logininnerbox .lboxcontent{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 100%; text-align: center; -ms-flex-align: center; align-items: center; background: #84c225;}
.logincontainer .logininnerbox .lboxcontent .lboxcontentinner{-ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding: 30px;}
.logincontainer .logininnerbox h1{text-align: center; color: #fff; font-size: 30px; font-weight: 900; margin: 0px 0px 15px 0px; }
.logincontainer .logininnerbox h1.sign{text-transform: uppercase; letter-spacing: 5px;}
.logincontainer .logininnerbox p{color: #fff; font-size: 16px; line-height: 26px; margin: 0px 0px 25px 0px;} 

.logincontainer .subtn{display: inline-block; background: #fff; position: relative; color: #333; text-transform: uppercase; letter-spacing: 2px; border: none; padding: 12px 30px; margin: 0px; font-weight: 600; text-decoration: none; font-size: 16px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.logincontainer .subtn:hover{text-decoration: none; color: #fff; background: #06a4f1;}

.logincontainer .logininnerbox .lblright{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; -ms-flex-align: center; align-items: center;}
.logincontainer .logininnerbox .lblright .lblrightinner{-ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding: 40px 60px;}
.logincontainer .logininnerbox .lblright .lblrightinner .innerbox{padding: 10px 0px;}
.logincontainer .logininnerbox .lblright .lglogoright{display: block; text-align: center; margin: 0px 0px 15px 0px;}
.logincontainer .logininnerbox .lblright .lglogoright img{max-width: 100%; max-height: 58px;}
.logincontainer .logininnerbox .lblright .lgheading{font-family: 'museo700';display: block; line-height: 100%; text-align: center; color: #3e3d40; font-size: 35px; font-weight: 700; margin: 0px 0px 10px 0px;}
.logincontainer .logininnerbox .lblright .resocialbox{display: block; text-align: center; padding: 15px 0px 15px 0px;}
.logincontainer .logininnerbox .lblright .resocialbox a{display: inline-block; width: 42px; height: 42px; text-decoration: none; text-align: center; line-height: 42px; border-radius: 50%; background: #ffffff; border: 1px solid #3e3d40; margin: 0px 7px 5px 0px; color: #3e3d40; font-size: 1.2em; -webkit-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.logincontainer .logininnerbox .lblright .resocialbox a.facebook{background: #3f5387; border-color: #3f5387; color: #fff;}
.logincontainer .logininnerbox .lblright .resocialbox a.gplus{background: #D71717; border-color: #D71717; color: #fff;}
.logincontainer .logininnerbox .lblright p{color: #212529; font-size: 14px; line-height: 20px; text-align: center; margin: 0px 0px 30px 0px;} 
.logincontainer .logininnerbox .lblright .lform{display: block; padding: 0px 0px;}
.logincontainer .logininnerbox .lblright .form-group{position: relative;}
.logincontainer .logininnerbox .lblright .form-group .formgroupinner{display: block; position: relative;}
.logincontainer .logininnerbox .lblright .form-group .formgroupinner i{position: absolute; left: 22px; top: 18px;}
.logincontainer .logininnerbox .lblright .form-group .formgroupinner i.fa-mobile{font-size: 1.2em;}
.logincontainer .logininnerbox .lblright .form-group .form-control{background: #fff; border: 1px solid #D0D0D0; height: 50px; font-size: 14px; padding: 4px 15px 4px 50px; -webkit-box-shadow: 0px 0px 0px #fff; box-shadow: 0px 0px 0px #fff; -webkit-border-radius: 30px; border-radius: 30px;}
.logincontainer .logininnerbox .lblright .form-group .form-control:focus{border-color: var(--default);}
.logincontainer .logininnerbox .lblright .form-group .form-control.error{border-color: red;}
.logincontainer .logininnerbox .lblright .forgotbox{display: block; text-align: center; margin: 0px 0px 15px 0px;}
.logincontainer .logininnerbox .lblright .forgotbox a{text-decoration: none; color: #3e3d40; font-size: 14px; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.logincontainer .logininnerbox .lblright .forgotbox a:hover{text-decoration: underline;}
.logincontainer .logininnerbox .lblright .createaccount{display: block; text-align: center; margin: 10px 0px 5px 0px;}
.logincontainer .logininnerbox .lblright .createaccount a{text-decoration: none; color: #3e3d40; font-size: 14px; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.logincontainer .logininnerbox .lblright .createaccount a:hover{text-decoration: underline;}
.registercontainer .logininnerbox .lboxcontent .lboxcontentinner{padding: 30px 30px 30px 30px;}
.logincontainer .logininnerbox .lboxcontent .lboxcontentinner .theme-btn{border-color: #000; background: #000; color: #fff; text-decoration: none; font-size: 16px; padding: 10px 50px; margin-top: 5px; -webkit-border-radius: 30px; border-radius: 30px;}
.logincontainer .logininnerbox .lboxcontent .lboxcontentinner .theme-btn:hover{background: #fff; color: var(--default); text-decoration: none;}
.logincontainer .logininnerbox .lblright .lform .theme-btn{background:#84c225;color:#fff;font-size: 16px; padding: 10px 50px; width: 100%; border: none; outline: none; margin-top: 5px; -webkit-border-radius: 30px; border-radius: 30px;}
.registercontainer .logininnerbox .lblright .lblrightinner{padding: 40px 40px;}
.registercontainer .logininnerbox .lblright .form-group .control-label{display: block; text-align: left; margin: 0px 0px 2px 0px;}
.registercontainer .logininnerbox .lblright .lform .theme-btn{max-width: 100%;}
.registercontainer .logininnerbox .lblright .form-group .form-control{padding: 4px 15px 4px 20px;}

input[type="password"]:not(:placeholder-shown) {
font-family: "pass";
font-size:24px !important;
}
@-moz-document url-prefix() {
input[type="password"]:not(:placeholder-shown) {
font-size: 18px;
}
} 



.profilecontainer .rightprofile .table tbody tr td img
{
	width:50px;
	height: auto;
}
.invalid
{
	color:red;
	font-size: 12px;
}
.profilecontainer .rightprofile h2 span
{
	float: right;
}
.profilecontainer .rightprofile h2 span a
{
	background: #84c225;
    color: #fff;
}
.profilecontainer .rightprofile h2 span a:hover
{
	background: #000;
}
.side-photo input[type="file"] 
{
    position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}

.cs-text
{
    width:100%;
    height: auto;
    float: left;
    margin:-61px 0 40px 0;
}
.cs-text a
{
    font-size: 12px;
    background: #84c225;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 0 30px 30px 30px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
.cs-text a:hover
{
    background: #000;
}

.all-featured-ads
{
	width:100%;
	height:auto;
	padding:50px 0 50px;
	background:#f3f3f3;
}
.paymentsuccessicon
{
    width: 120px;
	height: 120px;
	margin: 0px auto 30px;
	border: 2px solid #84c225;
	color: #84c225;
	font-size: 50px;
	text-align: center;
	border-radius: 50%;
	padding: 18px 0 0 0;
}
.succ-heading
{
	font-family: 'museo700';
	display: block;
	line-height: 100%;
	text-align: center;
	color: #84c225;
	font-size: 35px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
}
.succ-dec
{
	color: #212529;
	font-size:18px;
	line-height: 30px;
	text-align: center;
	margin: 0px 0px 20px 0px;
	width:100%;
	height: auto;
}
.nobanner
{
	min-height:140px;
	background-size: auto !important;
	background-position: 77% 0 !important;
	min-height: 140px;
}
.nobanner .cs-text {
  margin: 0 0 40px 0;
}

.profilecontainer .rightprofile .form-group label sup
{
   color: red;
   font-size: 21px;
   top: 0;
}

/********************Responsive**********************/
@media only screen and (min-width: 1700px) and (max-width: 2000px) {
.container {
  max-width: 1400px !important;
}
.trac {
  bottom: -0px;
}
.trac img {
  max-width: 470px;
}
.itm {
    height: 160px;;
}
}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
.banner-top {
  top: 43px;
}
.bn-dec h2 {
  font-size: 40px;
  line-height: 55px;
}
.bn-dec p {
  font-size: 12px;
}
.select {
  width: 100%;
}
.trac
{
    display:none;
}
.select .selectBtn {
  padding: 16px 10px 10px 22px;
  font-size: 12px;
}
.frm input[type="text"] {
  padding: 6px 10px 10px 50px;
  font-size: 11px;
}
.flex-control-nav {
  top: 72px !important;
  left: 0 !important;
}

.piclist li img {
  height: 59px;
}
.piclist li {
  width: 19%;
  height: 60px;
}
.picZoomer-pic-wp, .picZoomer-zoom-wp {
  height: 250px !important;
}
.right-side-2 {
  padding: 20px 10px;
}
.bt-3 a {
  font-size: 11px;
}
.bt-4 a {
  font-size: 11px;
}
.rd-right .product-location {
  font-size: 11px;
}
.rd-right h4 {
  font-size: 16px;
  margin-bottom: 4px;
}
.right-side-2 h3 {
  font-size: 18px;
}
.itm {
  height: 151px;
}
.itm img{
  margin:0px auto;
  width: auto !important;
}
.pert_1-2 h1 {
  font-size: 25px;
}
.product-categ a {
  padding: 5px 10px;
  font-size: 10px;
}
.product-dec h4 {
  font-size: 15px;
  min-height: 40px;
}
.product-location {
  font-size: 10px;
}
.product-price {
  font-size: 18px;
}
.product-dec {
  padding: 10px 10px;
}
.product-test {
  font-size: 10px;
}
.p-3-dec h2 {
  font-size: 20px;
}
.p-3-dec p {
  font-size: 15px;
  line-height: 21px;
}
.ft-social ul li {
  margin: 0 2px 0 0;
  width: 35px;
  height: 35px;
}
.news-l input[type="button"] {
  width: 20%;
 }
.ft-logo img {
  max-width: 87%;
}
.collapse-button {
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
}
.hdrmnu {
  float: left;
}
ul.slimmenu li > ul {
  overflow: hidden;
}
.bnrfrmtop{
	top: 38%;
	position:relative;
}

}
@media only screen and (min-width: 768px) and (max-width: 980px) {
.banner-top {
  top: 43px;
}
.bnrfrmtop{
	top: 50%;
	position:relative;
}

.bn-dec h2 {
  font-size: 40px;
  line-height: 55px;
}
.bn-dec p {
  font-size: 12px;
}
.select {
  width: 100%;
}
.trac
{
    display:none;
}
.select .selectBtn {
  padding: 16px 10px 10px 22px;
  font-size: 12px;
}
.frm input[type="text"] {
  padding: 6px 10px 10px 50px;
  font-size: 11px;
}
.flex-control-nav {
  top: 72px !important;
  left: 0 !important;
}

.piclist li img {
  height: 59px;
}
.piclist li {
  width: 19%;
  height: 60px;
}
.picZoomer-pic-wp, .picZoomer-zoom-wp {
  height: 250px !important;
}
.right-side-2 {
  padding: 20px 10px;
}
.bt-3 a {
  font-size: 11px;
}
.bt-4 a {
  font-size: 11px;
}
.rd-right .product-location {
  font-size: 11px;
}
.rd-right h4 {
  font-size: 16px;
  margin-bottom: 4px;
}
.right-side-2 h3 {
  font-size: 18px;
}
.itm {
  height: 151px;
}
.itm img{
  margin:0px auto;
  width: auto !important;
}
.pert_1-2 h1 {
  font-size: 25px;
}
.product-categ a {
  padding: 5px 10px;
  font-size: 10px;
}
.product-dec h4 {
  font-size: 15px;
  min-height: 40px;
}
.product-location {
  font-size: 10px;
}
.product-price {
  font-size: 18px;
}
.product-dec {
  padding: 10px 10px;
}
.product-test {
  font-size: 10px;
}
.p-3-dec h2 {
  font-size: 20px;
}
.p-3-dec p {
  font-size: 15px;
  line-height: 21px;
}
.ft-social ul li {
  margin: 0 2px 0 0;
  width: 35px;
  height: 35px;
}
.news-l input[type="button"] {
  width: 20%;
 }
.ft-logo img {
  max-width: 87%;
}
.collapse-button {
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
}
.hdrmnu {
  float: left;
}
ul.slimmenu li > ul {
  overflow: hidden;
}
.full-product {
  min-height: 368px;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.flex-control-nav {
  width: 20px;
  top: 19px !important;
  left: 0 !important;
}
.flex-control-nav li {
  margin: 0 0 10px;
  width: 13px !important;
  height: 13px !important;
}
.flex-control-paging li a.flex-active {
  width: 10px;
  height: 10px;
}
.banner-top {
  top: -120px;
  position: relative;
}
.bn-dec h2 {
  font-size: 18px;
  line-height: 22px;
}
.bn-dec p {
  font-size: 12px;
}
.frm {
  margin: 0 0 10px 0;
}
.frm input[type="submit"] {
  width: 100%;
}
.trac
{
	display: none;
}
.pert_1 {
  padding: 0 0 50px;
}
.p-1-top .owl-nav {
  top: -30px;
}
.itm {
  height: auto;
}
.pert_1-2 h1 {
  font-size: 22px;
}
.pert_1-2 {
  padding: 19px 0;
}
.heading-2 h2 {
  font-size: 25px;
}
.more-btn {
  margin: 3px 0 0 0;
}
.pert_2 {
  padding: 50px 0 0;
}
.yt {
  margin-top: 0;
}
.yt iframe {
  height: 300px;
}
.p-3-dec h2 {
  font-size: 25px;
}
.collapse-button {
  top: -68px !important;
}
.logo
{
	margin:0 0 10px 0; 
}
ul.slimmenu li > ul {
  width: 300px !important;
 }
.tf-full {
  margin: 0 0 10px 0;
}
.list-view-pic {
  width: 20%;
}
.list-view-dec {
  width: 62%;
  margin: 0px 0 0 10px;
}
.list-view-adm {
  width: 14%;
  margin: 0 0 0 10px;
}
.catg-list .nav-tabs {
  border-bottom:0px solid #dee2e6;
  margin-top: 10px;
  display: none;
}
.listing-page .card-header {
  width: 100%;
}
.side-catg .card {
  display: block;
  float: left;
  width: 100%;
}
.side-catg .filter-group
{
	width: 50%;
	float: left;
}
.piclist li img {
  height: 59px;
}
.piclist li {
  width: 18%;
  height: 60px;
}
.picZoomer-pic-wp, .picZoomer-zoom-wp {
  height: 250px !important;
}

}
@media only screen and (min-width: 320px) and (max-width: 480px) {
.flex-control-nav {
  width: 20px;
  top: 19px !important;
  left: 0 !important;
}
.flex-control-nav li {
  margin: 0 0 10px;
  width: 13px !important;
  height: 13px !important;
}
.flex-control-paging li a.flex-active {
  width: 10px;
  height: 10px;
}
.banner-top {
	top: 50%;
	/* position: relative; */
	transform: translateY(-50%);
}
.bn-dec {
	margin-bottom: 0;
}
.bn-dec h2 {
  font-size: 18px;
  line-height: 22px;
}
.bn-dec p {
  font-size: 12px;
}
.frm {
  margin: 0 0 10px 0;
}
.frm input[type="submit"] {
  width: 100%;
}
.trac
{
	display: none;
}
.pert_1 {
  padding: 0 0 50px;
}
.p-1-top .owl-nav {
  top: -30px;
}
.itm {
  height: auto;
}
.pert_1-2 h1 {
  font-size: 22px;
}
.pert_1-2 {
  padding: 19px 0;
}
.heading-2 h2 {
  font-size: 25px;
}
.more-btn {
  margin: 3px 0 0 0;
}
.pert_2 {
  padding: 50px 0 0;
}
.yt {
  margin-top: 0;
}
.yt iframe {
  height: 300px;
}
.p-3-dec h2 {
  font-size: 25px;
}
.collapse-button {
  top: -68px !important;
}
.logo
{
	margin:0 0 10px 0; 
}
ul.slimmenu li > ul {
  width: 300px !important;
 }
.tf-full {
  margin: 0 0 10px 0;
}
.list-view-pic {
  width: 100%;
}
.list-view-dec {
  width: 100%;
  margin: 15px 0 0 0;
}
.list-view-adm {
  width: 100%;
  margin: 0 0 0 10px;
}
.catg-list .nav-tabs {
  border-bottom:0px solid #dee2e6;
  margin-top: 10px;
  display: none;
}
.piclist li img {
  height: 59px;
}
.piclist li {
  width: 18%;
  height: 60px;
}
.picZoomer-pic-wp, .picZoomer-zoom-wp {
  height: 250px !important;
}
.contactcontainer .ctformbox .lboxcontent .lboxcontentinner {
  padding: 25px 20px;
}
.dl-horizontal dd {
  margin-left: 0;
}
.profilecontainer .rightprofile {
  margin-top: 20px;
}
}

/* su css 4/03/22 */
.category-part{
    width: 100%;
    margin-top: 70px;
}
.category-bx {
	border-radius: 5px;
	padding: 20px;
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 210px;
	padding-top: 20px;
	display: flex;
	align-items: center;
}
.category-bx .cat-text {
	width: 100%;
	max-width: 126px;
	margin-left: 15px;
}
.category-bx h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: #FFFFFF;
	display: block;
    font-family: 'Urbanist', sans-serif;
}
.category-bx h2 span {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 0px;
    font-family: 'Urbanist', sans-serif;
}
.category-part .bg2 h2,
.category-part .bg2 h2 span{
    color: #000;
}
.category-part .bg2 .cat-text{
    max-width: 115px;
}

.bg1{
    background-color: #76B83A;
}
.category-part .bg2{
    background-color: #C0EB7B;
}
.category-part .bg3{
    background-color: #E58129;
}
.fulladd-banner{
    width: 100%;
    margin-top: 25px;
}
.fullBanner {
	border-radius: 21px;
	overflow: hidden;
	padding: 20px 35px;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: 25%,50%;
}
.fullBanner article h5{
    color: #fff;
}
.content {
	width: 100%;
	max-width: 392px;
	float: right;
	position: relative;
}
.content h2 {
	font-style: normal;
	font-weight: 300;
	font-size: 55px;
	line-height: 59px;
	font-family: 'museo700';
	color: #FFFFFF;
}
.logincontainer .logininnerbox .lblright .form-group .formgroupinner i.togglePass
{
	left:92%;
}
.registercontainer .logininnerbox .lblright .form-group .formgroupinner i.togglePass
{
	left:90%;
}
.logincontainer input::-webkit-input-placeholder{
    color:#000;
}
.modal-body .form-group .control-label sup
{
   color: red;
   font-size: 21px;
   top: 0;
}
.cmn h5 sup
{
   color: red;
   font-size: 21px;
   top: 0;
}
.profilecontainer .rightprofile .form-group i.fa-eye
{
	right: 23px;
top: 36px;
}
.form-inline .btn-group.margin-top-40
{
   margin-top: 0px;
}

/* su 01 april */
/*-- OTP MODAL --*/
.otpmodal{
    padding-right: 0 !important;
}
.modal-body .modal-title {
	font-family: 'museo700';
	font-size: 24px;
}
.otpmodalbox .form-group{
    margin-top: 10px;
    width: 100%;
    float: left;
}
.otpmodalbox .inputgroup button.btn{
    margin-top: 10px;
    background-color: #5f7d22;
    border: 0;
    float: right;
    border-radius: 30px;
    padding: 10px 10px;
    width: 125px;
    letter-spacing: 1px;
}
.otpmodalbox .inputgroup button.btn:hover{
    background-color: #84c225;
}
.modal-body .close {
	position: absolute;
	right: 0;
	top: 0;
	background: #84c225;
	padding: 10px;
	color: #fff;
    text-shadow: none;
}
.modal-body .close:hover{
    color: #fff;
    text-shadow: none;
}
.otpmodalbox .theme-btn {
	font-size: 15px;
	padding: 10px 10px;
	border-radius: 30px;
	outline: none;
	color: #fff;
	background-color: #84c225;
	border: 0;
	width: 125px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.otpmodalbox .theme-btn:hover{
    background-color: #5f7d22;
}
/*-- END OTP MODAL --*/
.btn-style {
	font-family: 'Museo 700';
	background: #FFFFFF;
	box-shadow: 5px 7px 21px rgba(0, 0, 0, 0.25);
	border-radius: 0px 60px 60px 60px;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 35px;
	color: #1D1D1D;
	padding: 5px 15px;
	display: inline-block;
}
.btn-style:hover {
	background: #84C225;
	color: #fff;
    text-decoration: none;
}
/* /su 01 april */



@media (max-width:575px){
    .category-bx{
        height: 200px;
    }
    .category-part .bg2{
        margin: 15px 0;
    }
    .fullBanner {
        padding: 30px 30px;
        background-size: cover;
    }
    .content h2{
        font-size: 24px;
        line-height: normal;
    }
    .select {
  width: 100%;
}
.vg-heading {
  width: 100%;
}
    .modal-body .modal-title{
        font-size: 19px;
        padding-right: 24px;
    }
    .bnrfrmtop {
	/*top: -70px !important;*/
	position:relative;
}
.flexslider .slides img {
	height: 204px;
	object-fit: cover;
}
}

@media screen and (max-width: 991px){
    .category-bx .cat-text,
    .category-part .bg2 .cat-text{
        max-width: 100%;
    }
    .category-bx h2{
        font-size: 22px;
    }
    .category-bx{
        height: 200px;
    }
    .category-part .bg2{
        margin: 15px 0;
    }
    .fullBanner {
        padding: 30px 30px;
        background-size: cover;
    }
    .content h2{
        font-size: 24px;
        line-height: normal;
    }    
}
@media (min-width:992px) and (max-width:1199.98px){
    .content h2{
        line-height: normal;
        font-size: 42px;
    }
}