.main-manu-div{
	background-color: #fff;
    color: #212121;
    text-align: center;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);

}
.main-manu-div span{
	font-family: Roboto,Arial,sans-serif;
}
.main-manu-list{
	margin: 0 auto;
    padding: 0 16px;
    max-width: 1248px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    text-align: left;
    white-space: nowrap;
}



.main-manu-listitem{

    color: #212121;



    white-space: normal;


    list-style: none;

}
.listitem-name{
	padding: 12px 10px 9px;
    font-weight: 500;
    display: block;

    cursor: pointer;
}
    
.submenu-div-parent{
 display: block;




    font-size: 13px;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none; 

}
li{
	list-style: none;
}



.submenu-div{
    
    position: absolute;
    left: -1px;
    width: 100.2%;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
    overflow: hidden;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    display: block;}
.single-menu-section{


    display: inline-block;
    width: 19.8%;
    vertical-align: top;
    margin-bottom: -2000px;
    padding-bottom: 2000px;}
    .single-menu-section:nth-child(2n) {
    background-color: #f9f9f9;}
    .listitem-ul {
    margin: 5px 0 10px;}
    .listitems{
        padding: 4px 0 4px 23px;
    margin: 0;
    border: 1px solid transparent;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    width: 90%;
    }
   .listitems a{
        text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
    }