#mob-nav {
    min-width: 100vw;
    max-width: 100vw;
    background: #d68f05;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    max-height: 100vh;
    overflow: auto;
}

#mob-nav .h6 {
    color: #fff
}

#mob-nav.active {
    left: 0;
}

#mob-nav h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px
}

#mob-nav h1 .logo {
    color: rgb(196, 172, 172)
}

#mob-nav h1 .logo span {
    font-size: 14px;
    color: #44bef1;
    display: block
}

#mob-nav ul.components {
    padding: 0
}

#mob-nav ul li {
    font-size: 16px
}

#mob-nav ul li>ul {
    margin-left: 10px
}

#mob-nav ul li>ul li {
    font-size: 14px
}

#mob-nav ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#mob-nav ul li a span {
    color: #44bef1
}

#mob-nav ul li a:hover {
    color: #fff
}

#mob-nav ul li.active>a {
    background: 0 0;
    color: #fff
}

@media(max-width:991.98px) {
    #mob-nav {
        margin-left: -100vw
    }
    #mob-nav.active {
        margin-left: 0
    }
}

#mob-nav .custom-menu {
    display: inline-block;
    position: absolute;
    top: 3.15vh;
    right: 0;
    margin-right: -20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(prefers-reduced-motion:reduce) {
    #mob-nav .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

#mob-nav .custom-menu #mob-navCollapse {
    width: auto;
    height: auto;
    position: fixed;
    margin-left: -20px;
    margin-top: 55px;
    border-radius: 0 0 1rem 0;
    padding: 1rem 1rem .7rem;
    background-color: #d68f05 !important;
    border: none;
    outline: none;
    z-index: 9 !important;
}

#mob-nav .custom-menu #mob-navCollapse i {
    font-size: 1.3rem
}

#mob-nav .custom-menu #mob-navCollapse.btn-primary {
    background: 0 0;
    border-color: transparent
}


/* #mob-nav .custom-menu #mob-navCollapse.btn-primary:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #d68f05;
    border-radius: 10px
} */


/* #mob-nav .custom-menu #mob-navCollapse.btn-primary:hover,
#mob-nav .custom-menu #mob-navCollapse.btn-primary:focus {
    background: 0 0!important;
    border-color: transparent!important
} */

a[data-toggle=collapse] {
    position: relative
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:991.98px) {
    #mob-navCollapse span {
        display: none
    }
}

.nav-link-m {
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 1.2rem !important;
}

.nav-link-m2 {
    border-top: 2px solid #743a05;
    margin-top: 10vh;
    width: 100%;
}