

header.fixed-static{position: relative; background: #fff;    padding: 0;}
header.is-sticky.fixed-static{position: fixed;     background: var(--yellow);}

ul.header-social li {
    border: 1px solid;
    color: #000;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 18px;
    text-align: center;
    padding: 3px;
    font-size: 1rem;
}
li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* ===================footer end here=================== */

/* ==============Responive css start here============== */

@media (max-width: 991px) {
    .header-right {
        position: relative;
        width: 100%;
    }

    header .navbar-nav {
        gap: 15px;
        background: var(--white);
        padding: 30px 20px;
        width: 100%;
    }

    header button.navbar-toggler {
        background-color: transparent;
        border: none;
        right: 0;
        top: 10px;
        position: absolute;
        z-index: 9999;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 999;
        width: 100%;
    }
}

@media (max-width : 991px) {
    .navbar-text.header-right {
    padding-inline: 2rem;
}
}

@media (max-width : 768px) {}

@media (max-width : 767px) {}



@media (max-width : 540px) {}



@media (max-width : 430px) {}



@media (max-width : 414px) {}



@media (max-width : 390px) {}



@media (max-width : 375px) {}



@media (max-width : 320px) {}

/* ==============Responive css end here================ */