.mobile-bottom-menu {
    position: fixed;
    height: 70px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    display: none;
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.17);
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.17);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

}

    .mobile-bottom-menu img {
        width: 30px;
    }

    .mobile-bottom-menu .m-menu-item {
        text-align:center;
        font-size:14px;
    }

.m-menu-item div{
    color:#2c2c2c !important
}

@media only screen and (max-width: 600px) {
    .mobile-bottom-menu {
        display: block;
    }

    .t5 {
        display: none;
    }

    .tool-bar {
        display: none;
    }
    .navbar {
        background-color: transparent;
        border: 0;
        box-shadow: none !important;
        min-height: 75px
    }

    .navbar-stuck {
        box-shadow: none !important
    }

    .navbar-sticky {
        box-shadow: none !important
    }

    .topbar {
        display: none !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .mobile-bottom-menu {
        display: block;
    }
    .tool-bar {
        display: none;
    }

    .navbar {
        background-color: transparent;
        border: 0;
        box-shadow: none !important;
    }
    .navbar-stuck {
        box-shadow: none !important
    }

    .navbar-sticky {
        box-shadow: none !important
    }
    .topbar {
        display: none !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .mobile-bottom-menu {
        display: none;
    }
    .tool-bar {
        display: block;
    }


    .navbar {
        background-color: #fff;
        border-bottom: 1px solid rgb(186, 186, 186, 0.17);
        -webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.30);
        box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.30);
    }
    .topbar {
        display: table !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .mobile-bottom-menu {
        display: none;
    }
    .tool-bar {
        display: block;
    }


    .navbar {
        background-color: #fff;
        border-bottom: 1px solid rgb(186, 186, 186, 0.17);
        -webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.30);
        box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.30);
    }

    .topbar {
        display: table !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .mobile-bottom-menu {
        display: none;
    }
    .tool-bar {
        display: block;
    }


    .navbar {
        background-color: #fff;
        border-bottom: 1px solid rgb(186, 186, 186, 0.17);
        -webkit-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.30);
        box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.30);
       
    }

    .topbar {
        display: table !important;
    }
}

.offcanvas-toggle {
    background:#fff !important
}

.t5{
    display:none;
}





