body {
    padding: auto;
    margin: auto;
    box-sizing: border-box;
    overflow-x: hidden;
}

#whatsapp-button {
    display: none !important;
}

.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;
    /* box-shadow: 1.7322px 0.8661px 2.5984px rgba(0, 0, 0, 0.55); */
}

.header {
    padding: 0px 0px 10px;
}

.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: 25px !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: 10px !important;
}

.elite_mindz_header .fre_butb_trl {
    background-color: #d1aa65;
    text-align: center;
    padding: 5px 20px 6px 13px;
    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 1px;
}

/* 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 1px;
}

.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;
            height: 350px; */
}

.elite_mindz_header .menu .main-category5:hover>.sub-category-dropdown {
    display: block;
    overflow-y: auto !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 .padhir.fre_butb_trl {
        margin-left: 8px;
        margin-right: 5px;
        display: flex;
        align-items: center;
    }

    .elite_mindz_header .header .menu-btn:checked~.menu {
        max-height: 540px;
        overflow-y: scroll !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;
        justify-content: center;
    }

    .elite_mindz_header .down-Arrow {
        top: 15px !important;
    }

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




.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 */
.production_pro_header ul.menu-proc {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Main category link styling */
.production_pro_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;
}

.production_pro_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 */
.production_pro_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;
}

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

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

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

/* Sub-sub-category dropdown, initially hidden */
.production_pro_header ul.menu-proc li .sub-sub-category-dropdown {
    /* display: none !important; */
    position: revert;
    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: 100%;
}

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

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

.production_pro_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 */
.production_pro_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);
}

.production_pro_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);
}

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

}

.production_pro_header .header {
    box-shadow: none;
    z-index: 9;
    background-color: #efefef;
}

@media (min-width: 320px) and (max-width: 768px) {
    .production_pro_header {
        background-color: #efefef !important;
    }
}

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

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



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

/* .top_header2.fixed {
    background-color: #fff;
  } */
.production_pro_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;
}

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

.production_pro_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;
} */
.production_pro_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;
}

.production_pro_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: #efefef;
    }

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

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


    .bfbfbf {
        visibility: hidden;
    }

    .production_pro_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;
    }

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

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

    .production_pro_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;
    }

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

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

.production_pro_header {
    position: relative;
    width: 100%;
    top: 150px !important;
}

.production_pro_header {
    position: relative;
    width: 100%;
    top: 139px;
    z-index: 9999;
    margin-bottom: 80px;
    transition: all 0.4s ease-in-out;
    background-color: #efefef;
    /* optional, but usually needed */
}

.production_pro_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;
    box-shadow: 1.7322px 0.8661px 2.5984px rgba(0, 0, 0, 0.55);
}

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



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

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

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

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



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

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

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

/* Subcategory dropdown hidden by default */
.production_pro_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 */
.production_pro_header .sub-category {
    position: relative;
    padding: 1px 1px;
}

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

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

.production_pro_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 */
.production_pro_header .main-category:hover .sub-category-dropdown {
    display: block;
}

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

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

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

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

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

.production_pro_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;
}

.production_pro_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);
}

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

}

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

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

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

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

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


.production_pro_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;
}


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

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

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

a {
    text-decoration: none;
}

.production_pro_header .sub-category-link.no-link:hover .down-Arrow {
    top: 16px !important;
    transform: rotate(314deg) !important;
}
@media (max-width: 768px) {

    .headbtntab {
        display: flex;
        width: 100% !important;
        justify-content: center;
    }
}

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

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

.headbtntab {
    display: flex;
    width: 300px;
    justify-content: center;
}

.headereltebtntab {
    display: flex;
    align-items: center;
    width: 420px;
}
@media (min-width: 1025px) and (max-width: 1200px) {

    .elite_mindz_header .mb-navcta {
        justify-content: end !important;
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        width: 100% !important;
    }

    .elite_mindz_header .navcta,
    .production_pro_header .navcta {
        justify-content: end;
    }

    .headbtntab {
        display: flex;
        width: 320px;
        justify-content: end;
    }

    .headereltebtntab {
        display: flex;
        align-items: center;
        width: 420px;
        justify-content: flex-end;
    }
        .r-sec {
            width: 900px !important;
            display: flex;
            align-items: center;
            justify-content: space-between;   }
    /* .production_pro_header .main-menu .r-sec {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    } */
}
    


@media (min-width: 1025px) and (max-width: 1280px) {
    .production_pro_header {
        top: 190px !important;
        margin-bottom: 140px;
    }
}

@media (min-width: 521px) and (max-width: 767px) {
    .production_pro_header {
        top: 233px !important;
        margin-bottom: 110px;
    }
}

@media (min-width: 320px) and (max-width: 414px) {
    .production_pro_header {
        top: 274px !important;
        margin-bottom: 50px;
    }
}

@media (min-width: 415px) and (max-width: 520px) {
    .production_pro_header {
        top: 240px !important;
        margin-bottom: 50px;
    }
}

@media (width:768px) {
    .production_pro_header {
        position: relative;
        width: 100%;
        top: 230px !important;
        margin-bottom: 100px;
        z-index: 9999;
        transition: all 0.4s ease-in-out;
        float: left;
        /* background-color: #fff !important; */
    }



}

@media (min-width: 769px) and (max-width: 1024px) {
    .elite_mindz_header .yobject-marked {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .production_pro_header {
        top: 245px !important;
        margin-bottom: 190px;
    }

    .elite_mindz_header ul.menu li a.main-category-link {
        width: 100%;
    }

    .elite_mindz_header .container.mgn.laphead {
        max-width: 100% !important;
    }

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

    .production_pro_header .header .menu-icon {
        /* bottom:inherit!important; */
    }

    .production_pro_header ul.menu li a.main-category-link {
        width: 100% !important;

    }

    .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;
    }

    .production_pro_header .header li a:hover .down-Arrow {
        top: 18px !important
    }

}

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

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

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

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

    .production_pro_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) {
    .production_pro_header .menu-proc {
        /* flex-direction: column; */
        text-align: left;
        /* display: none; */
        width: 100%;
    }

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

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

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

    .production_pro_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) {
    .production_pro_header .menu-proc {
        flex-direction: column;
        text-align: left;
        /* display: none; */
        width: 100%;
    }

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

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

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

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

    .production_pro_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);
    }

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

    .production_pro_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;
    }

    .production_pro_header .logo img {
        max-width: 130px;
    }


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

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

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

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

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

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

}

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

.production_pro_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: 767px) {
    .production_pro_header .r-sec {
        display: block;
    }
}


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

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

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

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

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

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

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

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

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

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

    .banner230 {
        margin-top: 100px !important;
    }

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

    ul.menu li a.main-category-link {
        /* padding: 10px 30px !important; */
    }
}

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

    .production_pro_header {
        position: relative;
        width: 100%;
        /* top: 140px !important; */
        /* margin-bottom: 0px; */
        z-index: 999;
        transition: all 0.4s ease-in-out;
        float: left;
        /* background-color: #fff !important; */
    }
}

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




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



/* Main category link styling */
ul.menu li a.main-category-link {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    padding: 20px;
    display: block;
}

.elite_mindz_header ul.menu li a.main-category-link:hover {
    color: #d1aa65 !important;
    /* Color on hover for main category */
    background-color: #f1f1f1 !important;
    border-bottom: 4px solid #d1aa65 !important;
}

ul.menu li a.main-category-link:hover {
    color: #1966b6 !important;
    /* Color on hover for main category */
    background-color: #f1f1f1 !important;
    border-bottom: 4px solid #1966b6 !important;
}

/* Sub-category dropdown, initially hidden */
ul.menu li .sub-category-dropdown {
    display: none !important;
    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: 300px;
}

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

/* Sub-category link styling */
ul.menu li .sub-category-dropdown li a {
    text-decoration: none;
    color: #333;
    padding: 8px 5px;
    display: block;
    width: 100%;
}

.elite_mindz_header ul.menu li .sub-category-dropdown li a:hover {
    background-color: #f1f1f1;
    color: #d1aa65 !important;
    border-bottom: 4px solid #d1aa65 !important;
}


ul.menu li .sub-category-dropdown li a:hover {
    background-color: #f1f1f1;
    color: #1966b6 !important;
    border-bottom: 4px solid #1966b6 !important;
}

/* Sub-sub-category dropdown, initially hidden */
.production_pro_header ul.menu 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: 10px 0;
    min-width: 100%;
}

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

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

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

ul.menu li a.main-category-link {
    border-bottom: 2px solid #ffffff00;
    font-size: 16px !important;
    font-weight: 400;
    /* padding: 10px 30px !important; */
}




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

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

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

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

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

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

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

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

/* Subcategory dropdown hidden by default */
.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 */
.sub-category {
    position: relative;
    padding: 1px 10px;
}

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

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

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

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

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

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

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

.menu>li {
    position: relative;
}

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

.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;
}

.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);
}

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

}

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

.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;
}

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

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


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

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



.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: 25px;
}


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


    .menu>li {
        width: 100%;
    }

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

    .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) {
    .menu {
        flex-direction: column;
        text-align: left;
        /* display: none; */
        width: 100%;
    }

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

    .menu {
        display: block !important;
    }

    .menu>li {
        width: 100%;
    }

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

    .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);
    }

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

    .anchortags {
        position: sticky;
        width: 100%;
    }
}

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

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

    .menu {
        display: block !important;
    }

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

    ul.menu li .sub-category-dropdown {
        display: none !important;
        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: 300px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .production_pro_header .header li a {
        width: 90%;
        float: left;
        padding: 10px !important;
    }
}