﻿

html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

* {
    font-family: system-ui;
}

i.fa-brands.fa-facebook-f:before {
    content:"";
}

div#mobile_only_nav {
    width: 26%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*#zoomContainer{
    display:none!important;
}
*/
/*#zoomContainer{
    height:400px!important;
    width:570px!important;
}*/
.zoom-container {
}
    .zoom-container img {
        width: 700px !important;
        
    }
.mobileMenuList {
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background-color: #76bf59;
    z-index: 9999;
    overflow: hidden;
    -webkit-box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, .08);
    box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, .08);
    display: none;
}

    .mobileMenuList ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 92%;
        margin: auto;
    }

        .mobileMenuList ul li, .mobileMenuList ul li a {
            text-align: -webkit-center;
        }

            .mobileMenuList ul li img {
                display: block;
                cursor: pointer;
            }

            .mobileMenuList ul li span {
                color: #fff;
            }


:root {
    --orange-bg-color: #d55c27;
    --blue-bg-color: #174791;
}

button.btn.deal-button {
    background: #41cb014f;
}

    button.btn.deal-button:focus {
        outline: none;
        box-shadow: none;
    }

.modal_popup {
    width: 100%;
    height: 100%;
    background: #000;
}

._show_modal_ .modal-header {
    background: #317c14;
    padding: 10px;
    align-items: center;
}

.bg_container {
    background-image: url(/content/images/newaletter_new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 210px;
    border-radius: 12px;
    padding: 20px 10px;
}

    .bg_container h2 {
        color: #fff;
        font-size: 23px;
        letter-spacing: .3px;
        margin: 0px;
        line-height: 40px;
    }

    .bg_container p {
        font-size: 16px;
        color: #ffffff;
        margin: 0px;
        line-height: 22px;
    }

.d_flx {
    display: flex;
}

.bg_container input {
    width: 45%;
    height: 47px;
    border-radius: 6px;
    border: none;
    padding: 0px 0px 0px 12px;
    margin: 31px 10px 0px;
}

    .bg_container input:focus {
        outline: none;
    }

.bg_container button {
    background: #10570f;
    color: #fff;
    border: none;
    border-radius: 7px;
    height: 43px;
    margin: 33px 0px 0px -123px;
    padding: 10px 30px;
}

.bottom-review .card {
    border: none;
    border-radius: 5px;
    padding: 25px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
    height: 146px;
}

    .bottom-review .card span {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
        color: #10570f;
        letter-spacing: .2px;
    }

.left-content-btm {
    position: relative;
    width: 74%;
}

.right-content-btm {
    position: absolute;
    right: 10px;
    top: 30%;
}

.bottom-review {
    width: 100%;
    height: auto;
    padding: 40px 0px;
}




.about-us-section {
    padding: 50px 0;
}

    .about-us-section .about-img img {
        border: 2px solid #dbdbdb;
        padding: 5px;
    }

    .about-us-section .about-img {
        width: 88%;
        margin: 0 auto;
        display: block;
    }

    .about-us-section .about-text a {
        background-color: var(--orange-bg-color);
        color: white;
        padding: 9px 27px;
        border-radius: 26px;
        font-weight: 500;
        float: right;
        text-transform: uppercase;
        font-size: 15px;
    }

    .about-us-section .about-text h3 {
        margin-bottom: 10px;
        font-size: 30px;
        font-weight: 500;
    }

    .about-us-section .about-text p {
        margin-bottom: 6px;
        text-align: justify;
        font-size: 15px;
        color: #333;
    }

section.news_info {
    display: none !important;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Public Sans", sans-serif !important;
    color: #212121;
    padding-top: 0px;
}

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

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #212121;
}

a {
    color: #212121;
    text-decoration: none;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1781b4;
    outline: 0;
    box-shadow: none;
}

.line-brack2::after {
    background: #fff !important;
}

.container-fluid {
    width: 100%;
    margin: 0px auto;
    max-width: calc(100vw - 10%);
}



::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #c1c0c0;
    border-radius: 30px;
}

::-webkit-scrollbar-track {
    border-radius: 30px;
}

.mad-page-wrapper {
    /* background: #0c2e03;*/
    margin: 0 auto;
    /*  padding: 24px 60px 30px 60px;*/
    height: 100%;
    background: #F2F3F7
}

button.mad-back-to-top.animated.stealthy {
    display: none;
}
/* ----------------------------------------
        Preloader
    ---------------------------------------- */

.mad-preloader-circle,
.mad-preloader {
    position: fixed;
    width: 260vw;
    height: 260vw;
    margin-left: -130vw;
    margin-top: -130vw;
    background-color: #fff;
    z-index: 50;
    border-radius: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-preloader-circle {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.mad-preloader {
    left: 50%;
    top: 50%;
}

    .mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

.mad-preloader-circle--appearing {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* ----------------------------------------
        Critical full screen message
    ---------------------------------------- */

/* ============================top header section css by Nadeem=============================== */
header.header-section {
    width: 100%;
    height: auto;
    background: #fff;
    /*border-bottom: 1px solid #ccc;*/
    transition: all .5s ease;
    padding: 10px 0px;
}

    header.header-section.fixed {
        position: fixed;
        top: 0;
        z-index: 99;
        height: 104px;
        box-shadow: 2px 1px 4px #999;
        width: 100%;
        transition: all .5s ease;
    }

.mini-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartconting-nuber {
    background: #3fa53b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inherit;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -5px;
    right: 25px;
    font-size: 14px;
}

li.cartconting {
    position: relative;
}


ul.ui-autocomplete.ui-menu {
    position: absolute;
    top: 67px;
    left: 42%;
    transform: translate(-50%, 0%);
    width: 43% !important;
    background: white;
    border: 0px;
}

li.ui-menu-item {
    padding: 8px 10px 8px 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #00000029;
}

    li.ui-menu-item a.ui-corner-all {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 10px 15px 10px 30px;
        position: relative;
    }

        li.ui-menu-item a.ui-corner-all:before {
            content: "\f002";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            color: #424242;
            position: absolute;
            top: 12px;
            font-size: 12px;
            left: 10px;
            z-index: 99;
        }

        li.ui-menu-item a.ui-corner-all:hover {
            background: #efefef;
            cursor: pointer;
            border-radius: 0px;
        }

.header-section.fixed img.logo_imgs {
    width: 80%;
    height: auto;
    transition: all .3s ease;
    padding: 8px 0px;
}

div#menuSlot {
    float: right;
    margin-left: 25%;
}

.mini-header .header-logo.header-same img {
    width: 80%;
}

.header-search.header-same {
    width: 54%;
    position: relative;
}

.search-container {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.search-icon.select {
    margin: 0px 10px 0px 0px;
}

    .search-icon.select select.form-control {
        width: auto;
        border-radius: 3px;
        background: #ffffff;
        border: 0px;
        height: 47px;
        font-size: 17px;
        color: #0c5808;
        /*text-align: center;*/
        /*border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;*/
        letter-spacing: .3px;
        border: 1px solid #ddd;
    }

.search-container input.form-control {
    height: 47px;
    width: 100%;
    background: #ffffff;
    font-size: 14px !important;
    border: 1px solid #ccc;
    /*border-radius: 0px 22px 22px 0px;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;*/
}

.toggleSearchBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggleSearchBoxMain {
    width: 100%;
    display: none;
}

.search-icon i {
    font-size: 22px;
    padding: 9px 15px;
    height: 47px;
    width: 47px;
    color: #212529;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    cursor: pointer;
}

.right-side svg {
    margin: 0px 12px;
    padding: 6px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

    .right-side svg:focus {
        outline: none;
        box-shadow: none !important;
    }

    .right-side svg:hover {
        background: #41cb014f;
        border-radius: 5px;
    }

.header-menu.header-same ul {
    display: flex;
    margin: 0px;
    align-items: center;
}

.header-menu.header-same i {
    display: block;
    width: auto;
    text-align: center;
}

.header-menu.header-same ul li {
    margin-right: 13px;
}

.search_icon {
    text-align: center;
    display: none;
}

    .search_icon img {
        width: auto;
        margin: 0;
    }

/* ======================****Menu header section css by Nadeem*=========================== */

header.header-sec-menu {
    background: #fff;
    padding: 12px 0px;
}

ul.navbar-nav.headerSlot li.nav-item {
    margin-right: 10px;
    position: relative;
}

    ul.navbar-nav.headerSlot li.nav-item a.nav-link {
        color: #414141;
        font-size: 16px;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        padding: 10px 12px;
        font-family: "Public Sans", sans-serif;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: .2px;
    }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
            background-color: #76bf59;
            color: #ffffff;
            border-radius: 11px;
        }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link i {
            font-size: 20px;
        }

li.nav-item.category-left.actve {
    background-color: #76bf59;
    border-radius: 5px;
}

    li.nav-item.category-left.actve .fst {
        color: #fff !important;
        font-size: 18px !important;
    }

.display_ph {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 20px;
    height: 46px;
}

    .display_ph svg {
        color: #fff;
    }


.mobole-active {
    display: none;
}

.category-menu {
    background: #ffffff;
    padding: 15px;
    /*    border-top: 3px solid #115b10;*/
    width: 212px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 0px 0px 0px;
    position: absolute;
    left: 0;
    display: none;
    z-index: 9;
    margin-top: 15px;
    border-radius: 10px;
}

.widthImg {
    width: 800px;
    left: -438px;
    height: auto;
    max-height: 642px;
}

.col-lg-4.col-md-6.col-sm-12 .card_product {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

    .col-lg-4.col-md-6.col-sm-12 .card_product .image_slott img {
        width: 100%;
    }

.newRow .dropdown-item {
    color: #414141;
    font-size: 15px;
    position: relative;
    transition: all 0.5s ease 0s;
    padding: 10px 12px 10px 0px;
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    letter-spacing: .2px;
    cursor: pointer !important;
}

    .newRow .dropdown-item:hover {
        text-decoration: none;
    }

    .newRow .dropdown-item::after {
        content: "";
        position: absolute;
        width: 0;
        height: 4px;
        bottom: 0px;
        left: 0;
        background-color: #13870c;
        opacity: .3;
        border-radius: 50px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: -1;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent !important;
}

.newRow .dropdown-item:hover::after {
    width: 40%;
}

.newRow .dropdown-header {
    color: #000;
    padding: 0;
    font-size: 16px;
    position: relative;
    margin: 10px 0px;
}

    .newRow .dropdown-header a:hover {
        text-decoration: none;
    }

    .newRow .dropdown-header a {
        color: #000 !important;
    }

.newRow .last {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 10px 0px 0px 0px;
    border-radius: 5px;
    max-height: 80%;
}
/*.fixedScroll {
    overflow: scroll;
    height: 500px;
    overflow-x: hidden;
}

.fixedScroll::-webkit-scrollbar {
    width: 1px;
}

.fixedScroll::-webkit-scrollbar-thumb {
    background: #eaeaea;
}

    .category-menu.Productmenu {
        width: 100%;
    }*/

/*ul.navbar-nav.headerSlot li.nav-item:hover .category-menu {
    transition: all .4s ease-in-out;
    display: block;
    margin-top: 0;
    transition-duration: 1s;
    z-index: 999;
}*/


ul.category-menu-list li a {
    /*font-size: 16px;
    margin-bottom: 5px;
    padding: 6px 10px 6px 20px;
    display: inherit;
    width: 100%;
    color: #7a7a7a;
    font-family: 'Nunito', sans-serif;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;*/
    color: #414141;
    font-size: 15px;
    position: relative;
    transition: all 0.5s ease 0s;
    padding: 10px 20px;
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: .2px;
    cursor: pointer !important;
}

.categoryListLeft h6 {
    color: #414141;
    font-size: 15px;
    position: relative;
    transition: all 0.5s ease 0s;
    padding: 10px 20px;
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: .2px;
    cursor: pointer !important;
}

    .categoryListLeft h6:before {
        content: "\f06c";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #6c6767;
        position: absolute;
        top: 11px;
        font-size: 17px;
        left: -6px;
        z-index: 99;
    }

ul.category-menu-list li a:hover {
    text-decoration: none;
}

ul.category-menu-list li a:before {
    content: "\f06c";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #6c6767;
    position: absolute;
    top: 11px;
    font-size: 17px;
    left: -6px;
    z-index: 99;
}

ul.Subcategory-menu-list.sub-menu.all_categ_first {
    width: 268px;
    height: 200px;
    overflow: scroll;
    border-radius: 5px;
    top: 0px;
    background: #fff;
    box-shadow: 1px 5px 6px #ddd;
    left: 219px;
    border: none;
}

ul.Subcategory-menu-list.sub-menu.all_categ_first_second {
    width: 268px;
    height: 200px;
    overflow: scroll;
    border-radius: 5px;
    top: -57px;
    left: 219px;
    background: #fff;
    box-shadow: 1px 5px 6px #ddd;
    border: none;
}
/*    ul.category-menu-list li a:after {
        content: "\f0da";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #7a7a7a;
        position: absolute;
        top: 8px;
        font-size: 14px;
        right: 3px;
        z-index: 99;
    }*/


.header-submenu a {
    margin: 16px 0px;
    font-weight: 400;
    color: #3fa53b;
    border-bottom: 1px dashed #a5a5a5;
    padding-bottom: 2px;
    font-size: 16px;
    text-transform: uppercase;
    display: inherit;
}

ul.category-menu-list li a:hover {
    color: #212529;
}


ul.category-menu-list li {
    position: relative;
}

ul.Subcategory-menu-list {
    background: #f2f2f2;
    padding: 15px;
    border-top: 3px solid #116fa3;
    width: 100%;
    box-shadow: none;
    margin: 0px 0px 0px;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    left: 210px;
    top: 5px;
    transform: scaleY(0);
    opacity: 0;
    z-index: 9;
}

ul.category-menu-list li:hover ul.Subcategory-menu-list {
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s ease 0s;
}

ul.Subcategory-menu-list li a:before {
    content: "\f192";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #7a7a7a;
    position: absolute;
    top: 8px;
    font-size: 14px;
    left: 3px;
    z-index: 99;
}

.Subcategory-righticon {
    float: right;
}
/* ======================****custon button css by Nadeem*=========================== */
.submit_btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: #161f4b;
    text-align: center;
    line-height: 40px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
}

    .submit_btn:hover {
        transform: scale(0.9);
        transition-duration: 0.6s;
        cursor: pointer;
        background: #198117;
    }

.cancel_btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: #212121;
    text-align: center;
    line-height: 40px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
}

    .cancel_btn:hover {
        transform: scale(0.9);
        transition-duration: 0.6s;
        cursor: pointer;
    }


/* ======================*footer section css by Nadeem*=========================== */
button.mad-back-to-top.animated.zoomIn.mad-inview {
    display: none;
}

footer.footer-section {
    /*background: #f7f7f7;*/
    padding: 0px;
    background: #f8f8f8 url(../images/footer-bg.png);
    position: relative;
    overflow: hidden;
}

.logo_sec p {
    color: #fff;
    line-height: 25px;
    padding-top: 40px;
}

h3.header_txt {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 10px;
    position: relative;
}

    h3.header_txt:after {
        position: absolute;
        width: 80%;
        height: 3px;
        background: red;
    }

.line-brack2 {
    padding: 0px 0px 0px;
    margin-bottom: 17px;
    width: 90%;
    position: relative;
}

.my-css {
    padding-left: 40px !important;
}


.footer-box li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
    color: #000;
    font-size: 14px;
}

    .footer-box li a {
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        transition-duration: 0.6s;
        position: relative;
    }

        .footer-box li a::before {
            content: "";
            position: absolute;
            width: 0;
            height: 2px;
            left: 0;
            bottom: 0;
            background-color: red;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .footer-box li a::after {
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            left: 0;
            background-color: var(--theme-color);
            border-radius: 100%;
            opacity: 0;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .footer-box li a:hover {
            color: #bdbdbd;
            padding-left: 10px;
        }

.fa_icon {
    padding-right: 10px;
}

footer::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('https://themes.pixelstrap.com/fastkart/assets/images/vegetable/footer-shape.png');
    background-repeat: no-repeat;
    z-index: -1;
}

.footer-box li .form-control {
    background: no-repeat;
    border: 2px solid #000;
    color: #000 !important;
    border-radius: 0px;
    font-size: 14px;
    height: 42px;
    width: 100%;
    border-radius: 30px;
}

    .footer-box li .form-control::placeholder {
        color: #fff;
    }

.service-contain .service-box + .service-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    border: 1px dashed #c1c1c1;
    left: -11%;
}

.service-contain {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

    .service-contain .service-box {
        width: 50%;
        margin-bottom: 15px;
    }

    .service-contain .service-box {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        position: relative;
    }

        .service-contain .service-box .service-detail h5 {
            font-weight: 500;
            color: #222;
            font-size: 15px;
            padding-left: 20px;
        }

footer .main-footer {
    border-top: 1px dashed #c1c1c1;
    padding: 40px 0px 0px 0px;
}

    footer .main-footer .theme-logo img {
        width: 39%;
        margin: 0px 0px 10px 0px;
        display:none;
    }

    footer .main-footer .address li a {
        margin: 0 0 0 10px;
        color: #4a5568;
        line-height: 18px;
        font-size: calc(14px + 2*(100vw - 320px)/1600);
        font-weight: 700;
    }

    footer .main-footer .address li .feather {
        width: 27px;
        height: 27px;
        stroke: #4a5568;
    }

    footer .main-footer .address li a:hover {
        text-decoration: none;
    }

    footer .main-footer .footer-title h4 {
        font-size: 18px;
        font-weight: 500;
    }

    footer .main-footer .footer-contain ul li a {
        display: inline-block;
        position: relative;
        color: #4a5568;
        font-weight: 400;
    }

    footer .main-footer .footer-contain ul li + li {
        margin-top: 7px;
    }

    footer .main-footer .footer-contact ul li .footer-number .feather {
        width: 40px;
        height: 24px;
        stroke: #4a5568;
    }

    .footer-contact li:nth-child(2) {
        float: left;
        /*margin-left: -218px;*/
    }

    footer .main-footer .footer-contact ul li .footer-number {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        -webkit-box-align: start;
        align-items: flex-start;
    }

        footer .main-footer .footer-contact ul li .footer-number .contact-number h5 {
            margin-top: 6px;
            font-weight: 500;
            color: #222;
            font-size: 15px;
        }

    footer .main-footer .footer-contact .text-content {
        font-size: 13px;
        color: #5a5a5a;
    }

.playsIcon {
    display: flex;
    justify-content: space-between;
}

footer .main-footer .footer-contain ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    left: 0;
    background-color: #0da487;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .main-footer .footer-contain ul li:hover a {
    color: #0da487;
    margin-left: 7px;
    transition: all .3s ease-in-out;
}

.submitbtn {
    width: 100%;
    height: 42px;
    background: #ffffff;
    border-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #115b10;
    border: 2px solid #fff;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
    outline: none;
    margin-top: 10px;
    letter-spacing: .3px;
    border-radius: 20px;
}

.footer_bottom {
    text-align: center;
    background: #f8f8f8;
    padding: 0px;
    border-top: 1px solid #ffffff61;
}

.f-bootom {
    color: #212529;
    font-size: 14px;
}

.gotop a {
    font-size: 14px;
    float: right;
    color: #fff;
}

    .gotop a i {
        width: 30px;
        height: 30px;
        line-height: 29px;
        border-radius: 50%;
        background: var(--orange-bg-color);
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-left: 10px;
        transition: all .3s ease;
    }

    .gotop a:hover i {
        background: #212121;
        color: #fff;
        transition: all .3s ease;
    }

section.scrollicon-fixed.fixed {
    display: block;
}

section.scrollicon-fixed {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 999;
    transition: all .5s ease;
    display: none;
}

.scroll_sec ul li a {
    font-size: 24px;
    background: #FF0000;
    padding: 7px 18px;
    color: #fff;
    transition: all .5s ease;
}

.scroll_sec ul li {
    margin-bottom: 20px;
    position: relative;
    transition: all .5s ease;
}

    .scroll_sec ul li a i {
        width: 20px;
    }

.overlay_icon {
    font-size: 18px;
    position: absolute;
    top: -6px;
    left: 75px;
    background: #3b5998;
    padding: 0 15px;
    height: 47px;
    line-height: 45px;
    width: 111px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    /* display: none; */
    transition: all .5s ease;
}

.scroll_sec ul li:hover .overlay_icon {
    left: -110px;
    transition: all .5s ease;
    cursor: pointer;
}

.overlay_icon.whatsapp {
    background: #40d366;
}

.overlay_icon.googles {
    background: #FF0000;
}

.overlay_icon.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}


/* ======================*home slider section css by Nadeem*=========================== */
.nivo-controlNav {
    display: none;
}

.nivo-directionNav a.nivo-prevNav, a.nivo-nextNav {
    background: #124072;
    width: 40px;
    height: 40px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}


ul.slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 21px;
    right: 2px;
    left: 42%;
    background: rgb(4 4 4 / 36%);
    width: 212px;
    height: 0;
    padding: 10px 0px;
    border-radius: 30px;
    text-align: center;
}

.leftS p {
    color: #333;
    font-size: 15px;
    margin-top: 4px;
    line-height: 23px;
}

.rightS img {
    /* width: 70px; */
    max-height: 48px;
}

.rightS {
    margin: 0px 0px 0px;
    position: absolute;
    top: 40px;
    right: 25px;
    color: #000;
}

.PerksSlot {
    background: #fff;
    /* margin-bottom: 30px; */
    position: relative;
    border: 1px dotted #ff9934;
    border-radius: 4px;
    padding: 18px 14px;
    transition: .3s linear;
    height: 140px;
    box-shadow: 0px 0px 8px #ccc;
}

.leftS span {
    font-size: 17px;
    color: #ff9934;
    font-weight: 600;
    margin: 0px;
}

.leftS {
    width: 169px;
}

.top_categories {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}

.container-fluid {
    width: 100%;
    margin: 0px auto;
    max-width: calc(100vw - 10%);
}

.companyAbout {
    max-width: calc(100vw - 10%);
    margin: auto;
    padding: 30px;
    background: #fff;
}

.videoDiv iframe {
    width: 100%;
}

ul.slick-dots li button {
    padding: 0px;
    border: 0;
    margin-right: 10px;
    background: #fff;
    font-size: 0;
    height: 10px;
    width: 10px;
    position: relative;
    top: -4px;
    left: 55px;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #ff0000;
}



button.slick-arrow, button.slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 1;
    width: 45px;
    background: none;
    height: 58px;
    border-radius: 0px 5px 5px 0px;
    border-style: none;
}

button.slick-next.slick-arrow {
    right: 0px;
    left: auto;
}

ul.navbar-nav.headerSlot li.nav-item a.nav-link::before {
    background: var(--blue-bg-color);
}

button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: var(--orange-bg-color);
    position: absolute;
    top: 11px;
    font-size: 50px;
    left: 3px;
}

button.slick-next.slick-arrow:before {
    content: "\f105";
}

/* ======================*home about us section css by Nadeem*=========================== */

.aboutus-imgs img {
    width: 100%;
}

.aboutus h4 {
    font-size: 35px;
    text-transform: uppercase;
}

p.lead {
    margin: 5px 0px 15px;
    line-height: 33px;
}

.readmore {
    text-align: right;
    margin-top: 20px;
}

.aboutus {
    padding-top: 20px;
}

section.companyAbout {
    /* background: #f1f1f1;*/
    /*  padding: 80px 0;*/
}

    section.companyAbout.silarpro {
        margin: 20px auto 0px;
        padding: 30px 0px 0px;
    }

.aboutInfo_imgs {
    position: relative;
}

.dot-shape-bottom {
    position: absolute;
    bottom: 25px;
    left: auto;
    right: 21px;
    z-index: -1;
    display: none;
}

    .dot-shape-bottom img {
        width: 100%;
    }

.aboutInfo_content {
    padding-right: 40px;
}

    .aboutInfo_content p {
        font-size: 16px;
        text-align: justify;
        margin-bottom: 5px;
    }

.legal-certificate .img-box {
    border: 7px dotted #fff;
    height: 800px;
    background-color: var(--blue-bg-color);
}

    .legal-certificate .img-box img {
        width: 100%;
        height: 100%;
    }

.legal-certificate {
    padding: 50px 0;
}

.aboutInfo_content h3 {
    font-size: 30px;
    margin: 0px 0px 10px;
    font-weight: 600;
}

.choose_header {
    text-align: center;
}

    .choose_header h3 {
        position: relative;
        font-size: 40px;
        color: #212121;
        padding: 0;
        display: inline-block;
        margin-bottom: 0;
        text-transform: capitalize;
        /* border-bottom: 1px solid #f1f1f1;*/
    }

    /*  .choose_header h3:before {
            position: absolute;
            content: '';
            left: 50%;
            bottom: -24px;
            width: 29px;
            height: 30px;
            margin-left: -15px;
            background: url(../images/separater.png) no-repeat;
        }

        .choose_header h3:after {
            position: absolute;
            content: '';
            left: 50%;
            bottom: -9px;
            margin-left: -9px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #3fa53b;
        }*/

    .choose_header h6 {
        font-size: 18px;
        color: var(--blue-bg-color);
    }

    .choose_header h3 span {
        color: var(--blue-bg-color);
    }

.indexmiddle {
    text-align: center;
}

    .indexmiddle img {
        width: 100%;
    }

    .indexmiddle h4 {
        font-size: 22px;
        margin: 10px 0px 0px;
    }

.indexleft {
    margin: 80px 0px 0px;
    text-align: right;
}

    .indexleft h3 {
        font-size: 22px;
        color: #3fa53b;
    }

/* ======================*home Products section css by Nadeem*=========================== */

section.product-slider {
    max-width: calc(100vw - 10%);
    margin: 0px auto;
    padding: 35px 15px 0px 15px;
    background: #fff;
}

.product_imgs img.img-fluid {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    transition: transform 4s ease-out,opacity .25s ease-out;
}

.product_box:hover .product_imgs img {
    transform: scale(1.2);
    transition: transform 4s ease-out,opacity .25s ease-out;
}

.product_imgs {
    position: relative;
    background: #c4c4c4;
    overflow: hidden;
    height: 270px;
}

.product_imgs_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
}

.product_box img {
    width: 100%;
    height: 238px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.imageSection {
    position: relative;
}

.product_imgs_hover img {
    max-width: 100%;
    max-height: 100%;
}

.product_imgs:hover .product_imgs_hover {
    opacity: 1;
}
/*.owl-nav.disabled {
    display: block !important;
}*/

section.product-category-list .product_box {
    margin-bottom: 30px;
    border-radius: 10px;
}

    section.product-category-list .product_box:hover {
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }

.product_box {
    background: #f1f1f1;
    /* border: 1px solid #ccc; */
    border-radius: 12px;
    /* margin-bottom: 30px; */ height: 330px;
}

.dflx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.product-category-list .product_box {
    margin-bottom: 30px;
}

.product-cart {
    position: relative;
    cursor: pointer;
}

    .product-cart i {
        width: 35px;
        height: 35px;
        background: #115b10;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        position: relative;
        overflow: hidden;
    }

label.filter-popup {
    background: #115b10;
    width: 0;
    height: 35px;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    padding: 0px 0px 0px 13px;
    opacity: 0;
}

.product-cart:hover label.filter-popup {
    width: 130px;
    opacity: 1;
    right: -110px;
    transition: all 0.5s ease;
    text-align: center;
}

.product_info_mrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 5px 0px;
}

    .product_info_mrp a {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }

        .product_info_mrp a:hover {
            color: #d0a923;
        }

.imageSection .product-option {
    cursor: pointer;
    opacity: 0;
    top: 105px;
    left: 40px;
    position: absolute;
    width: 70%;
    height: 50px;
    padding: 10px 5px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, .12);
    box-shadow: 0 0 8px rgba(34, 34, 34, .12);
    /* opacity: 0; */
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 320px;
    gap: 27px;
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
    background: #fff;
}

    .imageSection .product-option i {
        padding: 2px 3px;
        width: 34px;
        height: 34px;
        background: #115b10;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

.imageSection:hover .product-option {
    bottom: 10px;
    left: 10px;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 93%;
}

.product_info {
    padding: 10px 10px;
    background: #e8ecf1;
    border-radius: 10px;
    height: 102px;
}

a.pro_title {
    color: #3fa53b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500;
    letter-spacing: .3px;
}

.product_info_mrp span {
    color: #f44336;
    text-decoration: line-through;
}

.reviewSlot a {
    color: #fb8e0d;
    font-size: 14px;
}

    .reviewSlot a:hover {
        color: #e17b03;
    }

.slick-slide img {
    display: block;
}

.blog-box img {
    width: 96%;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 5px;
}

ul.product_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    text-align: left;
}

li.product-name {
    padding-right: 16px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #3c3b3b;
    text-transform: none;
    position: relative;
    width: 100%;
}

    li.product-name:before {
        content: '';
        position: absolute;
        top: 29px;
        left: 0px;
        border: 1px solid #dcdee3;
        width: 100%;
        border-radius: 30px;
    }

#fixed-social {
    position: fixed;
    bottom: 125px;
    z-index: 9999999999999999;
    right: 0px;
    display: none;
}

.fixed-facebook {
    background-color: #3f55ab;
}

.fixed-twitter {
    background-color: #60b8ff;
}

.fixed-gplus {
    background-color: #f53340;
}

.fixed-whatsapp {
    background-color: #25d366;
}

.fixed-instagrem {
    background-color: #e03586;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 45px;
    position: relative;
    text-align: center;
    line-height: 45px;
    width: 45px;
    margin-bottom: 0px;
    z-index: 2;
    font-size: 14px;
    border-radius: 0px;
}

li.product-name:after {
    content: '';
    position: absolute;
    top: 29px;
    left: 0px;
    border: 1px solid var(--orange-bg-color);
    width: 15%;
    border-radius: 30px;
}

.product_hover_cart {
    position: absolute;
    top: -65px;
    left: 0px;
    transition: all 0.3s ease;
    width: 100%;
}

.product_box:hover .product_hover_cart {
    top: 0px;
    transition: all 0.3s ease;
}

.adc {
    position: relative;
    overflow: hidden;
}

.product_hover_cart ul {
    display: flex;
    list-style: none;
    padding: 10px 40px;
    width: 100%;
    background: #00000038;
    height: 60px;
    text-align: center;
}

    .product_hover_cart ul li {
        margin-right: 20px;
    }

        .product_hover_cart ul li a i {
            background: #3fa53b;
            width: 40px;
            height: 40px;
            font-size: 22px;
            color: #fff;
            line-height: 43px;
            text-align: center;
            border-radius: 50%;
        }

            .product_hover_cart ul li a i:hover {
                color: black;
            }


.owl-nav button {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background: none !important;
    transform: translate(0%, -50%);
}

    .owl-nav button.owl-next {
        right: 15px;
        left: inherit;
        border-radius: 5px 0px 0px 5px;
    }

    .owl-nav button span {
        font-size: 45px;
        line-height: 30px;
        color: #333;
    }

section.our-1team {
    margin: 50px auto 0;
    max-width: calc(100vw - 10%);
}

.choose_header2 h3 {
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.testimonial_box {
    position: relative;
    padding: 40px 40px;
    margin: 15px 10px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: none;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
}

    .testimonial_box:hover {
        background-color: var(--blue-bg-color);
    }

        .testimonial_box:hover::before {
            opacity: 1;
            transform: rotate( -2deg);
        }

    .testimonial_box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        z-index: -1;
        border-radius: 10px;
        background: #fff;
        transition: all 300ms ease;
    }

.author-info {
    position: relative;
    min-height: 86px;
    padding-top: 18px;
    padding-left: 110px;
}

.image {
    position: relative;
    width: 56px;
    height: 56px;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 50%;
    overflow: hidden;
}

    .image img {
        width: 100%;
        display: block;
    }

.author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 86px;
    height: 86px;
    z-index: 1;
    border-radius: 80px;
}

.author-info .author-image:before {
    position: absolute;
    content: '';
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.author-info .author-image:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.text {
    position: relative;
    color: #212121;
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    margin-top: 25px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.author-name {
    color: #212121;
    font-size: 20px;
}

.designation {
    color: #212121;
    font-size: 16px;
}

.testimonial_box:hover .author-name {
    color: #fff;
}

.testimonial_box:hover .designation {
    color: #fff;
}

.testimonial_box:hover .text, .quote-icon {
    color: #fff;
}

.lastStepChange {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

.quote-icon {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #ebe9ea;
    font-size: 36px;
    line-height: 1em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

    .quote-icon:before {
        content: "\f10e";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        z-index: 99;
    }


.secure-info-txt h3 {
    font-size: 18px;
}

.secure-info-icon {
    float: left;
    margin-right: 15px;
}

section.product-launches {
    max-width: calc(100vw - 10%);
    margin: 50px auto 0px;
    padding: 30px;
    background: #fff;
}

#myevents .events_section {
    height: 260px;
    border: 2px solid #d7d7d7;
    padding: 2px;
}

    #myevents .events_section img {
        height: 100%;
        width: 100%;
    }

.product-launches-imgs img {
    max-width: 400px;
    max-height: 400px;
    border-radius: 50%;
    overflow: hidden;
    padding: 20px;
}

.product-launche {
    background: white;
    padding: 20px;
    /* max-width: calc(100vw - 25%);*/
    /*   margin: 0px auto 0px;*/
}

.product-launches-txt {
    padding: 60px 0px 0px 70px;
}
/* ======================*home Products list section css by Nadeem*=========================== */

section.breadcrumbs {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../mImage/about-bg.png') !important;
    /*background: #3fa53b url(../images/breadcrumbs_bg.png);*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    width: 100%;
    padding: 33px 0px;
    background-size: contain;
    height: 180px !important;
}

h2.contact_Slot {
    font-size: 35px;
    color: #000;
    margin: 0px 0px 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

section.breadcrumbs ol.breadcrumb {
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
}

.breadcrumb-item.active {
    color: #000 !important;
}

li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}

    li.breadcrumb-item a {
        color: #000;
        text-decoration: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #000 !important;
    content: "/";
}

section.product-category-list {
    padding: 50px 0px 20px 0px;
    position: relative;
}

.filtter-list {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

ul.filter-subcategory {
    padding-left: 20px;
}

.subcategory1 {
    position: relative;
    margin-left: 10px;
}

ul.filter-subcategory li a {
    font-size: 14px;
}

ul.filtter-category li {
    margin-bottom: 10px;
}

.subcategory1:not(.collapsed)::after {
    content: "\f104";
    color: #000;
    transform: none;
    left: -12px;
}

.subcategory1::after {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    position: absolute;
    top: 0px;
    font-size: 16px;
    left: -12px;
    z-index: 9;
    background-image: none;
    transition: all 0.5s ease;
    transform: rotate( -90deg);
}

.container_product_zoomer .row .col {
    width: 30%;
    max-width: 25%;
}

.child_product_image_bottom {
    width: 100%;
/*    margin: 10px;
*/    height: 100%;
    box-shadow: 1px 2px 7px #ddd;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #b5b1b1;
    cursor: pointer;
}
    .child_product_image_bottom img {
        width:100%;
    }

    .filtter-list-header {
        background: #efeded;
        width: 100%;
        border-style: none;
        padding: 7px 15px;
        text-align: left;
        color: #0e0000;
        position: relative;
        font-size: 20px;
        font-weight: 500;
    }

    .filtter-list-header::after {
        content: "\f078"; /* Unicode for chevron down */
        font-family: "Font Awesome 5 Free";
        font-weight: 900; /* Necessary for solid icons */
        display: inline-block;
        vertical-align: middle;
        color: #000;
        position: absolute;
        top: 9px;
        font-size: 16px;
        right: 10px;
        z-index: 99;
        background-image: none;
        transition: all 0.5s ease;
    }

.dflx .rght {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.filtter-list-header.d-flex.justify-content-between:after {
    display: none;
}

a.flt-box {
    padding: 6px 7px;
    background: #eaeded;
    display: inline-block;
    margin: 0px 2px 8px 0px;
    border-radius: 3px;
}
/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .container-checkbox .checkmark {
        position: absolute;
        top: 2px;
        left: 5px;
        height: 20px;
        width: 20px;
        background-color: #212121;
    }

    /* On mouse-over, add a grey background color */
    /*.container-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }*/

    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .container-checkbox .checkmark:after {
        left: 9px;
        top: 3px;
        width: 5px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate( 45deg);
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg);
    }

ul.checkbox_sec li {
    margin-bottom: 10px;
}

.overflowscroll {
    overflow: scroll;
    overflow-x: hidden;
    height: 340px;
}

label.category-label {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    width: 100%;
    padding-bottom: 3px;
    margin: 0px 0px 5px 0px;
}

/* width */
.overflowscroll::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

/* Track */
.overflowscroll::-webkit-scrollbar-track {
    background: #f2f2f2;
}

/* Handle */
.overflowscroll::-webkit-scrollbar-thumb {
    background: #212121;
    border-radius: 10px;
}


.card-header.listheader {
    background: #115b10;
}

.listheader a {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

    .listheader a:hover {
        color: #212121;
    }

.filter-price {
    width: 220px;
    border: 0;
    padding: 0;
    margin: 0;
}

.price-title {
    position: relative;
    color: #212121;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    width: 70px;
}

.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: rgb(234 237 237);
    padding-top: 15px;
    padding-left: 16px;
    border-radius: 3px;
}

    .price-field input[type=range] {
        position: absolute;
    }

    /* Reset style for input range */

    .price-field input[type=range] {
        width: 188px;
        height: 2px;
        border: 0;
        outline: 0;
        box-sizing: border-box;
        border-radius: 5px;
        pointer-events: none;
        -webkit-appearance: none;
    }

        .price-field input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

        .price-field input[type=range]:active,
        .price-field input[type=range]:focus {
            outline: 0;
        }

        .price-field input[type=range]::-ms-track {
            width: 188px;
            height: 2px;
            border: 0;
            outline: 0;
            box-sizing: border-box;
            border-radius: 5px;
            pointer-events: none;
            background: transparent;
            border-color: transparent;
            color: transparent;
            border-radius: 5px;
        }

        /* Style toddler input range */

        .price-field input[type=range]::-webkit-slider-thumb {
            /* WebKit/Blink */
            position: relative;
            -webkit-appearance: none;
            margin: 0;
            border: 0;
            outline: 0;
            border-radius: 50%;
            height: 10px;
            width: 10px;
            margin-top: -4px;
            background-color: #3fa53b;
            cursor: pointer;
            cursor: pointer;
            pointer-events: all;
            z-index: 100;
        }


        /* Style track input range */

        .price-field input[type=range]::-webkit-slider-runnable-track {
            /* WebKit/Blink */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #3fa53b;
            border-radius: 5px;
        }

        .price-field input[type=range]::-moz-range-track {
            /* Firefox */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #212121;
            border-radius: 5px;
        }

        .price-field input[type=range]::-ms-track {
            /* IE */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #212121;
            border-radius: 5px;
        }

/* Style for input value block */

.price-wrap {
    display: flex;
    justify-content: center;
    line-height: 1.2em;
    font-weight: 500;
    margin: 10px 0px 0px;
}

.price-wrap-1,
.price-wrap-2 {
    display: flex;
}



.price-wrap_line {
    margin: 0 10px;
}

.price-wrap #one, .price-wrap #two {
    width: 43px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #212121;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
}

.price-wrap label {
    text-align: right;
    margin: 0px -6px 0px 0px;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

/* ======================*home Products list details section css by Nadeem*=========================== */

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

.elevatezoom-div {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

    .elevatezoom-div img {
        width: 100%;
    }

.data-zoom-image img {
    width: 110px !important;
    margin: 0px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    height: 80px;
}


.mnk a.dateAs {
    font-size: 16px !important;
}

.data-zoom-image .owl-nav.disabled {
    display: block !important;
}

.product-full-details {
    background: white;
    padding: 25px;
}

.product-card-details a {
    color: #212121;
    font-size: 25px;
    text-decoration: none;
    font-weight: 500;
}



span.dateAs {
    font-size: 16px;
    color: #212121;
}

    span.dateAs.dpprice {
        color: #f44336;
        text-decoration: line-through;
    }

.mnk {
    text-align: right;
    position: absolute;
    right: 65px;
}

    .mnk a.dateAs {
        font-size: 16px !important;
    }

.product-size label {
    color: #212121;
    font-size: 18px;
    margin: 0px 0px 5px;
}

ul.sizeSlot li {
    display: inline-block;
    line-height: 36px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

    ul.sizeSlot li a {
        font-size: 15px;
        text-transform: uppercase;
        border: 1px solid #ccc;
        font-weight: 600;
        cursor: pointer;
        min-width: 50px;
        height: 50px;
        border-radius: 100px;
        display: block;
        text-align: center;
        line-height: 50px;
        padding: 0 5px;
        color: #212121;
        text-decoration: initial;
        transition-duration: 0.6s;
    }

        ul.sizeSlot li a:hover {
            background: linear-gradient( to right, #00a2d9 7%,#055786 60%,#00a2d9 100%);
            transform: translate(0px,-10px);
            transition-duration: 0.6s;
            color: #fff;
        }

.addto-cart {
    margin: 51px 0px 0px 0px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #00a2d9;
    outline: 0;
    box-shadow: none;
}

.pincodeSlot {
    position: relative;
}

    .pincodeSlot input.form-control {
        border-radius: 0px;
        width: 70%;
        height: 40px;
        font-size: 14px;
        margin: 0px 0px 10px;
    }

    .pincodeSlot a {
        position: absolute;
        right: 30%;
        top: 21px;
        display: inline-block;
        width: 100px;
        height: 40px;
        background: #115810;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        text-decoration: none;
        color: #fff;
    }


.nav-tabs li.nav-item .nav-link.active {
    color: #ffffff !important;
    background: #115b10;
    border-color: #115b10;
    position: relative;
}

.nav-tabs li.nav-item {
    margin-right: 15px;
}

    .nav-tabs li.nav-item .nav-link.active:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #115b10 transparent transparent transparent;
        position: absolute;
        top: 43px;
        left: 30px;
    }

.nav-tabs {
    border-bottom: 5px solid var(--blue-bg-color);
    border-radius: 3px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
        color: #fff !important;
        background: #0c2e03;
        border-color: #0c2e03;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent !important;
    }

.tab-pane p {
    padding: 15px 10px 10px;
}

    .tab-pane p label {
        font-size: 16px;
        font-weight: 600;
    }

.clickby a {
    color: #d0a923;
}

.clickby {
    margin: 10px 0px 0px;
}

.descripation-tab .tab-content {
    padding: 10px 15px;
    background: #f2f2f2;
}

.qtyslot {
    width: 25%;
    margin-left: 10px;
}
/*    .qtyslot span.input-group-text {
        background: #3fa53b;
        color: #fff;
    }*/

.product-cngcolor img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    border: 2px solid #e4e4e4;
}

a.text-primary {
    color: #3fa53b !important;
}

.product-cngcolor {
    margin: 15px 0px;
}

h5.cngSlot {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
}

    h5.cngSlot span {
        color: #3fa53b;
        font-size: 16px;
    }


section.blog-Section {
    /*margin: 60px 0px;*/
    /*  background-image: url('../images/threebg.jpeg');*/
    padding: 30px 0px 20px 0px;
    background-size: cover;
    background-attachment: fixed;
    background: #53363617;
}

.blogSlot p {
    padding: 0px 15px;
    text-align: -webkit-match-parent;
    color: #000;
    font-size: 16px;
    line-height: 23px;
}

.blogSlot:hover p,
.blogSlot:hover h2,
.blogSlot:hover i {
    color: white;
    z-index: 99999;
    position: relative;
}

.blogSlot i {
    border: 1px solid #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient( to right, #00a2d9 7%,#055786 60%,#00a2d9 100%);
    font-size: 32px;
    text-align: center;
    line-height: 75px;
}


.blogSlot {
    border-radius: 10px;
    padding-bottom: 15px;
    position: relative;
    /* cursor: pointer; */
    box-shadow: none;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    /* border: 1px solid #fff; */
    padding: 25px 10px;
    transition-duration: 0.6s;
    height: 100%;
    /* margin-bottom: 30px;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    transition: 0.5s;
}

.pink {
    position: relative;
}

.green {
    position: relative;
}

    .green::before {
        content: "";
        background: linear-gradient(to left, #80f80d, #2c970d) !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        transition: 0.5s;
    }

.pink::before {
    content: "";
    background: linear-gradient(to left, #ff2b87, #db1557) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.5s;
}

.pink:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.green:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.blogSlot::before {
    content: "";
    background: linear-gradient( to right, #00a2d9 7%,#218ac7 60%,#00a2d9 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.5s;
}

.blogSlot:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*  .blogSlot:hover {
        transform: translate(0px,-10px);
        transition-duration: 0.6s;
        box-shadow: none;
    }*/
.blogSlot h2 {
    font-size: 30px;
    color: #154590;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0px 10px;
}
.card-body .row .col-lg-4.col-md-6.col-sm-12 .card_product {
    margin: 12px 0px;
}
.card-body .row .col-lg-4.col-md-6.col-sm-12 .card_product .image_slott {
    height: 240px;
}

/*img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}*/

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}



.process-step-circle i {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    background: var(--blue-bg-color);
    line-height: 100px;
    font-size: 40px;
    color: #fff;
}

.process-step-circle-content {
    font-size: 20px;
    margin: 5px 0px 5px;
}

.process-three-steps {
    display: flex;
}

.process-step {
    width: 33.33%;
    text-align: center;
    position: relative;
}

    .process-step:before {
        content: '';
        height: 1px;
        display: block;
        background-color: #ccc;
        position: absolute;
        width: 60%;
        top: 45px;
        left: 70%;
    }

    .process-step:last-child:before {
        display: none;
    }


/* ======================*home contact Us  css by Nadeem*=========================== */
section.contact-section {
    padding: 60px 0px;
}

.single_ctinfo {
    margin-bottom: 1.5rem;
    padding: 11px;
    /* border: 1px solid #dfe5ef; */
    border: 1px solid var(--blue-bg-color);
    border-radius: 0.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.ctinfo_icon {
    margin-right: 1rem;
    color: #115b10;
    font-size: 35px;
}

article.ctinfo_detail {
    font-size: 14px;
}

.single_ctinfo .single_info_title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #363636;
}

.contact-form {
    background: #fff;
    padding: 20px;
    height: auto;
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.left-contact-txt {
    background: white;
    padding: 20px 20px 1px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.contact-formSlot {
    position: relative;
}

.contact-txt h5 {
    font-size: 24px;
    margin: 0px 0px 20px;
}

.contact-formSlot .Username input:focus + label {
    color: #212121;
    background: #efefef;
    font-size: 12px;
}

.contact-formSlot a.submit_btn {
    box-shadow: 0px 1px 7px 0px #00000080;
    border-radius: 30px;
}


section.businessplan {
    background: #fff;
    padding: 60px 0px;
}

h4.opportunitie-title {
    font-size: 24px;
    text-transform: uppercase;
}

.opportunitieSlot {
    text-align: center;
}

section.bg-lightgrey {
    background: #fff;
    padding: 60px 0px;
}

.join_us_imges img {
    width: 100%;
    border-radius: 10px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

button.accordion-button {
    padding: 10px 15px;
    background: #fff;
    font-size: 16px;
    color: #212121;
}

.accordion-button::after {
    content: "\f063";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #212121;
    position: absolute;
    top: 9px;
    font-size: 16px;
    right: 10px;
    background-image: none;
    transition: all 0.5s ease;
}

.accordion-button:not(.collapsed)::after {
    content: "\f063";
    background-image: none;
    transform: rotate( 180deg);
    color: var(--orange-bg-color);
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    color: var(--orange-bg-color);
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.faqs-img img {
    width: 100%;
}

.gallery-section img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.gallery-section {
    margin-bottom: 30px;
}

.servies-info {
    margin-bottom: 30px;
}

    .servies-info img {
        width: 100%;
        transition: all .4s;
    }

    .servies-info:hover img {
        -webkit-transform: scale(2.05);
        transform: scale(1.05);
        filter: blur(2px);
    }

h3.servies-title {
    position: relative;
    padding: 23px 28px 25px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: -46px 45px 0;
    transition: all .4s;
    text-align: center;
}

.servies-info:hover h3.servies-title {
    margin-left: 20px;
    transition: all .5s;
    margin-right: 20px;
}

h3.servies-title:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 3px solid #ff0000;
    width: 0;
    z-index: 1;
    transition: all .5s;
}

.servies-info:hover h3.servies-title:before {
    width: 100%;
}

.learn_more {
    transform: translateY(-50%);
    background-color: #115b10;
    position: relative;
    border-radius: 3px;
    border: none;
    padding: 12px 40px;
    font-size: calc(14px + 1*(100vw - 320px)/1600);
    color: #fff;
    font-weight: 500;
    margin: 30px 0px 0px 0px;
    overflow: hidden;
}

    .learn_more::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #073b06;
        transform: translateX(-100%);
        transition: all .3s;
        z-index: -1;
    }

    .learn_more:hover::before {
        transform: translateX(0);
    }


img.download-imgs {
    width: 200px;
    margin: 30px 0px 0px;
}

.modal-header {
    background: #115b10;
    padding: 10px;
}

h5.modal-title {
    color: #fff;
    font-size: 18px;
}





img.multiproduct-imgs {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.hovereffect {
    position: relative;
    cursor: pointer;
}

    .hovereffect::after {
        bottom: 0;
        left: auto;
        margin: auto;
        right: 0;
        top: auto;
    }

    .hovereffect::after, .hovereffect::before {
        background: rgba(255,255,255,.3) none repeat scroll 0 0;
        content: "";
        height: 0;
        left: 0;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        border-radius: 0px;
        top: 0;
        transition: all .8s ease-in-out 0s;
        width: 0;
    }

    .hovereffect:hover::after, .hovereffect:hover::before {
        height: 100%;
        opacity: 0;
        width: 100%;
    }



.Btn_login_1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 32px;
    height: 33px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #161f4b;
    margin: 0px 5px 0px 0px;
}

    /* plus sign */
    .Btn_login_1 .sign {
        width: 100%;
        transition-duration: .3s;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
    }

        .Btn_login_1 .sign i {
            font-size: 17px;
            color: #fff;
        }

        .Btn_login_1 .sign svg path {
            fill: white;
        }
    /* text */
    .Btn_login_1 .text {
        position: absolute;
        right: 0%;
        width: 0%;
        opacity: 0;
        color: white;
        font-size: 15px;
        font-weight: 600;
        transition-duration: .3s;
        font-style: inherit;
        font-weight: 400;
    }

.haveSlot.new_haveSlot a {
    text-decoration: none;
}
/* hover effect on button width */
.Btn_login_1:hover {
    width: 153px;
    border-radius: 40px;
    transition-duration: .3s;
    display: flex;
}

    .Btn_login_1:hover .sign {
        width: 13%;
        transition-duration: .3s;
        padding-left: 0px;
    }
    /* hover effect button's text */
    .Btn_login_1:hover .text {
        opacity: 1;
        width: 92%;
        transition-duration: .3s;
        padding-right: 10px;
        margin: 0px;
        text-align: left;
    }
/* button click effect*/
.Btn_login_1:active {
    transform: translate(2px,2px);
}

div#PriceToggle {
    padding: 0px 20px;
}

div#Customer-Rating {
    padding: 0px 20px;
}





.memberIcon1 {
    position: relative;
}

.memberDetailPopup {
    position: absolute;
    top: 78px;
    display: none;
    background: #fff;
    box-shadow: 1px 2px 10px #abaaaa;
    padding: 10px;
    border-radius: 3px;
}
/*.homeLimargin {
    margin-left: 75px;
}*/
header.header-sec-menu a.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.category_list_1 #dropProducts {
    background: #ffffff;
    padding: 15px;
    border-top: 3px solid #115b10;
    width: 270px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 0px 0px 0px;
    position: absolute;
    left: 32px;
    z-index: 9;
    border-radius: 10px;
    display: none;
    transition: opacity 0.4s ease-in-out;
}

i.fa-solid.fa-table-cells-large:before {
    content: "\f03a";
}

.categoryIcon {
    display: none;
}

.display_on_phone {
    display: none;
}

.category_Name {
    display: none;
}

i.fa.fa-magnifying-glass:before {
    content: "/f002";
}

.search-searchBox_2:hover .memberDetailPopup {
    display: block !important;
    top: 70px;
}

.logoPartner {
    display: flex;
    justify-content: center;
    margin: 12px auto;
}

    .logoPartner img {
        border-radius: 10px;
        width: 140px;
    }

.memberDetailPopupPhone {
    display: none;
}

.searchBarPhone #SearchStateId {
    font-weight: 600;
    width: 103%;
    font-size: 13px;
    height: 35px;
}

.searchBarPhone input.form-control {
    height: 35px;
    width: 79%;
    background: #ffffff;
    font-size: 14px !important;
    border: 1px solid #ccc;
}

.searchBar .header-search.header-same {
    z-index: 9;
}

.searchBar .search-icon.select select.form-control {
    width: 155px !important;
}

.comapnySubmenu, .comapnySubmenu2 {
    display: none;
}

.menuHeader {
    padding: 10px 13px;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    display: none;
}

    .menuHeader h6 {
        display: none;
    }

.categoryHeader {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 2px 10px -3px rgba(34, 34, 34, .1);
}

    .categoryHeader h5 {
        font-size: 17px;
        margin: 0;
        color: #115b10;
        font-family: 'Public Sans';
    }

.categoryforphone .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px 25px;
}

    .categoryforphone .category-list li {
        display: block;
        width: 100%;
    }

        .categoryforphone .category-list li a {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            -webkit-box-align: center;
            align-items: center;
            color: #4a5568;
            font-size: 14px;
            line-height: 24px;
            justify-content: space-between;
            font-family: 'Public Sans';
        }

            .categoryforphone .category-list li a h6 {
                font-size: 17px;
                font-weight: 500;
                position: relative;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                margin-bottom: 0px;
                font-family: "Public Sans", sans-serif;
            }

            .categoryforphone .category-list li a:hover {
                text-decoration: none;
            }

.categoryforphone {
    width: 300px;
    height: 100%;
    font-family: "Public Sans", sans-serif;
    display: none;
}

    .categoryforphone .onhover-category-box {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 12px 11px;
        margin-top: 7px;
        opacity: 1;
        visibility: visible;
        margin-left: 0;
    }

    .categoryforphone .category-title-box {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin: 6px 0px;
    }

categoryforphone .onhover-category-box ul li {
    position: relative;
}

.category-title-box h5 {
    font-size: 16px;
}

.categoryforphone .category-list li a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
    align-items: center;
    color: #4a5568;
    font-size: 14px;
}

.search-box-2 {
    position: relative;
}

.memberDetailPopup2 {
    position: fixed;
    z-index: 99;
    background: white;
    width: 95%;
    text-align: center;
    box-shadow: rgb(221, 221, 221) 1px 2px 5px;
    margin: auto;
    bottom: 50px;
}

.innerCard.trendinfSlot {
    height: auto;
    max-height: 633px;
    overflow: auto;
    box-shadow: 1px 2px 5px #b7b3b3;
}

.innerulListph li a {
    position: relative;
    padding-left: 12px;
}

    .innerulListph li a:before {
        content: "";
        position: absolute;
        top: 37%;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #4a5568;
        border-radius: 100%;
    }
ul.socialIcons {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
}
.socialIcons a {
    background: #1773EA;
    width: 45px;
    height: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
.big_text {
    font-size:17px;
}
.product-image-container {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
}
img#productImage {
    object-fit: contain;
    width: 100%;
    height: 298px;
}
.display_formandshare {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin: 12px 0px;
}
.our-team-area.section-padding .col-md-3.col-sm-3.col-xs-12 img {
    width: 100%;
    background-position: top;
}
.our-team-area.section-padding .col-md-3.col-sm-3.col-xs-12 .team-text {
    margin-top: -21px;
    padding: 0 10px 16px !important;
}
.our-team-area.section-padding .col-md-3.col-sm-3.col-xs-12 .team-text p {
    text-align: left;
}
.headline h2 {
    padding-bottom: 0px !important;
}
.team-text h3 {

}
.team-text h3 {
    text-align: center !important;
    font-weight: bold !important;
    margin: 12px 0px !important;
    letter-spacing: .3px;
    line-height: 21px;
}
.team-title h3 {
    position: relative;
}
.team-title h3:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40%;
    background: #87ca3d none repeat scroll 0 0;
    top: 21px;
}
.team-title hr.team-hr {
    display: none !important;
}
.team-single {
    text-align: center;
    height: 480px;
}
.team-title {
    height: 60px;
}
.container-fluid.section-padding .who-content p {
    background: #3bca002e;
    padding: 10px;
    border-radius: 6px;
    margin: 19px 0px 0px 0px;
}
.section-padding {
    padding: 45px 0px !important;
}
.quality-item-area.section-padding {
    padding-top: 0px !important;
}
.our-team-area.section-padding {
    padding-top: 0px !important;
}
/*.container-fluid.section-padding {
    width: 85%;
}*/
.our-team-area.section-padding .container {
    width: 100%;
    max-width: 1257px;
}



@media screen and (max-width: 768px) {
    .team-text h3 {
        margin: 5px 0px !important;
    }
    .our-team-area.section-padding .container {
        max-width: initial;
    }
    .card-body .row .col-lg-4.col-md-6.col-sm-12 .card_product .image_slott {
        height: auto;
    }
    .card-body .row .col-lg-4.col-md-6.col-sm-12 .card_product .image_slott img {
        width: inherit;
    }
    .footer-contact li:nth-child(2) h5 {
        margin-left: -42px;
    }
    .container-fluid.section-padding {
        width: auto;
    }
    .team-single {
        height: auto;
        margin: 12px 0px;
    }
    .header-menu.header-same ul {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
        background: transparent;
        padding: 10px;
        border-radius: 5px;
        width: 100%;
        color: #fff;
    }
    .footer-contact li:nth-child(2) {
        float: left;
        margin-left: -162px;
        margin-top: -19px;
    }
    .right-side svg {
        color: #fff;
        margin: 0px 9px;
        padding: 6px;
        width: 46px;
        height: 33px;
    }

    .cartData {
        position: absolute;
        top: -278px;
        right: -50px;
        z-index: 999;
    }

    .header-menu.header-same ul {
        display: flex;
        /*margin: 0px;
            align-items: center;
            justify-content: center;*/
    }

    .cartData {
        top: -271px !important;
    }

    

    .child_product_image_bottom {
        width: 90%;
        height: 66px;
    }

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

    .product-full-details {
        width: 100%;
        overflow: hidden;
    }
    .product-full-details {
        padding: 0px;
    }
    button#add-to-wishlist-button-29 {
        width: 100% !important;
    }
    .addto-cart {
        margin: 30px 0px 30px 0px;
        flex-wrap: wrap;
    }
    .input-group.qtyslot {
        width: 100% !important;
        margin: 0px 0 !important;
    }
    button#add-to-wishlist-button-122 {
        width: 100% !important;
        margin: 0px !important;
    }

    div#AddToWishlistBtn {
        width: 100%;
    }
    .submit_btn {
        margin: 10px 0px;
        width: 100% !important;
    }

    button#add-to-wishlist-button-8 {
        margin-left: 0px !important;
    }

    .step-wrapper .new_s::before {
        background: transparent !important;
        border: none !important;
    }

    .cardNew {
        width: 100%;
    }

    .cart-header.companylogo img.logo_imgs {
        width: 64%;
    }

    .memberDetailPopup {
        top: -50px;
    }

    .homeLimargin {
        margin-left: 0px;
    }

    .display_ph {
        justify-content: flex-start;
    }

    li.nav-item.category-left.actve {
        width: 60%;
    }

    .categoryIcon {
        display: block;
    }

    div#menuSlot {
        margin-left: 0px;
    }

    .category_Name {
        display: block;
    }

    .logoPartner img {
        width: 120px;
    }
}

@media screen and (max-width: 425px) {
    /*.fixed-header-mobile-view {
        position: relative;
    }*/
    .section-padding {
        padding: 20px 0 30px;
    }
    section.blog-Section {
        padding: 14px 0px 0px 0px;
    }
    .socialIcons a {
        width: 30px;
        height: 30px;
    }
    .socialIcons a img {
        width: 18px;
    }
    .search-icon.select select.form-control {
        width: 132px !important;
    }
    ul.address {
        margin: 10px 0px 20px 0px;
    }
    .service-contain .service-box {
        align-items: flex-start;
    }
    .service-contain .service-box + .service-box::before {
        left: -6%;
    }
    .logoPartner {
        margin: 20px auto;;
    }
    .service-contain {
        padding-bottom: 0px;
    }
    footer .main-footer {
        padding: 12px 0px 0px 0px;
    }

    .shareMaindiv nav {
        top: 50px !important;
        left: 0 !important;
    }

    .apna_nav a {
        width: 35px !important;
        height: 35px !important;
    }

    .categoryforphone .category-list {
        height: auto;
        overflow: auto;
        max-height: 400px;
    }

    .onhover-category-box ul {
        display: block !important;
    }

    .categoryforphone {
        display: block;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 999;
        left: -300px;
    }
    /* ul.navbar-nav.headerSlot li.nav-item:hover .category-menu {
        transition: all .4s ease-in-out;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        overflow: visible;
    }*/
    .category-menu {
        max-height: auto;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out; /* Transition for smooth animation */
        position: absolute;
        top: 100%; /* Align submenu just below the parent */
        left: 0;
        z-index: 1000;
        box-shadow: none;
    }

    ul.navbar-nav.headerSlot li.nav-item:hover .category-menu {
        transition: all .4s ease-in-out;
        display: block;
        margin-top: 5px;
        position: relative;
        height: auto;
        max-height: 300px;
        overflow: auto;
        box-shadow: none;
        padding: 0px 0px 0px 30px;
        box-shadow: none;
    }

    .child_product_image_bottom {
        width: 90%;
        height: 55px;
    }

    .innerCard.trendinfSlot {
        height: auto;
        max-height: 400px;
        overflow: auto;
        box-shadow: 1px 2px 5px #ddd;
    }

    .imageSectionForm {
        width: 95% !important;
    }

    main.user-signup {
        width: 95% !important;
    }

    .register-header h3 {
        font-size: 14px !important;
        padding: 12px 1px !important;
    }

    .container_product_zoomer .row .col {
        width: 39%;
        max-width: 44%;
    }

    .category_list_1 #dropProducts {
        display: block;
        left: -300px;
        height: 100vh;
        top: -21px;
        z-index: 999;
    }

    .display_ph {
        display: none;
    }

    .searchBar {
        opacity: 1 !important;
    }

    .display_on_phone {
        display: block;
    }

    ul.navbar-nav.headerSlot li.nav-item a.nav-link {
        justify-content: space-between !important;
        border-bottom: none !important;
    }

    .mobileMenuList ul li img {
        display: block;
        width: 17px;
    }

    .mobileMenuList ul li span {
        font-size: 13px;
    }

    .mobileMenuList {
        display: block;
        padding: 4px 0px;
    }

    .f-bootom {
        padding: 0px 0px 43px 0px !important;
    }

    ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
        background-color: transparent;
        color: #000;
    }

    .menuHeader {
        box-shadow: 0 2px 10px -3px rgba(34, 34, 34, .1);
        display: block;
    }

        .menuHeader h6 {
            color: #198754;
            display: block;
            margin: 0;
        }

        .menuHeader a {
            color: #898989 !important;
        }

    ul.category-menu-list li a:before, .newRow .dropdown-item:before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 7px;
        height: 1px;
        background-color: rgba(74, 85, 104, .651);
        left: -4px;
    }

    ul.category-menu-list li a {
        padding: 10px 20px 10px 9px;
    }

    .newRow .dropdown-item {
        padding: 10px 12px 10px 10px;
    }

    /*footer .main-footer .footer-contact ul li .footer-number .feather {
        display: none;
    }*/

    footer .main-footer .footer-contact ul li .footer-number .contact-number h5 {
        font-size: 13px;
    }

    footer .main-footer .footer-contain ul li a {
        font-size: 14px;
    }

    footer .main-footer .footer-title h4 {
        font-size: 16px;
    }

    .category_list ul li .category-list h5 a {
        font-size: 14px;
    }

    .categoryforphone .category-list li a h6 {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    .padding_left {
        padding: 12px 0px !important;
    }

    .shareMainDiv .share {
        position: absolute !important;
        width: auto !important;
        left: 39% !important;
        margin-left: -101px !important;
        top: 43% !important;
    }

        .shareMainDiv .share span {
            width: 104px !important;
            left: 25% !important;
            font-size: 14px !important;
        }
}
