@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
body {
  overflow-x: hidden;
  font-family: "Quicksand", sans-serif !important;
  padding-right: 0px !important;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Quicksand", sans-serif !important;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Medium.woff2") format("woff2"), url("../fonts/Quicksand-Medium.woff") format("woff"), url("../fonts/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Light.woff2") format("woff2"), url("../fonts/Quicksand-Light.woff") format("woff"), url("../fonts/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Bold.woff2") format("woff2"), url("../fonts/Quicksand-Bold.woff") format("woff"), url("../fonts/Quicksand-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-SemiBold.woff2") format("woff2"), url("../fonts/Quicksand-SemiBold.woff") format("woff"), url("../fonts/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Regular.woff2") format("woff2"), url("../fonts/Quicksand-Regular.woff") format("woff"), url("../fonts/Quicksand-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
  #header .container {
    max-width: 1650px;
  }
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1901px) and (max-width: 2500px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) and (max-width: 2500px) {
  p {
    font-size: 22px;
    line-height: 28px;
  }
  .sectionTitle {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
.block .block-body {
  padding-top: 0;
}

button {
  border: none;
}

.sectionPadding {
  padding: 100px 0;
}
.sectionPadding.sectionPaddingB0 {
  padding-bottom: 0px !important;
}
@media (max-width: 1440px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}

.sectionTitle {
  font-size: 55px;
  color: #000;
  line-height: 55px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .sectionTitle {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.subTitle {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media (max-width: 1440px) {
  .subTitle {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .subTitle {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .subTitle {
    font-size: 20px;
    line-height: 26px;
  }
}

.mb50 {
  margin-bottom: 50px;
}

.defaultBtn {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  background: #69B134;
  padding: 15px 35px;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
.defaultBtn:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1440px) {
  .defaultBtn {
    font-size: 18px;
    padding: 12px 25px;
  }
}
@media (max-width: 1199px) {
  .defaultBtn {
    font-size: 16px;
    padding: 12px 25px;
  }
}

#menubar-my-account {
  display: none;
}

.instasearch-term {
  display: none;
}

.homeSection {
  margin-top: 0 !important;
}

.shop-logo {
  opacity: 1 !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  margin-left: 0 !important;
}

#header {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
}
#header .shopbar-section {
  padding: 0px !important;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
#header .shopbar-col {
  padding: 15px 0;
  margin-left: 5px;
}
#header .shopbar-col img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #header .shopbar-col {
    padding: 20px 0px;
  }
  #header .shopbar-col img {
    height: 50px;
  }
}
#header .megamenu-section {
  width: 100%;
}
#header .megamenu-section .navbar {
  background: transparent;
}
#header .megamenu .navbar-nav {
  margin-right: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .megamenu ul li {
  margin-left: 30px;
}
#header .megamenu ul li a {
  font-size: 20px;
  color: #000;
  padding: 25px 0px;
}
#header .megamenu ul li a:hover {
  background: transparent !important;
  color: #fff !important;
}
@media (max-width: 1440px) {
  #header .megamenu ul li {
    margin-left: 20px;
  }
  #header .megamenu ul li a {
    font-size: 18px;
  }
}

#header .megamenu ul li.selected a {
  color: #fff;
}

#header .megamenu ul li.selected .dropdown-toggle {
  color: #fff;
}

.megamenu .navbar-nav .nav-item.selected .nav-link:before, .megamenu .navbar-nav .nav-item.expanded .nav-link:before {
  content: " ";
  display: block;
  position: absolute;
  width: 4px;
  left: 0;
  bottom: -1px;
  height: 30%;
  background: #fff;
  right: 0;
  margin: 0 auto;
}

#header .megamenu .subMenu div a {
  padding: 10px 5px;
}

#header .megamenu ul li > a {
  position: relative;
}

#header .megamenu ul li > a::before {
  content: " ";
  display: block;
  position: absolute;
  width: 4px;
  left: 0;
  bottom: -4px;
  height: 35%;
  background: #fff;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}

#header .megamenu ul li:hover > a::before {
  opacity: 1;
}

.shopbar-search {
  position: relative;
  right: 0;
}

.shopbar-col-group {
  position: relative;
}

.instasearch-form {
  line-height: 55px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 0px;
  transition: all 0.5s ease;
}

.instasearch-term {
  border: 1px solid transparent;
  background: transparent;
  width: 100%;
  outline: none;
  font-family: sans-serif;
  font-size: 14px;
  color: #000;
  font-style: italic;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 5px;
  -webkit-transition: all 0.5s 0.8s ease;
  transition: all 0.5s 0.8s ease;
  position: relative;
  display: block;
  width: 370px;
  display: block;
  background: #fff;
  border-radius: 10px !important;
  padding: 10px !important;
  padding-right: 40px !important;
}

.instasearch-button {
  color: #000;
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 8px;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
}
.instasearch-button:hover, .instasearch-button:active {
  background-color: transparent !important;
  border: 0px;
  border-radius: 0px;
  color: #000;
}
.instasearch-button:focus {
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
  outline: none !important;
}

.instasearch-term:focus, .instasearch-term:active {
  color: #000;
}

.megamenu {
  overflow: inherit;
}
.megamenu .nav-slider {
  overflow: inherit !important;
}

.subMenu {
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subMenu div {
  display: none;
  padding-left: 10px;
  background: #fff;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.subMenu div a {
  color: #fff !important;
}
.subMenu:hover {
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}
.subMenu:hover div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 99999999;
  top: 100%;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  min-width: 200px;
  background: rgba(127, 191, 79, 0.6980392157);
}
.subMenu:hover div a:hover {
  color: #fff;
  background: transparent;
}
@media (max-width: 1440px) {
  .subMenu:hover div {
    padding: 12px;
  }
}

.inner_banner {
  position: relative;
}
.inner_banner::before {
  content: "";
  background: url(../images/innerbanner_bg.png) no-repeat;
  position: absolute;
  height: 300px;
  width: 100%;
  bottom: 0;
}
.inner_banner .bannerImg img {
  width: 100%;
}
.inner_banner .bannerTxt {
  position: absolute;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner_banner .bannerTxt .sectionTitle {
  font-size: 50px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1440px) {
  .inner_banner .bannerImg img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .inner_banner::before {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .inner_banner .bannerImg img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner_banner .bannerTxt {
    bottom: 20px;
  }
  .inner_banner .bannerTxt .sectionTitle {
    font-size: 40px;
  }
}

.hmabtSec {
  background: url(../images/hmabt_bg.jpg) no-repeat;
  position: relative;
  background-size: cover;
}
.hmabtSec::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.hmabtSec .abtBtn {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .hmabtSec::before {
    background: rgba(255, 255, 255, 0.6);
  }
}

.hmBanner .homeSlider .bannerBox {
  position: relative;
}
.hmBanner .homeSlider .bannerBox::before {
  content: "";
  background: linear-gradient(50deg, #76BC42 -5.32%, rgba(118, 188, 66, 0.91) 14.77%, rgba(118, 188, 66, 0) 41.94%);
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.hmBanner .homeSlider .bannerBox img {
  width: 100%;
}
.hmBanner .homeSlider .bannerBox .bannerTxt {
  position: absolute;
  bottom: 100px;
  max-width: 590px;
}
.hmBanner .homeSlider .bannerBox .bannerTxt p {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}
@media (max-width: 991px) {
  .hmBanner .homeSlider .bannerBox img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hmBanner .homeSlider .slick-prev:before, .hmBanner .homeSlider .slick-next:before {
  color: #000 !important;
}
.hmBanner .homeSlider .slick-prev:before, .hmBanner .homeSlider .slick-next:before {
  display: none;
}
.hmBanner .homeSlider .slick-next {
  content: "";
  background: url(../images/arrow.svg) no-repeat !important;
  -webkit-transform: scale(1) translate(0px, 0px);
          transform: scale(1) translate(0px, 0px);
  width: 13.146px;
  height: 21.288px;
  right: inherit;
  z-index: 2;
  top: inherit;
  bottom: 5%;
  left: 10%;
}
.hmBanner .homeSlider .slick-prev {
  content: "";
  background: url(../images/arrow.svg) no-repeat !important;
  width: 13.146px;
  height: 21.288px;
  -webkit-transform: scale(-1) translate(0px, 0px);
          transform: scale(-1) translate(0px, 0px);
  z-index: 2;
  top: inherit;
  bottom: 5%;
  left: 8%;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .hmBanner .homeSlider .homeSlider .slick-next {
    bottom: 5%;
    left: 15%;
  }
  .hmBanner .homeSlider .homeSlider .slick-prev {
    bottom: 5%;
    left: 12%;
  }
}
@media (max-width: 1199px) {
  .hmBanner .homeSlider .bannerBox .bannerTxt p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .hmBanner .homeSlider .bannerBox .bannerTxt {
    max-width: 400px;
  }
  .hmBanner .homeSlider .bannerBox .bannerTxt p {
    font-size: 24px;
    line-height: 30px;
  }
}

.hmquotationSec .pd-offer-actions {
  max-width: 200px;
  margin: 0 auto;
}
.hmquotationSec .form-group {
  margin-bottom: 30px;
}
.hmquotationSec .form-group .form-control {
  height: 50px;
  border: 1px solid rgba(102, 102, 102, 0.6);
  background: #F8F8F8;
  border-radius: 0;
}
.hmquotationSec .form-group label {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  padding-bottom: 15px;
}
.hmquotationSec .inquireBtn {
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .hmquotationSec .form-group label {
    font-size: 16px;
    padding-bottom: 0;
  }
}

.hmsupportSec {
  background: url(../images/bubbles.png) no-repeat;
  background-position: bottom -242px left -105px;
}
.hmsupportSec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .hmsupportSec {
    text-align: center;
  }
  .hmsupportSec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hmsupportSec img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }
}

.hmBlogsec {
  background: #F3F3F3;
}

.blogListingpage .page-title {
  display: none;
}
.blogListingpage .homepageblogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.blogListingpage .homepageblogs .bloglist-item-root {
  background: #fff;
}
.blogListingpage .homepageblogs .card-img-overlay {
  background: #fff;
}
@media (max-width: 1440px) {
  .blogListingpage .homepageblogs .bloglist-item-root {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .blogListingpage .homepageblogs .bloglist-item-root {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .blogListingpage .homepageblogs .bloglist-item-root {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.blogdetailPage hr {
  border-color: rgba(0, 0, 0, 0.5);
}
.blogdetailPage .page-title {
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
}
.blogdetailPage .page-title h1 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 575px) {
  .blogdetailPage .page-title {
    margin-bottom: 20px;
  }
}
.blogdetailPage .blogpost-date {
  background: #69B134;
  padding: 15px;
  margin: 0px !important;
  color: #FFF !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
}
.blogdetailPage .blogImg {
  float: left;
  margin-bottom: 0;
}
.blogdetailPage .blogImg img {
  max-width: 460px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .blogdetailPage .blogImg {
    float: inherit;
  }
  .blogdetailPage .blogImg img {
    max-width: 100%;
    margin: 0px;
  }
}
.blogdetailPage .blogpost-content ul, .blogdetailPage .blogpost-content ol {
  padding-left: 20px;
}
.blogdetailPage .blogpost-content ol li, .blogdetailPage .blogpost-content ul li {
  list-style: inherit;
  margin: 2px 0px;
}
.blogdetailPage .blogpost-content p, .blogdetailPage .blogpost-content ul li, .blogdetailPage .blogpost-content ol li {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
.blogdetailPage .blogpost-content p.blogsubTitle {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 30px;
}
.blogdetailPage .blogshareSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
}
.blogdetailPage .blogshareSec p {
  font-size: 22px;
  line-height: 22px;
  color: #000;
  padding-right: 12px;
  margin: 0;
}
@media (max-width: 575px) {
  .blogdetailPage .blogshareSec p {
    font-size: 20px;
    line-height: 20px;
  }
}
.blogdetailPage .blogshareSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blogdetailPage .blogshareSec ul li {
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .blogdetailPage .blogpost-content p, .blogdetailPage .blogpost-content ol li, .blogdetailPage .blogpost-content ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .blogdetailPage .blogpost-content p.blogsubTitle {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blogdetailPage .blogpost-content p, .blogdetailPage .blogpost-content ol li, .blogdetailPage .blogpost-content ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .blogdetailPage .blogpost-content p.blogsubTitle {
    font-size: 24px;
    line-height: 30px;
  }
}

.footerLogo img {
  height: 85px;
}

#footer {
  background: url(../images/footer_bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#footer .footer-bottom-wrapper {
  background: transparent !important;
  display: none;
}
#footer .footer-social-wrapper {
  display: none;
}
#footer .footer-main-wrapper {
  padding: 100px 0 50px 0;
}
@media (max-width: 1440px) {
  #footer .footer-main-wrapper .footerLogo img {
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  #footer .footer-main-wrapper .footerLogo {
    margin-bottom: 30px;
  }
}
#footer #footer-info {
  display: none !important;
}
#footer #footer-newsletter .form-control {
  background: #E4E4E4;
  height: 50px;
  padding-left: 20px !important;
  border-radius: 0;
  border: none;
  font-weight: 500 !important;
}
#footer #footer-newsletter .form-control ::-ms-input-placeholder { /* Edge 12-18 */
  color: #666666 !important;
  font-weight: 500 !important;
}
#footer #footer-newsletter .form-control ::-webkit-input-placeholder {
  color: #666666 !important;
  font-weight: 500 !important;
}
#footer #footer-newsletter .form-control ::-moz-placeholder {
  color: #666666 !important;
  font-weight: 500 !important;
}
#footer #footer-newsletter .form-control :-ms-input-placeholder {
  color: #666666 !important;
  font-weight: 500 !important;
}
#footer #footer-newsletter .form-control ::placeholder {
  color: #666666 !important;
  font-weight: 500 !important;
}
#footer #footer-newsletter .input-group-icon {
  display: none;
}
#footer #footer-newsletter .defaultBtn {
  margin-top: 20px;
}
@media (max-width: 1440px) {
  #footer #footer-newsletter .defaultBtn {
    font-size: 16px;
    padding: 12px 25px;
  }
}
#footer.footer-light .footer-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 30px;
}
#footer.footer-light ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer.footer-light ul li {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}
#footer.footer-light ul li a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
}
#footer.footer-light ul li a:hover {
  color: #69b134;
}
#footer.footer-light ul li.selected a {
  color: #69b134;
}
#footer.footer-light ul li p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
}
#footer.footer-light ul li:last-child {
  margin-bottom: 0;
}
#footer.footer-light ul.contactFooter {
  display: block;
}
#footer.footer-light ul.contactFooter li {
  position: relative;
  padding-left: 35px;
}
#footer.footer-light ul.contactFooter li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1440px) {
  #footer.footer-light .footer-title {
    font-size: 22px;
  }
  #footer.footer-light ul li a {
    font-size: 18px;
    line-height: 22px;
  }
  #footer.footer-light ul li p {
    font-size: 18px;
    line-height: 22px;
  }
  #footer.footer-light ul.contactFooter li span img {
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 20px;
  }
}
@media (max-width: 991px) {
  #footer.footer-light .footer-title.nav-toggler {
    padding: 20px 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #footer.footer-light .footer-title {
    padding-top: 15px;
  }
}
#footer .bottomFooter {
  padding: 30px 0;
  border-top: 1px solid #CBCACA;
}
#footer .bottomFooter .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .bottomFooter .copyright p {
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
@media (max-width: 1440px) {
  #footer .bottomFooter {
    padding: 15px 0;
  }
  #footer .bottomFooter .copyright p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 575px) {
  #footer .bottomFooter .copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #footer .bottomFooter .copyright p {
    width: 100%;
  }
}
#footer .form-inline, #footer .form-check {
  display: none;
}

.homepageblogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0 !important;
}
.homepageblogs .card-img-overlay {
  position: relative !important;
  top: inherit;
  bottom: inherit;
  padding: 50px 20px 10px 20px !important;
  background: #F3F3F3;
  padding-left: 0 !important;
}
.homepageblogs .bloglist-item-root {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto !important;
  overflow: inherit !important;
  background: #F3F3F3;
  padding: 0 15px !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 100%;
}
.homepageblogs .bloglist-item-root .bloglist-item {
  height: auto !important;
}
.homepageblogs .has-image-bg .blogpost-title, .homepageblogs .has-image-bg .blogpost-intro {
  color: #000 !important;
}
.homepageblogs h3 {
  margin: 0px !important;
}
.homepageblogs .gradient-black {
  display: none;
}
.homepageblogs .blogpost-title {
  padding: 40px 0px 20px 0px;
  color: #000;
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.homepageblogs .blogpost-text {
  padding: 0px !important;
}
.homepageblogs .blogpost-date {
  position: absolute;
  top: -20px;
  left: 0px;
  background: #69B134;
  padding: 15px;
  margin: 0px !important;
  color: #FFF !important;
  font-family: Quicksand;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
@media (max-width: 575px) {
  .homepageblogs .blogpost-date {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 15px;
  }
}
.homepageblogs .viewBtn {
  margin-top: 18px;
}
.homepageblogs .viewBtn .blogpost-title {
  color: #6A6A6A !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  padding: 5px;
}
.homepageblogs .viewBtn .blogpost-title:hover {
  color: #487E1F !important;
}
@media (max-width: 991px) {
  .homepageblogs .bloglist-item-root {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .homepageblogs .bloglist-item-root {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.homeProductSlider .slick-track {
  margin-left: 0 !important;
}
.homeProductSlider .art-picture-block {
  background: #fff;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.homeProductSlider .art-picture {
  padding: 0;
  display: initial;
}
.homeProductSlider .art-picture img {
  position: relative;
  height: 180px;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.homeProductSlider .productFormula {
  padding: 20px;
  text-align: center;
  min-height: 100px;
}
.homeProductSlider .productFormula p {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.homeProductSlider .productFormula p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .homeProductSlider .productFormula p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .homeProductSlider .productFormula p {
    font-size: 14px;
    line-height: 16px;
  }
}
.homeProductSlider.artlist-grid .art-name {
  height: auto !important;
  text-align: center;
  padding: 20px 30px;
  background: #7DBC4E;
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeProductSlider.artlist-grid .art-name a {
  color: #000;
  text-align: center;
  font-family: Quicksand;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  word-break: break-word;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .homeProductSlider.artlist-grid .art-name a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  .homeProductSlider.artlist-grid .art-name {
    padding: 10px;
    text-align: center;
    min-height: 86px;
  }
  .homeProductSlider.artlist-grid .art-name a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .homeProductSlider.artlist-grid .art-name {
    min-height: initial;
  }
}
.homeProductSlider .slick-prev:before, .homeProductSlider .slick-next:before {
  color: #000 !important;
}
.homeProductSlider .slick-prev:before, .homeProductSlider .slick-next:before {
  display: none;
}
.homeProductSlider .slick-next {
  content: "";
  background: url(../images/black_arrow.svg) no-repeat !important;
  width: 13.146px;
  height: 21.288px;
  display: block !important;
}
.homeProductSlider .slick-prev {
  content: "";
  background: url(../images/black_arrow.svg) no-repeat !important;
  width: 13.146px;
  height: 21.288px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  display: block !important;
}
@media (max-width: 575px) {
  .homeProductSlider .slick-next {
    right: 15px;
    z-index: 1;
  }
  .homeProductSlider .slick-prev {
    left: 15px;
    z-index: 1;
  }
}

.art-picture.no-picture:before {
  font-size: 0px;
}

.homeProductSlider1 .slick-track {
  margin-left: 0 !important;
}
.homeProductSlider1 .art {
  border: 0px !important;
}
.homeProductSlider1 .art.active {
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.homeProductSlider1 .art.active .art-drop {
  display: none;
}
.homeProductSlider1 .art-picture-block {
  background: #fff;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.homeProductSlider1 .art-picture {
  padding: 0;
  display: initial;
}
.homeProductSlider1 .art-picture img {
  position: relative;
  height: 180px;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.homeProductSlider1 .productFormula {
  padding: 20px;
  text-align: center;
  min-height: 100px;
}
.homeProductSlider1 .productFormula p {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.homeProductSlider1 .productFormula p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .homeProductSlider1 .productFormula p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .homeProductSlider1 .productFormula p {
    font-size: 14px;
    line-height: 16px;
  }
}
.homeProductSlider1.artlist-grid .art-name {
  height: auto !important;
  text-align: center;
  padding: 20px 30px;
  background: #7DBC4E;
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeProductSlider1.artlist-grid .art-name a {
  color: #000;
  text-align: center;
  font-family: Quicksand;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  word-break: break-word;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .homeProductSlider1.artlist-grid .art-name a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  .homeProductSlider1.artlist-grid .art-name {
    padding: 10px;
    text-align: center;
    min-height: 86px;
  }
  .homeProductSlider1.artlist-grid .art-name a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .homeProductSlider1.artlist-grid .art-name {
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .homeProductSlider1 .art {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 575px) {
  .homeProductSlider1 .art {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.category-page .product-listing .artlist-grid.artlist-4-cols .art {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  border: 0px !important;
}
@media (max-width: 1440px) {
  .category-page .product-listing .artlist-grid.artlist-4-cols .art {
    padding: 12px;
  }
}
.category-page .product-listing .art.active {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
.category-page .product-listing .art-picture-block {
  background: #fff;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.category-page .product-listing .art-picture-block .productFormula {
  padding: 20px;
  text-align: center;
  min-height: 100px;
}
.category-page .product-listing .art-picture-block .productFormula p {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.category-page .product-listing .art-picture-block .productFormula p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .category-page .product-listing .art-picture-block .productFormula p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .category-page .product-listing .art-picture-block .productFormula p {
    font-size: 14px;
    line-height: 16px;
  }
}
.category-page .product-listing .art-picture {
  padding: 0;
  display: initial;
}
.category-page .product-listing .art-picture img {
  position: relative;
  height: 180px;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.category-page .product-listing .art-picture.no-picture::before {
  font-size: 0;
}
.category-page .product-listing .art-name {
  height: auto !important;
  text-align: center;
  padding: 20px 12px;
  background: #7DBC4E;
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category-page .product-listing .art-name a {
  color: #000 !important;
  text-align: center;
  font-family: Quicksand;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-right: 0px;
  word-break: break-word;
}
.category-page .product-listing .art-name a span {
  display: block;
}
@media (max-width: 1440px) {
  .category-page .product-listing .art-name a {
    padding: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .category-page .product-listing .art-name a {
    min-height: initial;
  }
}
@media (max-width: 1440px) {
  .category-page .product-listing .art-name {
    min-height: 55px;
  }
}
@media (max-width: 767px) {
  .category-page .product-listing .art-name {
    min-height: inherit;
  }
}
@media (max-width: 1199px) {
  .category-page .product-listing .artlist-grid.artlist-4-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .category-page .product-listing .artlist-grid.artlist-4-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .category-page .product-listing {
    padding-bottom: 0px;
  }
  .category-page .product-listing .artlist-grid.artlist-4-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .category-page .product-listing.sectionPadding {
    padding-top: 0px;
  }
}

/*mobile offcanvas menu */
@media (max-width: 991px) {
  #filterMenu.active i:before {
    content: "\f00d";
  }
  .catmenu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 0;
    max-height: inherit !important;
  }
  .catmenu.active {
    left: 0px;
    z-index: 111;
    width: 70%;
  }
  .catmenu ul {
    background: #ebebeb;
    min-height: 100vh;
    height: 100vh;
  }
  .filterMobile {
    float: right !important;
    width: auto;
    padding: 0 10px !important;
  }
  .filterMobile .filterBlock {
    width: auto;
    height: auto;
    text-align: center;
    padding: 5px 10px !important;
    font-size: 22px;
    background: #60a348;
  }
  .filterMobile .filterBlock.active {
    background: #60a348 !important;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .filterMobile .filterBlock {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .filterMobile .filterBlock {
    font-size: 16px;
  }
}
.search-results .artlist-grid.artlist-4-cols .art {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}
.search-results .art.active {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
.search-results .art-picture-block {
  background: #FFF;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.search-results .art-picture-block .productFormula {
  padding: 20px;
  text-align: center;
  min-height: 100px;
}
.search-results .art-picture-block .productFormula p {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.search-results .art-picture-block .productFormula p:last-child {
  margin-bottom: 0;
}
.search-results .art-picture-block .productFormula p span {
  font-weight: bold;
}
@media (max-width: 1440px) {
  .search-results .art-picture-block .productFormula p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .search-results .art-picture-block .productFormula p {
    font-size: 14px;
    line-height: 16px;
  }
}
.search-results .art-picture {
  padding: 0;
  display: initial;
}
.search-results .art-picture img {
  position: relative;
  height: 180px;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.search-results .art-name {
  height: auto !important;
  text-align: center;
  padding: 20px 15px;
  background: #7DBC4E;
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-results .art-name a {
  color: #000 !important;
  text-align: center;
  font-family: Quicksand;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-right: 0px;
  word-break: break-word;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .search-results .art-name a a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  .search-results .art-name a {
    padding: 10px;
    text-align: center;
    min-height: 86px;
  }
  .search-results .art-name a a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .search-results .art-name a {
    min-height: initial;
  }
}
@media (max-width: 991px) {
  .search-results .artlist-grid.artlist-4-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .search-results .artlist-grid.artlist-4-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.whyWorkList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.whyWorkList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 0 15px;
}
.whyWorkList li .whyBox {
  background: #F3FAED;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
  height: 100%;
}
.whyWorkList li .whyBox p {
  margin-bottom: 0px;
}
.whyWorkList li .whyBox img {
  margin-bottom: 30px;
}
.whyWorkList li .whyBox .title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .whyWorkList li .whyBox img {
    height: 70px !important;
  }
  .whyWorkList li .whyBox p {
    font-size: 16px;
    line-height: 22px;
  }
  .whyWorkList li .whyBox .title {
    line-height: 28px;
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .whyWorkList li .whyBox {
    padding: 30px 20px;
  }
  .whyWorkList li .whyBox p {
    font-size: 16px;
    line-height: 22px;
  }
  .whyWorkList li .whyBox .title {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .whyWorkList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .whyWorkList li:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .whyWorkList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.serviceList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.serviceList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.serviceList li .serviceBox {
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.serviceList li .serviceBox .serviceImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}
.serviceList li .serviceBox .serviceImg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceList li .serviceBox .serviceContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  padding: 30px;
}
.serviceList li .serviceBox .serviceContent p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}
.serviceList li .serviceBox .serviceContent img {
  margin-bottom: 30px;
}
.serviceList li .serviceBox .serviceContent .title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .serviceList li .serviceBox .serviceContent p {
    font-size: 16px;
    line-height: 22px;
  }
  .serviceList li .serviceBox .serviceContent .title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .serviceList li .serviceBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .serviceList li .serviceBox .serviceImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .serviceList li .serviceBox .serviceImg img {
    height: 300px !important;
  }
  .serviceList li .serviceBox .serviceContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .serviceList li {
    margin: 0px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .serviceList li .serviceBox .serviceImg img {
    height: 250px !important;
  }
}
@media (max-width: 575px) {
  .serviceList {
    margin: 0px;
  }
}

.vision_mission_box {
  background: #FBFBFB;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.vision_mission_box .content {
  padding: 50px;
}
.vision_mission_box .content p {
  margin-bottom: 0px;
}
.vision_mission_box .content .title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .vision_mission_box .content {
    padding: 35px;
  }
  .vision_mission_box .content .title {
    margin-bottom: 15px;
  }
  .vision_mission_box .content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .vision_mission_box .content {
    padding: 20px;
  }
  .vision_mission_box .content p {
    font-size: 16px;
    line-height: 22px;
  }
  .vision_mission_box .content .title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .vision_mission_box {
    margin: 10px;
  }
}

.contactInfo {
  max-width: 500px;
}
.contactInfo li {
  margin-bottom: 50px;
}
.contactInfo li span {
  margin-bottom: 20px;
  display: inline-block;
}
.contactInfo li p {
  margin: 0px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.contactInfo li p a {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}
.contactInfo li p a:hover {
  color: #629D36;
}
@media (max-width: 1440px) {
  .contactInfo li {
    margin-bottom: 30px;
  }
  .contactInfo li p {
    font-size: 20px;
    line-height: 28px;
  }
  .contactInfo li p a {
    font-size: 20px;
    line-height: 28px;
  }
  .contactInfo li img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .contactInfo li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contactInfo li span {
    margin: 0px;
    margin-right: 20px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .contactInfo li p {
    font-size: 20px;
    line-height: 28px;
  }
  .contactInfo li p a {
    font-size: 20px;
    line-height: 28px;
  }
  .contactInfo li img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  height: auto;
  padding: 12px 20px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.contactForm {
  max-width: 580px;
  margin-left: auto;
  margin-right: 0;
  padding: 80px 50px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
  margin-top: -100px;
}
.contactForm .row {
  margin-left: 0px;
  margin-right: 0px;
}
.contactForm .col-md-3, .contactForm .col-md-9, .contactForm .col-sm-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.contactForm .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contactForm .field-validation-error {
  position: absolute;
  font-size: 12px;
}
@media (max-width: 1440px) {
  .contactForm {
    margin-top: -80px;
  }
}
.contactForm label {
  margin: 2px 0px 8px;
}
.contactForm .greenBtn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .contactForm {
    margin: 0px auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
    padding: 30px 0px;
  }
}

.greenBtn {
  border-radius: 40px;
  background: #69B134;
  padding: 15px 40px;
  border: 0px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 767px) {
  .productMenu.sectionPadding {
    padding: 0px;
  }
}

.catmenu {
  max-height: 80vh;
  overflow-y: auto;
}
.catmenu .catmenu-path-item {
  display: none;
}
.catmenu .list-group-item {
  background: #EBEBEB;
  margin-bottom: 0;
  padding: 20px 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #CFCFCF !important;
  border-radius: 0px;
}
.catmenu .list-group-item .has-count {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.catmenu .list-group-item:hover .has-count {
  color: #629D36;
}
@media (max-width: 1440px) {
  .catmenu .list-group-item {
    padding: 15px 20px;
  }
  .catmenu .list-group-item .has-count {
    font-size: 18px;
    line-height: 22px;
  }
}
.catmenu .catmenu-path-item.active {
  color: #629D36;
}

.breadcrumb-container {
  display: none !important;
}

.sectionProductPadding {
  padding: 20px 0;
}

.product-listing .artlist-actions--top {
  border-bottom: 0px;
}
.product-listing .art-drop {
  display: none;
}
.product-listing .homeProductSlider .art-picture-block {
  background: #FBFBFB;
  -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.2);
  min-height: 490px;
}
.product-listing .homeProductSlider .art-picture-block .art-picture {
  padding: 0;
  display: initial;
}
.product-listing .homeProductSlider .art-picture-block .art-picture img {
  margin: 25px auto;
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-listing .homeProductSlider .art-picture-block .art-picture.no-picture::before {
  font-size: 0;
}
@media (max-width: 1440px) {
  .product-listing .homeProductSlider .art-picture-block {
    min-height: 465px;
  }
  .product-listing .homeProductSlider .art-picture-block .art-picture img {
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  .product-listing .homeProductSlider .art-picture-block {
    min-height: inherit;
  }
}
.product-listing .homeProductSlider .productFormula {
  padding: 20px;
  padding-top: 0;
  text-align: center;
}
.product-listing .homeProductSlider .productFormula p {
  font-size: 20px;
  line-height: 22px;
}
.product-listing .homeProductSlider .productFormula p:last-child {
  margin-bottom: 0;
}
.product-listing .homeProductSlider .productFormula p span {
  font-weight: bold;
}
@media (max-width: 1440px) {
  .product-listing .homeProductSlider .productFormula {
    min-height: 130px;
  }
  .product-listing .homeProductSlider .productFormula p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .product-listing .homeProductSlider .productFormula p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .product-listing .homeProductSlider .productFormula {
    min-height: initial;
  }
  .product-listing .homeProductSlider .productFormula p {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-listing .homeProductSlider .slick-track {
  margin-left: 0;
  margin-right: 0;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  width: 100% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-listing .homeProductSlider.artlist-grid.artlist-4-cols .art {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 100%;
  margin: 0 10px;
  padding: 0;
  border: none;
}
.product-listing .homeProductSlider.artlist-grid.artlist-4-cols .art.active {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border: none;
}
@media (max-width: 767px) {
  .product-listing .homeProductSlider.artlist-grid.artlist-4-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .product-listing .homeProductSlider.artlist-grid.artlist-4-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-listing .homeProductSlider.artlist-grid .art-name {
  height: auto !important;
  text-align: center;
  background: #7DBC4E;
  width: inherit;
  margin: 0 !important;
  padding: 20px !important;
}
.product-listing .homeProductSlider.artlist-grid .art-name a {
  color: #000;
  text-align: center;
  font-family: Quicksand;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  word-break: break-word;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .product-listing .homeProductSlider.artlist-grid .art-name a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  .product-listing .homeProductSlider.artlist-grid .art-name {
    padding: 10px;
    text-align: center;
  }
  .product-listing .homeProductSlider.artlist-grid .art-name a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .product-listing .homeProductSlider.artlist-grid .art-name {
    min-height: initial;
  }
  .product-listing .homeProductSlider.artlist-grid .art-name a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .product-listing .homeProductSlider .slick-track {
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
}

.pd-related-products {
  padding-top: 100px;
  border-top: 1px solid #EEEEEE !important;
  margin-top: 100px;
  margin-bottom: 0;
}
.pd-related-products.block.block-boxed {
  border: none;
}
.pd-related-products.block .block-title {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.pd-related-products .sectionTitle {
  text-align: center;
  margin-bottom: 30px;
}
.pd-related-products .relatedProductsec .slick-track .productFormula {
  padding: 20px;
  text-align: center;
}
.pd-related-products .relatedProductsec .slick-track .productFormula p:last-child {
  margin-bottom: 0;
}
.pd-related-products .relatedProductsec .slick-track .productFormula p span {
  font-weight: bold;
}

.product-details-page .pd-tabs {
  margin-top: 100px;
}
.product-details-page .pd-tabs > .nav-tabs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #EEEEEE;
}
.product-details-page .pd-tabs > .nav-tabs li {
  margin-right: 5px;
}
.product-details-page .pd-tabs > .nav-tabs li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  background: #E8E8E8;
  border-radius: inherit;
  padding: 14px 25px;
}
.product-details-page .pd-tabs > .nav-tabs li a::before {
  display: none;
}
.product-details-page .pd-tabs > .nav-tabs li a.active, .product-details-page .pd-tabs > .nav-tabs li a:hover {
  background: #69B134;
}
.product-details-page .pd-tabs > .nav-tabs li a.active::before, .product-details-page .pd-tabs > .nav-tabs li a:hover::before {
  display: none;
}
.product-details-page .pd-tabs .tab-content {
  margin-top: 55px;
}
.product-details-page .pd-tabs .tab-content .tab-pane .more-block {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
.product-details-page .pd-tabs .tab-content .tab-pane .more-block p {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 1440px) {
  .product-details-page .pd-tabs .tab-content .tab-pane .more-block {
    font-size: 20px;
    line-height: 22px;
  }
  .product-details-page .pd-tabs .tab-content .tab-pane .more-block p {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .product-details-page .pd-tabs {
    margin-top: 60px;
  }
}

.requestQuote {
  margin-top: 60px;
}
.requestQuote .defaultBtn {
  color: #fff !important;
}
@media (max-width: 1440px) {
  .requestQuote {
    margin-top: 40px;
  }
}

.modal-backdrop.show {
  opacity: 1;
  background: transparent;
  z-index: 0;
}

.modal .sectionTitle {
  margin: 0 auto;
  margin-bottom: 30px;
}
.modal .modal-dialog {
  max-width: 950px;
}
.modal .modal-dialog textarea {
  height: 100px !important;
}
.modal .modal-dialog .inquireBtn {
  text-align: center;
}
.modal .modal-dialog .form-group label {
  color: #666666;
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 500;
}
.modal .modal-content {
  padding: 75px 60px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.modal .modal-content .modal-header {
  padding: 0;
}
.modal .modal-content .modal-header .btn-close {
  position: absolute;
  right: 15px;
  background: #69B134;
  opacity: 1;
  top: 15px;
  border-radius: 50px;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.modal .modal-content .modal-header .btn-close i {
  color: #fff;
}

.careerText {
  max-width: 580px;
}
@media (max-width: 991px) {
  .careerText .sectionTitle {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .careerText .sectionTitle {
    font-size: 28px;
    line-height: 38px;
  }
}

.jobOffer {
  margin-bottom: 50px;
}
.jobOffer:last-child {
  margin-bottom: 0;
}
.jobOffer .offerTop {
  background-color: #91C968;
  padding: 28px 20px;
  margin-bottom: 40px;
}
.jobOffer .offerTop .offerTitle {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0;
}
.jobOffer .offerBottom {
  padding: 0 20px;
}
.jobOffer .offerBottom p {
  margin-bottom: 15px;
}
.jobOffer .offerBottom p.mgBt0 {
  margin-bottom: 20px;
}
.jobOffer .offerBottom ol {
  padding: 0;
}
.jobOffer .offerBottom ol li {
  display: table-row;
}
.jobOffer .offerBottom ol li:before {
  content: attr(value) ".";
  font-size: 22px;
  line-height: 28px;
  display: table-cell;
  padding-right: 5px;
}
.jobOffer .offerBottom .defaultBtn {
  text-decoration: none;
}
@media (max-width: 1440px) {
  .jobOffer {
    margin-bottom: 40px;
  }
  .jobOffer .offerTop {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .jobOffer .offerTop .offerTitle {
    font-size: 25px;
    line-height: 25px;
  }
  .jobOffer .offerBottom {
    padding: 0 15px;
  }
  .jobOffer .offerBottom p.mgBt0 {
    margin-bottom: 15px;
  }
  .jobOffer .offerBottom ol li:before {
    font-size: 20px;
    line-height: 24px;
  }
  .jobOffer .offerBottom .defaultBtn {
    text-decoration: none;
  }
}
@media (max-width: 1199px) {
  .jobOffer {
    margin-bottom: 40px;
  }
  .jobOffer .offerTop {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .jobOffer .offerTop .offerTitle {
    font-size: 25px;
    line-height: 25px;
  }
  .jobOffer .offerBottom {
    padding: 0 20px;
  }
  .jobOffer .offerBottom p.mgBt0 {
    margin-bottom: 15px;
  }
  .jobOffer .offerBottom ol li:before {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .jobOffer {
    margin-bottom: 30px;
  }
  .jobOffer .offerTop {
    padding: 22px 15px;
    margin-bottom: 25px;
  }
  .jobOffer .offerTop .offerTitle {
    font-size: 28px;
    line-height: 28px;
  }
  .jobOffer .offerBottom {
    padding: 0 20px;
  }
  .jobOffer .offerBottom p.mgBt0 {
    margin-bottom: 15px;
  }
  .jobOffer .offerBottom ol li:before {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .jobOffer {
    margin-bottom: 30px;
  }
  .jobOffer .offerTop {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .jobOffer .offerTop .offerTitle {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
  }
  .jobOffer .offerBottom {
    padding: 0 10px;
  }
  .jobOffer .offerBottom p.mgBt0 {
    margin-bottom: 10px;
  }
  .jobOffer .offerBottom ol li:before {
    font-size: 18px;
    line-height: 22px;
    padding-right: 5px;
  }
  .jobOffer .offerBottom .defaultBtn {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .txtCenter {
    text-align: center;
  }
}

.careerSec p a {
  color: #69B134;
}
@media (max-width: 991px) {
  .careerSec .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pd-name {
  margin-bottom: 40px;
}

.pd-attrs.pd-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pd-attrs.pd-group li {
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 35px;
}
.pd-attrs.pd-group li span {
  display: block;
  font-weight: 400;
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .pd-attrs.pd-group li {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .pd-attrs.pd-group li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .pd-attrs.pd-group li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.pd-info .categoryTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  background: #69B134;
  padding: 9px 18px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}
.pd-info .page-title h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: #000;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .pd-info .page-title h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .pd-info .page-title h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pd-info .page-title h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

.pdImagecol #pd-gallery-container {
  background: #fff;
  border: 2px solid #ECECEC;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .pdImagecol {
    margin-bottom: 30px;
  }
}

.pd-offer {
  background: transparent;
  padding: 0;
}
.pd-offer .pd-stock-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pd-offer .pd-stock-info .pd-stock {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #69B134;
  padding-left: 5px;
}
@media (max-width: 1440px) {
  .pd-offer .pd-stock-info .pd-stock {
    font-size: 18px;
    line-height: 20px;
  }
}
.pd-offer .pd-stock-info span {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
@media (max-width: 767px) {
  .pd-offer .pd-stock-info span {
    font-size: 16px;
  }
}

.infoBtn {
  margin-bottom: 0;
}
.infoBtn i {
  font-size: 20px;
  margin-right: 12px;
  color: #69B134;
}

.category-page .search-hitcount {
  display: none;
}
.category-page .page-body a {
  font-size: 25px;
  line-height: 25px;
  color: #666666;
  font-weight: 500;
  margin-right: 18px;
  margin-bottom: 8px;
  display: inline-block;
}
.category-page .page-body a:hover, .category-page .page-body a.ln-disabled {
  color: #7DBC4E;
}
@media (max-width: 1440px) {
  .category-page .page-body a {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .category-page.sectionPadding {
    padding-top: 20px;
  }
}

#ph-topic-6 {
  margin: 0px !important;
}
#ph-topic-6 .block-body {
  margin: 0px !important;
}

.page-main {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#content {
  margin: 0 auto !important;
}

#ph-topic .html-editor-content {
  margin: 0px !important;
}

.download_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download_li li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 20px;
}
.download_li li a {
  background: #F8F8F8;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
  display: block;
  padding: 40px;
}
.download_li li img {
  height: 100px;
}
.download_li li span {
  display: block;
  font-size: 22px;
  line-height: 20px;
  color: #000000;
  margin-top: 30px;
  word-wrap: break-word;
}
@media (max-width: 1440px) {
  .download_li li a {
    padding: 30px;
  }
  .download_li li img {
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .download_li li span {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .download_li li a {
    padding: 25px;
  }
  .download_li li img {
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .download_li li span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .download_li li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .download_li li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .download_li li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.callToAction {
  background: #DEECD3;
  padding: 80px 0px;
}
.callToAction .flexCall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.callToAction .flexCall p {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 0px;
}
@media (max-width: 1440px) {
  .callToAction .flexCall p {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .callToAction {
    padding: 60px;
  }
  .callToAction .flexCall p {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .callToAction {
    padding: 40px;
  }
  .callToAction .flexCall p {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .callToAction {
    text-align: center;
  }
  .callToAction .flexCall {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .callToAction .flexCall p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.slick-slider.artlist-grid {
  margin: 0px !important;
}

@media (max-width: 1440px) {
  .instasearch-form.active .instasearch-term {
    display: block;
  }
  .touchevents .megamenu .nav-slider {
    overflow-x: inherit !important;
  }
}
@media (max-width: 1199px) {
  .shopbar-col-group {
    position: initial;
  }
  .product-list-container .btn-warning {
    background: #000 !important;
    border: 0px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .product-listing .artlist-actions--top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .instasearch-form.active .instasearch-term {
    display: block;
    background: #fff;
    position: absolute;
    top: 110%;
    right: 0px;
    width: 300px;
  }
  .instasearch-form {
    width: 240px;
  }
  .instasearch-term {
    width: 250px;
    font-size: 10px;
  }
  .touchevents .megamenu .nav-slider {
    overflow-x: inherit !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .instasearch-icon {
    top: 4px;
    right: 5px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    background: #fff;
  }
}
@media (max-width: 991px) {
  .shopbar-col-group-tools {
    position: absolute !important;
    left: 30% !important;
  }
  .instasearch-form .instasearch-term {
    display: none;
  }
  .instasearch-form.active .instasearch-term {
    width: 300px;
    position: absolute;
    right: 0%;
    top: 50px;
    bottom: inherit;
    font-size: 12px;
  }
  .shopbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shopbar-button .shopbar-button-icon {
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .instasearch-drop.open {
    top: 115px;
  }
  .shopbar-search {
    right: 9%;
    position: absolute;
    z-index: 111;
    top: 12%;
  }
  .product-details-page .pd-tabs {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .shopbar-col-group-tools {
    position: absolute !important;
    left: 25% !important;
  }
  .nav-responsive.collapsed .nav-tabs .nav-link .nav-link-summary {
    display: none;
  }
  .nav-responsive.collapsed .nav-tabs .nav-link {
    background: #E8E8E8;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    border: 0px;
    padding: 20px 30px;
  }
  .product-details-page .pd-tabs > .nav-tabs li a.active, .product-details-page .pd-tabs > .nav-tabs li a:hover,
  .product-details-page .pd-tabs > .nav-tabs li a:focus {
    color: #fff !important;
    background: #69B134 !important;
  }
  .product-details-page .pd-tabs > .nav-tabs li {
    margin: 10px 0px;
  }
  .product-details-page .pd-tabs > .nav-tabs {
    border: 0px;
  }
  .nav-collapsible .nav-collapse {
    padding: 0;
    padding-bottom: 40px;
  }
  #footer.footer-light .footer-title {
    padding-top: 30px;
  }
  #footer.footer-light ul.contactFooter {
    padding-bottom: 15px;
  }
  #footer .footer-main-wrapper {
    padding: 40px 0px;
  }
  .nav-collapsible {
    border-top: 0 !important;
  }
  .shopbar-search {
    right: 12%;
    top: 5%;
  }
  .homepageblogs .blogpost-date {
    font-size: 15px;
    line-height: 15px;
    padding: 12px;
  }
  .homepageblogs .card-img-overlay {
    padding: 30px 20px 10px 0px !important;
  }
  .homepageblogs .blogpost-title {
    font-size: 20px;
  }
  .homepageblogs .viewBtn .blogpost-title {
    font-size: 14px;
  }
  .homepageblogs .viewBtn {
    margin-top: 12px;
  }
  .whyWorkList li {
    padding: 0px;
  }
  .vision_mission_box {
    margin: 10px 0px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .serviceList li {
    padding: 0px;
  }
  .serviceList li .serviceBox .serviceContent {
    padding: 30px 20px;
  }
  .contactInfo li p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .shopbar-col-group-tools {
    left: 20% !important;
  }
  .shopbar-search {
    right: 10%;
    top: 5%;
  }
}
.checkout-page .cart-head {
  border: 0;
}
.checkout-page .cart-head .cart-row {
  border: 0px;
}
.checkout-page .cartFlexSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-page .cart-item-attrs {
  margin-bottom: 0px !important;
}
.checkout-page .page-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  padding-top: 150px;
}
.checkout-page .page-body .cart-row {
  border: 0px;
}
.checkout-page .page-body .marb30 {
  margin-bottom: 15px;
}
.checkout-page .page-body .cart-col {
  border: 0px;
  font-size: 30px;
}
.checkout-page .page-body .cateLabel {
  font-size: 18px;
  line-height: 20px;
  color: #232323;
  margin-bottom: 3px;
  padding: 0 !important;
}
.checkout-page .page-body .catValue {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 0 !important;
  margin-bottom: 1rem;
}
.checkout-page .quoteCartForm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  margin-left: 100px;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 100px 30px;
}
.checkout-page .quoteCartForm h3 {
  padding-bottom: 30px;
}
.checkout-page .quoteCartForm .row {
  margin-left: 0px;
  margin-right: 0px;
}
.checkout-page .quoteCartForm .col-md-3, .checkout-page .quoteCartForm .col-md-9, .checkout-page .quoteCartForm .col-sm-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.checkout-page .quoteCartForm .form-group {
  position: relative;
  margin-bottom: 20px;
}
.checkout-page .quoteCartForm .field-validation-error {
  position: absolute;
  font-size: 12px;
}
.checkout-page .quoteCartForm .form-control {
  background: transparent;
  border-radius: 0px;
}
.checkout-page .quoteCartForm label {
  margin-bottom: 10px;
  color: #000000;
}
.checkout-page .quoteCartForm .captcha-box {
  padding: 0 15px;
}
.checkout-page .removeBlock {
  padding: 0;
  max-width: 200px;
  margin: 0px;
}
.checkout-page .removeBlock .cart-row-actions {
  width: 100%;
}
.checkout-page .removeBlock .removeBtn {
  width: auto;
}
.checkout-page .removeBlock .removeBtn i {
  margin-right: 5px;
}
.checkout-page .shopping-cart-page {
  position: relative;
}
.checkout-page .shopping-cart-page .card {
  border: 0px;
}
.checkout-page .shopping-cart-page .card .cart-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  border: 1px solid #ECECEC;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkout-page .shopping-cart-page .card .cart-item-link {
  font-size: 25px;
  line-height: 33px;
  display: inline-block;
  margin-bottom: 20px;
}
.checkout-page .shopping-cart-page .cartTitle {
  position: absolute;
  top: 80px;
  z-index: 11;
}
.checkout-page .shopping-cart-page .cartTitle .h3 {
  font-size: 45px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .checkout-page .shopping-cart-page .cartTitle {
    top: 60px;
  }
  .checkout-page .shopping-cart-page .cartTitle .h3 {
    font-size: 35px;
  }
}
.checkout-page .page-body .cart-body .cart-col {
  padding-bottom: 40px;
}
.checkout-page .page-body .cart-body .cart-col .row {
  margin: 0px;
}
.checkout-page .page-body .cart-body .cart-col .row .col:nth-child(2) {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .checkout-page .page-body .cart-body .cart-col .row {
    padding-left: 10px;
  }
}
@media (max-width: 1440px) {
  .checkout-page .page-body {
    padding-top: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  .checkout-page .page-body .cart-col {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .checkout-page .page-body .catValue {
    font-size: 18px;
  }
  .checkout-page .page-body .cateLabel {
    font-size: 16px;
  }
  .checkout-page .quoteCartForm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-left: 20px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
    padding: 100px 10px;
  }
  .checkout-page .shopping-cart-page .card .cart-item-link {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .checkout-page .quoteCartForm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
    margin-left: 20px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
    padding: 100px 10px;
  }
  .checkout-page .shopping-cart-page .card .cart-item-link {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .checkout-page .cartFlexSection {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkout-page .page-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout-page .page-body .cateLabel {
    font-size: 14px;
    line-height: 20px;
  }
  .checkout-page .page-body .catValue {
    font-size: 16px;
  }
  .checkout-page .shopping-cart-page .card .cart-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    height: 300px;
    padding-top: 30px;
  }
  .checkout-page .shopping-cart-page .card .cart-item-link {
    font-size: 20px;
    line-height: 28px;
  }
  .checkout-page .shopping-cart-page .cartTitle .h3 {
    font-size: 28px;
    line-height: 30px;
  }
  .checkout-page .quoteCartForm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 40px 0px;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
@media (max-width: 767px) {
  .checkout-page .cartFlexSection {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkout-page .page-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout-page .page-body .cateLabel {
    font-size: 14px;
    line-height: 20px;
  }
  .checkout-page .page-body .catValue {
    font-size: 16px;
  }
  .checkout-page .shopping-cart-page .card .cart-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
    padding-top: 30px;
  }
  .checkout-page .shopping-cart-page .card .cart-item-link {
    font-size: 20px;
    line-height: 28px;
  }
  .checkout-page .shopping-cart-page .cartTitle .h3 {
    font-size: 28px;
    line-height: 30px;
  }
  .checkout-page .quoteCartForm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 40px 0px;
  }
}

.pd-stock-info {
  position: relative;
}
.pd-stock-info .infoBtn {
  cursor: pointer;
}
.pd-stock-info .infoBtn:hover .hsCode {
  visibility: visible;
}
.pd-stock-info .hsCode {
  position: absolute;
  background: #ECECEC;
  -webkit-box-shadow: 0px 4px 55px 5px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 55px 5px rgba(0, 0, 0, 0.2509803922);
  padding: 15px 30px;
  visibility: hidden;
  top: 40px;
}
.pd-stock-info .hsCode::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #d7d7d7;
  top: -15px;
  left: 0px;
}
.pd-stock-info .hsCode p {
  margin-bottom: 0px;
  font-size: 20px;
}
.pd-stock-info .hsCode span {
  display: block;
  margin-top: 5px;
  font-weight: 600;
}

#offcanvas-menu .menubar-link.has-children:after, #offcanvas-menu .ocm-item.has-children:after {
  display: none;
}

.search-results .art-drop {
  display: none !important;
}

.nav-tabs-line .nav-link.active:before, .nav-tabs-line .nav-link.active:focus:before, .nav-tabs-line .nav-item.open .nav-link:before,
.nav-tabs-line .nav-item.open .nav-link:focus:before {
  background: #7DBC4E;
}

.checkout-completed-page {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0px;
}
.checkout-completed-page .page-body {
  max-width: 100%;
}
.checkout-completed-page .thankuSection {
  background: rgba(117, 188, 66, 0.2);
  padding: 27px;
  margin: 0 auto;
  text-align: center;
}
.checkout-completed-page .thankuSection .heading .heading-title {
  background: transparent;
}
.checkout-completed-page .thankuSection .heading:before {
  display: none;
}
.checkout-completed-page .thankuSection .heading {
  margin-top: 0px !important;
}
@media (max-width: 991px) {
  .checkout-completed-page {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .requestModal .modal .modal-content {
    padding: 30px;
  }
}

.hideSpecialreq p:nth-child(3) {
  display: none;
}

.alert.alert-success {
  max-width: 100%;
  margin: 30px auto 0px;
}

.login-page .page-title {
  text-align: center;
}

.login-page .row {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loginBtn {
  text-align: center;
}

.loginBtn .defaultBtn {
  max-width: 60%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.megamenu-dropdown-container.simple {
  display: none;
}

.megamenu .dropdown-toggle {
  margin-left: 3px;
}

.instasearch-icon {
  font-weight: bold;
  position: relative;
  top: 5px;
  right: 10px;
}

.mf-dropdown .btn > em {
  font-weight: 500;
}

.offcanvas-tabs .nav-link.active {
  text-align: left;
  padding: 1rem 2.5rem 1rem 2rem;
}

.product-listing .artlist-actions--top {
  margin: 0px;
}

.sectionPadding.productMenu {
  padding: 0px !important;
}

.artlist-action a {
  margin-bottom: 0px !important;
}

@media (max-width: 991px) {
  .category-page.sectionPadding {
    padding-top: 20px !important;
  }
}
.pdImagecol .gal-item-viewport.no-picture::before {
  display: none;
}
.pdImagecol .gal-item-viewport.no-picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */