/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */

a:hover {
 text-decoration: none;
}

body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3399cc;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3399cc;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}



/*New design start*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'wondershine';
  src: url('font/wondershine-Regular.eot');
  src: url('font/wondershine-Regular.eot?#iefix') format('embedded-opentype'),
      url('font/wondershine-Regular.woff2') format('woff2'),
      url('font/wondershine-Regular.woff') format('woff'),
      url('font/wondershine-Regular.ttf') format('truetype'),
      url('font/wondershine-Regular.svg#wondershine-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1250px;
  padding: 0;
  margin: 0 auto;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  margin: 0 0 45px 0;
  padding: 0;
  text-align: center;
  color: #007b2f;
  font-size: 42px;
  line-height: 60px;
  font-family: 'wondershine';
  font-weight: bold;
  position: relative;
  letter-spacing: 0.4px;
}

.section-title h2:after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -17.5px;
  background: #007b2f;
  width: 35px;
  height: 3px;
  content: "";
}

/*natural-block*/

.natural-block {
  background: #f8f8f8;
  padding: 60px 15px 90px;
}

.natural-img-bl {
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #007b2f;
  background: #007b2f;
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0 0 40px 0;
}

.natural-img-bl .left {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  background: #007b2f url(../images/product_bg.png) center repeat;
}

.natural-img-bl .right {
  background: url(../images/machine.jpeg) center no-repeat;
  background-size: cover;
  text-indent: -9999px;
  background-position: 100% 75%;
}

.natural-block .diagram-block {
  display: grid;
  grid-auto-columns: 848px auto;
  position: relative;
}

.natural-block .diagram-block .cnt-block {
  background: #007b2f url(../images/icon_bg1.png) center no-repeat;
  border-radius: 8px;
  padding: 110px 210px 110px 40px;
}

.natural-block .diagram-block h3 {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 8px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  text-align: center;
}

.natural-block .diagram-block .cnt-block h3:after {
  position: absolute;
  bottom: -13px;
  left: 0;
  background: #fff;
  width: 35px;
  height: 3px;
  content: "";
}

.natural-block .diagram-block .cnt-block p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
}

.natural-block .diagram-block .cnt-block p:last-child {
  margin: 0;
}

.img-block {
  border: 1px solid #007b2f;
  border-radius: 8px;
  padding-bottom: 40px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  right: 0;
  background: #fff;
  height: 300px;
  width: 580px;
  display: flex;
  align-content: center;
  overflow: hidden;
  justify-content: center;
}

.img-block .img-inner {
  display: grid;
  align-content: center;
  justify-content: center;
}

.img-inner img {
  width: auto;
}

.natural-block .diagram-block.top {
  margin-top: 40px;
  display: block;
}

.natural-block .diagram-block.top .cnt-block {
  max-width: 848px;
  margin-right: 0;
  margin-left: auto;
}

.natural-block .diagram-block.top .cnt-block {
  background: #007b2f url(../images/icon_bg1.png) center no-repeat;
  border-radius: 8px;
  padding: 60px 40px 60px 210px;
}

.natural-block .diagram-block.top .img-block {
  left: 0;
  right: auto;
}


/*Product*/

.product-block {
  margin: 90px 15px;
}

.product-data-inner {
  background: #f3f3f3 url(../images/product_bg.png) center repeat;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 440px 1fr;
  grid-gap: 40px;
  align-items: center;
}

.product-data-inner .product-left {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 15px;
}

.product-data-inner .product-left img {

}

.product-data-inner h2 {
  font-size: 35px;
  line-height: 46px;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'wondershine';
  max-width: 480px;
}

.product-data-inner h2 a {
  font-size: 35px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.product-data-inner .rating {
  margin: 15px 0 30px 0;
}

.product-data-inner .price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 15px 0;
}

.product-data-inner .price .special-price {
  font-family: 'wondershine';
  color: #007b2f;
  font-size: 36px;
  line-height: 24px;
  font-weight: bold;
}

.product-data-inner .price .regular-price {
  color: #8d8c8c;
  font-family: 'wondershine';
  text-decoration: line-through;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.product-data-inner .mrp-text {
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.product-data-inner .btn a {
  background: #007b2f;
  border-radius: 23px;
  color: #fff;
  font-size: 23px;
  font-family: 'wondershine';
  font-weight: normal;
  text-decoration: none;
  height: 48px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-data-inner .btn a:hover {
  background: #7c5216;
}

.product-data-inner .btn a span {
  background: url(../images/arrow.png) 100% 50% no-repeat;
  padding-right: 30px;
}

.product-data-inner .cnt {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  margin: 25px 0 0;
  padding: 0;
  font-weight: 400;
}


/*our-mission*/

.our-mission {
  background: #007b2f url(../images/icon_bg2.png) 0 0 repeat;
  padding: 70px 0;
  display: none;
}

.our-mission .section-title h2 {
  margin: 0 0 45px 0;
  padding: 0;
  text-align: left;
  color: #fff;
  font-size: 42px;
  line-height: 60px;
  position: relative;
}

.our-mission .section-title h2:after {
  position: absolute;
  bottom: -13px;
  left: 0;
  margin-left: 0;
  background: #fff;
  width: 35px;
  height: 3px;
  content: "";
}

.our-mission p {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}


/*about*/

.about-block {
  margin: 80px 15px;
}

.about-block-inner {
  background: #007b2f url(../images/about_bg.png) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: 0;
}

.about-block-inner .about-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  padding: 0 15px 0 30px;
}

.about-block-inner .about-data .left-cnt {
  padding: 35px 0;
}

.about-block-inner .about-data p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.about-block-inner .about-data p:last-child {
  margin: 0;
}


/*brand*/

.brand-block {
  background: #000 url(../images/icon_bg2.png) center repeat;
  padding: 55px 15px 45px;
  text-align: center;
}

.brand-block img {
  margin: 0 auto;
}

.brand-block h4 {
  margin: 0 0 32px 0;
  padding: 0;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  font-family: 'wondershine';
  font-weight: normal;
}

.brand-block h5 {
  margin: 0 0 22px 0;
  padding: 0;
  font-size: 35px;
  line-height: 26px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}


.footer-link-wrapper {
  padding: 53px 50px;
}

.ftr-full {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 50px;
}

.ftr-full .left img {
  vertical-align: middle;
  margin: 0 0 40px 0;
}

.social-icon {
  display: grid;
  grid-template-columns: 32px 32px 32px 32px;
  grid-gap: 12px;
}

.social-icon li:hover a {
  background-color: #7c5216;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.social-icon .facebook a {
  background: url(../images/facebook_icon.png) 50% 0 no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  display: block;
}

.social-icon .twitter a {
  background: url(../images/twitter_icon.png) 50% 0 no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  display: block;
}

.social-icon .instagram a {
  background: url(../images/insta_icon.png) 50% 0 no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  display: block;
}

.social-icon .youtube a {
  background: url(../images/youtube_icon.png) 50% 0 no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  display: block;
}

.ftr-full h3 {
  margin: 0 0 40px 0;
  padding: 0;
  font-family: 'wondershine';
  font-weight: normal;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  position: relative;
}

.ftr-full h3:after {
  position: absolute;
  bottom: -13px;
  left: 0;
  margin-left: 0;
  background: #fff;
  width: 35px;
  height: 3px;
  content: "";
}

.ftr-full .middle ul {
  margin: 0;
  padding: 0;
}

.ftr-full .middle ul li {
  margin: 0 0 10px 0;
  padding: 0;
}

.ftr-full .middle ul li a:hover {
  text-decoration: underline;
}

.ftr-full .middle ul li a {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.ftr-full .right .ftr-address {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding-left: 36px;
  background: url(../images/address_icon.png) 0 1px no-repeat;
}

.ftr-full .right .ftr-address a {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.ftr-full .right .ftr-call {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 1px 0 1px 36px;
  background: url(../images/call_icon.png) 0 50% no-repeat;
}

.ftr-full .right .ftr-call a {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.ftr-full .right .ftr-email {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  padding: 1px 0 1px 36px;
  background: url(../images/mail_icon.png) 0 50% no-repeat;
}

.ftr-full .right .ftr-email a {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}


.block.block-subscribe {
  margin: 0;
  padding: 36px 15px;
  text-align: center;
  background: #f3f3f3 url(../images/coonect_bg.png) center repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.block.block-subscribe .block-title strong {
  color: #007b2f;
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-family: 'wondershine';
  font-weight: normal;
  text-transform: inherit;
}

.block.block-subscribe .block-content {
  display: grid;
  grid-template-columns: 400px 150px;
  grid-gap: 20px;
  margin: 0;
  padding: 0;
}

.block.block-subscribe .block-content input {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #007b2f;
  color: #007b2f;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 0 20px;
  height: 46px;
}

.block.block-subscribe .block-content button {
  width: 100%;
  border: 0;
  color: #fff;
  background: #007b2f;
  border-radius: 23px;
  text-align: center;
  font-size: 21px;
  font-family: 'wondershine';
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  height: 46px;
  line-height: 48px;
}

.page-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom_navi ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.testimonial-slider {
  margin: 80px 0;
  display: none;
}


.skip-links {
  display: none;
}

.page-header {
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999;
}

.page-header-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 10px 15px;
}

.custom_navi ul li {
  position: relative;
  margin: 0;
  padding: 7px 13px;
  cursor: pointer;
}

.custom_navi ul li.active {
  background: #007b2f;
  border-radius: 5px;
}

.custom_navi ul li.active a {
  color: #fff;
  text-decoration: none;
}

.custom_navi ul li.active:before {
  display: none;
}

.custom_navi ul li:hover {
  background: #007b2f;
  border-radius: 5px;
}


.custom_navi ul li:hover a {
  color: #fff;
  text-decoration: none;
}

.custom_navi ul li:last-child:before {
  display: none;
}

.custom_navi ul li:hover:before {
  display: none;
}

.custom_navi ul li:before {
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 1px;
  height: 12px;
  background: #000;
}

.custom_navi ul li a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.header-top-link {
  background: #007b2f url(../images/top_bg.png) 0 50% repeat;
}

.header-language-background.notification {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.header-language-background.notification .welcome-msg {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.header-language-background {
  display: none;
}

.header-language-background.notification .call {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.header-language-background.notification .call span {
  background: #007b2f url(../images/call.png) 0 2px no-repeat;
  padding-left: 28px;
  font-family: 'Poppins', sans-serif;
}

.cms-main-title {
  text-align: center;
  background: #007b2f url(../images/title_bg.png) 0 50% repeat;
  margin: 0 0 70px 0;
  padding: 58px 0;
}

.cms-main-title h1 {
  margin: 0;
  padding: 0;
  font-family: 'wondershine';
  font-size: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
}


/*contact*/

.contact-us-wrapper {
  margin: 0 0 60px 0;
}

.contacts-index-index .cms-main-title {
  margin: 0 0 90px 0;
}

.contacts-index-index .col-main {
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}

.cnt-two-part {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 0 0 50px 0;
}

.cnt-two-part h4 {
  font-family: 'wondershine';
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 25px 0;
  padding: 0;
  position: relative;
  z-index: 9;
}

.cnt-two-part h4:after {
  background: #007b2f;
  border-radius: 15px 15px 0 0;
  content: "";
  position: absolute;
  top: -18px;
  left: -30px;
  width: 240px;
  height: 40px;
  z-index: -1;
}

.cnt-two-part .address {
  background: #007b2f url(../images/address_icon_1.png) 96% 50% no-repeat;
  border-radius: 15px;
  padding: 0 30px 30px;
}

.cnt-two-part .address .address-cnt {
  display: grid;
  grid-template-columns: 65px 1fr;
  grid-gap: 20px;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}

.cnt-two-part .email {
  background: #007b2f url(../images/email_icon_1.png) 96% 50% no-repeat;
  border-radius: 15px;
  padding: 0 30px 30px;
}

.cnt-two-part .email .emai-cnt a {
  display: grid;
  grid-template-columns: 65px 1fr;
  grid-gap: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  align-items: center;
}

.cnt-two-part .email .emai-cnt a:focus {
  outline: none;
  border: 0;
}

.cnt-two-part .email .emai-cnt a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}

.contact-us-wrapper .form-list li label {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin: 0 0 6px 0;
  padding: 0;
}

.contact-us-wrapper .form-list li.fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: flex-start;
  margin: 0 0 20px 0;
}

.contact-us-wrapper #contactForm {
  background: #f8f8f8;
  padding: 35px 30px;
  border-radius: 15px;
}

.contact-us-wrapper .form-list li.wide {
  margin: 0 0 20px 0;
}

.contact-us-wrapper .social-icon {
  display: grid;
  grid-template-columns: 100px 100px 100px 100px;
  grid-gap: 25px;
  justify-content: center;
  background: #f3f3f3 url(../images/coonect_bg.png) center repeat;
  padding: 40px 30px;
  border-radius: 15px;
}

.contact-us-wrapper .social-icon li a {
  transition: opacity .25s linear, transform .25s linear
}

.contact-us-wrapper .social-icon li:hover a {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05); 
}

.contact-us-wrapper .social-icon .facebook a {
  background: url(../images/facebook_color.png) 50% 0 no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  text-indent: -9999px;
  display: block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: solid 1px transparent;
  border-radius: 100%;
}

.contact-us-wrapper .social-icon .twitter a {
  background: url(../images/twitter_color.png) 50% 0 no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  text-indent: -9999px;
  display: block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: solid 1px transparent;
  border-radius: 100%;
}

.contact-us-wrapper .social-icon .instagram a {
  background: url(../images/instagram_color.png) 50% 0 no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  text-indent: -9999px;
  display: block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: solid 1px transparent;
  border-radius: 100%;
}

.contact-us-wrapper .social-icon .whatsapp a {
  background: url(../images/whatsapp_color.png) 50% 0 no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  text-indent: -9999px;
  display: block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: solid 1px transparent;
  border-radius: 100%;
}

.contact-us-wrapper .form-list li.fields .input-box input {
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  height: 48px;
  width: 100%;
  padding: 2px 10px;
}

.contact-us-wrapper .form-list textarea {
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  height: 120px;
  width: 100%; 
  max-width: 100%;
  min-width: 100%;
  padding: 10px;
}

.contacts-index-index .buttons-set button.button {
  background: #007b2f;
  border-radius: 23px;
  text-align: center;
  font-size: 21px;
  font-family: 'wondershine';
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  height: 46px;
  line-height: 46px;
  margin: 0;
}

.contacts-index-index iframe {
  vertical-align: middle;
  border: 10px solid #f3f3f3;
  margin-bottom: 1px;
}

.faq-wrapper {
  margin: 0 0 70px 0;
}

.faq-wrapper .question {
  position: relative;
  background: #f3f3f3;
  margin: 0;
  padding: 18px 40px 18px 25px;
  display: block;
  width:100%;
  cursor: pointer;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.faq-block {
  margin: 0 auto 15px;
  max-width: 900px;
  position: relative;
}

.faq-wrapper .answers {
  padding: 15px 25px 20px;
  margin: 0;
  width: 100% !important;
  top: -7px;
  background: #f3f3f3;
  border-radius: 0 0 10px 10px;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: none;
  font-size: 17px;
  font-weight: 400;
  color: #000;
}

.faq-wrapper .questions:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 15px 25px 20px;
  display: block;
 -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; 
  background: #007b2f;
  color: #fff;
}

.faq-wrapper .plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  right: 15px;
  top: 17px;
  color: #000;
}

.faq-wrapper .questions:checked ~ label {
  background: #007b2f;
  color: #fff;
}

.faq-wrapper .questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}

.faq-wrapper .questions {
  display: none;
}


.our-vision-cnt-block {
  margin: 0 0 70px 0;
}

.our-vision-cnt-block ul {
  margin: 0;
  padding: 0;
}

.our-vision-cnt-block ul li {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
}

.our-vision-cnt-block ul li span {
  background: #007b2f;
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
}



.timeline {
  position: relative;
  max-width: 1200px;
  margin: 80px auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #007b2f;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline .container-cnt {
  padding: 0 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin: 0;
}

.timeline .container-cnt::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #007b2f;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline .left {
  left: 0;
}

.timeline .left .content {
  padding: 22px 25px 22px 90px;
  position: relative;
}

.timeline .right .content {
  padding: 22px 90px 22px 25px;
  position: relative;
}

.timeline .left .content .img-left {
  border-radius: 20px;
  border: 1px solid #007b2f;
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  left: -70px;
}

.timeline .right .content .img-right {
  border-radius: 20px;
  border: 1px solid #007b2f;
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: -70px;
}

.timeline .right {
  left: 50%;
}

.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #007b2f;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #007b2f;
}

.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #007b2f;
  border-width: 10px 10px 10px 0;
  border-color: transparent #007b2f transparent transparent;
}

.timeline .right::after {
  left: -12px;
}

.timeline .content {
  padding: 25px 30px;
  background: #007b2f url(../images/coonect_bg.png) center repeat;
  position: relative;
  border-radius: 6px;
}

.timeline .content h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
}

.timeline .content p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 12px;
  }

  .timeline .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline .container-cnt::before {
    left: 15px;
    top: 17px;
    border: medium solid #007b2f;
    border-width: 10px 10px 10px 0;
    border-color: transparent #007b2f transparent transparent;
  }

  .timeline .left::after,
  .timeline .right::after {
    left: -15px;
  }

  .timeline .right {
    left: 0%;
  }
}

.privacy-policy-page-wrapper {
  margin: 0 0 70px 0;
}

.privacy-policy-page-wrapper .privacy-cnt dt {
  margin: 40px 0 25px 0;
  font-size: 32px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'wondershine';
}

.privacy-policy-page-wrapper .privacy-cnt dd {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #B5B5B5;
}

.privacy-policy-page-wrapper .privacy-cnt dd:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.privacy-policy-page-wrapper .privacy-cnt p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 0 25px 0;
  font-weight: 400;
}

.privacy-policy-page-wrapper .privacy-cnt ul {
  margin: 0 0 25px 0;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 35px 35px 35px 50px;
  box-sizing: border-box;
}

.privacy-policy-page-wrapper .privacy-cnt ul li {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.privacy-policy-page-wrapper .privacy-cnt ul li b {
  font-weight: 500;
}

.privacy-policy-page-wrapper .privacy-cnt ul li:last-child {
  margin: 0;
}

.privacy-policy-page-wrapper .privacy-cnt h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0 0 8px 0;
  padding: 0;
}

.privacy-policy-page-wrapper .privacy-cnt h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0; 
}

.privacy-policy-page-wrapper .privacy-cnt .table-cnt h5 {
  font-size: 32px !important;
  line-height: 32px !important;
  color: #000 !important;
  margin: 0 0 25px 0 !important;
  font-weight: bold;
  font-family: 'wondershine';
}

.privacy-policy-page-wrapper .privacy-cnt .table-cnt ul {
  margin: 0 0 0 24px !important;
  padding: 0 !important;
}

.privacy-policy-page-wrapper .privacy-cnt .table-cnt {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 35px;
  box-sizing: border-box;
}

.privacy-policy-page-wrapper .privacy-cnt p a,
.privacy-policy-page-wrapper .privacy-cnt ul li a {
  color: #007b2f;
  font-weight: 600;
}

.privacy-policy-page-wrapper .privacy-cnt p:last-child {
  margin: 0;
  padding: 0;
}

.privacy-policy-page-wrapper .privacy-cnt p b {
  font-weight: 500;
}

.privacy-policy-page-wrapper .privacy-cnt p.italic {
  font-style: italic;
}

.privacy-policy-page-wrapper .privacy-cnt address {
  background: #f8f8f8;
  padding: 25px;
  max-width: 500px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  border-radius: 10px;
  margin: 0 0 25px 0;
}

.privacy-policy-page-wrapper .privacy-cnt p.date-update {
  text-align: left;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  margin: 0 0 30px 0;
  background: #007b2f;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 5px;
}

.privacy-policy-page-wrapper .privacy-cnt .grey {
  padding: 5px 10px;
  width: 80%;
  background: #f8f8f8;
  border-radius: 10px;
  margin: 20px 0 35px 0;
}

.privacy-policy-page-wrapper .privacy-cnt .grey-bg {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
}

.privacy-policy-page-wrapper .privacy-cnt .grey-bg p {
  font-weight: 500;
}

.privacy-policy-page-wrapper .privacy-cnt .grey table {
  margin: 0;
}

.privacy-policy-page-wrapper .privacy-cnt .grey table tr {
  border-bottom: 1px solid #ddd;  
}

.privacy-policy-page-wrapper .privacy-cnt .grey table tr td:first-child {
  font-weight: 600;
  width: 20%;
}

.privacy-policy-page-wrapper .privacy-cnt .grey table tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 20px;
  color: #000;
  font-weight: 400;
}

.privacy-policy-page-wrapper .privacy-cnt .grey table tr:last-child {
  border: 0;
}

.join-us-cnt p {
  margin: 0 auto 20px;
  max-width: 950px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}

.join-us-cnt form {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 40px !important;
  max-width: 850px;
  margin: 40px auto 70px;
}

.join-us-cnt form h3 {
  font-family: 'wondershine';
  font-weight: bold;
  font-size: 30px;
  line-height: normal;
  margin: 0 0 50px 0;
  text-align: center;
  color: #000;
  position: relative;
}

.join-us-cnt form h3:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -17.5px;
  background: #000;
  width: 35px;
  height: 3px;
  content: "";
}

.join-us-cnt form .buttons-set {
  margin: 20px 0 0;
  padding: 0;
}

.join-us-cnt form .buttons-set button {
  background: #007b2f;
  color: #fff;
  border: 0;
  border-radius: 23px;
  text-align: center;
  font-size: 21px;
  font-family: 'wondershine';
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  height: 46px;
  line-height: 48px;
  margin: 0;
}

.join-us-cnt form .buttons-set button span {
  line-height: normal;
}

.join-us-cnt form ul {
  margin: 0;
  padding: 0;
}

.join-us-cnt form li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.join-us-cnt form li.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  margin: 0 0 25px 0;
}

.join-us-cnt form li .field {
  margin: 0;
}

.join-us-cnt form li .field.phone {
  grid-column: span 2 / auto;
}

.join-us-cnt form li .field.phone .two-part {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 25px;
}

.join-us-cnt form li label {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin: 0 0 6px 0;
  padding: 0;
}

.join-us-cnt form li input {
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  height: 48px;
  width: 100%;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #6a6a6a;
  padding: 2px 15px;
}

.join-us-cnt form li select {
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  height: 48px;
  width: 100%;
  padding: 2px 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #6a6a6a;
}


.join-us-cnt form li {

}

.join-us-cnt form li input::-webkit-input-placeholder,
.join-us-cnt form li textarea::-webkit-input-placeholder,
.join-us-cnt form li select::-webkit-input-placeholder { /* Edge */
  color: #6a6a6a;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.join-us-cnt form li input:-ms-input-placeholder,
.join-us-cnt form li textarea:-ms-input-placeholder,
.join-us-cnt form li select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6a6a6a;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.join-us-cnt form li input::placeholder,
.join-us-cnt form li textarea::placeholder,
.join-us-cnt form li select::placeholder {
  color: #6a6a6a;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.join-us-cnt form li textarea {
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  height: 120px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 10px;
}

.foundation-page-cnt {
  margin: 0 0 70px 0;
}

.foundation-page-cnt .full.full-part {
  grid-template-columns: 1fr;
  grid-gap: 0;
}

.foundation-page-cnt .full {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px 20px 20px 35px;
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 40px;
  align-items: center;
  margin: 0 auto 30px;
  max-width: 1100px;
}

.foundation-page-cnt .full h3 {
  font-size: 32px;
  font-family: 'wondershine';
  font-weight: bold;
  margin: 0 0 40px 0;
  padding: 0;
  color: #000;
  position: relative;
}

.foundation-page-cnt .full h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-left: 0;
  background: #000;
  width: 35px;
  height: 3px;
  content: "";
}

.foundation-page-cnt .full p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
  padding: 0;
}

.foundation-page-cnt .full .right {
  border-radius: 10px;
  overflow: hidden;
}


.components-page-cnt p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.components-page-cnt .full {
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-gap: 40px;
  align-items: center;
  background: #f8f8f8;
  padding: 35px;
  border-radius: 10px;
  margin: 30px 0 30px 0;
}

.components-page-cnt .full img {
  max-width: 100%;
  margin: 0 auto;
}

.components-page-cnt .full .right {
  border-radius: 10px;
  overflow: hidden;
}

.grey-block {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0 30px 0;
}

.grey-block h3 {
  font-size: 32px;
  font-family: 'wondershine';
  font-weight: bold;
  margin: 0 0 40px 0;
  padding: 0;
  color: #000;
  position: relative; 
}

.grey-block h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-left: 0;
  background: #000;
  width: 35px;
  height: 3px;
  content: "";
}

.two-block {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
}

.two-block h3 {
  font-size: 32px;
  font-family: 'wondershine';
  font-weight: bold;
  margin: 0 0 40px 0;
  padding: 0;
  color: #000;
  position: relative; 
}

.two-block h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-left: 0;
  background: #000;
  width: 35px;
  height: 3px;
  content: "";
}

.two-block .full {
  border-radius: 0;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.two-block .full.two {
  display: grid;
  grid-template-columns: 450px 1fr;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 0;
}

.two-block .full.two .left {
  border-radius: 10px;
  overflow: hidden; 
}

.video {
  border-radius: 10px;
  overflow: hidden;
  border: 20px solid #f8f8f8;
  margin: 30px 0 70px 0;
}

.video iframe {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: middle;
}


.product-view {
  background: #f3f3f3 url(../images/product_bg_inner.png) center repeat;
  border-radius: 10px;
  padding: 30px;
  margin: 0 0 70px 0;
}

.product-view .product-img-box .product-image {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  border: 0;
  display: flex;
  align-items: center;
  order: 2;
}

.product-name .h1,
.product-name h1 {
  color: #000000;
  font-size: 40px;
  line-height: 54px;
  font-family: 'wondershine';
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0;
  text-transform: capitalize;
}

.product-detail-wrapper .rating {
  margin: 10px 0 23px 0;
}

.product-detail-wrapper {
  display: grid;
  grid-template-columns: 630px 1fr;
  grid-gap: 30px;
  align-items: center;
  margin: 0 0 55px 0;
}

.more-views ul.product-image-thumbs {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 7px;
  margin: 0;
}

.more-views ul.product-image-thumbs li {
  background: #fff;
  border-radius: 15px;
  padding: 6px;
  border: 2px solid transparent;
}

.more-views ul.product-image-thumbs li.active {
  border: 2px solid #007b2f;
}

.more-views ul.product-image-thumbs li img {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img-box {
  display: grid;
  grid-template-columns: 105px 1fr;
  grid-gap: 20px;
}

.product-view .product-shop .short-description {
  font-size: 15px;
  color: #000;
  line-height: 24px;
  margin: 20px 0 25px;
  padding: 0;
  font-weight: 400;
}

.mrp-text {
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  font-weight: 400;
  margin: 15px 0 0;
}

.tab-content,
.tab-content .std {
  color: #464646;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.tab-content .video {
  border-radius: 10px;
  overflow: hidden;
  border: 20px solid #f8f8f8;
  margin: 30px 0 0 0;
}

.tab-content iframe {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: middle;
}

.tab-content ul {
  margin: 0;
  padding: 0 0 0 22px;
}

.tab-content ul li {
  color: #464646;
  font-size: 15px;
  line-height: 24px;
  list-style: disc;
  margin: 0 0 6px 0;
}

.tab-content ul li:last-child {
  margin: 0;
}

.product-view .product-shop .price-box .old-price .price {
  color: #8d8c8c;
  font-family: 'wondershine';
  text-decoration: line-through;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.product-view .product-shop .price-box .special-price .price {
  font-family: 'wondershine';
  color: #007b2f;
  font-size: 36px;
  line-height: 24px;
  font-weight: bold;
}

.tab-container .faq-block {
  margin: 0 0 10px 0;
}

.tab-container .faq-wrapper .question,
.tab-container .faq-wrapper .questions:checked ~ .answers {
  font-size: 16px;
}

.tab-container .faq-wrapper {
  margin: 0;
}

.product-detail-wrapper .send-detail {
  width: 100%;
  margin: 0 0 15px 0;
}

.product-detail-wrapper .send-detail li {
  margin: 0 0 12px 0;
}

.product-shop button {
  background: #007b2f;
  color: #fff;
  min-width: 140px;
  border: 0;
  border-radius: 23px;
  text-align: center;
  font-size: 21px;
  font-family: 'wondershine';
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  height: 46px;
  line-height: 48px;
  margin: 0;
}

.product-detail-wrapper .send-detail li label {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin: 0 0 6px 0;
  padding: 0;
}

.product-detail-wrapper .send-detail li .two-part {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.product-detail-wrapper .send-detail li input {
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  height: 48px;
  width: 100%;
  padding: 2px 15px;
}

@media only screen and (max-width: 1300px) {
  .timeline {
    position: relative;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 0 0 15px;
  }

  .timeline {
    position: relative;
    max-width: 100%;
    margin: 40px auto;
    padding: 0 0 0 15px;
  }

  .timeline .left .content .img-left,
  .timeline .right .content .img-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 0 20px 0;
  }

  .timeline .left .content,
  .timeline .right .content {
    padding: 22px 25px 22px 25px;
    position: relative;
  }

  .timeline .container-cnt::after {
    right: -5px;
  }

  .timeline .right::after {
    left: -20px;
  }
}

@media only screen and (max-width: 1250px) {
  .components-page-cnt,
  .foundation-page-cnt {
    padding: 0 15px;
  }

  .contact-us-wrapper .container {
    padding: 0 15px;
  }

  .catalog-product-view .container {
    padding: 0 15px;
  }

}

@media only screen and (max-width: 1100px) {
  .custom_navi ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .custom_navi ul {
    display: none;
  }

  .custom_navi .skip-content.skip-active ul {
    display: block;
  }

  .skip-links {
    display: block;
    position: absolute;
    right: 20px;
    top: 44px;
  }

  .logo {
    float: none;
    margin: 0 auto;
  }

  .about-block-inner .about-data {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    align-items: center;
    padding: 30px;
  }

  .about-block-inner .about-data img {
    margin: 0 auto;
    display: block;
  }

  .product-detail-wrapper {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 992px) {
  .footer-link-wrapper {
    padding: 53px 15px;
  }

  .natural-block .diagram-block {
    background: #007b2f url(../images/icon_bg1.png) center no-repeat;
    border-radius: 8px;
    padding: 25px 20px;
  }

  .natural-block .diagram-block .cnt-block {
    background: none;
    padding: 0;
    border-radius: 0;
  }

  .natural-block .diagram-block {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .natural-block .diagram-block.top .cnt-block {
    background: none;
    padding: 0;
    border-radius: 0;
  }

  .natural-block .diagram-block.top {
    display: grid;
    grid-template-columns: 1fr;
    margin: 20px 0 0 0;
  }

  .natural-img-bl {
    margin: 0 0 20px 0;
  }

  .natural-block .diagram-block.top .img-block {
    order: 2;
  }

  .img-block {
    position: relative;
    top: auto;
    margin: 0;
    right: auto;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    overflow: hidden;
  }

  .product-data-inner {
    grid-template-columns: 1fr;
  }

  .components-page-cnt .full {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .two-block .full.two {
    display: grid;
    grid-template-columns: 1fr;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0;
  }

  .foundation-page-cnt .full {
    grid-template-columns: 1fr 1fr;
  }

  .two-block .full.two .left {
    order: 2;
  }
}

@media only screen and (max-width: 768px) {
  .product-detail-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    align-items: center;
    margin: 0 0 25px 0;
  }

  .product-img-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .product-view .product-img-box .product-image {
    order: inherit;
  }

  .more-views ul.product-image-thumbs {
    grid-template-columns: repeat(6, 1fr);
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cms-main-title {
    margin: 0 -15px 40px -15px !important;
    width: calc(100% + 30px);
    padding: 35px 15px;
  }

  .cms-main-title h1 {
    font-size: 32px;
  }

  .cnt-two-part {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 45px;
    margin: 60px 0 35px 0;
  }

  .contact-us-wrapper {
    margin: 0 0 40px 0;
  }

  .cnt-two-part h4 {
    font-size: 28px;
    line-height: 28px;
  }

  .cnt-two-part .address,
  .cnt-two-part .email {
    padding: 0 20px 20px;
  }

  .cnt-two-part h4:after {
    left: -20px;
  }

  .contacts-index-index iframe {
    margin: 0 -16px 1px -16px;
    width: calc(100% + 32px);
  }

  .foundation-page-cnt .full {
    grid-template-columns: 1fr;
    padding: 25px;
    grid-gap: 20px;
  }

  .join-us-cnt form {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px 15px !important;
    max-width: 100%;
    margin: 40px auto 40px;
  }

  .join-us-cnt form li.fields {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
    margin: 0 0 25px 0;
  }

  .two-block .full.two {
    grid-template-columns: 1fr;
  }

  .two-block {
    padding: 20px;
  }

  .two-block h3 {
    font-size: 26px;
  }

  .grey-block h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .grey-block {
    margin: 15px 0 15px 0;
    padding: 20px;
  }

  .video {
    border-radius: 10px;
    overflow: hidden;
    border: 20px solid #f8f8f8;
    margin: 20px 0 50px 0;
  }

  .cms-home .block.block-subscribe {
    margin: 0 -15px;
  }

  .block.block-subscribe {
    display: block;
    padding: 25px 15px 30px;
  }

  .block.block-subscribe .block-content {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 15px 0 0;
  }

  .components-page-cnt .full {
    grid-template-columns: 1fr;
    padding: 20px;
    grid-gap: 0;
    margin: 0 0 15px 0;
  }

  .components-page-cnt p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px 0;
  }

  .ftr-full {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .footer-container {
    background: none;
  }

  .cms-home .footer-link-wrapper {
    margin: 0 -15px;
  }

  .footer-link-wrapper {
    padding: 30px 15px;
    background: #007b2f url(../images/ftr_bg.png) center repeat;
  }

  .cms-home .footer address {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }

  .footer address {
    padding: 19px 15px;
  }

  .header-language-background.notification .call {
    display: none;
  }

  .about-block-inner .about-data {
    grid-template-columns: 1fr;
    padding: 25px 20px;
  }

  .about-block-inner .about-data .left-cnt {
    padding: 0;
  }

  .about-block-inner .about-data img {
    width: 100%;
  }

  .section-title h2 {
    margin: 0 0 45px 0;
    font-size: 32px;
    line-height: 36px;
  }

  .section-title h2:after {
    bottom: -10px;
  }

  .natural-block .diagram-block {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .img-block {
    position: relative;
    top: auto;
    margin: 0;
    right: auto;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    overflow: hidden;
  }

  .img-inner img {
    width: 100%;
  }

  .natural-block .diagram-block .cnt-block {
    background: none;
    padding: 0;
    border-radius: 0;
  }

  .natural-block .diagram-block {
    background: #007b2f url(../images/icon_bg1.png) center no-repeat;
    border-radius: 8px;
    padding: 25px 20px;
  }

  .natural-block .diagram-block.top {
    background: #007b2f url(../images/icon_bg1.png) center no-repeat;
    border-radius: 8px;
    padding: 25px 20px;
  }

  .natural-block .diagram-block.top .cnt-block {
    background: none;
    padding: 0;
    border-radius: 0;
  }

  .natural-block .diagram-block.top {
    display: grid;
    grid-template-columns: 1fr;
  }

  .natural-block .diagram-block.top .img-block {
    order: 2;
  }

  .natural-block {
    padding: 40px 16px 40px;
  }

  .product-data-inner {
    grid-template-columns: 1fr;
    padding: 20px 15px;
  }

  .product-data-inner h2 {
    line-height: 36px;
    font-size: 30px;
  }

  .product-data-inner h2 a {
    font-size: 30px;
  }

  .product-block {
    margin: 40px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-block h4 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 25px 0;
  }

  .brand-block h5 {
    font-size: 25px;
    line-height: 25px;
  }

  .brand-block {
    padding: 40px 15px 40px;
  }

  

  .logo {
    float: none;
    margin: 0 auto;
  }

  .product-data-inner .product-left img {
    width: 100%;
  }

  body.cms-home .slideshow-container {
    margin-top: 0;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }

  .about-block {
    margin: 40px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo img {
    width: 100px;
  }

  .join-us-cnt form li .field.phone {
    grid-column: inherit;
  }

  .join-us-cnt form li .field.phone .two-part {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .join-us-cnt form h3 {
    font-size: 28px;
  }

  .contact-us-wrapper .social-icon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 30px 30px;
  }

  .contact-us-wrapper .social-icon li a {
    background-size: 60px 60px !important;
    width: 60px !important;
    height: 60px !important;
  }

  .contact-us-wrapper .social-icon {
    grid-gap: 15px;
  }

  .cnt-two-part .address .address-cnt {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
  }

  .cnt-two-part .email .emai-cnt a {
    font-size: 14px;
    color: #fff;
    line-height: 22px; 
  }

  .contact-us-wrapper .container {
    padding: 0;
  }

  .product-view {
    padding: 25px 15px;
    margin: 0 0 30px;
  }

  .product-name .h1, .product-name h1 {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
  }

  .tab-content .video {
    border: 0;
  }

  .faq-wrapper .question {
    padding: 18px 40px 18px 15px;
  }

  .faq-wrapper .questions:checked ~ .answers {
    padding: 15px 15px 20px;
  }

  .more-views ul.product-image-thumbs {
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
  }

  .timeline .container-cnt {
    width: 100%;
    padding: 0 0 0 25px;
    margin: 0 0 20px 0;
  }

  .timeline .left .content .img-left,
  .timeline .right .content .img-right {
    position: relative;
    margin: 0 0 20px 0;
    top: auto;
    left: auto;
    right: auto;
  }

  .timeline .left .content,
  .timeline .right .content {
    padding: 20px;
    position: relative;
  }

  .natural-img-bl {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
  }

  .natural-img-bl .right {
    height: 290px;
  }

  .natural-img-bl .left {
    justify-content: center;
  }

  .natural-img-bl .left img {
    width: 100px;
  }

  .catalog-product-view .container {
    padding: 0;
  }

  .components-page-cnt {
    padding: 0;
  }

  .components-page-cnt,
  .foundation-page-cnt {
    padding: 0;
  }

}