.custmFix-nvBar {
    background: #efeff0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.fix-mnuTotal li a {
    color: #000000;
}

.custmFix-nvBar.scrolled {
    background: #efeff0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.custmFix-nvBar.scrolled .fix-mnuTotal li a {
    color: #000;
}

.Nv-Bar-bRnd {
    width: 8%;
}

.Nv-Bar-bRnd img {
    width: 100%;
}

.headerForindx-log {
    background-color: #ffffff;
    color: #000058;
}

.custmFix-nvBar .headerForindx-log {
    background: #007e9b;
   /* color: white; */
    border: none;
}

.header-for-responsive {
    display: block;
}

/* ***************header responsive*********** */

@media (max-width: 992px) {
    .custmFix-nvBar {
        background-color: #ffffff !important;
    }

    .custmFix-nvBar .fix-mnuTotal li a {
        color: #000 !important;
    }

    .header-for-responsive {
        display: block !important;
    }

    .Offheader-for-responsive {
        display: none !important;
    }

    .Nv-Bar-bRnd {
        width: 13% !important;
    }

    .custmFix-nvBar .headerForindx-log {
        background: #007e9b !important;
        color: white;
        border: none;
    }
}

@media (max-width: 575px) {
    .Nv-Bar-bRnd {
        width: 18% !important;
    }
}

@media (max-width: 375px) {
    .Nv-Bar-bRnd {
        width: 22% !important;
    }
}