.landing-header {
    position: absolute;
    width: 100%;
    background-color: #ffffff23;
    z-index: 1;
}

.ant-layout-header {
    background-color: transparent !important;
    line-height: 80px;
}

.ant-layout-sider-children {
    .logo {
        padding: 50px 25px;
    }
}

.nav-link {
    color: #fff;
    font-weight: 600 !important;

}

.home-dropdown {
    .ant-dropdown-menu-item-only-child {
        font-weight: 600 !important;

        &:not(:last-child) {
            padding: 5px 7px !important;
            border-bottom: 1px solid #00000024;
            border-radius: 0 !important;
        }
    }


}

.home-dropdown.ant-dropdown-menu {
    margin-top: 0 !important;
    padding: 0 !important;
}

.nav-link {
    .anticon {
        svg {
            width: 10px;
            height: 10px;
            margin-top: -5px;
        }
    }
}


.active {
    color: #99cc33 !important;
}

.nav-link {
    margin-left: 50px;
}
.marquee-text{
    background-color: #99cc33;
    padding: 7px 0 1px 0;
    color: #fff;
}
