@font-face {
    font-family: 'LSANS';
    src: url('../fonts/LSANS.eot');
    src: url('../fonts/LSANS.eot') format('embedded-opentype'),
         url('../fonts/LSANS.woff2') format('woff2'),
         url('../fonts/LSANS.woff') format('woff'),
         url('../fonts/LSANS.ttf') format('truetype'),
         url('../fonts/LSANS.svg#LSANS') format('svg');
}
@font-face {
    font-family: 'LucidaSansBold';
    src: url('../fonts/LucidaSansBold.eot');
    src: url('../fonts/LucidaSansBold.eot') format('embedded-opentype'),
         url('../fonts/LucidaSansBold.woff2') format('woff2'),
         url('../fonts/LucidaSansBold.woff') format('woff'),
         url('../fonts/LucidaSansBold.ttf') format('truetype'),
         url('../fonts/LucidaSansBold.svg#LucidaSansBold') format('svg');
}


body, html{height: 100%; }

body {  font-family: 'LSANS';  color: #000000;  letter-spacing: 0.5px;}
p{font-family: 'LSANS'; line-height: 1.5; font-size: 16px; font-weight: normal; color: #000000;}
::-moz-selection {
    background: #4BC2FF;
    text-shadow: none;
    color: #fff;
}
a{font-family: 'LSANS'; color: #000000;}
::selection {
    background: #4BC2FF;
    text-shadow: none;
    color: #ffffff;
}
strong{  font-family: 'LucidaSansBold';  font-weight: normal;}
img{   max-width: 100%; height: auto;}
a{
     -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        color: #4567D2;
}
a:hover{
     -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
}
button{
     -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
button:hover{
     -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
}
a svg{
     -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        color: #4F7ED7;
}
h1{ font-size: 52px;}
h2{ font-size: 42px;}
h3{ font-size: 32px;}
.header-top{ display: flex;  width: 100%; padding: 20px 0; justify-content: space-between;}
.header-top-menu ul{ margin: 0; padding: 0; list-style: none; display: flex;}
.header-top-menu ul li a{ padding: 5px 20px; color: #00823f; font-family: 'LucidaSansBold'; font-size: 14px; font-weight: normal;
}
.header-top-menu ul li a:hover, .header-top-menu ul li a:focus{ color: #000000; text-decoration: none;}
.header-search{ position: relative; min-width: 180px; max-width: 180px;margin-left: 20px;}
.search-btn{ position: absolute;  top: 0; right: 0; padding: 4px 10px;}
.header-top-right{ display: flex;  align-items: center; justify-content: flex-end;}
.header-search .form-control{ border: 2px solid #00823f; text-align: right; padding-right: 40px;  font-family: 'LucidaSansBold';
     font-size: 14px;  font-weight: normal;  color: #00823f;
}
.header-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00823f;
}
.header-search .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #00823f;
}
.header-search .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #00823f;
}
.header-search .form-control:-moz-placeholder { /* Firefox 18- */
  color: #00823f;
}
.header-bottom-right ul{  margin: 0; padding: 0; list-style: none; display: flex; justify-content: flex-end;}
.header-bottom-right ul li{ margin-left: 10px; margin-right: 10px;}
.header-bottom-right ul li:last-child{  margin-right: 0;}
.header-bottom-right ul li a{ color: #000000; font-size: 13px; text-transform: uppercase; padding: 9px 5px 9px 45px; 
     font-family: 'LucidaSansBold'; font-weight: normal;  position: relative; display: block;}
.header-bottom-right ul li a .flower-icon{ position: absolute; top: 0; left: 0;}
.header-bottom-right ul li a.blue{ color: #1e7fbe;}
.header-bottom-right ul li a.green{ color: #79b524;}
.header-bottom-right ul li a.brown{ color: #ba7727;}
.header-bottom-right ul li a.pink{ color: #e53152;}
.header-bottom-right { margin-top: 20px;}
.bg-green{ background-color: #00823f !important;}
.navbar-dark .navbar-nav .nav-link{ color: #ffffff; font-size: 16px; font-family: 'LucidaSansBold'; font-weight: normal;
    position: relative;  padding: 7px 20px 7px 30px;   
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link.active{
    background-color: #076633; border-radius: 3px; color: #ffffff;}
.navbar{  padding: 12px 1rem;}
.navbar-nav{ width: 100%; justify-content: space-between;}
.navbar-dark .navbar-nav .nav-link .arrow-icon{ position: absolute;  top: 6px; left: 13px;}
.navbar-dark .navbar-nav .dropdown-toggle::after{  display: none;}
/* .navbar-expand-lg .navbar-nav .dropdown-menu{
    position: relative;
} */


/* header css end */

.breadcrumb-space{  min-height: 45px;}
.home-banner{ position: relative;}
.banner-txt{  position: absolute; top: 40%;  left: 0;  width: 100%; transform: translateY(-50%);}
.banner-txt h1{ color: #003300; margin: 0;}
.banner-txt p{ font-size: 26px; color: #003300; margin-bottom: 0;}
.intro-content{ background-color: #ffffff; padding: 25px 40px; margin-top: -50px; position: relative;}
.intro-content p{ font-size: 22px; font-family: 'LucidaSansBold'; font-weight: normal; margin-bottom: 20px;}
.intro-content p a{  font-family: 'LucidaSansBold'; font-weight: normal; color: #00823f; display: inline-block;}
.btn-default{ background-color: #ffffff; border: 2px solid #00823f; color: #00823f; font-size: 16px; font-family: 'LucidaSansBold';
    font-weight: normal; padding: 7px 18px;}
.btn-default:hover, .btn-default:focus{  border: 2px solid #000000;}
.all-home-products{  padding: 20px 0;}
.all-home-products h2{ color: #00823f; margin: 0 0 30px 0; font-family: 'LucidaSansBold'; font-weight: normal; font-size: 30px;
}
.product-box{ position: relative;}
.pro-flower-icon{ position: absolute; top: -5px; left: -16px; z-index: 1;}
.product-image{  margin-left: 20px; position: relative;}
.product-overlay{ position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0;}
.blue-overlay{  background-color: rgba(0, 130, 203, 0.5);}
.green-overlay{  background-color: rgba(120, 180, 38, 0.5);}
.brown-overlay{  background-color: rgba(185, 119, 32, 0.5);}
.yellow-overlay{  background-color: rgba(252, 196, 46, 0.5);}
.product-overlay h5{  position: absolute;  text-align:left;  color: #ffffff; top: 45%;  left: 0; width: 100%; font-size: 16px;
    font-family: 'LucidaSansBold';  font-weight: normal;  padding: 0 18px; display: flex; justify-content: center;
}
.btn-watchnow{ position: absolute; bottom: 20px;left: auto; right: auto; text-align: center; width: 100%;}
.btn-watchnow .btn{ background-color: transparent; color: #ffffff; border-color: #ffffff;}
.btn-watchnow .btn svg{ fill: #ffffff;}
.btn-watchnow .btn:hover, .btn-watchnow .btn:focus{ background-color: #ffffff; color: #000000;border-color: #ffffff;}
.btn-watchnow .btn:hover svg, .btn-watchnow .btn:focus svg{ fill: #000000;}

.news-section{  background-color: #f0f0f0; padding: 25px 15px;}
.news-section h2{  color: #00823f; margin: 0 0 10px 0; font-family: 'LucidaSansBold'; font-weight: normal;font-size: 30px;}
.news-row{ display: flex; letter-spacing: normal;}
.news-col{ min-width: calc(50% - 40px); margin: 20px; background-color: #ffffff; max-width: calc(50% - 40px); width: calc(50% - 40px);}
.news-content{  padding:20px 30px 50px 30px;}
.news-content h5{ color: #666666; font-size: 16px; margin: 0 0 20px 0;}
.news-content h3{  margin: 0 0 15px 0; font-size: 24px; font-family: 'LucidaSansBold'; font-weight: normal;color: #000000;}
.news-col a{ text-decoration: none;}
.news-col p{ font-size: 16px; color: #000000;}
.gray-btn{  background-color: #cccccb; color: #000000;  font-size: 18px;  border-radius: 2px;  padding: 5px 25px; line-height: 1;}
.gray-btn:hover, .gray-btn:focus{ background-color: #000000; color: #ffffff;}
.viewallnews{  text-align: right;  padding: 10px 20px 30px 20px;}
.news-col a:hover .news-content h3{  color: #00823f;}
.footer{   background-color: #00823f;}
.green-footer{  padding: 40px 0;}
.footer{  color: #ffffff;  letter-spacing: normal;}
.footer h3{  font-size: 22px; font-family: 'LucidaSansBold';  font-weight: normal; margin: 0 0 15px 0;}
.footer address{  font-size: 17px;}
.footer address a{  color: #ffffff;}
.company-logos{ display: flex;}
.company-logos a{  display: block; max-width: 75px;  margin-right: 4px;}
ul.footer-social{ margin: 0;  padding: 0; list-style: none;  display: flex;}
ul.footer-social li{  display: block;  margin-right: 7px;}
ul.footer-social li a{  display: block;}
.footer-form .form-control{  border-radius: 3px; border: none; height: 44px; color: #000000;}
.footer-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.footer-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.footer-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.footer-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.btn-orange{  font-size: 16px;  font-family: 'LucidaSansBold'; font-weight: normal; background-color: #fb6701; border-color: #fb6701;  border-radius: 2px;
    padding: 8px 15px;}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active{ background-color: #000000;  border-color: #000000;}
.btn-primary.btn-orange:not(:disabled):not(.disabled).active, .btn-primary.btn-orange:not(:disabled):not(.disabled):active{
   background-color: #000000;
     border-color: #000000; 
}
.footer-bottom{  background-color:#fb6701; padding: 20px 0; color: #ffffff; font-size: 14px;}
.footer-bottom-row{  display: flex;  justify-content: space-between;}
.footer-bot-left a{  color: #ffffff;  display: inline-block;}
.mobile-menu, .banner-readmore-link{  display: none; }
.mobilebanner{ display: none; }
.directly-menu{ display: none;}
.mobile-main-links{   display: none;}

.inner-breadcrumb{  background-color: #66b48c;}
.breadcrumb{  background-color: transparent;    margin-bottom: 0;  padding-left: 0;  padding-right: 0;  letter-spacing: normal;}
.breadcrumb-item{   font-size: 14px;   color: #ffffff;}
.breadcrumb-item a{   color: #ffffff;}
.breadcrumb-item.active{  color: #003300;}
.breadcrumb-item+.breadcrumb-item::before{  content: "";  background: url(../images/arrow-white.svg) center center no-repeat;
    width: 14px;  height: 10px;  margin-top: 5px;  margin-right: 12px; margin-left: 8px;}

.inner-banner{  position: relative; min-height: 450px;}
.blogbericht-banner{ background: url(../images/blogbericht-banner.jpg) center center no-repeat; background-size: cover;}
.inner-banner-txt{  position: absolute; top:-100px; left: 0; width: 100%;}
.inner-banner-txt h1{   font-family: 'LucidaSansBold';  font-weight: normal;  color: #ffffff;  margin: 0; font-size: 40px; padding-left: 50px;
    letter-spacing: normal;}

.inner-gray{  background: #f0f0f0;  padding-left: 50px; padding-right: 50px;}
.inner-content{  background: #ffffff;  padding: 50px;  position: relative;}
.minus-mrg-t-60{  margin-top: -60px;}
.inner-wrapper{  letter-spacing: normal;}

.blog-share{  position: absolute; right: 0;  top: 0; display: flex;  align-items: center;}
.blog-share label{ font-size: 14px; color: #999999; margin-bottom: 0; margin-right: 5px;}
ul.gray-social{ margin: 0; padding: 0; list-style: none; display: flex;}
ul.gray-social li{ margin: 0 5px;}
ul.gray-social li a{ padding: 6px 8px; display: block; background-color: #cccccc; line-height: 1;}
ul.gray-social li a svg{ fill: #ffffff; max-width: 16px;}
ul.gray-social li a.tw:hover{ background-color: #33ccff;}
ul.gray-social li a.fb:hover{ background-color: #3c5a99;}
ul.gray-social li a.lnd:hover{  background-color: #007ab9;}
.green-hr{  border-color: #00823f;}
.social-share{  display: flex; align-items: center; padding-top: 20px; margin-bottom: -10px;}
.social-share label{ margin-bottom: 0;  margin-right: 5px;}
.social-share ul.gray-social li a.tw{  background-color: #33ccff;}
.social-share ul.gray-social li a.fb{  background-color: #3c5a99;}
.social-share ul.gray-social li a.lnd{  background-color: #007ab9;}
.social-share ul.gray-social li a svg{  max-width: 22px;}
.social-share ul.gray-social li a{ padding: 10px;}
.social-share ul.gray-social li a.tw:hover{ background-color: #cccccc;}
.social-share ul.gray-social li a.fb:hover{ background-color: #cccccc;}
.social-share ul.gray-social li a.lnd:hover{ background-color: #cccccc;}



.messie-bericht-group-banner{
   background: url(../images/messie-bericht-group-banner.jpg) center center no-repeat;
   background-size: cover;
}
.durability{
    position: absolute;
    top: -40px;
    right: 60px;
    background-color: #fb6701;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 26px;
    font-family: 'LucidaSansBold';
    font-weight: normal;
}

.messie-faq .card-header {
  display: block;
  position: relative;
}
.messie-faq .card-header:after {
  content: "";
  background: url(../images/plus.svg) center center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px; 
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.messie-faq .card-header[aria-expanded="true"]:after {
  content: "";
  background: url(../images/minus.svg) center center no-repeat;
  width: 15px;
  height: 15px;  
}
.messie-faq .card{
    margin-bottom: 10px;
    border: none;
}
.messie-faq .card-header{background-color: #00823f; border-bottom: none; border-radius: 0; color: #ffffff; padding: 18px 30px;}
.messie-faq .card-body{ border: none; background-color: #f9f9f9; padding: 25px 30px;}
.messie-faq .card-body p:last-child{margin-bottom: 0;}
.messie-faq .card-header h5{font-size: 16px;}
.messie-content p{ letter-spacing: normal; margin-bottom: 35px;}

.innter-title{
    font-size: 34px;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    margin: 0;
    padding: 35px 0;
    color: #333333;
}
.advantage-title{
    font-size: 28px;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    margin: 0 0 10px 0;
    color: #00823f;
}
.advantage-title span{
    color: #b97727;
}
.advantage-img{
    margin-bottom: 30px;
    min-height: 400px;
    background: url(../images/advantage-img.jpg) center center no-repeat #f5f5f5;
    background-size: cover;
}

.work-title{
    font-size: 40px;
}
.work-second-title{
    color: #000000;
    margin-bottom: 35px;
}
.vacancies{padding: 25px 0 0 0;}
.vacancies h3{
    font-size: 28px;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    margin: 0 0 15px 0;
}
.vacancies ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.vacancies ul li a{
    color: #00823f;
    display: inline-block;
    padding: 10px 0;
    font-family: 'LucidaSansBold';
    font-weight: normal;
}
.team-row{
    display: flex;
    flex-wrap: wrap;
    margin: -15px -13px 0 -13px;
    padding-bottom: 20px;
}
.team-box{
    padding: 15px;
    background: #ffffff;
    margin: 13px;
    min-width: calc(33.333% - 26px);
    max-width: calc(33.333% - 26px);
    width: calc(33.333% - 26px);
}
.team-image{
    /* background: url(../images/team-default.jpg) center center no-repeat;
    background-size: cover; */
    min-height: 275px;
    overflow: hidden;
    max-height: 275px;
}
.team-image img{
    width: 100%;
}
.team-content{
    text-align: center;
}
.team-title{
    font-size: 24px;
    margin: 0;
    color: #00823f;
    padding: 20px 0 10px 0;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    min-height: 88px;
}
.team-email a{
    color: #00823f;
}
.top-p{
    font-size: 22px;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    margin: 0 0 0 0;
    padding-top: 30px;
}
/* .production-list-row{
    display: flex;
    flex-wrap: wrap;
} */
.alphabet{
    font-size: 30px;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
}
/* .product-col{
    flex: 1;
    min-width: 25%;
    min-width: 25%;
    min-width: 25%;
    padding: ;
} */
ul.product-list{
    margin: 0;
    padding: 0 0 30px 0;
    list-style: none;
}
ul.product-list li a{
    display: inline-block;
    padding: 6px 0;
    line-height: 1;
    color: #00823f;
    font-family: 'LucidaSansBold';
    font-weight: normal;
}
ul.product-list li a .pro-arrow{
    display: inline-block;
}
.product-pb-5{
    padding-bottom: 50px;
}
.ourvision-row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 35px;
    background-color: #ffffff;
}

.ourvision-pic {
    min-width: 60%;
    max-width: 60%;
    width: 60%;
}
.ourvision-content {
    padding: 50px;
    width: 40%;
    background: #fff;
    min-width: 40%;
    max-width: 40%;
}
.ourvision-content h2{
    font-size: 30px;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    margin: 0 0 20px 0;
}
.vision-row-reverse{
    flex-direction: row-reverse;
}

.contact-img, .contact-content{
    max-width: 720px;
}
.contact-content{
    padding: 30px 0 0 0;
}
.contact-content address{
    font-family: 'LucidaSansBold';
    font-weight: normal;
    padding-bottom: 80px;
}
.contact-content address span{
    display: inline-block;
}

.cookies-popup{
    background-color: #313131;
    padding: 15px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    letter-spacing: normal;
}
.cookies-popup p{
    font-size: 12px;
    margin-bottom: 10px;
    color: #999999;
}
.cookies-popup p a{
    color: #999999;
    text-decoration: underline;
}
.cookies-popup .btn{
    font-size: 12px;
    padding: 6px 25px;
    line-height: 1;
    margin-left: 2px;
    margin-right: 2px;
}


.blog-header{
    position: relative;
    padding: 0 150px 50px 0;
}
.blog-post-date{
    font-size: 16px;
}
.blog-post-date a{
    color: #00823f;
}
.blog-post-date span{
    display: inline-block;
}
.blog-content h2{
    font-size: 24px;
     font-family: 'LucidaSansBold';
    font-weight: normal;
    color: #00823f;
    margin: 0 0 30px 0;
}
.blog-content p{
    margin-bottom: 35px;
}
.blog-content p strong{
    font-family: 'LucidaSansBold';
    font-weight: normal;
}
.blog-content h6{
    font-size: 16px;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    color: #000000;
    margin: 0 0 5px 0;
}
.blog-content h4{
    font-size: 20px;
    color: #00823f;
    margin: 0 0 30px 0;
}
.blog-research{
    color: #00823f;
    font-size: 16px;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    border-top: 1px solid  #00823f;
    border-bottom: 1px solid  #00823f;
    padding: 35px 10% 35px 0;
    margin-bottom: 35px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.page-not-found{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}
.smily{
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.error-txt{
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    color: #00823f;
    padding: 10px 0;
    display: inline-block;
}
.error-txt::before{
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-color: #00823f;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}
.error-txt::after{
 width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-color: #00823f;
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
}

.error-number{
    font-size: 130px;
    color: #00823f;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    line-height: 1;
}
.pgnotfound{
    font-size: 30px;
    color: #00823f;
    font-family: 'LucidaSansBold';
    font-weight: normal;
    border-top: 1px solid #00823f;
    padding-top: 5px;
}
.pgnotext{
    font-size: 21px;
    color: #00823f;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* Responsive css */

@media only screen and (min-width: 1365px) {
.container{
    max-width: 1260px;
}
.header .container-fluid{
   max-width: 1260px; 
}
}
@media only screen and (min-width: 1600px) {
.container{
    max-width: 1480px;
}
.header .container-fluid{
   max-width: 1480px; 
}
}
@media only screen and (max-width: 1300px) {
    .team-image{
        min-height: 235px;
    }
}
@media screen and (max-width: 1200px) {
    .ourvision-pic {
        min-width: 62%;
        max-width: 62%;
        width: 62%;
    }
    .ourvision-content {
        padding: 30px;
        width: 38%;
        min-width: 38%;
        max-width: 38%;
    }
    .ourvision-content h2{
        font-size: 22px;
    }
    .ourvision-content p{
        font-size: 14px;
    }
    .team-image {
    min-height: 180px;
}
   
    .advantage-img{
        min-height: 300px;
    }
    .inner-banner{
    position: relative;
    min-height: 350px;
}
.pro-flower-icon{
    max-width: 50px;
    left: -23px;
}
.product-image{
    margin-left: 0;
}
.product-overlay h5 {
    top: 40%;
    font-size: 14px;
    padding: 0 14px;
}
.footer h3{
    font-size: 20px;
}
.navbar-dark .navbar-nav .nav-link{
    font-size: 14px;
    padding: 7px 18px 7px 24px;
}
.navbar-dark .navbar-nav .nav-link .arrow-icon {
    left: 10px;
}
.team-title{
        font-size: 20px;
    }
}
@media screen and (max-width: 1080px) {
.navbar-dark .navbar-nav .nav-link{
    font-size: 13px;
    padding: 7px 13px 7px 20px;
}
.navbar-dark .navbar-nav .nav-link .arrow-icon {
    left: 8px;
}
.header-bottom-right {
    max-width: 80%;
    margin-left: auto;
}
.header-bottom-right ul li{
    max-width: 200px;
}
.header-bottom-right ul li a{
    padding-top: 0;
}
.inner-banner{
    position: relative;
    min-height: 300px;
}
.top-p{
    font-size: 18px;
}
}

@media screen and (max-width: 991.98px) {
    .smily {
    max-width: 100px;
}
.error-txt{
    font-size: 32px;
}
.error-number{
    font-size: 110px;
}
.pgnotfound{
    font-size: 26px;
}
.pgnotext{
    font-size: 18px;
}
    .pb-50{
        padding-bottom: 20px;
    }
    .pt-50{
        padding-top: 20px;
    }
    .ourvision-pic {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    }
    .ourvision-content {
    padding: 30px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    }
    .product-pb-5 {
    padding-bottom: 20px;
}
    .top-p {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
    .team-image {
    min-height: 235px;
}
    .team-box {
    min-width: calc(50% - 26px);
    max-width: calc(50% - 26px);
    width: calc(50% - 26px);
}

    .vacancies h3{
        font-size: 24px;
    }
    .vacancies ul li a{
        font-size: 14px;
    }
    .advantage-img{
        min-height: 250px;
    }
    .innter-title{
        font-size: 24px;
        padding: 25px 0;
    }
    .advantage-title{
        font-size: 20px;
    }
    .durability {
    top: -28px;
    right: 35px;
    padding: 10px 15px;
    font-size: 22px;
}
    .inner-banner{
    position: relative;
    min-height: 250px;
}
    .minus-mrg-t-60 {
    margin-top: -40px;
    }
    .inner-content{
        padding: 35px;
    }
    .inner-banner-txt h1 {
    font-size: 30px;
    padding-left: 30px;
}

    .inner-gray {
    padding-left: 20px;
    padding-right: 20px;
    }
    .product-image {
    margin-left: 20px;
    }
    .pro-flower-icon {
    max-width: 65px;
    left: -10px;
}
    .mobile-search{
        background-color: #ff6600;
        padding: 15px;
        display: flex;
        align-items: flex-end;
            min-height: 113px;
    }
    .mobile-search .form-control{
        height: 34px;
        border-radius: 2px;
        border: none;
    }
    .mobile-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #00823f;
        }
        .mobile-search .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #00823f;
        }
        .headmobileer-search .form-control:-ms-input-placeholder { /* IE 10+ */
        color: #00823f;
        }
        .mobile-search .form-control:-moz-placeholder { /* Firefox 18- */
        color: #00823f;
        }
    .btn-success{
        background-color: #0b823f;
        border-color: #0b823f;
        padding: 4px 10px;
    }
    .mobile-main-links{
    display: none;
}
     .mobilebanner{
        display: none;
    }
    .navbar-brand{
        margin-right: 0;
        max-width: 110px;
    }
    .footer{
        text-align: center;
    }
    ul.footer-social{
        margin-bottom: 60px;
        justify-content: center;
    }
    .footer-form {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .company-logos{
        justify-content: center;
    }
    .product-box{
        margin-bottom: 40px;
    }
    .all-home-products h2, .news-section h2{
        font-size: 24px;
    }
    .intro-content p{
        font-size: 18px;
    }
    .banner-txt h1{
        font-size: 38px;
    }
    .banner-txt p{
        font-size: 22px;
    }
    .header-right{
        display: none;
    }
    .desktop-menu{
        display: none;
    }
    .mobile-menu{
        display: block;
        padding: 0;
    }
    .home-d-none{
        display: none;
    }
    .header-top{
        justify-content: center;
        padding: 10px 0;
    }
    .mobile-menu .navbar-header{
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .pull-right{
        float: right !important;
    }
  .navbar-nav {
    margin:0;
  }
  /* General styles for all menus */
  .cbp-spmenu {
    background: #dbdbdb;
    position: fixed;
    padding:0;
    margin:0 !important;
    overflow-x:hidden;
    overflow-y:visible;
    display:block !important;
  }
  
  .cbp-spmenu ul{
      margin: 0;
      padding: 0;
      list-style: none;
  }
   .cbp-spmenu ul li{
       border-bottom: 1px solid #cccccc;
   }
    .cbp-spmenu ul li a{
        padding: 14px 25px;
        font-size: 16px;
        color: #666666 !important;
        display: block;
    }
    .cbp-spmenu ul li.active a, .cbp-spmenu ul li a:hover, .cbp-spmenu ul li a:focus{
        background-color: #00833e;
        color: #ffffff !important;
        text-decoration: none;
    }
  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 1000;
  }
  .cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
  }
  
  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-left {
    left: -260px;
  }
  .cbp-spmenu-right {
    right: -260px;
  }
  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
  }
  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }
  /* Horizontal menu that slides from the top or bottom */
  .cbp-spmenu-top {
    top: -150px;
  }
  .cbp-spmenu-bottom {
    bottom: -150px;
  }
  .cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
  }
  .cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
  }
  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .cbp-spmenu-push-toright {
    left: 260px;
  }
  .cbp-spmenu-push-toleft {
    left: -260px;
  }
  /* Transitions */
  .cbp-spmenu,
  .cbp-spmenu-push {
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle:focus{
    outline: none;
}
.navbar-toggle .icon-bar {
  width: 30px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(0);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 1;
}
.navbar-toggle .bottom-bar {
  transform: rotate(0);
  transform-origin: 10% 90%;
}
.navbar-toggle.menu-active .top-bar {
  transform: rotate(45deg);
}
.navbar-toggle.menu-active .middle-bar {
  opacity: 0;
}
.navbar-toggle.menu-active .bottom-bar {
  transform: rotate(-45deg);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #09843f;
}

@media screen and (max-width: 767px) {
    .smily {
    max-width: 80px;
}
.error-txt {
    font-size: 30px;
}
.error-txt::before {
    width: 10px;
    height: 10px;
    left: -25px;
}
.error-txt::after {
    width: 10px;
    height: 10px;
    right: -25px;
}
.error-number {
    font-size: 90px;
}
.pgnotfound {
    font-size: 21px;
}
.pgnotext {
    font-size: 15px;
}
    .blog-header {
padding: 0 0 30px 0;
}
.blog-share{
    position: relative;
    margin-top: 20px;
}
.blog-content h2{
    font-size: 20px;
}
.blog-content p{
    font-size: 14px;
}
.blog-content h4{font-size: 18px;}
    .contact-content address{
        padding-bottom: 20px;
    }
    .ourvision-content h2 {
    font-size: 18px;
    }
    .team-row{
        padding-bottom: 0;
    }
    .team-image{
        min-height: inherit;
    }
   
    .vacancies h3 {
    font-size: 18px;
}
    .advantage-img{
        min-height: 200px;
    }
    .innter-title {
    font-size: 20px;
    padding: 15px 0;
}
.advantage-title {
    font-size: 18px;
}
    .inner-banner{
    min-height: 200px;
}
    .inner-content {
    padding: 25px;
    }
    .inner-banner-txt h1 {
    font-size: 24px;
    padding-left: 15px;
    color: #333333;
    padding-left: 0;
    margin-bottom: 15px;
    }
    .inner-banner-txt {
    top: 0;
    color: #333333;
    position: relative;
    }
    .inner-gray {
    padding: 15px;
    margin: 0 -15px;
    }
    .minus-mrg-t-60 {
     margin-top: 0;
    }
    .inner-breadcrumb {
        background-color: #fff;
    }
    .breadcrumb-item a {
    color: #000000;
    }
    .breadcrumb-item.active{
        color: #666666;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        background: url(../images/arrow-gray.svg) center center no-repeat;
    }
    .mobile-search {
    min-height: 94px;
    }
    .directly-menu ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .directly-menu ul li.direct{
        padding: 15px 20px;
        background-color: #00823f;
        color: #ffffff;
        font-size: 14px;
        line-height: 1;
    }
    .directly-menu ul li a{
        color: #333333;
        font-size: 14px;
        padding:15px 20px 15px 40px;
        display: block;
        line-height: 1;
        position: relative;
    }
    .directly-menu ul li a .arrow-icon{
        position: absolute;
        top: 15px;
        left: 22px;
    }
     .directly-menu ul li a:focus, .directly-menu ul li a:active, .directly-menu ul li a.active{
         background-color: #66b48c;
         text-decoration: none;
     }
    .directly-menu{
        display: block;
        background: #fff;
    }
    .all-home-products {
        display: none;
    }
    .desktopbanner{
        display: none;
    }
    .mobilebanner{
        display: block;
    }
    .banner-txt{
        top: 50%;
        padding: 0 15px;
    }
    .home-banner {
    padding: 0 15px 15px 15px;
    background: #f0f0f0;
    }
    .wrapper{
    background: #f0f0f0;
}
.banner-txt h1, .intro-content{
    display: none;
}
.banner-txt p {
    font-size: 18px;
}
.banner-readmore-link{
    color: #000000;
    display: inline-block;
    padding: 5px 0px;
}
.header-top{
    padding: 10px 0;
}
.news-row{
    flex-direction: column;
}
/* .home-wrapper .container{
    padding: 0;
} */
.news-col {
    min-width: 100%;
    margin: 0px;
    max-width: 100%;
    width: 100%;
}
.news-section{
    padding: 25px 20px;
    margin: 0 -15px;
}
.news-col:last-child{
    display: none;
}
.viewallnews {
    text-align: right;
    padding: 25px 0px 0px 20px;
}
.gray-btn {
    font-size: 16px;
    padding: 8px 25px;
}
.footer address {
    font-size: 15px;
}
.footer h3{
    font-size: 20px;
}
.footer-bottom-row {
    flex-direction: column-reverse;
}
.footer-bot-left {
    margin-top: 20px;
}
.news-content {
    padding: 20px 20px 50px 20px;
}
.news-content h3{
    font-size: 18px;
}
.news-col p {
    font-size: 14px;
}
.news-section h2{
    margin-bottom: 20px;
}
.mobile-main-links{
    display: block;
    max-width: 100%;
}
.mobile-main-links.header-bottom-right ul{
    flex-direction: column;
}
.mobile-main-links.header-bottom-right ul li{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
}
.mobile-main-links.header-bottom-right ul li a{
    background-color: #ffffff;
    padding: 15px 5px 15px 60px;
    font-size: 12px;
}
.mobile-main-links.header-bottom-right ul li a .flower-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    max-width: 30px;
}
.header-bottom-right ul li a.blue {
    border:1px solid #1e7fbe;
}
.header-bottom-right ul li a.green {
    border:1px solid #79b524;
}
.header-bottom-right ul li a.brown {
    border:1px solid #ba7727;
}
.header-bottom-right ul li a.pink {
    border:1px solid #e53152;
}
.durability {
    top: -40px;
    right: 0;
    padding: 8px 10px;
    font-size: 20px;
    left: 0;
    margin: 0 auto;
    max-width: 180px;
}
.messie-faq .card-header h5 {
    font-size: 14px;
    padding-right: 30px;
}
ul.footer-social li a {
    max-width: 36px;
}
.messie-faq .card-header{
    padding: 14px 15px;
}
.messie-faq .card-body {
    padding: 16px 15px;
}
.messie-content p{
    font-size: 14px;
}
.messie-faq .card-header[aria-expanded="true"]:after, .messie-faq .card-header:after{
    width: 12px;
    height: 12px;
}
 .team-title{
        min-height: 78px;
        font-size: 18px;
    }
    .production-col{
        position: relative;
    }
    .production-col::after{
        position: absolute;
        content: "";
        left: -10px;
        bottom: 0;
        width: calc(100% + 20px);
        height: 15px;
        background: #f0f0f0;
    }
    .production-col:last-child::after{
        display: none;
    }
    .production-col:last-child ul.product-list{
        padding-bottom: 0;
    }
    .alphabet{
    font-size: 24px;
    padding-top: 20px;
}
.production-col:first-child .alphabet{
    padding-top: 0;
}
}

@media screen and (max-width: 576px) {
    .ourvision-content {
    padding: 25px;
    }
    .btn-default{
        font-size: 14px;
    }
     .production-col::after{
        left: -5px;
        width: calc(100% + 10px);
    }
    
    .team-title{
        min-height: inherit;
        font-size: 18px;
    }
     .advantage-img{
        min-height: 170px;
    }
    .innter-title {
    font-size: 18px;
    padding: 12px 0;
}
.advantage-title {
    font-size: 16px;
}
.banner-txt p {
    font-size: 16px;
    font-weight: bold;
}
.footer h3 {
    font-size: 18px;
}
.footer-bottom{
    font-size: 12px;
}
.footer-form .btn-orange{
    display: block;
    width: 100%;
}
ul.footer-social li {
    margin-right: 7px;
    margin-left: 7px;
}
.inner-banner {
    min-height: 170px;
}
.breadcrumb-item {
    font-size: 13px;
}
.breadcrumb-item+.breadcrumb-item::before{
    margin-right: 8px;
    margin-left: 4px;
}
.inner-content {
    padding: 20px;
}
.durability {
    font-size: 18px;
    max-width: 164px;
}
.inner-banner-txt h1{
    font-size: 20px;
}

.team-box {
    min-width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    width: calc(100% - 16px);
    margin: 8px;
}
ul.product-list li a{
    font-size: 14px;
}
.cookies-popup .btn{
    padding: 6px 12px;
}
}