/* ************headerForIndex style starts************* */

.custmFix-nvBar {
    background: transparent;
    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: #fff;
}

.custmFix-nvBar.scrolled {
    background:#eff0f0;
    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.scrolled .headerForindx-log {
    background: #007e9b;
    /*color: white;*/
    border: none;
}
.custmFix-nvBar .headerForindx-log:hover{
    background: #00c300;
    /*color: #fff;*/
}
.custmFix-nvBar .header-for-responsive {
    display: block;
}
.custmFix-nvBar.scrolled .header-for-responsive {
    display: block;
}

.custmFix-nvBar.scrolled .Offheader-for-responsive {
    display: block;
}



/* ***************header responsive*********** */

@media (max-width: 992px) {
    .custmFix-nvBar {
       background-color: #eff0f0 !important;
    }

    .custmFix-nvBar .fix-mnuTotal li a {
        color: #000 !important;
    }

    .header-for-responsive {
        display: block !important;
    }

    .Offheader-for-responsive {
        display: block !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;
    }
}
.custmFix-nvBar.scrolled .fix-mnuTotal li a:hover {
   color: rgb(51 185 7 / 80%);
}