  
#top-nav {
    min-height: 45px;
    position: relative;
    display: flex;
    z-index: 9;
    left: 22px;
    width: auto;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}
#top-nav ul{
    padding: 0px;
    list-style: none;
    position: absolute;
    margin-bottom: 0px;
}
#top-nav ul .show_actgroy {
    width: 210px;
    /* background-color: #3366cc; */
    display: inline-block;
    padding: 13px 15px;
    color: #ffffff;
    text-decoration: none; 
    font-size: 14px;
    position: relative;
    font-weight: 600;
    border-radius: 0;
}
#top-nav ul .show_actgroy:before {
    content: "\e622";
    position: absolute;
    right: 16px;
    top: 14px;
    font-family: 'luma-icons';
    font-size: 13px;
    color: #FFF;
}
#top-nav ul li {
    display: inline-block;
    background: #eee;
    width: 100%;
}
#top-nav ul li a{
    display: block;
    text-decoration:none;
    color:#777;
    padding: 10px 15px;
    line-height:normal;
    font-size:16px;
  
}
#top-nav ul li a.active { background-color: #fff; }
#top-nav ul li a:hover { color:#000; }
ul.dropdown_menu > .dropdown a { padding:6px 20px !important; font-size:15px !important; }
a {font-family:arial;}
#top-nav ul .topfirst { 
    max-width: 240px; 

}
#top-nav ul li .hover, #top-nav ul li > a { font-size:15px;color:#000;border-top: 1px solid #ddd; }
#top-nav ul li > a:last-child { border-bottom: 1px solid #ddd; }
#top-nav ul li > a:hover, #top-nav ul li .hover:hover { background-color: #fff !important; }
ul.dropdown_menu {
    position: absolute;
    min-width: 100%;
    left: 240px;
    top: 44px;
    width: 840px !important;
    max-width: 850px;
    background: #fff;
	min-height:554px;
	box-shadow: 2px 2px 2px #eee;
	padding-top:10px !important;
}
ul.dropdown_menu > .dropdown > a { font-weight:600;  }
ul.dropdown_menu > .dropdown { float:left; min-width:200px; margin-bottom:15px;  }
ul.dropdown_menu.active {display:inline-block !important;}
ul.dropdown_menu{
    display: none;
}
#top-nav ul  .oopen {display:none;}
#top-nav ul  .oopen.active { display:inline-block !important; }
.topfirst.active {height:600px; }
.clearfix {clear:both; }

@media only screen and (min-width : 992px) and (max-width: 1200px){ 
 
    ul.dropdown_menu {
        left: 239px;
        width: 550px !important;
        max-width: 628px;
        min-height: 554px;
        overflow-y: auto;
        height: 554px;
    }	
    ul.dropdown_menu.active {
        display: flex !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:991px) and (min-width:768px){ 
   
    ul.dropdown_menu {
        position: absolute;
        min-width: 100%;
        left: 239px;
        top: 30px;
        width: 550px !important;
        max-width: 628px;
        background: #fff;
        min-height: 554px;
        box-shadow: 2px 2px 2px #eee;
        padding-top: 10px !important;
        overflow-y: auto;
        height: 554px;
    }
	ul.dropdown_menu {
        left: 239px;
        width: 352px !important;
        max-width: 628px;
        min-height: 554px;
        overflow-y: auto;
        height: 554px;
    }	
    ul.dropdown_menu.active {
        display: flex !important;
        flex-wrap: wrap;
    }
		
    #top-nav {left: 30px; }
}

.top_header {  
    background: whitesmoke;
    padding: 0px 0px 0px 0px;
    border: 1px solid #e5e5e5;
}
.contact { margin-left: 25px; font-size: 15px; font-weight: 600; color: #333 !important; display: inline-block;  margin-top: 12px; }

.about-us { margin-left: 275px; font-size: 15px; font-weight: 600; color: #333 !important; display: inline-block;  margin-top: 12px; }

@media only screen and (max-width:767px)
{
    .top_header { padding: 0px 0px 0px 0px;}
    .logo {    margin-left: 20% !important;}
    .nav-toggle {top:9px;}
    #top-nav {display:none !important;}
    .section-item-content.nav-sections-item-content, .navigation ul  { display:block; height:100%;}
    .nav-sections, .navigation a {background:#fff;}
}