    .whtsapIcon img {
        width: 40px;
    }

    .elite_mindz_header .menu .main-category11:hover>.sub-category-dropdown {
        display: block;
        overflow-y: scroll !important;
        max-height: 350px;
    }

    .elite_mindz_header .menu .main-category12:hover>.sub-category-dropdown {
        display: block;
        overflow-y: scroll !important;
        max-height: 350px;
    }

    /* .elite_mindz_header .menu .main-category13:hover>.sub-category-dropdown {
        display: block;
        overflow-y: scroll !important;
        max-height: 350px;
    } */

    .elite_mindz_header .menu .main-category14:hover>.sub-category-dropdown {
        display: block;
        overflow-y: scroll !important;
        max-height: 350px;
    }

    .elite_mindz_header .menu .main-category15:hover>.sub-category-dropdown {
        display: block;
        overflow-y: scroll !important;
        max-height: 350px;
    }

    .elite_mindz_header .menu .main-category16:hover>.sub-category-dropdown {
        display: block;
        overflow-y: scroll !important;
        max-height: 350px;
    }


    /* Basic styling for main categories */
    .elite_proc_header ul.menu-proc {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    /* Main category link styling */
    .elite_proc_header ul.menu-proc li a.main-category-link {
        text-decoration: none;
        color: #111;
        font-size: 16px;
        padding: 20px;
        display: block;
        border-bottom: 4px solid #ffffff00;
    }

    .elite_proc_header ul.menu-proc li a.main-category-link:hover {
        color: #f40000 !important;
        /* Color on hover for main category */
        /* background-color: #f1f1f1 !important; */
    }

    /* Sub-category dropdown, initially hidden */
    .elite_proc_header ul.menu-proc li .sub-category-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: white;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 10px 0;
        min-width: 280px;
    }

    .elite_proc_header ul.menu-proc li:hover .sub-category-dropdown {
        display: block !important;
    }

    /* Sub-category link styling */
    .elite_proc_header ul.menu-proc li .sub-category-dropdown li a {
        text-decoration: none;
        color: #111;
        padding: 8px 8px;
        display: block;
    }

    .elite_proc_header ul.menu-proc li .sub-category-dropdown li a:hover {
        background-color: #fff;
        color: #f40000 !important;
    }

    /* Sub-sub-category dropdown, initially hidden */
    .elite_proc_header ul.menu-proc li .sub-sub-category-dropdown {
        /* display: none !important; */
        position: absolute;
        top: 0;
        left: 100%;
        background-color: white;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        z-index: 1001;
        padding: 0px 0;
        min-width: 200px;
    }

    .elite_proc_header ul.menu-proc li .sub-category-link:hover+.sub-sub-category-dropdown {
        display: block !important;
    }

    .elite_proc_header .down-Arrow {
        border: solid #111;
        border-width: 0 1px 1px 0;
        content: "";
        display: inline-block;
        margin-top: 0px;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 5px;
        top: 26px;
    }

    .elite_proc_header .sub-category .down-Arrow {
        border: solid #000;
        border-width: 0 1px 1px 0;
        content: "";
        display: inline-block;
        margin-top: 0px;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 26px;
    }

    .centerer_hoverbutton .btn-11 {
        position: relative;
        display: flex;
        /* width: 250px; */
        /* height: 50px; */
        line-height: 25px;
        /* text-transform: uppercase; */
        text-decoration: none;
        color: #fff;
        border: 2px solid black;
        background-color: black;
        overflow: hidden;
        transition: color 0.9s ease-in-out, background-color 0.9s ease-in-out;
        text-align: center;
        font-size: 14px;
        /* font-weight: bold; */
        z-index: 1;
        gap: 6px;
    }


    /* Style for the down-arrow to indicate dropdown */
    .elite_proc_header ul.menu-proc li a.main-category-link .down-Arrow,
    ul.menu-proc li a.sub-category-link .down-Arrow {
        margin-left: 5px;
        font-size: 16px;
        transform: rotate(45deg);
    }

    .elite_proc_header ul.menu-proc li a.main-category-link:hover .down-Arrow,
    ul.menu-proc li a.sub-category-link:hover .down-Arrow {
        transform: rotate(223deg);
    }

    .elite_proc_header .header-proc ul {
        /* display: none; */
        margin: 0px;
    }

    .elite_proc_header .centerer_hoverbutton .btn-11 {
        border: 2px solid #d42828;
        background-color: #d42828;
    }

    .elite_proc_header .header-proc .menu-icon {
        display: none;
    }



    /* Main menu styles */
    .elite_proc_header .menu-proc {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    /* Main category hover style */
    .elite_proc_header .main-category {
        position: relative;
        display: inline-block;
        padding: 0px;
    }

    .elite_proc_header .main-category>a {
        text-decoration: none;
        font-size: 16px;
        color: #000;
    }

    .elite_proc_header .main-category a:hover .sub-category-dropdown {
        overflow: visible !important;
    }



    .elite_proc_header .header-proc ul:hover {
        /* margin: 0; */
        list-style: none;
        overflow: visible !important;
        /* display: block !important; */
    }

    .elite_proc_header .sub-category-dropdown li a {
        padding: 8px 2px;
    }

    .elite_proc_header .sub-category-dropdown .sub-category {
        width: 100%;
    }

    /* Subcategory dropdown hidden by default */
    .elite_proc_header .sub-category-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #f9f9f9;
        padding: 5px 0px 0px;
        list-style-type: none;
        margin: 0;
        width: 200px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

    }

    /* Subcategory hover style */
    .elite_proc_header .sub-category {
        position: relative;
        padding: 1px 10px;
    }

    .elite_proc_header .sub-category>a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
    }

    /* Sub-subcategory dropdown hidden by default */
    .elite_proc_header .sub-sub-category-dropdown {
        display: none;
        list-style-type: none;
        padding: 5px 0 0;
        background-color: #f0f0f0;
        margin: 0;
    }

    .elite_proc_header .sub-sub-category-dropdown>li>a {
        display: block;
        color: #111 !important;
        padding: 6px 20px 10px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        line-height: 17px;
    }

    /* Hover to show dropdowns */
    .elite_proc_header .main-category:hover .sub-category-dropdown {
        display: block;
    }

    .elite_proc_header .sub-category:hover .sub-sub-category-dropdown {
        display: block;
    }

    .elite_proc_header .no-link {
        /* pointer-events: none; */
        color: #999;
        /* Change the color to gray to indicate it's not clickable */
    }

    .elite_proc_header .menu-proc {
        list-style: none;
        background: #fff0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }

    .elite_proc_header .menu-proc>li {
        position: relative;
    }

    .elite_proc_header .menu-proc>li>a {
        display: block;
        padding: 15px 20px;
        text-decoration: none;
    }

    .elite_proc_header .sub-category-dropdown,
    .sub-sub-category-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        list-style: none;
        display: none;
        min-width: 210px;
        z-index: 1000;
    }

    .elite_proc_header .sub-sub-category-dropdown {
        position: absolute;
        left: 100%;
        top: 0;
        width: 200px;
        z-index: 9999;
        background: #ffffff;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .elite_proc_header .sub-sub-category-dropdown li {
        float: none;

    }

    .elite_proc_header .menu-proc li:hover>.sub-category-dropdown {
        display: block;
    }

    .elite_proc_header .header-proc .sub-category-dropdown li:hover .down-Arrow {
        transform: rotate(-45deg);
        top: 14px;
    }

    .elite_proc_header .header-proc .sub-category-dropdown li .down-Arrow {
        transform: rotate(45deg);
        top: 18px;
    }

    .elite_proc_header .header-proc .menu-btn:checked~.menu {
        max-height: 640px;
    }

    .elite_proc_header .no-link:hover {
        border-bottom: 4px solid #d52828 !important;
    }


    .elite_proc_header .menu-proc .main-category1:hover>.sub-category-dropdown {
        /* display: block !important; 
        overflow-y: scroll !important;
        overflow-x: ;
        height: 350px; */
        border-radius: 0px 0px 10px 10px;
    }


    .elite_proc_header .menu-proc .main-category5:hover>.sub-category-dropdown {
        display: block !important;
        overflow-y: scroll !important;
        /* overflow-x: ; */
        height: 350px;
    }

    .elite_proc_header .sub-category-dropdown li a {
        border-bottom: 4px solid #fff0;
    }

    .elite_proc_header .sub-category-link:hover .down-Arrow {
        top: 20px;
    }

    a {
        text-decoration: none;
    }

    .elite_proc_header .sub-category-link.no-link:hover .down-Arrow {
        top: 16px !important;
        transform: rotate(314deg) !important;
    }

    @media (min-width: 1025px) and (max-width: 1280px) {

        .elite_mindz_header .main-menu {
            display: block !important;
        }

        .elite_mindz_header .mb-navcta {
            justify-content: center !important;
            margin-top: 10px;
            margin-bottom: 10px;
        }


    }




    @media (min-width: 768px) and (max-width: 1024px) {


        .elite_mindz_header .main-menu {
            display: block !important;
        }

        .elite_mindz_header .mb-navcta {
            justify-content: center !important;
            margin-top: 10px;
            margin-bottom: 10px;
        }


        .elite_mindz_header .menu>li {
            width: 100% !important;
        }

        .elite_mindz_header .header .menu-btn:checked~.menu {
            display: block !important;
        }

        .elite_mindz_header .header .menu-icon {
            display: block !important;
        }

        .elite_mindz_header .header .menu-icon {
            bottom: 50px !important;
        }
    }

    @media (min-width: 768px) and (max-width: 992px) {
        .elite_proc_header .r-sec {
            display: flex !important;
        }

        .elite_mindz_header .main-category>a {
            font-size: 14px !important;
        }

        .elite_mindz_header .main-menu {
            flex-direction: column;
        }

        .elite_proc_header .header-proc .menu-proc {
            margin-left: 20px !important;
        }

        .elite_proc_header ul.menu-proc li a.main-category-link {
            font-size: 14px !important;
        }

        .elite_mindz_header .yobject-marked {
            margin-bottom: 10px;
        }


    }

    @media (max-width: 1024px) {
        .elite_proc_header .menu-proc {
            /* flex-direction: column; */
            text-align: left;
            /* display: none; */
            width: 100%;
        }

        /* .menu.active {
            display: block;
        } */

        .elite_proc_header .menu-proc>li {
            /* width: 100%; */
        }

        .elite_proc_header .sub-category-dropdown {
            position: relative;
            display: none;
            width: 100%;
        }

        .elite_proc_header .sub-sub-category-dropdown {
            position: relative;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 9999;
            background: #FFFBFF;
            box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
        }
    }

    @media (max-width: 767px) {
        .elite_proc_header .menu-proc {
            flex-direction: column;
            text-align: left;
            /* display: none; */
            width: 100%;
        }

        .elite_proc_header .menu-proc.active {
            display: block !important;
        }

        .elite_proc_header .menu-proc {
            display: block !important;
        }

        .elite_proc_header .menu-proc>li {
            width: 100%;
        }

        .elite_proc_header .sub-category-dropdown {
            position: relative;
            display: none;
            width: 100%;
        }

        .elite_proc_header .sub-sub-category-dropdown {
            position: relative;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 9999;
            background: #FFFBFF;
            box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
        }

        .elite_proc_header .header-proc .menu-btn-proc:checked~.menu-proc {
            max-height: 540px;
            overflow-y: scroll !important;
        }

        .elite_proc_header .laphead {
            padding-bottom: 0px !important;
        }


    }

    @media screen and (min-width: 320px) and (max-width: 767px) {


        .elite_mindz_header .logo img {
            max-width: 50px !important;
        }

        .elite_proc_header .logo img {
            max-width: 80px;
        }


        .elite_proc_header .header-proc .menu-proc {
            max-height: 0;
            margin-left: 0px;
        }

        .elite_proc_header .header-proc .menu-btn-proc:checked~.menu-proc {
            max-height: 540px;
            overflow-y: scroll !important;
        }
    }

    @media (min-width: 600px) and (max-width: 1023px) {
        .elite_proc_header .clients img {
            width: 210px !important;
        }

        .elite_proc_header .header-proc ul {
            /* display: block; */
        }

        .elite_proc_header .menu-proc {
            display: block !important;
        }

        .elite_proc_header .header-proc .menu-proc-btn:checked~.menu-proc {
            max-height: 540px;
            overflow-y: scroll !important;
        }

    }

    .elite_proc_header .main-menu .r-sec {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .elite_proc_header .header-proc .menu-proc {
        /* max-height: none; */
        display: flex;
        align-items: center;
        margin-left: 120px;
        padding: 0px !important;
        width: 100%;
        justify-content: end;
    }

    @media (max-width: 768px) {
        .elite_proc_header .r-sec {
            display: block;
        }
    }

    @media (min-width: 320px) and (max-width: 767px) {
        .elite_proc_header .top_header2 .menu-icon {
            cursor: pointer;
            display: inline-block;
            float: right;
            padding: 5px;
            position: relative;
            user-select: none;
            bottom: 30px;
        }

        .elite_proc_header .top_header2 .menu-btn:checked~.menu-proc {
            max-height: 540px;
            overflow-y: scroll !important;
        }

        .elite_proc_header .menu-proc {
            display: block !important;
        }

        .elite_proc_header .header-proc .menu-proc {
            padding: 0;
            max-height: 0;
        }

        .elite_proc_header .menu-proc {
            flex-direction: column;
            text-align: left;
            /* display: none; */
            width: 100%;
        }

        .elite_proc_header .justify-cen-mb {
            justify-content: center;
        }

        .elite_proc_header .main-menu,
        .product_list_child {
            display: inherit;
        }

        .elite_proc_header .laphead {
            padding-bottom: 10px;
            padding-top: 10px;
        }

        .elite_proc_header .yobject-marked {
            display: flex;
            gap: 20px;
        }

        ul li {
            text-decoration: none;
            list-style: none;
        }

        /* .banner230 {
                margin-top: 70px !important;
            } */

        .elite_proc_header .header-proc .menu-icon {
            margin-top: 0px;
        }

    }

    @media (min-width: 320px) and (max-width: 475px) {
        .banner230 {
            margin-top: 70px !important;
        }
    }

    @media (min-width: 476px) and (max-width: 767px) {
        .banner230 {
            margin-top: 120px !important;
        }
    }

    @media (min-width: 320px) and (max-width: 768px) {
        .elite_proc_header .header-proc .menu-btn-proc:checked~.menu-proc {
            max-height: 540px;
            overflow-y: scroll !important;
        }

        .elite_proc_header {
            position: relative;
            width: 100%;
            top: -41px;
            z-index: 999;
            transition: all 0.4s ease-in-out;
            background-color: #ffffff00;
        }
    }

    .header-section {
        width: 40%;
        margin: auto;
        margin-top: 120px;
    }

    .elite_mindz_header .header .menu-btn:hover,
    .header li a:hover,
    .main-menu>ul>li:hover {
        color: #000;
        border-bottom: 4px solid #f4cb86;
    }

    .elite_mindz_header .header .menu-btn,
    .header li a,
    .main-menu>ul>li:hover {
        border-bottom: 4px solid #fff0;
    }

    .elite_mindz_header .main-menu>ul>li:hover .down-Arrow {
        border: solid #000;
        border-width: 0 1px 1px 0;
        transform: rotate(226deg);
        -webkit-transform: rotate(226deg);
        top: 21px;
    }

    .elite_mindz_header .main-menu>ul>li>a {
        color: #909090;
        padding: 6px 20px 10px;
        font-weight: 300;
    }

    .elite_mindz_header .headerArea {
        position: fixed;
        width: 100%;
        z-index: 10000;
        top: 0;
        background-color: #fff !important;
    }

    .elite_mindz_header .down-Arrow {
        border: solid #111;
        border-width: 0 1px 1px 0;
        content: "";
        display: inline-block;
        margin-top: 0px;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 5px;
        top: 20px !important;
    }

    .elite_mindz_header .padhir.fre_butb_trl:hover {
        background-color: #1d1d25;
        transition: 0.5s;
    }

    .elite_mindz_header .padhir.fre_butb_trl {
        margin-left: 8px;
        margin-right: 5px;

    }

    .elite_mindz_header .padhir.fre_butb_trl {
        line-height: 17px;
    }

    .elite_mindz_header .padhir {
        padding-right: 20px !important;
    }

    .elite_mindz_header .fre_butb_trl {
        background-color: #d1aa65;
        text-align: center;
        padding: 5px 20px 6px 20px !important;
        border: 2px solid #12121236;
        color: #fff !important;
        border-radius: 5px;
        font-size: 12px;
        position: relative;
    }

    .elite_mindz_header .main-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative !important;
    }

    .elite_mindz_header .submenuArea {
        display: flex;
        align-items: center;
    }

    .elite_mindz_header .logo img {
        max-width: 70px;
    }

    .elite_mindz_header .container.mgn.laphead {
        max-width: 1920px;
        margin: 0 auto;
        padding: 0 12px;
    }

    /* Main menu styles */
    .elite_mindz_header .menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    /* Main category hover style */
    .elite_mindz_header .main-category {
        position: relative;
        display: inline-block;
        padding: 0px;
    }

    .elite_mindz_header .main-category>a {
        text-decoration: none;
        font-size: 16px;
        color: #000;
    }

    .elite_mindz_header .main-category a:hover .sub-category-dropdown {
        overflow: visible !important;
    }

    .elite_mindz_header .header ul {
        /* display: none; */
    }

    .elite_mindz_header .header ul:hover {
        margin: 0;
        list-style: none;
        overflow: visible !important;
        /* display: block !important; */
    }

    .elite_mindz_header .sub-category-dropdown li a {
        padding: 8px 2px;
    }

    .elite_mindz_header .sub-category-dropdown .sub-category {
        width: 100%;
    }

    /* Subcategory dropdown hidden by default */
    .elite_mindz_header .sub-category-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #f9f9f9;
        padding: 5px 0px 0px;
        list-style-type: none;
        margin: 0;
        width: 200px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

    }

    /* Subcategory hover style */
    .elite_mindz_header .sub-category {
        position: relative;
        padding: 1px 10px;
    }

    .elite_mindz_header .sub-category>a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
    }

    /* Sub-subcategory dropdown hidden by default */
    .elite_mindz_header .sub-sub-category-dropdown {
        display: none;
        list-style-type: none;
        padding: 5px 0 0;
        background-color: #f0f0f0;
        margin: 0;
    }

    .elite_mindz_header .sub-sub-category-dropdown>li>a {
        display: block;
        color: #111 !important;
        padding: 6px 20px 10px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        line-height: 17px;
    }

    /* Hover to show dropdowns */
    .elite_mindz_header .main-category:hover .sub-category-dropdown {
        display: block !important;
    }

    .elite_mindz_header .sub-category:hover .sub-sub-category-dropdown {
        display: block;
    }

    .elite_mindz_header .no-link {
        /* pointer-events: none; */
        color: #999;
        /* Change the color to gray to indicate it's not clickable */
    }

    .elite_mindz_header .menu {
        list-style: none;
        background: #fff0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }

    .elite_mindz_header .menu>li {
        position: relative;
    }

    .elite_mindz_header .menu>li>a {
        display: block;
        padding: 15px 20px;
        text-decoration: none;
    }

    .elite_mindz_header .sub-category-dropdown,
    .sub-sub-category-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        list-style: none;
        display: none;
        min-width: 210px;
        z-index: 1000;
    }

    .elite_mindz_header .sub-sub-category-dropdown {
        position: absolute;
        left: 100%;
        top: 0;
        width: 200px;
        z-index: 9999;
        background: #ffffff;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .elite_mindz_header .sub-sub-category-dropdown li {
        float: none;

    }

    .elite_mindz_header .menu li:hover>.sub-category-dropdown {
        display: block;
    }

    .elite_mindz_header .header .sub-category-dropdown li:hover .down-Arrow {
        transform: rotate(-45deg);
        top: 20px;
    }

    .header .sub-category-dropdown li .down-Arrow {
        transform: rotate(45deg);
        top: 18px;
    }

    .elite_mindz_header .header .menu-btn:checked~.menu {
        max-height: 640px;
    }

    .elite_mindz_header .no-link:hover {
        border-bottom: 4px solid #f4cb86 !important;
    }


    .elite_mindz_header .menu .main-category1:hover>.sub-category-dropdown {
        display: block;
        overflow-y: scroll !important;
        /* overflow-x: ; */
        height: 350px;
    }

    .elite_mindz_header .menu .main-category2:hover>.sub-category-dropdown {
        display: block;
        overflow-y: scroll !important;
        /* overflow-x: ; */
        height: 350px;
    }

    .elite_mindz_header .menu .main-category5:hover>.sub-category-dropdown {
        display: block;
        overflow-y: scroll !important;
        /* overflow-x: ; */
        height: 350px;
    }

    .elite_mindz_header .main-category:hover .sub-category-dropdown {
        border-radius: 0px 0px 10px 10px;
    }

    .elite_mindz_header .menu .main-category:hover>.sub-category-dropdown::-webkit-scrollbar-thumb {
        background-color: #d1aa65;
        outline: 0 solid #fff;
        border-radius: 10px;
    }


    @media (max-width: 1024px) {
        .elite_mindz_header .menu {
            flex-direction: column;
            text-align: left;
            /* display: none; */
            width: 100%;
        }

        /* .menu.active {
            display: block;
        } */

        .elite_mindz_header .menu>li {
            /* width: 100%; */
        }

        .elite_mindz_header .sub-category-dropdown {
            position: relative;
            display: none;
            width: 100%;
        }

        .elite_mindz_header .sub-sub-category-dropdown {
            position: relative;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 9999;
            background: #FFFBFF;
            box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
        }
    }

    @media (max-width: 767px) {
        .elite_mindz_header .menu {
            flex-direction: column;
            text-align: left;
            /* display: none; */
            width: 100%;
        }

        .elite_mindz_header .menu.active {
            display: block !important;
        }

        .elite_mindz_header .menu {
            display: block !important;
        }

        .elite_mindz_header .menu>li {
            width: 100%;
        }

        .elite_mindz_header .sub-category-dropdown {
            position: relative;
            display: none;
            width: 100%;
        }

        .elite_mindz_header .sub-sub-category-dropdown {
            position: relative;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 9999;
            background: #FFFBFF;
            box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
        }

        .elite_mindz_header .header .menu-btn:checked~.menu {
            max-height: 540px;
            overflow-y: scroll !important;
        }


        .elite_mindz_header .header .menu-btn:checked~.menu::-webkit-scrollbar-thumb {
            background-color: #d1aa65;
            outline: 0 solid #fff;
            border-radius: 10px;
        }
    }

    @media (min-width: 600px) and (max-width: 1023px) {
        .elite_mindz_header .clients img {
            width: 210px !important;
        }

        .elite_mindz_header .header ul {
            /* display: block; */
        }

        .elite_mindz_header .menu {
            display: block !important;
        }

        .elite_mindz_header .header .menu-btn:checked~.menu {
            max-height: 540px;
            overflow-y: scroll !important;
        }
    }

    @media (max-width: 768px) {
        .elite_mindz_header .r-sec {
            display: block;
        }
    }






    @media (min-width: 426px) and (max-width: 768px) {
        .top_header2 {
            /* margin-top: 80px !important; */
            background-color: #fff7f8 !important;
        }

    }

    @media (min-width: 320px) and (max-width: 767px) {
        .elite_mindz_header .header .menu-icon {
            cursor: pointer;
            display: inline-block;
            float: right;
            padding: 5px;
            position: relative;
            user-select: none;
            bottom: 30px;
        }

        .elite_mindz_header .header .menu-btn:checked~.menu {
            max-height: 540px;
            overflow-y: scroll !important;
        }

        .elite_mindz_header .padhir.fre_butb_trl {
            margin-left: 0px;
            margin-right: 0px;
            display: flex;
            align-items: center;
        }

        .elite_mindz_header .fre_butb_trl {
            padding: 5px 10px 5px 10px !important;
        }

        .elite_mindz_header .menu {
            display: block !important;
        }

        .elite_mindz_header .header .menu {
            padding: 0;
            max-height: 0;
        }

        .elite_mindz_header .menu {
            flex-direction: column;
            text-align: left;
            /* display: none; */
            width: 100%;
        }

        .elite_mindz_header .justify-cen-mb {
            justify-content: center;
        }

        .elite_mindz_header .main-menu,
        .product_list_child {
            display: inherit;
        }

        .elite_mindz_header .laphead {
            padding-bottom: 10px;
            padding-top: 10px;
        }

        .elite_mindz_header .yobject-marked {
            display: flex;
            gap: 20px;
        }

        /* .banner230 {
                margin-top: 120px !important;
            } */
    }

    .top_header2 {
        /* margin-top: 94px; */
        background-color: #fff8f8;
        padding: 0px 0px;
        /* background-color: #296acd; */
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    /* .top_header2.fixed {
    background-color: #fff;
  } */
    .elite_proc_header .header-proc .menu-btn-proc {
        display: none;
    }

    .navicon-proc:before {
        background: #111;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        transition: all 0.2s ease-out;
        width: 100%;
        top: 5px;
    }

    .navicon-proc:after {
        background: #111;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        transition: all 0.2s ease-out;
        width: 100%;
        top: -5px;
    }

    .navicon-proc {
        background: #111;
        display: block;
        height: 2px;
        position: relative;
        transition: background 0.2s ease-out;
        width: 18px;
    }

    .elite_proc_header .header-proc .menu-icon-proc {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 5px;
        position: relative;
        user-select: none;
        bottom: 30px;
    }

    .elite_proc_header .menu-proc>li>a {
        display: block;
        padding: 15px 20px;
        text-decoration: none;
    }

    .menu-btn-proc:checked~.menu-icon .navicon-proc {
        background: #fff0 !important;
    }

    .menu-btn-proc:checked~.menu-icon .navicon-proc:before {
        transform: rotate(-45deg) !important;
        top: 0;
    }

    .menu-btn-proc:checked~.menu-icon .navicon-proc:after {
        transform: rotate(45deg) !important;
        top: 0;
    }

    /* .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    transition: all 0.3s ease;
} */
    .elite_proc_header .fixed ul.menu-proc li a.main-category-link {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        padding: 20px;
        display: block;
        border-bottom: 4px solid #ffffff00;
    }

    .elite_proc_header .fixed .down-Arrow {
        border: solid #000;
        border-width: 0 1px 1px 0;
        content: "";
        display: inline-block;
        margin-top: 0px;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 5px;
        top: 26px;
    }

    @media (min-width: 320px) and (max-width: 767px) {

        .fixed .top_header2 {
            /* margin-top: 160px; */
            background-color: #fff;
        }

        .top_header2.fixed {
            margin-top: 150px;
        }

        .elite_proc_header .down-Arrow {
            border: solid #000000;
            border-width: 0px 1px 1px 0px;
            content: "";
            display: inline-block;
            margin-top: 0px;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            position: absolute;
            right: 5px;
            top: 26px;
        }


        .bfbfbf {
            visibility: hidden;
        }

        .elite_proc_header .header-proc .menu-btn-proc {
            display: none;
        }

        .navicon-proc:before {
            background: #111;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            transition: all 0.2s ease-out;
            width: 100%;
            top: 5px;
        }

        .navicon-proc:after {
            background: #111;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            transition: all 0.2s ease-out;
            width: 100%;
            top: -5px;
        }

        .navicon-proc {
            background: #111;
            display: block;
            height: 2px;
            position: relative;
            transition: background 0.2s ease-out;
            width: 18px;
        }


        .fixed .navicon-proc:before {
            background: #000;
        }

        .fixed .navicon-proc:after {
            background: #000;
        }

        .fixed .navicon-proc {
            background: #000;
        }

        .elite_proc_header .header-proc .menu-icon-proc {
            cursor: pointer;
            display: inline-block;
            float: right;
            padding: 5px;
            position: relative;
            user-select: none;
            bottom: 30px;
        }

        .elite_proc_header .header-proc .menu-proc {
            padding: 0;
            max-height: 0;
            margin-bottom: 0rem;
        }

        .elite_proc_header .menu-proc>li>a {
            display: block;
            padding: 15px 20px;
            text-decoration: none;
        }

        .menu-btn-proc:checked~.menu-icon .navicon-proc {
            background: #fff0 !important;
        }

        .menu-btn-proc:checked~.menu-icon .navicon-proc:before {
            transform: rotate(-45deg) !important;
            top: 0;
        }

        .menu-btn-proc:checked~.menu-icon .navicon-proc:after {
            transform: rotate(45deg) !important;
            top: 0;
        }

        .elite_proc_header .header-proc .menu-proc {
            margin-left: 0px;
            overflow: hidden;
            background: #ffffff;
        }

        .elite_proc_header ul.menu-proc li a.main-category-link {
            text-decoration: none;
            color: #000000;
        }
    }

    .elite_proc_header {
        position: relative;
        width: 100%;
        top: 0;
        z-index: 9999;
        transition: all 0.4s ease-in-out;
        background-color: #fff;
        /* optional, but usually needed */
    }

    .elite_proc_header.fixed {
        position: fixed;
        top: 0px !important;
        left: 0;
        right: 0;

        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* optional for effect */
    }

    .elite_mindz_header {
        transition: all 0.4s ease-in-out;
    }

    .elite_mindz_header.hidden {
        opacity: 0;
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }




    :root {
        --zf-primary-regular: 'Roboto', sans-serif;
        --zf-primary-medium: 'Roboto', sans-serif;
        --primary-color: #343434;
        --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .grw-sec {
        max-width: 900px;
        width: 100%;
        margin: 120px auto;
        padding: 0 20px;
    }

    .grw-hdr {
        color: var(--primary-color);
        font: 700 48px/1.2 var(--zf-primary-medium);
        width: 400px;
        margin-bottom: -90px;
        position: relative;
        /* text-align: center; */
    }

    .i18n-en-in .grw-hdr {
        margin-bottom: -130px;
    }

    .grw-cnt {
        display: flex;
        align-items: flex-end;
        position: relative;
        justify-content: center;
        gap: 10px;
    }

    .grw-desclmr {
        position: absolute;
        right: -200px;
        bottom: 30px;
        width: 180px;
        color: var(--primary-color);
        font: 400 14px/1.4 var(--zf-primary-regular);
        opacity: 0.8;
    }

    .grw-inrcnt {
        max-width: 300px;
        width: 100%;
        padding: 80px 20px 40px;
        text-align: center;
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .grw-inrcnt:hover {
        transform: translateY(-10px);
        box-shadow: var(--shadow);
    }

    .grw-cmbcnt {
        padding: 0 20px;
    }

    .grw-inrcnt1 {
        background: linear-gradient(135deg, #eeadad 0%, #dc5555 100%);
        margin-right: -30px;
        z-index: 2;
    }

    .grw-inrcnt2 {
        background: linear-gradient(135deg, #bfbcff 0%, #f98787 100%);
        margin-right: -25px;
        z-index: 1;
    }

    .grw-inrcnt3 {
        background: linear-gradient(135deg, #f3b6b6 0%, #ff0707 100%);
        z-index: 0;
    }

    .grw-percnt {
        display: block;
        font: 700 80px/1 var(--zf-primary-medium);
        color: #fff;
    }

    .grw-info {
        display: block;
        font: 500 32px/1.1 var(--zf-primary-medium);
        padding: 10px 0;
        color: #fff;
    }

    .grw-pra {
        font: 400 20px/1.3 var(--zf-primary-regular);
        color: #fff;
        opacity: 0.9;
    }

    .grw-icn {
        background-size: 1438px auto;
        display: block;
    }


    .animi-shake {
        animation: shake 0.9s cubic-bezier(.36, .07, .19, .97) infinite;
    }

    @keyframes shake {

        10%,
        90% {
            transform: translateX(-50%) translate3d(-1px, 0, 0);
        }

        20%,
        80% {
            transform: translateX(-50%) translate3d(2px, 0, 0);
        }

        30%,
        50%,
        70% {
            transform: translateX(-50%) translate3d(-4px, 0, 0);
        }

        40%,
        60% {
            transform: translateX(-50%) translate3d(4px, 0, 0);
        }
    }

    @media screen and (max-width: 991px) {
        .grw-sec {
            max-width: 100%;
            padding: 20px 15px 60px;
            margin: 60px auto;
        }

        .grw-hdr {
            font-size: 36px;
            margin: 0 0px 30px;
            width: 100%;
            padding-left: 20px;
            /* text-align: center; */
        }

        .i18n-en-in .grw-hdr {
            margin: 0 20px 30px;
        }

        .grw-cnt {
            flex-direction: column;
            align-items: flex-start;
            display: flex;
        }

        .grw-inrcnt {
            max-width: 100%;
            width: 100%;
            padding: 40px 15px 30px;
            border-top-left-radius: 0;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
            margin-right: 0;
        }

        .grw-inrcnt1 {
            width: 45%;
        }

        .grw-inrcnt2 {
            width: 75%;
        }

        .grw-inrcnt3 {
            width: 100%;
        }

        .grw-percnt {
            font-size: 48px;
        }

        .grw-info {
            font-size: 24px;
            padding: 15px 0 5px;
        }

        .grw-pra {
            font-size: 16px;
        }



        .grw-arw {
            top: 100px;
            width: 80px;
            height: 80px;
            background-size: 1000px auto;
            background-position: -600px -73px;
        }


        .grw-icn {
            display: none;
        }

        .anim-init,
        .anim-init1 {
            transition: none;
        }
    }

    @media screen and (max-width: 1279px) {
        .grw-cnt {
            justify-content: center;
        }

        .grw-desclmr {
            position: static;
            width: 100%;
            text-align: center;
            margin-top: 20px;
            bottom: -50px;
            right: unset;
        }

    }


    @media screen and (min-width: 992px) {
        .grw-inrcnt1 {
            height: 375px;
        }

        .grw-inrcnt2 {
            height: 480px;
        }

        .grw-inrcnt3 {
            height: 645px;
        }
    }

    @media screen and (min-width: 320px) and (max-width: 425px) {
        .grw-info {
            font-size: 18px;
        }

        .grw-pra {
            font-size: 14px;
        }

        .grw-percnt {
            font-size: 30px;
        }
    }

    .countdown-container {
        line-height: 15px;
    }

    .countdown {
        display: flex;
        gap: 1rem;
        justify-content: center;
        /* margin-top: 1rem; */
    }

    .countdown div {
        background-color: #fff;
        color: white;
        /* padding: 1rem; */
        border-radius: 5px;
        min-width: 40px;
        padding: 5px;
        text-align: center;
    }

    .countdown span {
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        background-image: linear-gradient(45deg, #016DB6, #C22EB1);
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .countdown label {
        font-size: 10px;
        text-transform: uppercase;
        text-align: center;
        Color: #000;
        font-weight: 700;
    }

    .countdown-label {
        padding: 0px !important;
    }


    .top-head {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    @media (min-width: 320px) and (max-width: 767px) {
        .top-head {
            flex-direction: column;
        }

        .countdown-container {
            line-height: 15px;
            /* display: none; */
        }
    }