/*
@import url(https://fonts.googleapis.com/css?family=Poppins=Lato:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);
/* poppins-regular - latin */


body {margin:0px; padding:0px; font-size: 16px; color: #fff;
    font-family: 'Lato', sans-serif; }

h1,h2,h3,h4,h5,p { margin: 0px; padding: 0px; color: #000;}
h1,h2,h3,h4,h5 { margin: 0px; padding: 0px; color: #000;}
h1 { font-size: 36px; }
h2 { font-size: 28px; color: #000; }
h3 { font-size: 22px;}
a{ font-size: 15px; text-decoration: none !important; }

ul{list-style: none;  }

.login-page {     padding: 140px 0;
    background: url(../img/loginbg.jpg);
    background-size: cover;
    background-attachment:fixed;
}

.bio-form-main  { background-color: #26866a; padding: 50px;  }
.bio-form .form-control {
    display: block;
    width: 100%;
    padding: 15px 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bio-form  button.close {
    color: #fff;
    font-size: 22px;
}
.bio-form h3{ color: #fff;
    text-transform: uppercase; text-align:center; padding-bottom: 40px; letter-spacing: 5px;}
.bio-form .fgtpass h5{font-size: 12px;
    color: #fff;
    text-align: center;
cursor: pointer;}


.bio-form  .modal-title {
    font-size: 18px;
    letter-spacing: 4px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 800;
}
.bio-form .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px;
    border-bottom: 1px solid #e9ecef;
     border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #26866a;
    text-align: center;
}

.bio-form .form-control:focus { box-shadow: inherit; }

.bio-form .modal-body { padding: 50px 40px ; }
.btnSubmit { background-color: #0d503d; color: #fff; border:none; width: 100%; padding:20px 40px;  cursor: pointer;}


.top-head {
    padding: 15px 0;
}
.header .logo img{ width: 120px; }
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    border:none;
}
.search .form-control {
    display: block;
    width: 85%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ccc;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ccc;
     border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search .btn-secondary {
    color: #fff;
    background-color:#26866a ;
    border-color:#26866a;
}

.search .form-control:focus {    box-shadow: inherit;}
.login  ul{
    list-style:none;
    margin:0;
    padding: 0;
    text-align: right; }

.login  ul li {
       display: inline-block;
    margin-right: 8px;
    padding: 6px 20px;
    background-color: #26866a;
    box-shadow: #d2d2d2 -1px 2px 2px 0px;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
}

.login  ul li:first-child {box-shadow: inherit; background:none; padding: 0 0px; border:1px solid #ccc;
border-radius: 50%; width: 30px; height: 30px; text-align: center; line-height: 30px;}

.login  ul li:nth-child(4) {
    box-shadow: inherit;
    border:1px solid #ccc;
border-radius: 50%; width: 30px;
height: 30px;
 text-align: center;
line-height: 30px; background:none; padding:0;}

.login .colorwhite li a {
    color: white;
}
.login .colorwhite li a:hover{
    color: #74b9a1;
}

.login  ul li .fa{color: white; }

.login  ul li:hover { background-color: #949494; cursor: pointer; color: #fff; }

.login  ul li:first-child:hover { background:none; }
.login  ul li:nth-child(4):hover { background:none; }
.login  ul li:first-child:hover .fa {color: #74b9a1;}
.login  ul li i.fa.fa-shopping-bag:hover {color: #74b9a1;}

.profile-page { padding: 100px 0; }

.profile-page h2{
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #000000;
letter-spacing: 3px;}

.profile-page ul{list-style: none; margin: 0; padding: 30px 0 0 0;}
.profile-page ul li { border: 1px solid #ccc; color: #000; padding-top: 12px;
 padding-bottom: 12px; padding-left: 10px; margin-bottom: 10px; color: #4a4a4a; }
.profile-page ul li span{ color:#000; font-size: 16px; font-weight: bold;}

.profile-page .prof-left ul li { background-color: #f3f3f3; }


.profile-page .buttons ul li{ border: none !important; display: inline-block; }
.profile-page .buttons ul li a {box-shadow: #36363685 -1px 1px 0px 0px;
  background: #26866a !important;  border: none; width: 200px; height: 40px;
 border-radius: 40px;
cursor: pointer;
color: #fff; }

.profile-page .buttons ul li:last-child a {background-color: #f13c20 !important;}
.profile-page .buttons ul li:nth-child(2) a { background-color: #ececec !important; color: #000; }



.address-book { padding: 100px 0; }

.address-book h2{
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #000000;
    letter-spacing: 3px;
padding-bottom: 30px;}

/*.address-book .form-control { background-color: #fff; border-radius:  0 !important;
height: 50px;    border: 1px solid #26866a91; }*/
.address-book  select.form-control {    height: 49px !important;}
.address-book textarea.form-control { height: 120px; }

.cancel a{
    width: 100%;
    display: block;
    text-align: center;
}
.para {
    margin-bottom: 25px;
}


.left_tabs ul li{
    border-radius:6px;
    display: block !important;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    padding: 18px 10px;
}

.left_tabs ul li.active a{
    color:#ffffff;
    background-color: #26866a;
}


.left_tabs ul li.active {
    color:#ffffff;
    background-color: #26866a;
}

.padtop{
    padding-bottom: 50px;
}

.breadcrm ul li{
   padding-right: 15px;
}

.breadcrm ul li a{
   color: #000000;
}
.breadcrm ul li.active{

    color: #26866a !important;
}
.breadcrm ul li.search-prod{
    color: #26866a;
}
.breadcrm ul li.active a{

    color: #26866a !important;
}
.left_tabs ul li a{
   color: #000000;
   display: block;
}

.cancel .btnSubmit {
    background-color: #ececec !important;
    color: #000;}

.address-book ::placeholder {
  color: #ccc;
}



.wishlist-page { padding: 100px 0; }

.wishlist-page  h2{
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #000000;
    letter-spacing: 3px;
padding-bottom: 30px;}



.delete-page { padding: 100px 0; }

.delete-page  h2{
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #000000;
    letter-spacing: 3px;
padding-bottom: 30px;}

.delete-page .del input.btnSubmit.btn-submit  {
    background-color: #f13c20 !important;
}

.order table th { color: #000; font-weight: 700; }
.order table td img { width: 100px; }

.order table td { color: #333; vertical-align: middle; }


.menubar {    background-color: #74b9a1;
    padding: 15px 0; position: relative;}
 .logo-sticky img{     width: 15px;
    position: absolute;
    left: 40px;
    top: 9px; display: none; }

.fixed#header .logo-sticky img{     width: 15px;
    position: absolute;
    left: 40px;
    top: 9px; display: block; }

.menubar   ul{
    list-style:none;
    margin:0;
    padding: 0;
    text-align: left; }

.menubar   ul li {
       display: inline-block; margin-right:14px;}
.menubar   ul li a{    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px; }

.quick-cont h4{ font-size: 12px; color: #fff;padding-top: 20px; }
 .quick-cont h4 span{ display: inline-block; margin-left: 10px; }
 .quick-cont h4 .fa{font-size: 12px;}


.menu-area{background: #26866a !important;}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#fff;font-size:15px;text-transform:capitalize;padding:16px 15px; display: block !important;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;outline: 0;}
/*==========Sub Menu=v==========*/


.mainmenu .collapse ul ul ul > li:hover > a{background: #4CAF50;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{ background: #195440cf;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#1E88E5}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}






.fixed#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #26866a !important;
    line-height: 20px;
    border-bottom: 1px solid #74b9a1 !important;
     box-shadow: 0px 1px 5px #999;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    z-index: 100;
    padding: 15px 0;
}

.hero-banner a.btn.btn-lg.animated.activate.fadeInUp {
    background: #26866a;
    font-size: 16px;
    position: relative;
}


.our-product { padding: 60px 0 78px 0; background:url(../img/about-bg.jpg);
    background-size: cover; position: relative; }

    .scroll-down { position: absolute; top: -70px; left: 50%; z-index: 1000; cursor: pointer;}


.our-product h2 { color: #000; font-weight: 600; text-align: center; }

.our-product .prod { background: url(../img/pro-1.jpg);
    text-align: center;
    padding: 100px 0;
    background-size: cover; }
    .our-product .prod2 { background: url(../img/pro-2.jpg);
    text-align: center;
    padding: 100px 0;
    background-size: cover; }
    .our-product .prod3 { background: url(../img/pro-3.jpg);
    text-align: center;
    padding: 100px 0;
    background-size: cover; }
    .our-product .prod4 { background: url(../img/pro-4.jpg);
    text-align: center;
    padding: 100px 0;
    background-size: cover; }

.our-product .prod h3{
     font-family: poppins;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px; }

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



.about-bio  { padding:60px 0; background:url(../img/bioche.jpg);
    background-size: cover;
    background-attachment:fixed; }
.about-bio h1 {
 font-size: 30px;
    font-family: Poppins;
    color: #000;
    font-weight: 800;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px; }




.about-bio p{ color: #000;
    line-height: 26px;
    font-size: 18px;
text-align:center;
}


.about-bio .owl-carousel .owl-item img { width: 85%; display: inline-block;}

.about-bio .owl-dots button { display: none !important; }
.about-bio .owl-nav button {display: none !important;}

.about-bio-rgt { background:url(../img/bioche.jpg); background-size: cover;}




.featured-pro { padding:70px 0; background-color: #fbfbfb; }
.featured-pro h2 {font-size:22px; font-family: 'Lato', sans-serif; font-weight: 600;
 color: #000; text-align: center; text-transform: uppercase; letter-spacing: 3px; }



.featured-pro .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #bdd753;
   }

.featured-pro .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot:hover {   background: #74b9a1 !important; }
.featured-pro .owl-dots { display: none; }

.featured-pro  .owl-theme .owl-nav {
    margin-top: 10px;
    position: relative;
    top: -244px;
}

.fea-p {
    padding: 8px;
}
.featured-pro .owl-theme button:focus {
    outline: 1px dotted;
    outline: none;
}

.featured-pro button.owl-prev {
      left: -24px;
    position: relative;
    float: left;
}

.featured-pro button.owl-next{
      right: -24px;
    position: relative;
    float:right; display: block;
}

.register_form label{
    color: #696969;
}
.colorchange td ,.colorchange td a , .colorchange th, .colorchange label, .colorchange li, .colorchange span {
    color: #696969;
}
.colorchange a{
    color: #fbfbfb;
}
.colorchange a:hover{
    color: #0d503d;
}
.colorchange button{
    color: #696969;
}
.colorchange button:hover{
    color: #0d503d;
}
.colorchange span a{
    color : #696969;
}
.removehover a:hover{
    color:white;
}
.removebuttonhover button{
    color:white;
}
.removebuttonhover button:hover{
    color:#696969;
}
.removebuttonhover a{
    color:white;
}
.removebuttonhover a:hover{
    color:#696969;
}
.removebuttonhover ul li a{
    color:white;
    background-color: #f1f1f1;
}
.removebuttonhover ul li a:hover{
    color:#696969;
}
.removebuttonhover label{
    color: #696969;
}
.login_form label{
    color: #696969;
}
.drop-button button{ width: 100% !important;
background-color: green;
border-radius: 0;
padding: 15px 10px; }

.drop-button a{ width: 100% !important;
background-color: #0d503d;
border-radius: 0;
padding: 15px 10px; }


.drop-button .dropdown .dropdown-menu ul li a{ width: 100% !important;
background-color: #0d503d;
 }

.drop-button .dropdown .dropdown-menu ul li { width: 100% !important;
background-color: #0d503d;
 }

.drop-button a:hover{
    background-color: #0d503d;
 }
.drop-button .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0d503d !important;
    border-color: #0d503d !important;
}
.drop-button .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inherit !important;
}
.drop-button .dropdown-item {
    color: white !important;
}
.drop-button a .btn { width: 100% !important;
    display: block;
 }

.intrest-area h5{  font-family: 'Lato', sans-serif; font-size: 15px; font-weight: 100; padding-top: 10px;}
.intrest-area h4 { font-family:Poppins; font-size: 17px; padding: 10px 0; font-weight: 600; color: #000; }
.intrest-area p{  font-family: 'Lato', sans-serif; font-size: 14px;}



.biotek { padding:70px 0; background-color: #f1f1f1; }
.biotek h2 {font-size:22px; font-family: 'Lato', sans-serif; font-weight: 600;
 color: #000000; text-align: center; text-transform: uppercase; letter-spacing: 3px; }

.input-group .right{
    margin-right: -3px !important;
}
.bio-outer {
    width: 100%;

    position: relative;
    overflow: hidden;
}
.biotek  .bio-img { width: 100%;
    height: 100%;
    background-image: url('../img/1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
     height: 500px;
    line-height: 500px;
    vertical-align: middle;
    transition-duration: 0.3s;
border-radius: 5px;}

.biotek  .bio-img2 { width: 100%;
    height: 100%;
    background-image: url('../img/2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
     height: 170px;
    line-height: 500px;
    vertical-align: middle;
    transition-duration: 0.3s;
    border-radius: 5px; }

.biotek  .bio-img3 { width: 100%;
    height: 100%;
    background-image: url('../img/3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
     height: 300px;
    line-height: 500px;
    vertical-align: middle;
    transition-duration: 0.3s;
border-radius: 5px;}
.biotek  .bio-img4 { width: 100%;
    height: 100%;
    background-image: url('../img/4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
     height: 300px;
    line-height: 500px;
    vertical-align: middle;
    transition-duration: 0.3s;
border-radius: 5px;}

    .biotek  .bio-img5 { width: 100%;
    height: 100%;
    background-image: url('../img/5.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
     height: 500px;
    line-height: 500px;
    vertical-align: middle;
    transition-duration: 0.3s;
    border-radius: 5px; }

.biotek  .bio-img h3 { color: #fff; vertical-align: middle; font-weight: 700;    line-height: 500px; text-align: center;}
.biotek  .bio-img2 h3 { color: #fff; vertical-align: middle;  font-weight: 700;   line-height: 200px; text-align: center;}
.biotek  .bio-img3 h3 { color: #fff; vertical-align: middle;  font-weight: 700;   line-height: 300px; text-align: center;}
.biotek  .bio-img4 h3 { color: #fff; vertical-align: middle;  font-weight: 700;   line-height: 300px; text-align: center;}
.biotek  .bio-img5 h3 { color: #fff; vertical-align: middle;  font-weight: 700;   line-height: 500px; text-align: center;}


.bio-outer:hover .bio-img  {
    transform: scale(1.1);
    cursor: pointer;
}


.bio-outer:hover .bio-img2  {
    transform: scale(1.1);
     cursor: pointer;
}



.bio-outer:hover .bio-img3  {
    transform: scale(1.1);
     cursor: pointer;
}
.bio-outer:hover .bio-img4  {
    transform: scale(1.1);
     cursor: pointer;
}


.bio-outer:hover .bio-img5  {
    transform: scale(1.1);
     cursor: pointer;
}


 .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;

}

.carousel-caption .btitle { font-family: Poppins;
     font-weight: 700;
        font-size: 35px;
    letter-spacing: 4px; }

.carousel-caption p{font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    padding-top: 20px; line-height: 30px;}

.news { padding:70px 0;  background: url(../img/latestnew.png);
    background-size: cover;
    position: relative; }
.news h2 {font-size:22px; font-family: 'Lato', sans-serif; font-weight: 600;
 color: #000; text-align: center; text-transform: uppercase; letter-spacing: 3px; }


.news-in img{ width: 100% }
.news .news-in a{ color: #26866a !important; display: block; padding-top: 25px; text-align: right; }

.news-detail { padding:100px 0; }
.news-detail h2{font-size: 24px; font-weight: 700;}
.news-detail p{ padding: 20px 0; line-height: 26px; }
.news-detail h3{font-weight: 600;}
.news-detail img{ width: 100%; max-width: 700px; padding: 20px 0; }


.news.newslist { padding-bottom: 150px; }
.news.newslist .col-md-3 { padding-bottom: 30px; }
.ntext { border:1px solid #e2ece9;  padding: 10px 10px;}
.ntext h4 {
      font-family: Poppins;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
    color: #000;
    line-height: 25px;
}

.ntext p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.viewbt { padding-top: 30px; text-align: center; }
.viewbt a{     background: #26866a;
    box-shadow: 0 0 34px 0 rgba(10, 94, 93, 0.17);
    border: none;
    width: 100%;
    padding: 20px 40px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;; }

.viewbt a:hover { opacity: 0.5; }

.testimonail { padding: 100px 0 100px 0;  background: #fff; position: relative;}


.testimonail .testi-shape img {right: 0;  top: -1px; position: absolute; width: 500px; }
.testimonail .testi-shape1 img {left: 0;  bottom: -1px; position: absolute; width: 400px; }
.testimonail .testi-shape2 img {left: 0;  top: -1px; position: absolute; width: 150px; }




.testimonail h2 {font-size:22px; font-family: 'Lato', sans-serif; font-weight: 600;
 color: #000; text-align: center; text-transform: uppercase; letter-spacing: 3px; }
.testimonail .item { padding: 10px; }
.owl-carousel .owl-item .test-img img{
       width: 80px;
    height: 80px;
    border-radius: 50%; margin-left: 10px; display: inline-block;

    border: 4px solid #fff;}
.testi-ine {
background-color: #fff;
    height:300px;
    border-radius: 6px;
         padding: 30px 0;
         border: 1px solid #74b9a14f;
    z-index: 1000;}

.test-img h5{     font-size: 15px;
    font-family: poppins;
    color: #000;
    font-weight: 700;
    text-align: left;
    padding: 30px 12px;
    position: relative;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;}

.test-img h5 span{    text-align: left;
    font-size: 12px;
    display: block;
    padding-top: 4px;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 1px;}



.test-title:after {
content: '';
    background-color: #79c3aa;
    width: 80%;
    height: 1px;
    position: absolute;
    top: 97px;
    left: 67px; }

.test-para p{     font-size: 12px;
    font-family: lato;
    color: #000;
    text-align: center;
    font-weight: 500;
    padding:30px 20px 20px 20px;
    letter-spacing: 1px;
    line-height: 26px; }
.testimonail .testi-ine .test-para img{ width: 150px !important; padding-left: 20px; padding-top: 20px; }
.bg-top { background-image: linear-gradient(to right,#74b9a1,#26866a);
     height: 120px; overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.testimonail .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #bdd753;
   }

.testimonail .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot:hover {   background: #74b9a1 !important; }
.testimonail .owl-dots { display: none; }

.testimonail  .owl-theme .owl-nav {
    margin-top: 10px;
    position: relative;
    top: -210px;
}

.fea-p {
    padding: 8px;
        border: 1px solid #ececec;

}
.testimonail .owl-theme button:focus {
    outline: 1px dotted;
    outline: none;
}

.testimonail button.owl-prev {
      left: -24px;
    position: relative;
    float: left;
}

.testimonail button.owl-next{
      right: -24px;
    position: relative;
    float:right; display: block;
}








.partners { padding: 70px 0 70px 0;     background: url(../img/part-bg.png);
    background-size: cover; position: relative; }
.partners  .green-skew { left: 0;
    top: -37px;
    position: absolute;}
.partners .green-skew img { width: 100%; }
.partners h2 {font-size:22px; font-family: 'Lato', sans-serif; font-weight: 600;
 color: #000000; text-align: center; text-transform: uppercase; letter-spacing: 3px; }


.partners .part-box { border: 1px solid #74b9a1 !important;
    padding: 30px 0;
    border-radius: 6px;
    text-align: center; }

.partners .part-box img { width: 75%; display: inline-block;}

.partners .owl-dots button { display: none !important; }
.partners .owl-nav button {display: none !important;}



.test-para { color: #000; }



.foot {padding:0 0 100px 0;  background-color: #363636; position: relative;}

.foot .foot-skew { left: 0;
    top: -73px;
    position: absolute; display: block !important; }

.foot .foot-skew img{width:100%; display: block !important;}

.foot h3 {
    font-family: Poppins;
    font-size: 20px;
    padding: 20px 0;
    font-weight: 400;
    color: #fff;
}
.foot h3 span{ color: #74b9a1; }
.foot p{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 300;
    color: #ababab;
}


.foot ul { list-style: none; margin: 0; padding:0; }
.foot ul li { margin-bottom: 10px; }
.foot ul li a{font-size: 14px; color: #ababab; }
.foot ul li a:hover {color: #74b9a1;}

 .foot .events ul li h5 { font-size: 15px; color: #74b9a1;}

.foot .events ul li h6 { font-size: 14px; color: #ababab; line-height: 20px; padding-top: 10px}

.foot .events ul li { border-bottom: 1px solid #585d5b; padding-bottom: 10px; }
.foot .events ul li span a{color: #74b9a1; text-decoration: underline;}

.social-icon li {
   box-shadow: 0 0 34px 0 rgb(202, 202, 202);
width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: 2s;
     display: inline-block;
     margin-right: 10px;
}
.social-icon li:nth-child(1) { background-color: #3b5998; }
.social-icon li:nth-child(2) { background-color: #00acee; }
.social-icon li:nth-child(3) { background-color: #0e76a8; }
.social-icon li:nth-child(4) { background-color: #c4302b; }
.social-icon .fa {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    text-align: center;
}


.newsletter .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
}

.newsletter .form-control {
    height: 43px;
    border-radius: 0;
}

.newsletter  .btnSubmit {
    background:#26866a;
    box-shadow: 0 0 34px 0 rgba(10, 94, 93, 0.17);
    border: none;

   width: 100%;
   padding:10px 0;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}


.foot-last { background-color: #292929; padding: 10px 0;  }

.foot-last h6 {font-size: 12px;
    color: #ababab;
    padding-top: 5px;

   }

.foot-last ul{ list-style: none; margin:0; padding:0;  text-align: right;  }
.foot-last ul li{ display: inline-block; margin-right: 10px; }

.foot-last ul li a{font-size: 12px;
    color: #74b9a1;}





.product-list .ct-u-display-tablex .slick-slide img { width: 400px; display: block; }

.product-list.hero-banner .ct-u-display-tablex {
    display: table;
    width: 100%;
    height: 510px !important;
}


.product-list.hero-banner  a.btn.btn-lg.animated.activate.fadeInUp {
    background: #000;
    font-size: 16px;
    position: relative;
}



.product-list-in { padding: 80px 0; }


.bio-prod { padding: 0px 0 20px 0; margin-bottom: 60px; border:1px solid #ececec; cursor: pointer; transition: 4s;  }
.bio-img { padding:30px 20px; background-color: #f1f1f1; transition: 4s; }
.bio-prod-img { width: 200px; height: 200px; background: url(../img/prod-in-1.png);
  background-repeat: no-repeat; background-size: 200px;  }
.bio-prod:hover .bio-prod-img{ transition: 2s;  background: url(../img/prod-in-1-flip.png); background-repeat: no-repeat; cursor: pointer;  }

.bio-prod-img.bio-prod-img2 {background: url(../img/prod-in-2.png); background-repeat: no-repeat;}
.bio-prod:hover .bio-prod-img2{ transition: 2s;  background: url(../img/prod-in-2-flip.png); background-repeat: no-repeat; cursor: pointer;  }


.bio-prod-img.bio-prod-img3 {background: url(../img/prod-in-3.png); background-repeat: no-repeat;}
.bio-prod:hover .bio-prod-img3{ transition: 2s;  background: url(../img/prod-in-3-flip.png); background-repeat: no-repeat; cursor: pointer;  }


.prod-buy-t {font-family: Poppins;
    font-size: 18px;
color:#000;
padding-top: 30px;
font-weight: 500;
text-align: center;}

.prod-botm { padding-bottom: 0px; position: relative; }
.prod-buy-t span{font-size: 14px; font-weight: 400; color: #26866a; display: block; padding-top: 10px;}
.prod-buy { display: none; position: absolute; left: 0; bottom: -80px; width: 100%;  transition: 2s; }
.prod-buy ul{list-style: none; margin: 0; padding: 20px 0 0 0; text-align: center; }
.prod-buy ul li{border-radius: 60px; display: inline-block; margin-left: 10px;
    width: 40%; height: 40px; text-align: center;
    line-height: 40px; background-color: #26866a;  transition: 2s; }
.prod-buy ul li .fa{font-size: 16px; color: #fff;  }

.bio-prod:hover .prod-buy{  display: block; transition: 2s;  }

.prod-buy ul li:nth-child(2){ background-color: #359e7f; }
.prod-buy ul li:hover { background-color: #f1f1f1; }
.prod-buy ul li:hover .fa { color: #000; }


.prod-banner  img{ width: 100%; }


.product-detail { padding: 80px 0; background-color: #f1f1f1;}

.product-detail  img{ width: 100%; }

.product-detail  h2 {
    color: #0c9d34;
    letter-spacing: 3px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;}

.product-detail  h2 span{
    font-size: 20px;
    color:#26866a;
    display: block;
    padding-top: 15px;
    font-weight: 600;
    font-family: poppins;
}

.product-detail p{
 font-size: 14px;
    color: #3c3b3b;
    padding-top: 25px;
    line-height: 24px;}

.prod-d  { padding-top: 20px; }
.prod-d ul{list-style: none; padding: 0 !important; margin: 0 !important; ;}
.prod-d ul li {color: #000; font-weight: 600; padding-bottom: 10px; }

.flt-lft { display: inline-block; width: 150px; }
.prod-d ul li span{ font-weight: 400; font-size: 14px;  color: #0c9d34; text-align: right;}


.prod-btn ul{ list-style: none; margin: 0; padding: 30px 0 0 0; }
.prod-btn ul li {    display: inline-block;
    margin-right: 20px }
.prod-btn ul li button {
    width: 120px;
    height: 44px;
 padding: 15px 20px;
    line-height: 40px;
  border: none;
    border-radius: 60px;
    cursor: pointer;
    background-color: #26866a;
    box-shadow: #3bb55b6b 0 0 12px 2px;
}

.prod-btn ul li button {font-size: 14px; font-weight: 600; color: #fff; }
.prod-btn ul li button:hover { background-color: #0a9c37 }

/* Style the tab */
.tab {
  overflow: hidden;

   background:none;
     border-bottom:1px solid #ccc;
}

/*/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;

}

/*/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/*/* Create an active/current tablink class */
.tab button.active {
 color: #26866a;
  border-bottom:2px solid #26866a;
}

/*/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;

  border-top: none;
}



.tab-d  h5{font-weight: 600; padding-top: 30px;}

.tab-d p{font-size: 16px; text-align: justify;}


.opentrons { padding: 80px 0; background-color: #f1f1f1; }

.opentrons h1{ font-size: 30px; font-family: poppins; font-weight: 700; }

.opentrons h4{ font-weight: 600; }

.opentrons p{ padding-top: 20px; }


.opentrons-inner  {padding: 80px 0;}
.opentrons-inner img{ width: 100%; }
.opentrons-inner h2{font-size: 24px; font-weight: 700; padding-top: 60px; }

.opentrons-inner p{ font-size: 15px; padding-top: 20px; color: #585858; line-height: 26px; }


.opentrons-inner .col-md-6.pd-0 { padding: 0; }

.opent-mid-ban { padding:120px; background:url(../img/opentrons-img-mid-ban.jpg);
    background-size: cover; position: relative; }
.opent-mid-ban .opent-title {
    font-size: 30px;
    color: #fff;
    font-family: poppins;
    line-height: 55px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px; padding: 0 50px;}


.bio-about { padding:100px 0; }

.bio-about img{ width: 100%; }

.bio-about h1{    font-size: 30px;
    font-family: poppins;
    font-weight: 700;}

.bio-about h4{    font-size: 17px;
    font-family: lato;
    font-weight: 600;   padding-top: 20px; line-height: 26px;}
.bio-about p{font-size: 15px; line-height: 26px; padding-top: 20px;}


.bio-about2 {background-color: #10692c26;}

.bio-about2 img{ width: 100%; }

.bio-about2 h2{    font-size: 26px;
    font-family: poppins;
    font-weight: 700; padding-top: 80px; line-height: 35px;}

.bio-about2 h4{    font-size: 17px;
    font-family: lato;
    font-weight: 600;   padding-top: 20px; line-height: 26px;}
.bio-about2 p{font-size: 15px; color: #565656; line-height: 26px; padding-top: 20px;}



.counters {background: #0d9e37 !important; padding: 60px;
}

.counter-big {
    font-size: 40px;
    font-family: poppins;
    color:#fff;
    font-weight: 700;  line-height: 35px; letter-spacing: 3px;
text-align: center;}

.counter-span { padding-top: 10px; font-size: 14px; text-align: center; }



.abut-trust { padding:100px 0 120px 0; }

.abut-trust h2 {font-size: 26px;
    font-family: poppins;
    font-weight: 700; line-height: 35px; text-align: center;}


.abt-trst {padding: 50px 20px;
    background-color: #ffffff;
    box-shadow: #e8e8e852 0 0 6px 9px;  }
.abt-trst h3{ font-size: 18px;
    font-family: poppins;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px; }

.abt-trst p{ font-size: 15px;
    font-family: lato;
    font-weight: 400;
    color: #444444;
    text-align: center;
    padding-top: 20px;
    line-height: 26px; }

.abt-trst:hover {background: #0d9e37 !important; transition: 2s; cursor: pointer;}

.abt-trst:hover h3{color: #fff;}
.abt-trst:hover p{color: #9df7b7;}

.abut-trust { position: relative; }
.abut-trust .abt-img {
    left: 0;
    bottom: -0;
    position: absolute;
    display: block !important;
}


.contact { padding: 150px 0; background: url(../img/map.jpg);
    background-size: cover;
    background-attachment:fixed; }


    .faq { padding:100px 0; }

.faq h1{color: #363636; font-family: Poppins;  font-weight: 800;  padding-bottom: 60px; text-align: center;  }
.faq .card-header {
    border: 1px solid rgba(0,0,0,.125);
    background-color: #099a33;
    padding: 30px 20px;
    cursor: pointer;
}
.faq .card-title {font-size: 20px; font-family: Poppins;
     font-weight: 400;}
.faq .card-body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    background-color: #2fba58 !important;
}
.faq .card-body p{ color: #fff;}
.faq .accordion .card-header.collapsed:after {
    content: "\f067";
    color: #fff;
}


.faq .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #fff;
}

.privacy { padding: 100px 0; }
.privacy h1{color: #363636; font-family: Poppins;  font-weight: 800;  padding-bottom: 60px; text-align: center; }
.privacy h4 {color: #363636;  font-family: lato; font-size: 18px;  padding-bottom: 10px; font-weight: 600;}
.privacy p{color: #4c4c4c; line-height: 26px; padding-bottom: 30px; }


@media only screen and (max-width: 767px) {
    .foot .foot-skew { left: 0;
    top: -73px;
    position: absolute; display: none !important; }

    .contact .col-md-6.mb-20 { margin-bottom: 20px !important; }
}




@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover> .container {
    display: block;
}
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{border-bottom: 1px solid #46866f; position:relative; }
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}

.flat-common-page{
    padding: 70px 0;
}

.flat-common-page ul li{
    color: #333333;
    list-style: disc;
    padding: 10px 0;
}

.flat-common-page ol li{
    color: #333333;
    padding: 10px 0;
}

.flat-common-page ul{
    padding: 20px 15px;
}

.flat-common-page h2{
    padding: 10px 0;
}

.flat-common-page h1{
    padding: 15px 0;
    font-weight: 600;
}
.flat-common-page .termsnconditions p{
    padding: 5px 0;
}
.category-img img{
    margin: 0 auto;
    display: block;
    width: 350px;
}
#messages .fade{
    opacity: 1 !important;
}

.basket-prod .basket-items {
    margin: 10px 0;
}


.basket-items h3 a {
    color: #25866a;
}

.basket-items .item-update a {
    color: #25866a;
}

.basket-prod .basket-title h2{
    color: #333333;
    font-weight: 600;
    font-size: 18px;
}
.basket-prod .basket-title p{
    color: #333333;
    font-weight: 600;
    font-size: 18px;
}
.basket-prod-section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.checkout-quantity span button{
    background-color: #25866a;
}

.checkout-quantity span button .fa{
    color: white;
}

.checkout-quantity .form-control{
    width: 70%;
    display: inline-block;
}

.checkout-quantity .input-group{
    width: 70%;

}

.product-detail p a{
    color: #333333;
}

.product-detail p a:hover{
    color: #25866a;
}

.product-detail #voucher_form_container #voucher_form .form-group label{
    color: #333333;
}
#voucher_form_container button{
    background-color: #25866a !important;
    border-color: #25866a !important;
}

#voucher_form_container a{
    background-color: #000000;
    color: white;
    padding: 10px 25px;
    vertical-align: middle;
}


/*
--------- Custome Css---------*/
.navbar-nav {
    display: block;
}
.collapse.navbar-collapse.nav-accounts {
    flex: auto;
}
.navbar .dropdown-toggle::after {
    display: none;
}