
/*//responsive by Nadeem 10_09_2022*/

/*media desktop*/
@media(max-width: 1440px) {
}

/*media laptop*/
@media(max-width: 1024px) {
    li.createNew {
        width: 33%;
    }
}
/*media tablet*/
@media(max-width: 991px) {
    .mobile {
        display: block !important;
    }

    .hidden-mobile {
        display: none;
    }

    .login_box {
        max-width: 100%;
    }

    .closeMenu {
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
        background: #6380e3;
        color: #fff;
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 18px;
        padding: 6px 0px;
        cursor: pointer;
    }

    #navbarSupportedContent, #navbarSupportedPlans {
        display: block !important;
        position: fixed;
        max-width: 320px;
        width: 100%;
        left: -100%;
        top: 0;
        height: 100vh;
        background: #ffffff;
        z-index: 999;
        padding: 20px;
        transition: all 500ms ease;
        box-shadow: 0 0 10px #00000057;
        overflow: auto;
        max-height: calc( 100vh - 0px );
    }

        #navbarSupportedContent.active, #navbarSupportedPlans.active {
            left: 0;
            transition: all 500ms ease;
        }


    .mainHeader .navbar ul li a.userImg {
        margin: 20px 0px 0px;
        width: 100%;
        border-radius: 0px;
        text-align: left;
    }

    .leftSidebarMobileToggle {
        position: fixed;
        left: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #6380e3;
        color: #fff;
        border-radius: 50%;
        box-shadow: 0 0 20px #00000069;
        z-index: 9999;
    }

    .leftSidebar {
        background: #fafafa;
        width: 0%;
        height: 0%;
        left: 0%;
        opacity: 0;
        transition: .5s;
        top: 100%;
    }

        .leftSidebar.active {
            opacity: 1;
            width: 100%;
            height: 100vh;
            top: 9%;
            left: 0px;
            right: 0;
            bottom: 0;
        }
    /* #navbarSupportedContent .category-menu, #navbarSupportedPlans .category-menu{
    width: 100%;
    box-shadow: none;
    top: 40px;
    border-radius: 0px;opacity: 1 !important;visibility: inherit !important;
}*/
    ul.uk-navbar-nav.ul_naveLIsting {
        display: block;
        margin: 65px 0px 0px;
    }

        ul.uk-navbar-nav.ul_naveLIsting li {
            line-height: 0px;
            margin: 0px;
            line-height: initial;
            border-bottom: 1px solid #cccccc8c;
            padding: 11px 1px;
        }

            ul.uk-navbar-nav.ul_naveLIsting li a {
                min-height: auto;
            }

    ul.category-menu-list li {
        margin: 0px !important;
        padding: 0px !important;
    }

        ul.category-menu-list li a {
            padding: 8px 20px !important;
        }

    .category-menu {
        left: 30px !important;
        top: 28px !important;
    }

    .uk-navbar-container > .uk-container .uk-navbar-right {
        margin-right: 16px !important;
    }

    sticky.uk-active .uk-navbar-nav > li > a {
        min-width: auto !important;
    }

    section.breadcrumbs {
        padding: 70px 0px !important;
    }

    .uk-sticky.uk-active .uk-navbar-item, .uk-sticky.uk-active .uk-navbar-nav > li > a, .uk-sticky.uk-active .uk-navbar-toggle {
        min-height: auto !important;
    }

    div#navbarSupportedContent .uk-navbar-item.uk-visible\@m.in-optional-nav {
        display: block !important;
    }
    .dropdown-backdrop {
        position: inherit !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990;
    }
}

/**/
@media(max-width: 768px) {
    h4.longFormDiv-title {
        width: 100%;
    }
}


/*media mobile*/
@media(max-width: 767px) {
    .bannderSection .uk-overlay h1 {
        font-size: 26px !important;
        line-height: 40px;
    }

    .contentSlot h2 {
        font-size: 14px !important;
        line-height: 29px !important;
    }

    .verify_trading {
        margin-top: 40px !important;
    }

        .verify_trading .uk-flex-middle {
            width: 100% !important;
        }

    .rightS {
        left: 130px !important;
    }

    .leftS {
        width: 36%;
        padding-top: 96px !important;
        padding-left: 33px !important;
    }

        .leftS img {
            max-width: 80px !important;
        }

    .PerksSlot {
        height: 304px !important;
    }


    .testimonialSlot:before {
        display: none !important;
    }

    .small-round {
        display: none !important;
    }

    .testimonialSlot:after {
        display: none !important;
    }
}

/*media mobile-small*/
@media(max-width: 376px) {
    section.breadcrumbSlot {
        margin: 5px 0px;
    }

    h4.breadcrumb-title {
        font-size: 16px;
    }

    ul.workspace_overview li a {
        padding: 4px 10px;
    }
}
