*:focus {outline: none !important;}
body, html{ font-family: "Open Sans", sans-serif !important;font-size:17px;overflow-x: hidden;}
html{scroll-behavior: smooth;}
ul,ol {list-style: none;padding: 0 !important; }
a, button, img, input, span {transition: all 0.3s ease 0s;}
a{text-decoration: none !important;}
h1, h2, h3, h4{
    font-family: "Spicy Rice", serif !important;
    letter-spacing: 1.3px !important;
    margin: 0 !important;
}
p{margin: 0 !important;}
/* selection Code for Firefox */
::-moz-selection {
    color:#fff;
    background: #E4213C;
  }
  ::selection {
     color:#fff;
    background: #E4213C;
  }
/*custom scrollbar css*/
::-webkit-scrollbar{
    width:12px;
}
::-webkit-scrollbar-track{
    background:#E4213C;
}
::-webkit-scrollbar-thumb{
    background:#fff;
    border: 3px solid #D34C02;
    border-radius:10px;
}

/* header css start*/
.header-section{
    position: relative;
}
.header-section .logo-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-section .logo-content .logo-img{
    text-align: center;
}
.header-section .logo-content img{
    width: 100%;
}
.header-section .menu-section {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: -35px;
}
.header-section .menu-section .header-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    /* background-image: linear-gradient(to right, #137c37 , #17582E); */
    background-color: #19562D;
}
.header-section .menu-section .header-menu .navbar{
    padding: 0;
}
.header-section .menu-section .header-menu .navbar .nav-item .nav-link{
    color:#fff;
    font-size:17px;
    padding: 11px 0;
    border-left: 1px solid #e4213c69;
    border-right: 1px solid #e4213c69;
}
.header-section .menu-section .header-menu .navbar .navbar-nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-section .menu-section  .navigation-menu{
    padding: 0;
}
.header-section .menu-section .header-menu .navbar .navbar-nav .nav-item{
    width: 100%;
    text-align: center;
    padding: 0;
}
.header-section .menu-section .header-menu .navbar .navbar-nav .nav-item:hover .nav-link{
    background-color: #89C741;
}
/* .header-section .menu-section .header-menu .navbar .navbar-nav .nav-item .nav-link.active{
    background-color: #89C741;
} */
.header-section  .inquiry-btn{
    display: flex;
    justify-content: right;
}
.home-page-btn .btn-css {
    border:2px solid #89C741;
    color:#fff;
    padding: 8px 17px;
    border-radius:50px;
    box-shadow: 0 10px 10px 0 transparent;
    font-size:16px;
}
.home-page-btn .btn-css:hover{
    border-color:#E6203C !important;
    background-color: #E6203C;
    color:#fff !important;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);   
}
.logo-content .topbar-contact{
    display: flex;
    gap: 25px;
    justify-content: right;
    align-items: center;
}
.logo-content .topbar-contact .contact-item{
    display: flex;
    gap: 10px;
    align-items: center;
}

.logo-content .topbar-contact .contact-item i{
    font-size: 20px;
    padding: 10px;
    background-color: #E4213C;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.topbar{
    background-color:#89C741;
    padding: 8px 0;
}
.topbar .topbar-content p{
color:#fff;
text-align: center;
font-size: 15px ;
}
.topbar .topbar-content .topbar-text-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.topbar .email-sec a{
    color: #fff;
    font-size: 15px;
}
.topbar .email-sec a i{
    padding-right: 10px;
}
.topbar .topbar-content .social-icons{
    text-align: right;
}
.topbar .topbar-content .social-icons a{
   color:#fff;
   padding: 0 5px;
   font-size: 15px;
}
.topbar .topbar-content .social-icons a:hover{
    color:#D34C02;
}  
.logo-content .contact-item h4{
    font-size: 20px;
}
.logo-content{
    padding: 8px 0 20px;
}

/* header css end*/

/* banner section css start */
.banner-slider-wrap .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border:2px solid #87C541;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
}
.banner-slider-wrap .slick-arrow:hover{
    background-color: #87C541;
}
.banner-slider-wrap .slick-arrow i{
    color: #87C541;
}
.banner-slider-wrap .slick-arrow:hover i{
    color: #19562D;
}
.slick-prev{
    right: 10px;
} 
.slick-next{
    left: 10px;
}
/* banner section css end */
/* home page css */
/* about section start */
.main-section .title-section{
    text-align: center;
}
.main-section .title-section .heading-title{
    font-size: 45px;
    color: #19562D;
}
.banner-slider .img-text{
    position: relative;
}
.banner-slider .img-text .banner-texts{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
}
.banner-slider .img-text .banner-texts h2{
    color:#87C541;
    font-size: 70px;
    padding: 0 0 20px;
}
.banner-slider .img-text .banner-texts p{
    color: #fff;
    margin-bottom: 0 !important;
    padding: 5px;
    border-top:1px solid #87C541;
    border-bottom:1px solid #87C541;
    font-size: 22px;
}
.home-page-sec{
    padding:50px 0 0;
}
.home-page-sec .title-section{
    padding: 0 0 25px;
}

/* product tabbing section  */
.product-cat-section .tab-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.product-cat-section .tab-btn .tablink{
    border:2px solid #89C741;
    background-color: transparent;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 20px;
}
.carousel-wrap .slick-arrow{
    position: absolute;
    bottom: 0;
    z-index: 1;
    border:2px solid #19562D;
    background-color: transparent;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
}
.carousel-wrap .slick-arrow:hover{
    border:2px solid #87C541;
    background-color: #87C541;
}
.carousel-wrap .slick-arrow i{
    color: #19562D;
}
.carousel-wrap .slick-prev{
   left: 51%;
}
.carousel-wrap .slick-next{
    left: 45%;
}
.carousel-wrap .carousel-product{
    padding: 20px 0 90px;
}
.carousel-wrap .premium-pro-sec {
    box-shadow: 0 0 13px #0000000f;
    margin: 10px;
    padding: 20px;
    text-align: center;
}



/* about us section css */
.about-us-section p{
    text-align: center;
    padding-bottom: 15px;
    letter-spacing: 1px;
}
.about-us-section{
    padding-bottom: 20px;
}
.about-us-section .home-page-btn{
    padding: 40px 0 0;
    text-align: center;
}
.about-us-section .home-page-btn .btn-css{
    padding:10px 20px;
    font-size:18px;
    color:#000;
}



/* category css */
.category-section .cat-content, .cat-banner-content {
    position: relative;
}
.category-section .category-content .category-display .img-overlay{
    position: relative;
}
.category-section .category-content .category-display .img-overlay .img-sec img{
    width: 100%;
}
.category-section .category-content .category-display .img-overlay:before{
    position: absolute;
    content: "";
    transition: all 0.3s linear;
    left: 0; 
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    background-color: #000;
}
.category-section .category-content .category-display .cat-banner-content:hover .img-overlay:before, .category-section .category-content .category-display .cat-content:hover .img-overlay:before{
    opacity: 0.7;
    width: 100%;
}
.category-section .cat-banner-content, .cat-banner-content .img-overlay, .cat-banner-content .img-overlay .img-sec, .cat-banner-content .img-overlay .img-sec img{
    height:100%;
}
.category-section .cat-banner-content .img-overlay .img-sec img{
    object-fit: cover;
}
.category-section .category-content .category-display .cat-banner-content .content-sec{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: start;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 25px;
}
.category-section .category-content .category-display .cat-banner-content .content-sec .content-btn{
    background-color: #19562dd6;
    padding: 30px 15px 45px;
}

.category-section .category-content .category-display .cat-banner-content .content-sec .content-btn h3{
    color: #F4B323;
    font-size: 35px;
}
.category-section .category-content .category-display .cat-banner-content .content-sec .content-btn p{
    color: #fff;
    font-size: 20px;
    padding: 20px 0 30px;
}
.category-section .second-sec .category-display .cat-banner-content .content-sec .content-btn h3{
    color:#E4213C;
}
.category-section .second-sec .category-display .cat-banner-content .content-sec .content-btn p{
    color:#000;
}
.category-section .second-sec .category-display .cat-banner-content .content-sec .btn-css{
    color:#000;
}
.category-section .second-sec .category-display .cat-banner-content .content-sec .content-btn{
    background-color: #ffffffc2;
}
.category-section .category-content{
    padding: 30px 0 0; 
}
.category-section .category-content .category-display{
    gap: 24px;
    display: flex;
    flex-direction: column;
}
.category-section .category-content .category-display .cat-content .content-sec{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: end;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 25px;
}
.category-section .category-content .cat-content .content-btn{
    padding: 20px 15px 30px;
    text-align: center;
    background: #000000b8;;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* category display sec css */
.category-sec-display .categories-content {
    display: flex;
    gap: 26px;
    width: 65%;
}
.category-sec-display .categories-content .two-cat-display .cat-sec-two{
    gap: 26px;
    display: flex;
    flex-direction: column;
    height:100%;
}

.category-sec-display .cat-content{
    width: 35%;
}
.category-sec-display .cat-section .cat-banner-content .img-sec img{
    width: 100%;
}
.category-sec-display .cat-section .cat-banner-content .img-sec{
    position: relative;
}
.category-sec-display .cat-section .cat-banner-content .img-sec:before{
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
    margin: auto;
    display: block;
    width: 0%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s linear;
    position: absolute;
}
.category-sec-display .cat-section .cat-banner-content:hover .img-sec:before{
    opacity: 0.8;
    width:100%;
    background: #000000;
}

.category-sec-display .common-content .cat-banner-content{
    overflow: hidden;
    background-color: #000000;
}
.category-sec-display .common-content .cat-banner-content .content-sec{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    opacity: 1;
    transition: all 0.3s linear;
    position: absolute;
    z-index: 2;
}
.category-sec-display .common-content .cat-banner-content .content-sec .content-btn{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background-color: #00000091;
    padding: 15px 15px 25px 15px;
}
.category-sec-display .common-content .cat-banner-content:hover .content-sec .content-btn{
    background-color: transparent;
}
.category-sec-display .common-content .cat-banner-content .content-sec .content-btn h3, .category-section .category-content .cat-content .content-btn h3{
    color: #fff;
    font-size: 25px;
}
.category-sec-display .common-content .cat-banner-content:hover .content-sec{
    opacity: 1;
}
.category-sec-display .common-content .cat-banner-content .img-sec img{
    transition: all 0.3s linear;
    transform: scale(1);
}
.category-sec-display .common-content .cat-banner-content:hover .img-sec img{
    transform: scale(1.2);
}




/* premium product sec css */
.premium-product-section .product-section .product-img-content .pro-img-content-btn .premium-pro-sec{
    text-align: center;
}
.premium-product-section .product-section .product-img-content .pro-img-content-btn .premium-pro-sec p{
    padding: 15px 0;
}

.premium-product-section .home-page-btn {
    padding-top: 20px;
}
.premium-product-section .home-page-btn .btn-css{
    color: #000;
}

/*packaging sec csss*/
.packaging-section .packaging-banner{
    padding-top: 20px;
}



/* team members section css */
.team-section .team-members .team-member-details{
    padding: 20px;
    
}
.team-section .team-members .team-member-details .team-img{
    padding: 40px;
    background-color: #D34C02;
    border: 1px solid #D34C02;
}
.team-section .team-members .team-member-details .team-img img{
    border-radius: 50%;
    border: 10px solid #D34C02;
    transition: all 0.3s linear;

}
.team-section .team-members .team-member-details:hover .team-img img{
    border-color:#F4B323 ;
}
.team-section .team-members .team-member-details .team-details{
    border: 1px solid #D34C02;
    padding: 20px;
    text-align: center;
    background-color: #fff;
}
.team-section .team-members .team-member-details .team-details p{
    padding: 20px 0;
}                                       
.team-section .team-members .team-member-details .team-details .social-icons i{
    padding: 0 5px;
    color: #D34C02;
   
}
.home-page-section .blog-section{
    padding-bottom: 30px;
}

/* blog sec css */
.blog-section .blog-post-sec {
    padding: 10px 10px 80px;
}
.blog-section .blog-post-sec .blog-img{
position: relative;
}
.blog-section .blog-post-sec .blog-img:before{
position: absolute;
content: "";
top: 0;
left:0;
width: 100%;
height: 100%;
border-radius: 50px;
background-color: #000;
opacity: 0;
transition: all 0.3s linear;
}

.blog-section .blog-post-sec:hover .blog-img:before{
    opacity: 0.4;
    border-radius: 0;
}
.blog-section .blog-post-sec .blog-text-content{
    display: flex;
    align-items: center;
    padding: 20px;
}
.blog-section .blog-post-sec .blog-text-content .home-page-btn{
    padding-top: 25px;
}
.blog-section .blog-post-sec .blog-text-content .home-page-btn .btn-css{
    color: #000;
}
.blog-section .blog-post-sec .blog-text-content h4{
    padding-bottom: 10px;
}
/* blog detail page css */
.blog-detail-section .blog-content-sec p{
    padding: 10px 0;
}
.blog-detail-section .blog-content-sec h4{
    padding: 10px 0 ; 
}
.blog-detail-section .blog-content-sec h2, .blog-detail-section .blog-content-sec h4{
    color: #19562D;
}
/* contact page css */

.contact-page-section .contact-details-icon-content{
    padding: 20px 0 50px;
} 
.contact-page-section .contact-details-icon-content .contact-details {
    height: 100%;
}
.contact-page-section .contact-us-sec{
    padding-bottom: 50px;
}
.contact-page-section .contact-details-icon-content .contact-details .contact-item{
    padding: 20px;
    border: 1px solid #19562D;
    border-radius: 20px;
    height: 100%;
}
.contact-page-section .contact-img-content{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin: auto;
    padding-right: 40px;
}
.contact-page-section .contact-img-content .contact-item{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.contact-page-section .contact-details-icon-content .contact-details .contact-item i{
    padding: 20px;
    font-size: 22px;
    color: #fff;
    transition: all 0.3s linear;
    background-color: #E6203C;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-page-section .contact-details-icon-content .contact-details .contact-item:hover i
{
    background-color: #F4B323;
    color: #000;
}
.contact-page-section .contact-details-icon-content .contact-details .contact-item .icon-heading{
    padding-top: 20px;
}
.contact-page-section .contact-details-icon-content .contact-details .contact-item .icon-heading h4{
    color: #19562D;
    padding: 0 0 15px;
}
.contact-page-section .contact-form-content .contact-form {
    padding: 30px;
    box-shadow: 0 0 15px 0 #f2f2f2;
    border-radius: 15px;
}
.contact-page-section  .contact-img-sec img{
    width: 100%;
}
.contact-page-section .contact-form-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-page-section .contact-form-content .contact-form .form-group{
    position: relative;
    margin-bottom:30px;
}
.contact-page-section .contact-form-content .contact-form .form-group .form-control{
    padding:10px 5px 10px 35px;
}
.contact-page-section .contact-form-content .contact-form .form-group .form-control:focus{
    box-shadow: none !important;
    border: 1px solid #19562D;
}
.contact-page-section .contact-form-content .contact-form .contact-btn .contact-btn-deta{
    border: 2px solid #89C741;
    background: none;
    padding: 10px 50px;
    font-size: 20px;
    border-radius: 50px;
    box-shadow: 0 10px 10px 0 transparent;
    transition : all 0.3s linear
}
.contact-page-section .contact-form-content .contact-form .contact-btn .contact-btn-deta:hover{
    border-color: #E4213C !important;
    background-color: #E4213C;
    color:#fff !important;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.contact-page-section .contact-form-content .contact-form .form-group i{
    position: absolute;
    top: 16px;
    left: 8px;
    color: #19562D;
}
.contact-form-map-content .contact-img-content .page-title-section .heading-title{
    padding-bottom: 30px;
    font-size: 35px ;
    color: #E6203C;
    text-align: center;
}
.contact-form-map-content .contact-img-content .contact-item{
    padding: 20px;
    border: 1px solid #19562D;
    border-radius: 20px;
    height: 100%;
    margin-bottom:20px ;
}
.contact-form-map-content .contact-img-content .contact-item .icon-heading h4{
    color: #19562D;
    padding: 0 0 15px;
}
.contact-form-map-content .contact-img-content .contact-item i{
    padding: 20px;
    font-size: 22px;
    color: #fff;
    transition: all 0.3s linear;
    background-color: #E6203C;
    border-radius: 50%;
    width: 70px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form-map-content .contact-img-content .contact-item:hover i{
    background-color: #F4B323;
    color: #000;
}
/* about page css */
.about-page-section .about-img-content .about-content{
    display: flex;
    align-items: center;
}
.about-page-section .product-related-content .page-title-section .heading-title, .about-page-section .about-us-sec .page-title-section .heading-title{
    color: #000;
    padding: 0 0 20px;
    font-size: 35px;
}
.about-page-section .about-us-sec{
    padding-top: 25px;
}
.about-page-section .about-text-content .about-txt p{
    line-height: 30px;
    text-align: justify;
    padding-bottom: 8px;
}
.about-page-section .why-choose-sec {
    background-color: #F4F4F4;
    padding-bottom: 50px;
    margin: 60px 0 0;
}

.about-page-section .why-choose-sec .why-choose-points .why-choose-cont{
    display: flex;
    gap: 15px;
    padding: 15px;
}
.about-page-section .why-choose-sec .why-choose-points .why-choose-cont .point-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}
.about-page-section .why-choose-sec .why-choose-points .why-choose-cont .point-icon img{
    
    padding: 10px;
    border-radius: 50px;
    border: 6px solid #E6203C;
}
.about-page-section .why-choose-sec .why-choose-points .why-choose-cont .whychoose-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width:80%;
}
.about-page-section .why-choose-sec .why-choose-points .why-choose-cont .whychoose-text p{
    text-transform: capitalize;
}
/*.about-page-section .why-choose-sec .why-choose-points .why-choose-cont .whychoose-text h4{*/
/*    color: #87C541;*/
/*}*/
.about-page-section .about-product-section .product-related-content{
    padding: 30px 0 50px;
}
.about-page .team-section{
    padding-bottom: 40px;
}
.about-page .footer-section{
    margin: 0;
}
.about-page-section .about-img{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* popup css */
.popup .overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed; /* Change from absolute to fixed */
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.popup .form-popup {
    position: fixed; /* Change from absolute to fixed */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0); /* Keep the scaling effect */
    background-color: #fff;
    padding: 20px;
    width: 600px;
    z-index: 3;
    border-radius: 8px;
}
.no-scroll {
  overflow: hidden;
}
.popup.active .overlay {
    display: block;
    cursor: pointer;
}

.popup.active .form-popup {
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1); /* When active, popup appears centered */
}

.popup .close-btn p {
    text-align: right;
    font-size: 30px;
    padding: 5px;
    display: flex;
    background: #19562D;
    margin: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -15px;
}

.popup .close-btn {
    display: flex;
    justify-content: right;
}

.popup .form-group {
    position: relative !important;
    margin-bottom: 25px;
}

.popup .form-group .form-control {
    padding: 4px 4px 4px 30px;
    border: 1px solid #001c5026;
    color: #19562D;
}
.popup .contact-form{
    padding: 20px 0;
}
.popup .form-group i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #19562D;
}

.popup .contact-btn-deta {
    border: none;
    padding: 10px 30px;
    background-color: #19562D;
    transition: 0.3s ease-in-out;
    position: relative;
    color: #fff !important;
}

.popup .contact-btn-deta:hover {
    background-color: #89C741;
}
.inquiry-popup-btn{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    background-color: #89C741 !important;
    border: none !important;
    padding: 20px 10px !important;
    border-radius: 0 !important;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}
.inquiry-popup-btn:hover{
    background-color: #E4213C !important;
}
.inquiry-popup-btn span{
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.main-wrap{
    position: relative;
}


/* extra banner section css */
.banner-extra-section .banner-overlay{
    background-image: url(../images/banner-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.banner-extra-section .banner-overlay .banner-content h2{
    font-size: 60px;
    width: 70%;
    color: #D34C02;
}
.banner-extra-section .banner-overlay .banner-content P{
    font-size: 30px;
    color: #fff;
    padding: 15px 0;

}
.banner-extra-section .banner-overlay .banner-content .banner-btn{
    display: flex;
    gap: 25px;
    padding: 30px 0 0;
}

.banner-extra-section .banner-overlay .banner-content .banner-btn .btn-css{
    padding: 12px 25px;
    border-color: #F4B323;
}
.banner-extra-section .banner-overlay .Contact-btn .btn-css{
    border-color: #fff !important;
}
.banner-extra-section .banner-overlay .Contact-btn .btn-css:hover{
    border-color: #D34C02 !important;
}





/*scroll on top css*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #19562D;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 0px;
    transition: 0.5s ease;
  }
  
  #myBtn:hover {
   transform: scale(1.1);
  }
  .whatsappbar{
      position: fixed;
      top: 85%;
      right: 35px;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background: #4dc247;
      line-height: 50px;
      text-align: center;
      z-index: 10000;
      box-shadow: rgb(50 50 93 / 25%) 0 30px 60px -12px, rgb(0 0 0 / 30%) 0 18px 36px -18px;
  }
  .whatsappbar ul li a {
      font-size: 30px;
      color: #fff !important;
  }
  
  /* .whatsappbar ul:before, .whatsappbar ul:after{
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: #24cc63;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      animation-delay: 0.9s;
      box-shadow: 0 0 0 0 #24cc63;
      animation: ripple 3s infinite;
      transition: all 0.5s ease;
      z-index: -1;
  }
  
  
  .whatsappbar ul:after {
      animation-delay: 0.6s;
  }
  
  @keyframes ripple{
      70% {
      box-shadow: 0 0 0 20px rgb(255 255 255 / 0.2);
  }
  100% {
      box-shadow: 0 0 0 0 #fff0;
  }
  } */
  

/* before after bgcss */
.home-page-section .team-section{
    position: relative;
    background-color: #F4F4F4;
    padding-bottom: 40px;
    margin-top: 60px;
}
.footer-section::before{
    position: absolute;
    top: -20px;
    content: "";
    left: 0;
    width: 101%;
    height: 20px;
    background-repeat:no-repeat;
    background-size: contain;
    transform : rotate(180deg);
    background-image: url(../images/bg-overlay-green.webp);
    
}
.about-page-section .why-choose-sec{
    position: relative;
}
.home-page-section .team-section::before, .about-page-section .why-choose-sec::before{
    position: absolute;
    top: -20px;
    content: "";
    left: 0;
    width: 101%;
    height: 20px;
    background-repeat:no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    background-image: url(../images/bg-overlay-gray.webp);
}
.home-page-section .team-section::after, .about-page-section .why-choose-sec::after{
    position: absolute;
    bottom: -20px;
    content: "";
    left: 0;
    width: 101%;
    height: 20px;
    background-repeat:no-repeat;
    background-size: contain;
    background-image: url(../images/bg-overlay-gray.webp);
}
.banner-overlay{
position: relative;
}
.banner-overlay::before{
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 101%;
    height: 20px;
    background-repeat:no-repeat;
    background-size: contain;
    background-image: url(../images/bg-overlay-white.webp);
}
.banner-overlay::after{
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 101%;
    height: 20px;
    background-repeat:no-repeat;
    transform: rotate(180deg);
    background-size: contain;
    background-image: url(../images/bg-overlay-white.webp);
}
/* footer sec css */
.footer-section{
    background-color: #19562D;
    padding: 40px 10px 0;
    position: relative;
    margin: 40px 0 0;
}
.footer-section .footer-contents{
    padding: 20px 0;
}
.footer-section .footer-contents .cont-sec h3{
    color:#87C541;
    padding-bottom: 25px;
}
.footer-section .footer-contents .page-links ul li a{
    color:#fff;
}
.footer-section .footer-contents .page-links ul li{
    padding: 0 0 6px;
}
.footer-section .footer-contents .about-content p{
    color: #fff;
    padding: 0 0 20px;
}
.footer-section .footer-contents .about-content a{
    color:#F4B323;
}
.footer-section .footer-contents .about-content a:hover{
    color:#87C541;
}   
.footer-section .footer-contents .social-icons{
    padding: 20px 0 0px;
}
.footer-section .footer-contents .social-icons a i{
    
    color:#F4B323;
    padding: 0 6px;
}
.footer-section .footer-contents .social-icons a:hover i{
    color:#87C541;
}
.footer-section .footer-contents .cont-sec .contact-item p{
    color: #fff;
}
.footer-section .footer-contents .cont-sec .contact-item{
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
}
.footer-section .footer-contents .cont-sec .contact-item i{
    color:#F4B323;
}
.footer-section .copyright-section p{
    color: #fff;
}
.footer-section .copyright-section p a{
    color:#F4B323;
}
.footer-section .right-content p{
    text-align: right;
}
.footer-section .copyright-section {
    padding: 15px 0;
    border-top: 1px solid #ffffff3d;
}



/* all pages css */
.all-pages-banner{
    position: relative;
}
.all-pages-banner .banner-texts{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}
.all-pages-banner .banner-texts .text-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.all-pages-banner .banner-texts h1{
    color:#87C541;
    font-size: 50px;
    padding: 0 0 15px;
}
.all-pages-banner .banner-texts ul{
    display: flex;
    gap:15px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #87C541;
    border-bottom: 1px solid #87C541;
    margin: 0 !important;
    padding: 10px 30px !important;
}
.all-pages-banner:after{
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 101%;
    height: 20px;
    background-repeat:no-repeat;
    transform: rotate(180deg);
    background-size: contain;
    background-image: url(../images/bg-overlay-white.webp);
}
.all-pages-banner .banner-texts ul li{
    font-size:20px ;
    color: #fff;
}
.all-pages-banner .banner-texts ul li a{
    font-size:20px ;
    color: #87C541;
}
.all-pages-banner .banner-texts ul li i{
    padding-right: 15px;
    color: #E6203C;
}

/* blog page css */
.blog-page-section .blog-recent-sec .recent-post-heading{
    background-color: #E9E9E9;
    border-left: 10px solid #E4213C;
}
.blog-page-section .blog-recent-sec .recent-post-heading h3{
    font-size: 22px;
    padding: 8px 15px;
}
.blog-page-section .blog-recent-sec .recent-articals-sec{
    padding: 20px 0px;
}
.blog-page-section .blog-recent-sec .recent-articals-sec .blog-link{
    display: flex;
    gap: 20px;
}
.blog-page-section .blog-recent-sec .recent-articals-sec .blog-link .article-img{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-page-section .blog-recent-sec .recent-articals-sec .blog-link .artical-text{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-page-section .blog-recent-sec .recent-articals-sec .blog-link .artical-text h4{
    font-size: 20px;
    color: #19562D;
}
.blog-page-section .blog-recent-sec .recent-articals-sec .blog-link .artical-text p{
    font-size: 15px;
    color: #000;
}
.blog-page-section .blog-recent-sec .recent-articals-sec .article-sec{
    padding: 10px 0;
}
.blog-page-section .blog-recent-sec .recent-post{
    padding-right: 40px;
}
.blog-page-section .blog-recent-sec .blog-post .blog-add .blog-post-content{
    padding: 20px;
}
.blog-page-section .blog-recent-sec .blog-post .blog-add .blog-post-content .blog-text{
text-align: center;
padding: 20px 0;
}
.blog-page-section .blog-recent-sec .blog-post .blog-add .blog-post-content .blog-text h4{
    font-size: 24px;
    padding: 0 0 20px;
}
.blog-page-section .blog-recent-sec .blog-post .blog-add .blog-post-content .blog-img img{
    width: 100%;
}
.blog-page-section .blog-recent-sec .blog-post .blog-add .blog-post-content .blog-text .home-page-btn{
    padding: 25px 0 0;
}
.blog-page-section .blog-recent-sec .blog-post .blog-add .blog-post-content .blog-text .home-page-btn .btn-css{
    color: #000;
}
/* mobile menu css */
/* mobile menu css */
.mobile-container {
    margin: auto;
    background-color: #89c74170;
    color: white;
    display: none;
}

.mobile-container .topnav {
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.mobile-container .topnav #myLinks {
    display: none;
    background-color: #89C741;
}

.mobile-container .topnav a {
    color: #000;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.mobile-container .topnav .mobile-logo {
    width: 20%;
    padding: 10px;
}

.mobile-container .topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
    width: 80%;
    display: flex;
    justify-content: right;
    padding: 10px;
}

.mobile-container .topnav a.icon i {
    padding: 0 10px;
}

/* Dropdown styles */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #89C741;
    min-width: 160px;
    z-index: 1;
    margin-left: 10PX;
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}
 /* .mobile-container  .active {
    background-color: #04AA6D;
    color: white;
  } */
/* megamenu css */
.megamenu-link:hover .megamenu-section{
    display: block;
    opacity: 1;
}
.megamenu-section{
    display: none;
    transition:all 0.3s linear;
    animation-duration:1s;
    animation-name:av_fadeInDown;
    opacity: 0;
}
@keyframes av_fadeInDown{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.megamenu-section .tab {
    float: left;
    /* border: 1px solid #ccc; */
    background-color: #89C741;
    width: 30%;
    height: 100%;

}
.megamenu-section .tab button {
    display: block;
    background-color: inherit;
    color: #fff;
    padding: 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1.1px;
}
.megamenu-section .tab button a{
    color: #fff;
    font-size:17px;
}
.megamenu-section .tab button:hover {
    background-color: #D34C02;
    color: #fff;
}
.megamenu-section .tab button.active {
    background-color: #E6203C;
    color: #fff;
}
.megamenu-section .category--content{
    float: left;
    width: 70%;
    height: 100%;
    background-color: #F4F4F4;
    display: flex;
}

.megamenu-section .category--content .category-name{
    padding: 10px;
}


.megamenu-section .tabcontent {
    padding: 0px 12px;
    width: 100%;
    display: none;
}
.megamenu-section .clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.megamenu-css .megamenu-link{
    position: relative;
}
.megamenu-css .megamenu-link i{
    font-weight: 600;
    padding: 0 0 0 10px;
    font-size: 15px;
}
.megamenu-css .megamenu-link .megamenu-section{
    position: absolute;
    top: 47px;
    left: -440px;
    width: 1320px;
    height: 380px;
}
.megamenu-css .megamenu-link .megamenu-section .product-icon{
    display: flex;
    align-items: center;
    padding: 6px 0;
}
.megamenu-css .megamenu-link .megamenu-section .product-icon .icon{
    width: 30%;
}
.megamenu-css .megamenu-link .megamenu-section .product-icon .icon img{
    background: #89c74170;
    border-radius: 50%;
    padding: 5px;
    width: 45px;
    height: 45px;
}
.megamenu-css .megamenu-link .megamenu-section .product-icon .pro-name{
    width: 70%;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.3s linear;
}
.megamenu-css .megamenu-link .megamenu-section .product-icon .pro-name a{
    color: #000;
    font-size:16px;
}
.megamenu-css .megamenu-link .megamenu-section .product-icon:hover .pro-name a{
    color: #E5203C;
    font-weight: 600;
    letter-spacing: 1.1px;
}
/* responsive css */
/* 
@media (min-width: 768px) {
    .container{
        max-width : 800px !important;
    }
}
@media (min-width: 992px){s
    .container{
        max-width : 960px !important;
    }
}

@media (min-width: 1200px){
    .container{
        max-width : 1140px !important;
    }
}
@media (min-width: 1400px){
    .container{
        max-width : 1320px !important;
    }
} */


/* categories css */
.category-page-section .title-section .heading-title span{
    color: #E5203C;
}
.category-page .category-page-section .category-product .pro-img-title-btn{
    box-shadow: 0 0 13px #0000000f;
    padding: 20px 20px 30px;
    height: 100%;
    text-align: center;
}
.category-page .category-page-section .category-product .pro-img-title-btn img{
    background-color: #fcfcfc;
}
.category-page .category-page-section .category-product .pro-img-title-btn h3{
    padding: 10px 0;
    text-transform: capitalize;
}
.category-page .category-page-section .category-product .pro-img-title-btn .home-page-btn{
    padding: 20px 0 0;
}
.category-page .category-page-section .category-product .pro-img-title-btn .home-page-btn .btn-css{
    color: #000;
}
.category-page .category-page-section .category-product .products-display{
    padding: 10px;
}
.category-page-section .home-page-sec{
    padding: 50px 0;
}


/* single pro page css */
.single-product-section .product-details .pro-details .heading-title{
    color: #19562D;
    padding-bottom: 20px;
}

.single-product-section .product-details .pro-details .product-descriptions h4{
    color: #E4213C;
    padding-bottom: 15px;
}
.single-product-section .product-details .pro-details .product-descriptions .specification-point .specification-text{
    padding: 8px 0;
}
.single-product-section .product-details .pro-details .product-descriptions .specification-point .specification-text i{
    padding: 0 10px 0 0;
    color: #89C741;
}
.single-product-section .product-details .pro-details .product-btn{
    display: flex;
    gap: 20px;
    padding: 20px 0 0 0;
}
.single-product-section .product-details{
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
}
.single-product-section .product-details .pro-details .product-btn .btn-css{
    font-size: 18px;
    color: #000;
    padding: 10px 20px;
}

.single-product-section .single-product-content .product-img .pro-img img{
    background-color: #89c7414f;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.single-product-section .pro-specification-sec{
    padding: 60px 0 0 0;
}
.single-product-section .pro-specification-sec h4{
    color: #E6203C;
}
.single-product-section .pro-specification-sec .table-responsive table{
    
    width: 100%;
}
.single-product-section .pro-specification-sec .table-responsive .table-desc{
    padding: 20px 0 0;
}
.single-product-section .pro-specification-sec .table-responsive table th.hdg1{
    background-color: #87C541;
    font-size: 18px;
    padding: 15px ;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1.1px;
}
.single-product-section .pro-specification-sec .table-responsive table td{
    font-size: 17px;
    padding: 15px ;
    background-color: #F4F4F4;
    border: 2px solid #fff;
}
.single-product-section  .home-page-sec{
    padding: 50px 0;
}
.single-product-section .related-pro-sec .premium-pro-sec h3{
    color: #000;
    text-transform: capitalize;
}
.single-product-section .related-pro-sec .premium-pro-sec:hover h3{
    color: #19562D;
}




@media (min-width: 1199px) and (max-width: 1399px) {
    .megamenu-css .megamenu-link .megamenu-section{
        width: 1140px ;
        left:-379px;
    }
}
@media (min-width: 991px) and (max-width: 1199px){
    .megamenu-css .megamenu-link .megamenu-section{
        width: 960px ;
        left:-318px;
    }
}

@media (max-width: 1199px){
    .topbar .email-sec a, .topbar .topbar-content p, .topbar .topbar-content .social-icons a{
        font-size: 13px;
    }
    .logo-content .contact-item h4{
        font-size: 17px;
    }
    .logo-content .contact-item p{
        font-size:14px;
    }
    .banner-slider .img-text .banner-texts h2 {
    font-size: 60px;
}
}


@media (max-width: 991px) {
    .footer-section .copyright-section p, .footer-section .footer-contents .about-content p, .footer-section .footer-contents .page-links ul li a, .footer-section .footer-contents .cont-sec .contact-item p, .footer-section .footer-contents .about-content a{
        font-size: 14px;
    }
    .footer-section .footer-contents .cont-sec h3{
        font-size: 22px;
    }
    .main-section .title-section .heading-title {
        font-size: 40px;
    }
    .banner-slider .img-text .banner-texts h2 {
        font-size: 50px;
    }
    .banner-slider .img-text .banner-texts p{
        font-size: 18px;
    }
    .about-us-section p, .about-us-section .home-page-btn .btn-css{
        font-size: 16px;
    }
    .carousel-wrap .slick-prev{
        left: 54%;
    }
    .carousel-wrap .slick-next{
        left: 42%;
    }
    .product-cat-section .tab-btn{
        flex-direction: column;
        gap: 10px;
    }
    .product-cat-section .tab-btn .tablink{
        width: 100%;
        padding: 8px 10px;
        font-size: 17px;
    }
    .banner-extra-section .banner-overlay .banner-content h2 {
        font-size: 40px;
    }
    .banner-extra-section .banner-overlay .banner-content P {
        font-size: 25px;
        padding: 10px 0;
    }
    .banner-extra-section .banner-overlay {
        padding: 70px 0;
    }
    .category-sec-display .common-content .cat-banner-content .content-sec .content-btn h3, .category-section .category-content .cat-content .content-btn h3{
        font-size:22px;
    }
    .home-page-btn .btn-css{
        padding: 6px 15px;
        font-size: 15px;
    }
    .category-section .category-content .category-display .cat-banner-content .content-sec .content-btn h3{
        font-size:28px;
    }
    .category-section .category-content .category-display .cat-banner-content .content-sec .content-btn p{
        font-size:17px;
    }
    .category-section .category-content .category-display .cat-banner-content .content-sec{
        padding: 20px;
    }
    .mobile-container{
        display: block;
    }
    .header-section{
        display: none;
    }
    .all-pages-banner .img-text img{
        height: 280px;
        object-fit: cover;
    }   
    .all-pages-banner .banner-texts h1{
        font-size: 40px;
        padding: 0 0 10px;
    }
    .all-pages-banner .banner-texts ul{
        padding: 5px 25px !important;
    }
    .all-pages-banner .banner-texts ul li, .all-pages-banner .banner-texts ul li a{
        font-size: 17px;
    }
    .blog-page-section .blog-recent-sec .blog-post .blog-add .blog-post-content{
        padding: 10px;
    }
    .blog-page-section .blog-recent-sec .blog-post .blog-add .blog-post-content .blog-text h4{
        font-size: 20px;
    }
    .blog-page-section .blog-recent-sec .blog-post .blog-add .blog-post-content .blog-text p{
        font-size: 15px;
    }
    .blog-page-section .blog-recent-sec .recent-articals-sec .blog-link .artical-text h4{
        font-size: 16px;
    }
    .blog-page-section .blog-recent-sec .recent-articals-sec .blog-link .artical-text p{
        font-size: 13px;
    }
    .blog-page-section .blog-recent-sec .recent-post{
        padding-right:20px ;
    }
    .contact-page-section .contact-details-icon-content .contact-details .contact-item i{
        font-size:20px;
        width: 55px;
        height: 55px;
    }
    .contact-page-section .contact-details-icon-content .contact-details .contact-item{
        padding: 15px;
    }
    .contact-page-section .contact-form-content .contact-form .contact-btn .contact-btn-deta{
        padding: 8px 40px;
        font-size: 16px;
    }
    .contact-page-section .contact-form-content .contact-form{
        padding: 20px;
    }
    .contact-page-section .contact-form-content .contact-form .form-group{
        margin-bottom: 20px;
    }
    .team-section .team-members .team-member-details{
        padding: 10px;
    }
    .about-page-section .product-related-content .page-title-section .heading-title, .about-page-section .about-us-sec .page-title-section .heading-title{
        font-size:30px;
    }
    .about-page-section .about-text-content .about-txt p{
        font-size: 16px;
        line-height: 25px;
    }
    .about-page-section .why-choose-sec .why-choose-points .why-choose-cont .whychoose-text p{
        font-size: 15px;
    }

    .about-page-section .why-choose-sec{
        margin: 50px 0 0;
    }
    .about-page-section .why-choose-sec .why-choose-points .why-choose-cont{
        padding: 10px;
    }
    .single-product-section .product-details .pro-details .heading-title{
        padding-bottom:10px ;
    }
    .single-product-section .product-details .pro-details .product-descriptions h4{
        padding-bottom: 6px;
        font-size: 22px;
    }
    .single-product-section .product-details .pro-details .product-btn{
        padding: 20px 0 0;
        gap: 10px;
    }
    .single-product-section .product-details .pro-details .product-btn .btn-css{
        font-size: 15px;
         padding: 8px 16px;
    }
    .single-product-section .product-details .pro-details .specification-point{
        margin-bottom: 0 !important;
    }
    .single-product-section .product-details .pro-details .product-descriptions .specification-point .specification-text{
        padding: 5px 0;
        font-size: 15px;
    }
    .single-product-section .pro-specification-sec .table-responsive table th.hdg1{
        font-size: 16px;
    }
   .single-product-section .pro-specification-sec .table-responsive table td{
    font-size: 15px;
    }
    .single-product-section .product-details{
        padding: 0 0 0 20px;
    }
    .single-product-section .pro-specification-sec{
        padding: 40px 0 0;
    }
}

@media (max-width: 767px){
    .footer-section .footer-contents .cont-sec{
        padding-bottom: 10px;
    }
    .footer-section .footer-contents .cont-sec h3{
        padding-bottom:10px;
    }
    .footer-section{
        padding-top: 20px;
    }
    .footer-section .copyright-section .copyright-sec p{
        text-align: center;
    }
    .banner-slider .img-text .banner-texts h2 {
        font-size: 40px;
    }
    .banner-slider .img-text .banner-texts p{
        font-size: 16px;
    }
    .category-section .category-content .category-display{
        padding: 10px;
    }
    .category-section .category-content{
        padding: 0;
    }
    .banner-extra-section .banner-overlay .banner-content h2{
        width: 80%;
        font-size: 30px;
    }
    .banner-extra-section .banner-overlay .banner-content P {
        font-size: 18px;
        padding: 10px 0;
    }
    .banner-extra-section .banner-overlay .banner-content .banner-btn{
        gap: 15px;
        padding: 15px 0 0 ;
    }
    .banner-extra-section .banner-overlay .banner-content .banner-btn .btn-css{
        padding:8px 16px;
    }
    .banner-extra-section .banner-overlay{
        padding: 40px 0 50px;
    }
    .category-sec-display .cat-content, .category-sec-display .categories-content{
        width: 100%;
        padding: 5px;
    }
    .category-sec-display .categories-content .cat-display{
        padding: 10px;
    }
    .blog-page-section .blog-recent-sec{
        display: flex;
        flex-direction: column-reverse;
    }
    .blog-page-section .blog-recent-sec .recent-post{
        padding: 20px;
    }
    .contact-page-section .contact-details-icon-content .contact-details{
        padding: 10px;
    }
    .contact-page-section .contact-details-icon-content{
        padding: 0 0 30px;
    }
    .about-page-section .about-img-content .about-content .about-text-content{
        padding: 0 0 20px;
    }
    .about-page-section .about-product-section .product-related-content{
        padding: 0 0 40px;
    }
    .about-page-section .about-product-section .about-content-second{
        display: flex;
    flex-direction: column-reverse;
    }
    .about-page-section .product-related-content .page-title-section .heading-title, .about-page-section .about-us-sec .page-title-section .heading-title{
        text-align: center;
    }
    .about-page-section .why-choose-sec{
        margin: 30px 0 0;
    }
    .about-page-section .why-choose-sec .why-choose-points .why-choose-cont .whychoose-text h4{
        font-size: 20px;
    }
    .single-product-section .product-details{
        padding: 30px 15px 15px;
    }
    .single-product-section .home-page-sec{
        padding: 40px 0 20px;
    }
    .packaging-section .packaging-banner .img-text{
        padding: 10px;
    }
    .blog-section .blog-post-sec .blog-text-content{
        text-align: center;
    }
}
@media (max-width: 575px)
{
    .banner-slider .img-text .banner-texts h2 {
        font-size: 30px;
    }
    .banner-slider .img-text .banner-texts p{
        font-size: 13px;
    }
    .main-section .title-section .heading-title{
        font-size:30px;
    }
    .banner-extra-section .banner-overlay .banner-content h2{
        width: 80%;
        font-size: 25px;
    }
    .banner-extra-section .banner-overlay .banner-content P {
        font-size: 16px;
        padding: 10px 0;
    }
    .banner-extra-section .banner-overlay .banner-content .banner-btn{
        gap: 15px;
        padding: 15px 0 0 ;
    }
    .banner-extra-section .banner-overlay .banner-content .banner-btn .btn-css{
        padding:8px 16px;
    }
    .banner-extra-section .banner-overlay{
        padding: 30px 0 40px;
    }
    .carousel-wrap .slick-prev{
        left: 56%;
    }
    .carousel-wrap .slick-next{
        left: 40%;
    }
    .all-pages-banner .img-text img{
        height: 230px;
        object-fit: cover;
    }   
    .all-pages-banner .banner-texts h1{
        font-size: 35px;
        padding: 0 0 10px;
    }
    .all-pages-banner .banner-texts ul{
        padding: 5px 15px !important;
        gap:5px;
    }
    .all-pages-banner .banner-texts ul li, .all-pages-banner .banner-texts ul li a{
        font-size: 15px;
    }
    .all-pages-banner .banner-texts ul li i{
        padding-right: 8px;
    }
    .contact-page-section .contact-form-content .contact-form{
        padding: 10px;
    }
    .contact-page-section .contact-form-content .contact-form .form-group .form-control{
        padding: 5px 5px 5px 35px;
        font-size: 15px;
    }
    .contact-page-section .contact-form-content .contact-form .form-group i{
        top: 10px;
    }
    .about-page-section .product-related-content .page-title-section .heading-title, .about-page-section .about-us-sec .page-title-section .heading-title{
        font-size: 25px;
    }
    .mobile-container .topnav a.icon{
        top: 25px;
    }
    .banner-slider-wrap .slick-arrow{
        padding: 2px;
    width: 30px;
    height: 30px;
    }
    .home-page-sec{
        padding: 30px 0 0;
    }
    .about-us-section .home-page-btn{
        padding: 20px 0 0;
    }
}

@media (max-width: 450px)
{
    .carousel-wrap .slick-prev{
        left: 55%;
    }
    .carousel-wrap .slick-next{
        left: 35%;
    }
    .mobile-container .topnav a.icon{
        top: 15px;
    }
    .banner-slider .img-text .banner-texts h2{
        font-size: 22px;
        padding: 0 0 5px;
    }
    .banner-slider .img-text .banner-texts p{
        font-size:13px;
        padding: 0;
        line-height: 15px;
    }
}