@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: serif; /*"Kumbh Sans", */

}

body{

    width: 100%;

    height: 100%;

}

.container{

    /* padding: 0 6vw; */

    max-width: 1512px;

}

p{

    font-size: 16px;

    margin-bottom: 0px;

}

 

h3{

    font-size: 24px;

}

h1{

    font-size: 48px;

    text-transform: capitalize;

    font-weight: 600;

}

h4{

    font-size: 20px;

    font-weight: 400;

}

h2{

    font-size: 36px;

    font-weight: 600;

}

h5{

    font-size: 18px;

    font-weight: 500;

}

button{

    padding:  0.8vw 10px;

    background: #6ABD45;

    font-weight: 700;

    border: 0.15vw solid #6ABD45;

    border-radius: 15px;

    color: white;

    cursor: pointer;

    outline: none;

}

/* button:hover{ background: #383838;} */

.button2{

    background: white !important;

    color: #6ABD45;

}

.button2:hover{

    background: #000 !important;

    color: #fff;

}

header{

    position: relative;

    width: 100%;

}

.banner-contain{

    position: absolute;

    left:50%;

    top:50%;

    transform: translate(-50% , -50%);

    width: 100%;

}

.hero-con-one{

    width: 1040px;

    max-width:1040px;

    margin: 0px auto;

}

.sticky {

    background:rgba(255,255,255,1);

    position: fixed;

    top: 0px;

    left: 0px;

    z-index: 999;

    width: 100%;

    /* height: 180px; */
    height: 200px;

    box-shadow: 2px 2px 13px 2px rgb(87 87 87 / 39%);

}

#order{

    background: #383838;

    height: 47px;

    color: white;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap:0.26vw ;

    padding-left:2vw;

    padding-right:2vw;

}
#order p{
    margin-bottom: 0px;
}
.banner-heading{

    font-size: 20px;

    color: #fff;

}

.banner-sub-heading{

    font-size: 48px;

    color: #fff;

    font-weight: 700;

}

#order img{

    width: 2vw;

}



/* nav-1 */

#Header nav{

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 1vw;

    padding-top:1vw !important;

    padding-bottom: 1vw !important;

}
#Header nav:last-child{  padding-top:0vw !important;

    padding-bottom: 0vw !important;}
#Header nav button{

    font-size: 16px;

}

.navBtns{

    flex-wrap: wrap;

    display: flex;
    justify-content: flex-end;
    gap: 10px;

    /* justify-content: space-between; */

    /* align-items: center; */

    /* gap: 1vw; */

}

.search-icon1{

    /* position: absolute;

    right: 10px;

    top: 10px; */

}

.cartBtn{

    position: relative;

    padding: 0.5vw;

}

.cartBtn img{

    width: 30px;

    padding: 0;

}

.cartBtn span{

    position: absolute;

    background: #383838;

    font-size: 12px;

    top: 0;

    right: 0;

    transform: translate(50%, -50%);

    padding: 0.2vw 0.3vw;

    border-radius: 50%;
color: #fff;
}

.talk{

    text-align: center;

}

.talk h3{

    margin-top: 0.2vw;

    color: #6ABD45 ;

}

.searchBar{

    padding: 10px 20px;

    border: 2px solid #CCCCCC;

    border-radius: 100px;

    width: 40%;

    /* font-size: 1vw; */

    color: #A6A6A6;

    height: 45px;

}

.searchBar input{

    border: none !important;

    /* height: 1.5vw; */

    outline: none;

    width: 95%;

    font-size: 16px;
    padding: 0px !important;


}

.searchBar input ::placeholder{

    font-weight: 600;

}

.searchicon{

    background: transparent;

    border: 0px;

    padding: 0px;

    position: absolute;

    right: 10px;

    top: 12px;

    color: #A6A6A6;

}

.searchicon:hover{ background: transparent;}

.nav2{

    background: #6ABD45;

    padding-top: 0 !important;

    padding-bottom: 0 !important;



}

nav ul {

    list-style-type: none;

    display: flex;

    align-items: center;

    /* gap: 1.5vw; */

    margin-bottom: 0px;

}

nav ul li{

   

    padding-right:25px ;

    transition: all 0.4s ease-in-out;

    cursor: pointer;

}

nav ul li:last-child{ padding-right: 0px;}

nav ul li a{

    text-decoration: none;

    color: white;

    font-size: 20px; padding: 0.6vw 0.6vw;

    font-weight: 500;

    transition: all 0.3s ease;

    display: inline-block;

}

nav ul li a:hover{

    background: #000;
    color: #fff;

}
nav ul li.current_page_item a{
    background: #000;
    color: #fff;
}
.hero{

   position: relative;



}

.hero img{ max-width: 100%; height: 100%; width: 100%; object-fit: cover;}

.hero h1{

    text-align: center;

}

.hero figure{

    margin-bottom: 0px;

    height: 716px;

}

.herobtns  {

    display: flex;

    flex-wrap: wrap;

    /* justify-content: space-between; */
    justify-content: center;

    width: auto;

    margin: 0px auto;

    margin-top: 15px;



}

.herobtns button{

    font-size: 20px;

    padding:  15px 30px;

}
.herobtns .learn-more1 { margin-right:15px;}

.learn-more1{

    overflow: hidden;

    display: flex;

    flex-wrap: wrap;

    margin-top: 10px;

    text-align: center;

}

.learn-more1 a{

    background:#6ABD45;

    border-radius: 25px;

    font-weight: 600;

    font-size: 16px;

    color:#fff;

    text-decoration: none;

border-radius: 13px;

padding:15px 30px;

position: relative;

overflow: hidden;

margin: 0px auto;

/* width: 246px; */
width: 190px;

 }

 .learn-more1 a span{

     position: relative;

     z-index: 3;

     display: inline-block;

 }

  .learn-more1 a:after{

     position: absolute;



     left: 0;



     top: 100%;



     content: "";



     background: #000;



     transition: 0.5s;





     z-index: 2;



     width: 100%;



     height: 100%;

 }
.productBottom a{
	text-decoration: none;
}
 .productBottom .white-button a{

    width: 100%;

 }

 .learn-more1 a:hover:after{       

      background: #000000;

     top: 0%;} 

     .white-button{

        overflow: hidden;

        display: flex;

        flex-wrap: wrap;

        margin-top: 10px;

        text-align: center;

    }

    .white-button a{

        background:#fff;

        border-radius: 25px;

        font-weight: 600;

        font-size: 16px;

        color:#6ABD45;

        text-decoration: none;

    border-radius: 13px;

    padding:15px 30px;

    position: relative;

    overflow: hidden;

    margin: 0px auto;
    width: 190px;

    /* width: 246px; */

     }

     .white-button a span{

         position: relative;

         z-index: 3;

         display: inline-block;

     }

      .white-button a:after{

         position: absolute;

    

         left: 0;

    

         top: 100%;

    

         content: "";

    

         background: #000;

    

         transition: 0.5s;

    

    

         z-index: 2;

    

         width: 100%;

    

         height: 100%;

     }

     .white-button a:hover:after{       

          background: #000000;

         top: 0%;} 

.herobtns .button2{

    border-color: white ;

}

.highlights{



}

.highlight{

display: flex;

flex-wrap: wrap;

width: 100%;

border-radius: 25px;

    padding: 25px;

    margin-top: -100px;

    position: relative;

    align-items: center;

    z-index: 99;

}

.highlight.black-bg{

    background: #383838;

    

}

.highlight.green-bg{

    background: #47AF19;

    

}

.highlight:last-child{

    /* background: #6ABD45; */



}

.highlight img{

    /* width: 5vw !important; */

}

.hinfo{

    display: flex;

    flex-direction: column;

    /* gap: 0.5vw; */

}

.hinfo h2{ color: #fff; font-weight: 600; font-size: 36px;}

.hinfo h4{ color: #fff; font-weight: 600; font-size: 20px;}

.hero-img-one{

    width: 120px;

}

.hinfo{

    width: calc(100% - 120px);

    padding-left: 20px;

}

#productSection{

    /* padding-top: 9vw;

    padding-bottom: 6vw; */

    

}

.container1{

    padding: 100px 0;

}

.heading{

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    /* gap: 1.2vw;

    margin-bottom:5vw ; */

}

.heading h4{

    color: #fff;

}

.heading span{

    color: #47AF19;

}

.products{

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    row-gap: 5vw;

}

.products .product{

    width:19%;

    border-radius: 15px;

    overflow: hidden;

    display: flex;

    align-items: center;

    padding:0 20px;

}

.pro{

    border-radius: 15px;

    overflow: hidden;

    border: 3px solid #6ABD45;

    width: 100%;

}



.productImg{

    text-align: center;

    padding: 15px;
height: 270px;
}
.productImg img{     height:100% !important;
    object-fit: contain;
	width: fit-content;
}
.productBottom{

    display: flex;

    flex-direction: column;

    gap: 1vw;

    background-color: #6ABD45;

    padding: 0.6vw;

    width: 100%;

    

}

.products .info{

    display: flex;
    width: 100%;
    justify-content: space-between;
    /* gap: 1vw; */

    /* align-items: end;    */

}



.products .product button{

    width: 100%;

    font-size: 16px;

    border: none;

}

.products .product p{

    color: white;
margin-bottom: 0px;
}

h3{

    color: white;

}

.card1 h3{

    color: white;

}

#section-3{

    /* height: 79.5vh; */

    /* display: flex;

    align-items: center;

    justify-content: center;*/

    background-position: center !important; 

    background-size: cover !important;

    background-repeat: no-repeat !important;

    /* background-image: url('./img/secBg3.png'); */

}

.blogLink{

    padding-top: 20px;

}

#section-3 h1, #section-3 h4{

    color: white !important;

}

.heading h1{

    text-align: center;

}

.card1{

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 0.5vw;

}

.card1 img{

    width: 84px;

}

.cardcon{

    width:calc(20% - 30px);

    background-color: #00000062;

    backdrop-filter: blur(15px);

    text-align: center;

    padding: 1.6vw 1vw;

    border-radius: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-left: 15px;

    margin-right: 15px;

}

.card1 p{

    font-weight: 200;

    color: rgb(255, 255, 255);

}

.cards{

    display: flex;  

    flex-wrap: wrap;

    width: 100%;

    /* gap: 1.1vw; */

}

/* section-4 */

#section-4{

    /* min-height: 90vh;

    padding-top:6vw ;

    padding-bottom:6vw ; */



}

#section-4 .heading{

    text-align: center;

}

.reviewCards{

    /* display: flex;

    flex-wrap: wrap;

    justify-content: space-around; */

    /* gap: 1.1vw; */

    position: relative;

}

.reviewCard{

    /* width: 27vw; */

    border-radius: 20px 20px 0 0;

    overflow: hidden;

    

}
.blogCards .reviewCard div:first-child img{ width: 100%;}
.rtop{

    background: #6ABD45;

    padding: 2.083vw;

}

.rtop img{

    margin-bottom: 1.042vw;

}

.rbottom{

    padding: 1.5vw 2.083vw;

    background: #000;

    display: flex;

    align-items: center;

    gap: 1.2vw;

}

.rProfile{

    width: 3.125vw;

    border-radius: 15px;

}

.rProfile img{

    width: 100%;

    height: 100%;

}

/* blog */

#section-5{

    /* padding-top: 6vw;

    padding-bottom: 6vw; */

}

.blog-header{

    display: flex;

    align-items: end;

    justify-content: space-between;

    gap: 1vw;

    padding:0 0 2vw 0;

}

.blog-header .heading{

    align-items: start;

    margin: 0;

}



.blog-header button{

    font-size: 20px;

}

.swiper-control-control{

    width: 250px;

    margin: 0px auto;

    padding-top: 90px;

    position: relative;

}

.swiper-button-next{

    background: #1e1e11;

    border-radius: 8px;

    padding: 10px;

    width: 58px;

    height: 58px;

}

.swiper-button-prev{

    background: #1e1e11;

    border-radius: 8px;

    padding: 10px;

    width: 58px;

    height: 58px;

}

.swiper-pagination{

    top: 40px !important;

}

.swiper-pagination-bullet-active{

    background:#6ABD45;

}

.swiper-button-next:after, .swiper-button-prev:after{

    font-size: 20px;

    color: #6ABD45;

}

.blogCard{

    /* width: 25vw;

    display: flex;

    flex-direction: column;

    gap: 0.5vw; */

}

.blogCard img{

    max-width: 100%;

}



.blogInfo h4{

    margin-top: 20px;

    font-weight: bold;

    margin-bottom: 0.3vw;

}
.blogInfo h4 a{ color: #000;}
.blogInfo p{

    font-size: 15px;

}

.blogLink{

    display: flex;

    justify-content: space-between;

}

.blogLink p{

    font-size: 13px;
    margin-bottom: 0px;

}

.blogLink a{

    display: flex;

    color: #47AF19;

    text-decoration: none;

    transition: all 1s ease;

}

.blogLink a:hover{

    text-decoration:underline;

}

.blogLink a:hover img{

    transform: rotate(20deg);

}

.blogCards{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

/* section-6 */

#section-6{

    padding: 3vw;

    border-radius: 25px;

}

#section-6 .heading{

    margin: 0;

    color: white;

}

.lastBg{

    /* height: 35.6vh; */

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 2vw;

    border-radius: 25px;

    padding: 2vw;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    background-image: url('../../img/lastBg.png');

}



.news-search::placeholder{

    color: #878787;

}

.news-search:focus-visible{

    outline: none;

}

.news-search {

    width: 100%;

    border: 1px solid #fff !important;

    color: #878787 !important;

    text-decoration: none;

    border-radius: 12px;

    height: 56px;

    margin-bottom: 15px;

    background: transparent;

    padding-left: 15px !important;

    background: #fff;

}

.news-submit-one{

    background: #6ABD45 !important ;

    color: #fff !important ;

    text-decoration: none;

    font-weight: 400;

    font-size: 16px;

    padding: 15px;

    display: inline-block;

    border: 0px;

    width:150px;

    height:50px;

    text-transform: uppercase;

    border:0px solid #1F4B43;

    border-radius: 16px ;

    position: absolute;

    right: 5px;

    top: 03px;

   

}

.news-submit-one:hover{ background: #242424;}

.footer-bg{

    background: #434343;

    background-position: center center;

         padding: 100px 0 0px 0; background-size: cover;

         /* margin-top: 100px; */

  

         /* z-index: -1;

         position: relative; */

     }

     .footer-logo img{

 max-width: 100%;

     }

     .social-media-icon a{

         padding: 0 5px 0 0;

 

 

     }

     .social-media-icon a:last-child{

         padding-right: 0px;  

     }

 

     .social-media-icon a:hover img{filter: invert(39%) sepia(94%) saturate(6592%) hue-rotate(145deg) brightness(103%) contrast(91%);}

     .footer-logo-text{

 color: #fff;

 text-decoration: none;

 font-size: 18px;

 line-height: 1.5;

 padding: 20px 0;

     }

     .contact-us-now ul {

         list-style-type: none;

         padding: 0px;

         margin: 0px;

     }

     .contact-us-now ul li{

         display: flex;

         flex-wrap: nowrap;

         align-items: flex-start;

  

     }

     .contact-us-now ul li img{ margin-right: 10px;}

     .chart-bg-one{

         background-size: cover !important;

     }

     .what-people{

         background-size: cover !important;

     }

     .contact-us-now ul li p{

     font-weight: 500;

     font-size: 20px;

     color: #fff;

     }

     .contact-us-now ul li p a{

       

         color: #fff;

         text-decoration: none;

         }

         .contact-us-now ul li p a:hover{

       

             color: #242424;

             text-decoration: none;

             }

             .news-latter-section-one{

                position: relative;

                width: 100%;

        

             }

             .footer-left-main{

                 padding: 0px;

                 max-width: 80%;

             }

             .footer-text1{

                 padding-top: 0px;

             }

     .footer-text1 h2{

         color: #fff; font-size: 24px; font-weight: 700; padding-bottom: 20px;

     }

     .contact-us-now h2{

         color: #fff;

     }

     .footer-text1 ul {

 list-style-type: none;

         padding: 0px;

         margin: 0px;

     }

     .footer-text1 ul li{

         font-weight: 500;

         font-size: 16px;

         color: #fff;

         padding-bottom: 20px;

     }
     .footer-text1 ul li:last-child{
        padding-bottom: 0px;
     }
     .footer-text1 ul li a{

        

         color: #fff;

         text-decoration: none;

     }

     .footer-text1 ul li a:hover{

        

         color: #6ABD45;

         text-decoration: none;

     }

     .design-text {

 

         color: #fff;

     

         font-weight: normal;

     

         text-decoration: none;

     

         text-align: left;

     

         font-size: 15px;

     

     

     

     text-align: right;

     

     }

     

     .design-text a {

     font-weight: bold;

         color: #ffff;

     

         text-decoration: none;

     

     }

     

     

     

     .design-text a:hover {

     

         color: #000; transition: 0.3s;

     

     }

     

     

     

     .allright-text {

     

         color: #fff;

     

         font-weight: normal;

     

         text-decoration: none;

     

         text-align: left;

     

         font-size: 14px;

         

     

     

     }

     

     

     

     .allright-text a {

     font-weight: bold;

         color: #fff;

     

         text-decoration: none;

     

     }

     

     

     

     .allright-text a:hover {

     

         color: #000;

     

     }

     

     .footer-bottom{

     margin-top: 50px;

         padding-bottom: 20px;

         padding-top: 20px;

         background: #6ABD45;

     

     }

.wpcf7-form-control-wrap textarea{
    height: 100px;
}
.wpcf7-form p{
margin-bottom: 10px;
}
.get-quote{
    background: #fff;
    padding: 20px !important;
    margin-bottom: 20px !important;
}
.get-quote input{ width: 100% ;}
.get-quote label{
    width: 100%;
    display: block;
}
.get-quote .wpcf7-submit{
    background: #6ABD45;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
}
     @media (max-width:1400px){

        .product {

            padding: 0 10px;

        }

     }



/* Dynamic CSS */

.talk a{

    text-decoration: none;

}
.myhero{
    margin-top: -15px;
}
.site-main{
    max-width: 1300px;
    margin: 0px auto;
    padding: 50px 0;
}

.site-main ul.products.columns-4 li.product h2{
    font-size: 16px;
}
.type-product{
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{
    color: #fff;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a{
    color: #fff;
}
.site-main .products .product{
    padding: 0px; 
    position: relative;
}
.site-main .products .product::after{
    /* padding: 15px; 
    border:1px solid  #6ABD45;
    position: absolute;
    left: 0px;
    top: 0px;
    width:calc(100% - 20px);
    height: calc(100% - 20px);
    content: ''; */
}
.site-main .productBottom .info div:first-child {
    min-height: 65px; 
}
.site-main .productBottom .info div:first-child p{
font-size: 14px;
}
.wc-block-cart__submit-button{
    padding: 0.8vw 10px;
    background: #6ABD45;
    font-weight: 700;
    border: 0.15vw solid #6ABD45;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    outline: none;
}
.wc-block-components-button{
    padding: 0.8vw 10px;
    background: #6ABD45;
    font-weight: 700;
    border: 0.15vw solid #6ABD45;
    border-radius: 15px;
    color: white;
    cursor: pointer;
}
.woocommerce-ordering{
    padding-bottom: 20px;
}
.woocommerce-result-count{
    padding-bottom: 15px;
}
.site-main .productImg{
    display: flex;
    flex-wrap: wrap;
        align-items: center;
        justify-content: center;
}
.wc-block-components-product-name{
    color: #6ABD45;
text-decoration: none;}


.product-image .flex-control-thumbs img{
    width: 60px; max-width: 60px;
}
.flex-control-thumbs{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    margin-left: 0px;
}
.flex-control-thumbs li{ border: 1px solid #47AF19; padding: 15px; margin-right: 15px;}
.product-images{
    position: relative;
}
.flex-control-thumbs li img{
    width: 80px;
    height: 80px;
}
.single-inner-one{
    padding: 100px 0;
}
.single-product-page{
    padding-top: 100px;
    padding-bottom: 100px;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , 50%);
    z-index: 9;
}
.signale-product-details-one .cart{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.single-inner-one .row{
    align-items: center;
}
.position-relative1 .wp-post-image{
width: 400px;
}
.woocommerce-product-gallery__image{
    text-align: center;
    max-height: 500px;
    overflow: hidden;
    height: 500px;
}
.woocommerce-product-gallery__image img{ 
    height: calc(100% - 50px) !important;
    object-fit: contain;
    border: 1px solid #47AF19;
    padding: 20px;
    border-radius: 20px;

}
.price{
    /* text-align: center; */
}
.signale-product-details-one .cart{

}
.site-main ul.products{
justify-content: flex-start;
row-gap: inherit;
}
.add-to-cart .cart{
    display: flex;
    flex-wrap: wrap;
}
.site-main .products .product {
    /* padding: 20px; */
    position: relative;
    border: 1px solid #6ABD45;
    width: calc(19% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.add_to_cart_button{
    background: #fff;
    color: #6ABD45;
    text-transform: uppercase;
    /* height: 50px; */
    padding: 15px;
    width: 100%;
    border-radius: 15px;
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
}
.add_to_cart_button:hover{
    background: #000;
    color: #fff;
}
.product-img-one{
  height: 220px; padding: 15px 0;
}
.product-img-one img{ height: 180px; object-fit: contain;}
.new-text-one{
    min-height: 75px;
    color: #fff;
    text-decoration: none;
}
.site-main .products .product a{
    text-decoration: none;
}
.top-product-section{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
ul.products h2.new-text-one{
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  height: 65px;
}
.product-description-one5{
    background:#47AF19;
    padding: 15px;
}
.top-one4{
    width: calc(100% - 80px);
}
.top-one5{
    width:80px;
}
.top-one5 .amount{
    color: #fff;
}

.flex-viewport{
    /* border: 1px solid #47AF19; */
    padding: 20px;
    border-radius: 20px;
}
.flex-control-thumbs{
    margin-top: 20px;
}
.signale-product-details-one h1{
    text-align: center;
}
.product-gallery__image{
    text-align: center;
}

/*Single Product Page CSS*/

.single-product-wrapper {
    display: flex;
    gap: 30px;
}

.product-images {
    width: 50%;
}

.product-summary {
    width: 50%;
}

.product-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price {
    font-size: 24px;
    color: #6ABD45;
    font-weight: bold;
}

.short-description {
    margin-top: 10px;
}

.add-to-cart {
    margin-top: 20px;
}

.product-tabs {
    margin-top: 40px;
}

.related-products {
    margin-top: 50px;
}
.related.products .products .product{
    border-radius: 20px;
    border: 1px solid #47AF19;
    margin: 10px;
    padding: 0;
}
.product-description-one5 a{
    text-decoration: none;
}
ul.products h2.new-text-one{
    text-decoration: none;
}
.product-description-one5 a{
    text-decoration: none;
}
.wc-tabs-wrapper table{
    border: 1px solid #47AF19;
}
.wc-tabs-wrapper table td{ border: 1px solid #dddddd; padding: 15px;}
.woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-tabs ul{
    border-bottom: 1px solid #47AF19;
}
.woocommerce-tabs ul.tabs li{
    background: #2d9202;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.woocommerce-tabs ul.tabs li{
    background: #2d9202;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    margin-right: 10px !important;
}
.woocommerce-tabs ul.tabs li a{
    padding: 0px !important;
    color: #fff;
    text-decoration: none;
}

.woocommerce-tabs h3{
	color: unset;
}
.woocommerce-tabs ul.tabs li.active{
    background: #000;
}
.product-meta{
    padding-top: 25px;
}
.posted_in a{
    color:#6ABD45;
}
.quantity input{
    width: 100px;
}
.news-latter-section-one input[type=email]{
    width: 100%;
    border: 1px solid #fff !important;
    color: #878787 !important;
    text-decoration: none;
    border-radius: 12px;
    height: 56px;
    margin-bottom: 15px;
    background: transparent;
    padding-left: 15px !important;
    background: #fff;
}
.news-latter-section-one label{
    width: 100%;
}

.news-latter-section-one input[type=submit]{
    background: #6ABD45 !important ;

    color: #fff !important ;

    text-decoration: none;

    font-weight: 400;

    font-size: 16px;

    padding: 15px;

    display: inline-block;

    border: 0px;

    width:150px;

    height:50px;

    text-transform: uppercase;

    border:0px solid #1F4B43;

    border-radius: 16px ;

    position: absolute;

    right: 5px;

    top: 03px;
}
.news-latter-section-one input[type=submit]:hover{
    background: #000;
}
.why-true{
    padding-bottom: 25px;
}
.read-more-one5{
    justify-content: flex-end;
    width: 100%;
    display: flex;
    padding-top: 40px;
}
.hamber-icon{
    display: none;
}
.mobile-menu1{
    display: none;
  }
@media (max-width:1900px){
.hinfo h2{
    font-size: 32px;
}
.products .product{
    width: 25%;
}
}
@media (max-width:1366px){
.container1{
    padding: 50px 0;
}
.hinfo h2 {
font-size: 25px;
}
}
@media (max-width:1199px){
    #order img {
        width: auto;
    }
    .logo{
        width: 100%;
    }
    .desktop-none{
        display: none;
      }
.hero figure{
    height:600px;
}
.banner-sub-heading{
    font-size: 30px;
}
.lastBg h4{
    text-align: center;
}
.hinfo h4{
    min-height: 48px;
}
.hero-con-one{
    max-width: 90%;
}
.menuone .mobile-menu1{
    display: block;
  }
 
  .header-bottom .donate-button{
    display: none;
  }
  .hamber-icon{
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
}
.hamburger_btn{
    background: #6ABD45;
    border: 0px;
    padding: 10px;
    border-radius: 5px;
    
}
.menuone{
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.overlay-menu{
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    opacity: 0;
  
}
.menuone .overlay-menu{
    opacity: 1;
    display: block;
}
.menu-contain{
    position: fixed;
    top: 0;
    right: 0;
    width:250px;
    max-width: 450px;
    height: 100vh;
    z-index: 999;
    padding: 50px 20px;
    overflow-y: scroll;
    overflow: hidden;
    scrollbar-width: none;
    /* background-color: #fff; */
    /* background-color: #98a2ab; */
    background-color: #6ABD45;
    overscroll-behavior-y: contain;
    /* background-color: #434343; */
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    }
    .menuone .menu-contain{
transform: translateX(0);
opacity: 1;
    }
         .menu-contain .bottom-part ul  { list-style-type: none; padding-left: 10px; margin-left: 0px;}
        .menu-contain .bottom-part ul li ul li { padding-top: 5px;
            padding-left: 0px;}
         .menu-contain .bottom-part ul li{
            margin-bottom: 5px; position: relative;
        }
     .menu-contain .bottom-part ul li a{
        font-size: 17px;
        color: #fff;
        text-decoration: none;
    }
    .menu-contain  .menu.menu2{
      display: block;
    }
    .menu-contain  .menu.menu2 ul li{
      width: 100%;
    }
    .cross-button{
        padding: 10px;
        right: 10px;
    position: absolute;
    top: -20px;
      }
      .menu-contain .bottom-part{
        position: relative;
      }
      .searchBar{
        background: #fff;
        width: 100%;
        margin-top: 40px;
      }
      .talk span{
        color: #fff;
      }
      .talk h3{
        color:#fff;
      }
      .cross-button{
        background: #237002;
        border-radius: 50%;
        color: #fff;
        border: 0px;
      }
      #Header nav.nav2{
        display: none;
      }
      .navBtns{
        width: 100%;
      }
      .sticky{
        height: 115px;
      }
      .site-main .products .product{
        width: calc(25% - 15px);
      }
      .site-main{
        border-top: 25px solid #6ABD45;
      }
      .single-product-page{
        border-top: 25px solid #6ABD45;
      }
}
@media (max-width:1024px){
    .site-main .products .product{
        width: calc(33% - 15px);
    }
.cardcon {width: calc(50% - 30px); margin-bottom: 20px;}
.why-true{
    text-align: center;
}
.products .product{
    width: 50%;
}
.woocommerce-product-gallery__image img.zoomImg{
    border: 0px;
}
}
@media (max-width:991px){

.quick-link-one5{ padding-top: 20px; padding-bottom: 20px;}
.allright-text{
    text-align: center;
    padding-bottom: 15px;
}
.design-text{
    text-align: center;
}
.rProfile{
    width: 60px;
    height: 60px;
}
.swiper-slide .reviewCard{
    max-width: 80%;
    margin: 0px auto;
}
.highlight{
    margin-top: 30px;
}
.hinfo h4{
    min-height: auto;
}
.single-product-wrapper{
    flex-wrap: wrap;
}
.product-images{
    width: 100%;
}
.product-summary{
    width: 100%;
}
ul.products h2.new-text-one{
    height: auto;
}
.top-one4{
    width: 100%;
  }
  .top-one5{
    width: 100%;
  }
  .read-more-one5{
    justify-content: flex-start;
    padding-top: 0px;
  }
}
@media (max-width:767px){
    .banner-contain  .herobtns{
        display: inherit;
        flex-wrap: inherit;
        width: auto;
    }
    .site-main .products .product{
        width: calc(50% - 15px);
      }
     
.news-latter-section-one{
    max-width: 80%;
}
.banner-sub-heading br{
    display: none;
}
.herobtns .learn-more1{
    margin-right: 0px;
}
.footer-bg{
    padding-top: 50px;
    margin-top: 50px;
}
}
@media (max-width:575px){
    .logo{
        padding-bottom: 20px;
    }
    .logo a img{
        width: 60%;
    }
    .products .product{
        width: 80%;
        margin: 0px auto;
        margin-bottom: 20px;
        padding: 0px;
    
    }
    .cardcon {
        width: calc(80% - 30px);
        margin: 0px auto;
        margin-bottom: 20px;
    }
    .reviewCard{
        margin-bottom: 25px;
    }
    .site-main .products .product{
        width: calc(80% - 15px);
        margin-right: 0px;
    }
}