@media only screen and (max-width: 1000px) {
  body2 {background-color: lightblue;}
.nav-main-menu-responsive button { background: none; border: 0; visibility: hidden !important;}

}


 Toggle Menu 

.background-colored {background-color: #9D9E9E !important;}
.copyright-content {border-top: 0px solid #222 !important;}

::selection {
    background: #f4f4c6;
    text-shadow: none;
    color: #333;
}


.gototop-button {
    background-color: #CC0000;
}
.gototop-button {
    border-radius: 4px;
    bottom: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    line-height: 24px;
    padding: 8px 14px 9px;
    position: fixed;
    right: 10px;
    z-index: 199;
}

nav ul.main-menu .dropdown:hover > .dropdown-menu, nav ul.main-menu .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
   min-width: 220px;
   max-height: 50vh;
   overflow: auto;
}


#mainMenu > ul > li > a {
    color: #666 !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    border-bottom: 0 none;
    border-bottom-color: currentcolor;
    border-radius: 0;
    height: 50px;
    line-height: 30px;
    margin-left: 0;
    margin-right: 0;
    outline: medium none;
    padding: 10px;
    text-transform: none !important;
    transition: all 0.3s ease-in-out 0s;
}

nav .main-menu .dropdown-menu {
    border-color: #CC0000 !important;
}


