html {
  scroll-behavior: smooth;
}
body {		
	font-family: 'creato_displayregular';
	font-weight: normal;
    font-style: normal;
}
a,a:hover{
	transition: all ease 0.3s;
	text-decoration: none;
}
@font-face {
    font-family: 'creato_displaylight';
    src: url('../fonts/creatodisplay-light-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displayregular';
    src: url('../fonts/creatodisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displaymedium';
    src: url('../fonts/creatodisplay-medium-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displaybold';
    src: url('../fonts/creatodisplay-bold-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displayextrabold';
    src: url('../fonts/creatodisplay-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'creato_displayblack';
    src: url('../fonts/creatodisplay-black-webfont.woff2') format('woff2'),
         url('../fonts/creatodisplay-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.masthead-wraper{
	background-image: url('../images/topbar-pic.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 48px;
}
.masthead-wraper p{
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
}
.top-header-wrap{
	height: 970px;
	position: relative;
}
.logo-nav-wrap{position: relative;z-index: 5;}
.logo-wrap {
	margin: 10px auto;
}
.search-nav-sec{}
.search-sec{position: relative;}
.search-sec input[type="text"]{
	height: 40px;
	background-color: #fff;
	color: #959595;
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
	border: none;
	border-radius: 10px;
}
.search-sec button {
	color: #959595;
	font-size: 18px;
	line-height: 40px;
	background: transparent;
	border: none;
	position: absolute;
	z-index: 10;
	right: 25px;
	top: 0;
}
.navigation-wrap{position: relative;z-index: 5;}
.navigation-wrap ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
.navigation-wrap ul li{
	list-style-type: none;
	display: inline-block;
	
}
.navigation-wrap ul li a{
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	display: block;
	padding: 0 20px;
	font-family: 'creato_displayregular';
	transition: all ease 0.3s;
}
.navigation-wrap ul li a:hover{
	font-family: 'creato_displayblack';
	transition: all ease 0.3s;
}


.account-cart-sec{}
.account-cart-sec ul{padding: 0;margin: 0;text-align: right;}
.account-cart-sec ul li{
	list-style-type: none;
	display: inline-block;
}
.account-cart-sec ul li i {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	margin-right: 10px;
}

.banner-wraper {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
}
.banner-wraper img{
	width: 100%;
	object-fit: cover;
}
.slideblock{position: relative;}
/*.BannerCaro {
	position: relative;
	overflow-x: hidden;
	height: 985px;
}
.BannerCaro .owl-pagination {
	text-align: center;
	position: absolute;
	right: 1%;
	margin: 0;
	top: 30%;
	height: 20px;
}
.BannerCaro .owl-page {
	height: 10px;
	width: 10px;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	margin-bottom: 10px;
	transition: all ease .3s;
}
.BannerCaro .owl-page.active {
	height: 12px;
	width: 12px;
	transition: all ease .3s;
}*/
.banner-content{
	width: 40%;
	position: absolute;
	z-index: 10;
	right: 13%;
	top: 20%;
	text-align: right;
}
.banner-content h2{
	color: #fff;
	font-size: 75px;
	line-height: 75px;	
	position: relative;
	border-left: none;
	font-family: 'creato_displayregular';
	margin-bottom: 40px;
	padding-left: 0px;
}
.banner-content h2 strong{font-size: 175px;font-family: 'creato_displaymedium';}
.banner-content p{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}
.banner-content .cta-btn{
	border: 2px solid #c6c6c5;
	height: 36px;
	width: auto;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	display: table;
	float: right;
	padding: 0 30px;
	border-radius: 0px;
	transform: scale(1);
	font-family: 'creato_displaymedium';
	border-top-left-radius: 15px;
	transition: all ease 0.3s;
}
.banner-content .cta-btn:hover{
	background-color: #c6c6c5;
	border-bottom-right-radius: 15px;
	color: #333;
	transform: scale(1.1);
	transition: all ease 0.3s;
}

.cta-btn{
	border: 2px solid #808080;
	height: 36px;
	width: auto;
	color: #525252;
	font-size: 16px;
	line-height: 36px;
	display: table;	
	padding: 0 30px;
	border-radius: 0px;
	margin: 25px 0px;
	transform: scale(1);
	font-family: 'creato_displaymedium';
	border-top-left-radius: 15px;
	transition: all ease 0.3s;
}
.cta-btn:hover{
	background-color: #808080;
	border-bottom-right-radius: 15px;
	color: #fff;
	transform: scale(1.1);
	transition: all ease 0.3s;
}

h2{
	color: #525252;
	font-size: 64px;
	line-height: 44px;
	font-family: 'creato_displaymedium';
	border-left: 4px solid #505050;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
h2 span{
	display: block;
	font-family: 'creato_displayregular';
	color: #959595;
	font-size: 30px;
}
h2 small{
	font-family: 'creato_displayregular';
	color: #959595;
	font-size: 15px;
	display: block;
}
p{
	color: #959595;
	font-size: 16px;
	line-height: 22px;
	font-family: 'creato_displayregular';
}
.mtop50{margin-top: 50px;}
.home-about-wrap .left-cont-sec{margin-top: 30px;}
.home-about-wrap ul{padding: 0;margin: 0;}
.home-about-wrap ul li{
	list-style-type: none;
	display: inline-block;
	width: 49%;
	position: relative;
	color: #959595;
	font-size: 16px;
	line-height: 32px;
	padding-left: 20px;
	margin-top: 10px;
	font-family: 'creato_displayregular';
}
.home-about-wrap ul li::before {
	background-image: url('../images/bulleticon.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0;
	top: 25%;
	content: '';
}
.learnmore-btn{	
	height: 36px;
	width: auto;
	color: #525252;
	font-size: 18px;
	line-height: 36px;
	display: table;
	/*padding: 0 30px;*/
	width: 180px;
	margin: 25px 0px;
	border-radius: 0px;
	position: relative;
	font-family: 'creato_displaymedium';
	border-top-left-radius: 15px;
	transition: all ease 0.3s;
}
.learnmore-btn i {
	font-size: 22px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 3px;
}
.learnmore-btn:hover{
	/*background-color: #c6c6c5;*/
	border-bottom-right-radius: 15px;
	color: #333;
	/*transform: scale(1.1);*/
	text-align: center;
	transition: all ease 0.3s;
}
.learnmore-btn::before {
	content: '';
	height: 36px;
	width: 0;
	background-color: #c6c6c5;
	position: absolute;
	left: -10px;
	top: 0;
	z-index: -1;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: all ease 0.3s;
}
.learnmore-btn:hover::before{
	width: 100%;
	transition: all ease 0.3s;
}


.top-pic-wrap{}
.top-pic-wrap h2{border: none;text-align: center;font-size: 40px;line-height: 60px;}
.top-pic-wrap h2 span{display: inline-block;font-size: 40px;}

.purely-cultivated-wrap{position: relative;}
.purely-cultivated-wrap .pic-sec{padding-left: 0px;}
.purely-cultivated-wrap .cont-sec {
	margin-top: 160px;
}

.usp-wraper{}
.usp-wraper ul{padding: 0;margin: 0;overflow-x: hidden;}
.usp-wraper ul li{
	height: 208px;
	width: 32.9%;
	display: block;
	float: left;
	position: relative;
	margin-right: 10px;
	text-align: center;
	transform: scale(1);
	overflow: hidden;
	transition: all ease 0.3s;
}
.usp-wraper ul li:hover{
	transform: scale(1.02);
	transition: all ease 0.3s;
}
.usp-wraper ul li:last-child{margin-right: 0px;}
.usp-wraper ul li img{
	height: 100%;
	width: 100%;
	transform: scale(1);
	transition: all ease 0.3s;
}
.usp-wraper ul li:hover img{
	transform: scale(1.05);
	transition: all ease 0.3s;
}
.usp-wraper ul li .contsec {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	z-index: 5;
}
.usp-wraper ul li h3 {
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	font-family: 'creato_displaymedium';
	margin-bottom: 0px;
}
.usp-wraper ul li p{
	color: #fff;
	margin-bottom: 10px;
}
.benifit-wrap{
	background-image: url('../images/bg-benifit.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 723px;*/
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.benifit-wrap h2 {
	border: none;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
}
.benifit-wrap h2 small{color: #fff;}
.benifit-wrap ul{
	padding: 0;
	margin: 0;
}
.benifit-wrap ul li{
	list-style-type: none;
	display: inline-block;
	width: 31.7%;
	height: auto;
	text-align: center;
	padding: 70px 25px;
	margin-bottom: 15px;
	margin-right: 15px;	
	border-top-left-radius: 45px;
	border-top-right-radius: 15px;
	position: relative;
	background: linear-gradient(to bottom,  rgba(91,142,160,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.benifit-wrap ul li:nth-child(2){	
	background: linear-gradient(to bottom,  rgba(111,113,55,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.benifit-wrap ul li:nth-child(3){	
	background: linear-gradient(to bottom,  rgba(55,113,99,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.benifit-wrap ul li:nth-child(4){
	background: linear-gradient(to bottom,  rgba(83,34,70,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.benifit-wrap ul li:nth-child(5){
	background: linear-gradient(to bottom,  rgba(64,85,117,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.benifit-wrap ul li:last-child{
	background: linear-gradient(to bottom,  rgba(123,61,69,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	margin-right: 0px;
}
.benifit-wrap ul li h3{
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-family: 'creato_displaybold';
}
.benifit-wrap ul li hr{
	height: 5px;
	width: 60px;
	background-color: #fff;
	border: none;
	margin: 15px auto;
	display: block;
}
.benifit-wrap ul li p{
	color: #fff;
}


.shop-by-type-wrap{}
.shop-by-type-wrap h2 {
	border: none;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
}
.shop-by-type-wrap h2 span {
	display: inline-block;
	font-size: 40px;
}

.prod-listing-sec{}
.prod-listing-sec fieldset{
	box-shadow: 0 0 14px #fff;
	border-radius: 10px;
	border-top-left-radius: 45px;
	border-bottom-right-radius: 45px;
	transform: scale(1);
	transition: all ease 0.3s;
}
.prod-listing-sec fieldset:hover {
	box-shadow: 0 0 14px #b4b4b4;
	border-radius: 10px;
	border-top-left-radius: 45px;
	border-bottom-right-radius: 45px;
	transform: scale(1.06);
	transition: all ease 0.3s;	
}
.prod-pic-sec img{
	display: block;
	margin: 0 auto;
}
.prod-listing-sec h3{
	color: #525252;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin: 10px 0px;
	font-family: 'creato_displaymedium';
}
.prod-listing-sec h3 a{
	color: #525252;
	transition: all ease 0.3s;
}
.prod-listing-sec h3 a:hover{
	color: #000;
	transition: all ease 0.3s;
}
.faq-vid-wrap{}
.faq-vid-wrap h2 {
	border: none;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
}
.faq-vid-wrap h2 span {
	display: inline-block;
	font-size: 40px;
}
.faq-vid-wrap .faq-sec{padding-left: 0px;}
.faq-vid-wrap .vid-sec{padding-right: 0px;}
.faq-vid-wrap .vid-sec img{float: right;}

.faq-holder .accordion {
	background-color: transparent;
	color: #525252;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	padding-left: 20%;
	border-top-right-radius: 35px;
	transition: 0.4s;
}

.faq-holder .accordion.active, .faq-holder .accordion:hover {
  background-color: #959595;
  color: #fff;
}

.faq-holder .accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq-holder .accordion.active:after {
  content: "\2212";
  color: #fff;
}

.faq-holder .panel {
  padding: 0 18px;
  background-color: #959595;
  color: #fff;
  max-height: 0;
  border-radius: 0px;
  padding-left: 20%;
  overflow: hidden;
  border: none;
  transition: max-height 0.2s ease-out;
}
.faq-holder .panel p{
	color: #fff;
}

.news-blog-wraper{}
.news-blog-wraper h2 {
	border: none;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
}
.news-blog-wraper h2 span {
	display: inline-block;
	font-size: 40px;
}
.blog-listing-sec{}
.blog-listing-sec fieldset{
	border-radius: 15px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	transform: scale(1);
	transition: all ease 0.3s;
}
.blog-listing-sec fieldset:hover {
	transform: scale(1.06);
	transition: all ease 0.3s;
	box-shadow: 0 0 14px #a2a2a2;
}
.blog-listing-sec fieldset .blog-pic-holder{
	width: 100%;
	height: 245px;
	position: relative;
}
.blog-listing-sec fieldset .blog-pic-holder img{
	width: 100%;
	height: 100%;
}
.blog-listing-sec fieldset .blog-pic-holder .published-date {
	width: 138px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-family: 'creato_displaymedium';
	background-color: #959595;
	display: block;
	transform: rotate(90deg);
	position: absolute;
	z-index: 1;
	left: 76.7%;
	bottom: 22%;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.blog-listing-sec fieldset hr{
	width: 100px;
	height: 5px;
	border: none;
	background-color: #263415;
	display: block;
	margin: 22px 0px;
	transition: all ease 0.3s;
}
.blog-listing-sec fieldset:hover hr{margin-left: 15px;transition: all ease 0.3s;}
.blog-listing-sec fieldset .blog-cont-holder{transition: all ease 0.3s;}
.blog-listing-sec fieldset:hover .blog-cont-holder{padding: 0 15px;transition: all ease 0.3s;}
.blog-listing-sec fieldset .blog-cont-holder{}
.blog-listing-sec fieldset .blog-cont-holder h3{
	color: #525252;
	font-size: 20px;
	line-height: 25px;
	font-family: 'creato_displaymedium';
}
.blog-listing-sec fieldset .blog-cont-holder h3 a{
	color: #525252;
}
.blog-listing-sec fieldset .blog-cont-holder h3 a:hover{
	color: #000;
}

.certification-wrap{
	display: block;
	margin-top: 70px;
	margin-bottom: 70px;
}
.certification-wrap ul{padding: 0;margin: 0;text-align: center;}
.certification-wrap ul li{list-style-type: none;display: inline-block;width: 19%;text-align: center;transform: scale(1);
	transition: all ease 0.3s;}
.certification-wrap ul li:hover{transform: scale(1.1);
	transition: all ease 0.3s;}
.certification-wrap ul li img{display: block;max-width: 100%;margin: 0 auto;}

.footer-wrap{margin-top: 80px;}
.footer-wrap h3{
	color: #525252;
	font-size: 25px;
	line-height: 35px;
	font-family: 'creato_displaymedium';
}
.footer-wrap hr{
	width: 33px;
	height: 5px;
	background-color: #959595;
	display: block;
	margin: 10px 0px;
}
.foot-social{
	display: block;
	margin: 15px 0px;
}
.foot-social i{
	height: 35px;
	width: 35px;
	background-color: #959595;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
	line-height: 35px;
	transition: all ease 0.3s;
}
.foot-social i:hover{
	background-color: #000;
	color: #fff;
	transition: all ease 0.3s;
}
.footer-wrap p {
	color: #959595;
	font-size: 16px;
	line-height: 22px;
	font-family: 'creato_displayregular';
}
.footer-wrap ul{
	padding: 0;
	margin: 0;
}
.footer-wrap ul li{
	list-style-type: none;
	display: block;
}
.footer-wrap ul li a{
	color: #959595;
	display: block;
	font-size: 16px;
	line-height: 32px;
	font-family: 'creato_displayregular';
	transition: all ease 0.3s;
}
.footer-wrap ul li a:hover{
	color: #000;
	padding-left: 5px;
	transition: all ease 0.3s;
}
.foot-newsletter-sec{position: relative;}
.foot-newsletter-sec input[type="email"] {
	height: 47px;
	background-color: #e9e9e9;
	width: 100%;
	color: #595757;
	font-size: 16px;
	line-height: 47px;
	padding: 0 45px 0 15px;
	font-family: 'creato_displayregular';
	border: none;
	border-radius: 10px;
}
.foot-newsletter-sec button {
	color: #525252;
	font-size: 30px;
	line-height: 43px;
	position: absolute;
	z-index: 10;
	right: 8px;
	top: 0;
	border: none;
	background: transparent;
	transition: all ease 0.3s;
}
.foot-newsletter-sec button:hover{
	color: #000;
	transition: all ease 0.3s;
}
.copyright-wrap{margin-top: 30px;}
.copyright-wrap p{
	font-size: 14px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	font-family: 'creato_displaymedium';
}
.copyright-wrap p span{
	color: #525252;
}
.copyright-sec{
	border-top: 1px solid #a1a1a1;
}
.showDesktop{display: block;}
.showMobile{display: none;}
.nav-btn i {
	color: #fff;
	font-size: 34px;
	line-height: 40px;
}
.nav-btn{text-align: right;width: 34px;	height: 37px;cursor: pointer; display: none;}


/*....Responsive Css Start....*/
@media (min-width: 1200px){
/*.container {
	width: 90%;
}*/	
}
@media (min-width: 769px) and (max-width: 1024px){
.showDesktop{display: block;}
.showMobile{display: none;}
}
@media (min-width: 481px) and (max-width: 998px){
.showDesktop{display: block;}
.showMobile{display: none;}
.top-header-wrap {
	height: 480px;
	position: relative;
}
.search-nav-sec .search-sec {
	display: none;
}
.navigation-wrap ul {
	text-align: left;
}
.navigation-wrap ul li a {
	font-size: 15px;
	line-height: 25px;
	padding: 0 10px;
}
.home-about-wrap ul li {
	font-size: 12px;
	line-height: 22px;
}
.banner-content {
	width: 50%;
	position: absolute;
	z-index: 10;
	right: 4%;
	top: 26%;
	text-align: right;
}
.banner-content h2 {
	font-size: 30px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 0px;
}
.banner-content h2 strong {
	font-size: 35px;
}
.purely-cultivated-wrap .cont-sec {
	margin-top: 0px;
}
.usp-wraper ul li {
	width: 32.4%;
}
.benifit-wrap ul li {
	width: 31%;
	padding: 30px 15px;
}
.benifit-wrap ul li h3 {
	font-size: 16px;
	line-height: 22px;
}
.prod-pic-sec img {
	max-width: 100%;
}
.banner-content .cta-btn {
	margin: 10px auto;
}
.blog-listing-sec fieldset .blog-pic-holder .published-date {
	left: 61.7%;
}
.blog-listing-sec fieldset .blog-cont-holder h3 {
	font-size: 17px;
	line-height: 22px;
}
.footer-wrap h3 {
	font-size: 19px;
}
h2 {
	font-size: 34px;
	line-height: 34px;
}
.footer-wrap p {
	font-size: 14px;
}
}
@media screen and (max-width: 480px){
.top-header-wrap {
	height: 560px;
}
.showDesktop{display: none;}
.showMobile{display: block;}
/*.search-nav-sec .search-sec {
	display: none;
}*/
.logo-wrap img {
	margin: 0 15px;
}
.nav-btn {
	display: block;
	position: absolute;
	z-index: 10;
	top: 9%;
	right: 3%;
}
.navigation-wrap ul {
	background-color: #565656;
	position: absolute;
	z-index: 10;
	width: 100vw;
	right: -15px;
	top: -34px;
	display: none;
}
.navigation-wrap ul li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #474747;
}
.search-nav-sec {
	position: relative;
}
.account-cart-sec {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 0;
}
.mobslideblock {
	height: 560px;
	background-color: #000;
}
.banner-content {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.banner-content h2 {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-left: 0px;
}
.banner-content h2 strong {
	font-size: 45px;
	display: block;
}
.banner-content p {
	font-size: 16px;
	line-height: 22px;
	padding: 0 10px;
}
.banner-content .cta-btn {
	float: none;
	display: table;
	margin: 15px auto;
}
h2 {
	font-size: 34px;
	line-height: 32px;
}
h2 span {
	font-size: 20px;
}
.home-about-wrap ul li {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding-left: 15px;
}
.home-about-wrap ul li::before{
	height: 10px;
	width: 10px;
}
.top-pic-wrap h2 {
	font-size: 30px;
	line-height: 40px;
}
.top-pic-wrap h2 span {
	display: inline-block;
	font-size: 30px;
}
.toppicCaro {
	position: relative;
	overflow-x: hidden;
	height: 327px;
}
.toppicCaro .owl-pagination {
	text-align: center;
	position: absolute;
	right: 1%;
	margin: 0;
	top: 30%;
	height: 20px;
}
.toppicCaro .owl-page {
	height: 10px;
	width: 10px;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	margin-bottom: 10px;
	transition: all ease .3s;
}
.toppicCaro .owl-page.active {
	height: 12px;
	width: 12px;
	transition: all ease .3s;
}
.purely-cultivated-wrap .cont-sec {
	margin-top: 0;
}
.usp-wraper ul li {
	width: 100%;
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 15px;
}
.benifit-wrap ul li {
	display: block;
	width: 100%;
}
.prod-listing-sec fieldset {
	margin-bottom: 30px;
}
.prod-pic-sec img {
	border-top-left-radius: 45px;
	border-bottom-right-radius: 45px;
}
.faq-vid-wrap h2 {
	font-size: 30px;
	line-height: 40px;
}
.faq-vid-wrap h2 span {
	display: inline-block;
	font-size: 30px;
}
.faq-holder .accordion {
	font-size: 17px;
	padding-left: 6%;
}
.news-blog-wraper h2 {
	font-size: 30px;
	line-height: 40px;
}
.news-blog-wraper h2 span {
	display: inline-block;
	font-size: 30px;
}
.blog-listing-sec fieldset {
	margin-bottom: 30px;
}
.certification-wrap ul li {
	width: 49%;
	margin-bottom: 20px;
}
.certification-wrap {
	margin-top: 20px;
	margin-bottom: 30px;
}
.mobpad0{padding: 0;}
.foot-payment-options {
	margin: 20px 15px 0px;
}

}
/*....Responsive Css End....*/

