/* @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800"); */


.mobile-view {
    display: none;
}

.desktop-view {
    display: block;

}

@media only screen and (max-width: 991px) {
    .dropdown-toggle::after {
        display: none !important;
    }

    .rc-anchor-normal .rc-anchor-pt {
        left: 0 !important;
    }

    /*Change toggle size by adjusting width & height*/
    .tb-menu-toggle {
        border: 0;
        position: relative;
        background: transparent;
        cursor: pointer;
    }

    /*Change toggle color here*/
    .tb-menu-toggle i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20%;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    .tb-menu-toggle i:nth-child(2) {
        top: 40%;
    }

    .tb-menu-toggle i:nth-child(3) {
        top: 80%;
    }

    /* Style the active toggle here */
    .tb-menu-toggle.tb-active-toggle i {}

    /*Animation of the toggle*/
    .tb-menu-toggle.tb-animate-toggle i:first-child,
    .tb-menu-toggle.tb-animate-toggle i:nth-child(2) {
        top: 40%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .tb-menu-toggle.tb-animate-toggle i:nth-child(3) {
        top: 40%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .all-category-list {
        display: block;
        padding-left: 20px;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .menu-res-mbl {
        display: none !important;
    }
}

.mobile-view nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: absolute;
    /* background: transparent; */
    left: 0;
    top: 0;
}

.mobile-view nav.navbar.navbar-expand-lg.navbar-light.bg-light a {

    color: #fff;
    font-weight: 500;
}

.mobile-view nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px;
    background: linear-gradient(to right, #0b25608f, #1DA0D0);
}

.nav-bar-mobile {
    position: absolute;
    background: linear-gradient(to right, #0b2560, #1DA0D0);
    top: 100px;
    left: 10px;
    width: 300px;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    background-color: #195087;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

ul.navbar-nav.mr-auto.mt-2.mt-lg-0 {
    margin: 0 auto;
    text-align: left;
    padding: 10px;
}

.dropdown-toggle {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

li.dropdown {
    padding: 10px;
}

.all-category-list {
    list-style-type: none
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

.all-category-list li {
    padding: 2px 0px !important;
}

.all-category-list li a {
    padding: 7px 17px;
}

.all-category-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /*display: none;*/
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.all-category-list>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.all-category-list>li>a:focus,
.all-category-list>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #33333385;
}

.focused {
    border: 1px solid red;
}

@media only screen and (max-width: 767px) {


    .dropdown-submenu a {
        color: #000 !IMPORTANT;
        padding-left: 15px;
        padding-right: 15px;
    }

    .dropdown-submenu a span {
        padding-right: 15px;
    }

    .dropdown-submenu .dropdown-menu {
        margin-top: 10px !important;
    }

    .dropdown-menu {
        margin-left: 10px;
        background-color: #fff;
    }

    .dropdown-submenu .dropdown-menu {
        margin-left: 10px;
        margin-right: 5px;
        background-color: #fff;
    }

    .mobile-view .nav-bar-mobile {
        overflow-y: scroll;
    }

    .dropdown-submenu .dropdown-menu {
        margin-left: 10px;
        margin-right: 5px;
        padding-left: 0;
        border: none !important;
        background-color: #fff;
        border-radius: inherit;
    }

    .dropdown-menu li {
        margin: 0 6px;
        padding-left: 0 !important;
        text-align: left;
        padding: 5px 0;
    }

    .dropdown-submenu .dropdown-menu li {
        border-bottom: none;
        margin: 0 6px;
        padding-left: 0 !important;
        text-align: left;
    }

    .icon-a-s {
        display: inline-block !important;
    }

    .dropdown-submenu .dropdown-menu li a {
        padding-left: 0;
    }
}
   