
.header-layout2 .header-navbar-logo {
    margin-top: -21px;
    padding: 15px 0;
    padding-left: 30px;
    position: absolute;
    z-index: 3;
}
.header-layout2 .menu-area .logo-bg {
    position: absolute;
    height: calc(100% + 40px);
    width: 12.6%;
    top: -40px;
    left: 0;
    background: var(--white-color);
    border-radius: 0;
    border-right: 1px solid var(--border-color);
}


.header-layout2 .navbar-right-desc {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: -40px;
    height: calc(100% + 40px);
    background: var(--white-color);
    padding: 0 30px 0 32px;
    border-left: 1px solid var(--border-color);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.header-layout2 .navbar-right-desc .icon-btn {
    width: 50px;
    height: 50px;
    border-radius: 0;
}
.header-layout2 .navbar-right-desc .icon-btn i {
    font-size: 22px;
}


@media (max-width: 995px) {

    .header-layout2 .header-top {
        background: var(--smoke-color);
        padding: 5px 0;
        border-bottom: 0;
        display:none !important
    }
    
}


@media (min-width: 1400px) {

    .header-layout2 .main-menu {
        margin-left: 140px;
    }

    .header-layout2 .menu-area .logo-bg {
        position: absolute;
        height: calc(100% + 40px);
        width: 14.6%;
        top: -40px;
        left: 0;
        background: var(--white-color);
        border-radius: 0;
        border-right: 1px solid var(--border-color);
    }
    .header-layout2 .header-navbar-logo {
        margin-top: -21px;
        padding: 15px 0;
        padding-left: 30px;
        position: absolute;
        z-index: 3;
    }
    .header-layout2 .menu-area .logo-bg {
        position: absolute;
        height: calc(100% + 40px);
        width: 12.6%;
        top: -40px;
        left: 0;
        background: var(--white-color);
        border-radius: 0;
        border-right: 1px solid var(--border-color);
    }
    .menu-item-has-children img {max-width:30px}

    .main-menu a {
        display: block;
        position: relative;
        font-weight: 700;
        font-family: var(--body-font);
        font-size: 14px;
        color: #0e0708;
    }
    .main-menu > ul > li {
        margin: 0 7px;
    }
}


@media (min-width: 1200px) {
    .header-layout2 .main-menu {
        margin-left: 120px;
    }

    .header-layout2 .menu-area .logo-bg {
        position: absolute;
        height: calc(100% + 40px);
        width: 14.6%;
        top: -40px;
        left: 0;
        background: var(--white-color);
        border-radius: 0;
        border-right: 1px solid var(--border-color);
    }
    .header-layout2 .header-navbar-logo {
        margin-top: -21px;
        padding: 15px 0;
        padding-left: 30px;
        position: absolute;
        z-index: 3;
    }
    .header-layout2 .menu-area .logo-bg {
        position: absolute;
        height: calc(100% + 40px);
        width: 12.6%;
        top: -40px;
        left: 0;
        background: var(--white-color);
        border-radius: 0;
        border-right: 1px solid var(--border-color);
    }
    .menu-item-has-children img {max-width:30px}

    .main-menu a {
        display: block;
        position: relative;
        font-weight: 700;
        font-family: var(--body-font);
        font-size: 12px;
        color: #0e0708;
    }
    .main-menu > ul > li {
        margin: 0 7px;
    }
}