@media(max-width:1400px){
   
    #nav__center .flex {
        padding-left: 15px;
    }
  }
#nav__center {
    /*width: 570px;
    position: relative;
    margin-left: auto; */
    
    padding: 0px;
}

#nav__center .flex {
    display: flex;
    
    
    background: #fff;
    border-top-right-radius:20px;
    
    max-width: 450px;
    
}

#nav__center .flex ul {
    width: 100%;
    top: 100%;
    /*left: 20px;*/
    padding: 0;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none;
    /*transition: 1s;*/
    border-radius: .2em;
    padding: 0;
    margin: 0;
}



#nav__center .flex .clickSlide {
    height: 80px;
    display: grid;
    align-items: center;
    margin-left: 20px;
}






#nav__center .flex .depth_zero{
        width: 95px;
    background: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
    }
    
    #nav__center .flex .depth_zero::before {
    font-family: FontAwesome;
    content: "\f015";
    font-size: 24px;
        color: #000;
    }


    #nav__center .flex .depth_zero::after {
        display: none;
    }







#nav__center .flex ul.dropdown-menu {
    /*margin-top: 20px;*/
    padding-top: 12px;
    padding-bottom: 12px;
}
#nav__center .flex ul.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    white-space: nowrap;
}

#nav__center .flex ul.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-image: none;
    background-color: #f2f2f2;
}

#nav__center .flex .depth_one,
#nav__center .flex .depth_two {
    width: 50%;
    /*padding-left: 80px;*/
    position: relative;
    cursor: pointer;
}

#nav__center .flex > .depth > ul > li > a {
    font-size: 19px;
    
    font-weight: 900;
    display:block;
   

}
#nav__center .flex > .depth > ul > li > a:hover,
#nav__center .flex > .depth > ul > li > a:focus {
    text-decoration: none;
    color: #000;
}

#nav__center .flex .depth_one {
    position: relative;
}

/*#nav__center .flex .depth_one::before {
    font-family: FontAwesome;
    content: "\f015";
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: 26px;
}*/

#nav__center .flex .depth::after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 14px;
    color: var(--point-color);
    transition: .2s;
    font-weight: bold;
    
}
#nav__center .flex .depth:hover::after {
    transform: rotate(90deg);
}
    
#nav__center .flex .depth.depth_two {
    /*margin-right: 45px;*/
}

/* #aside_nav .leftmenu_b {
    border-bottom: 0.5px solid #dddddd;
}

#aside_nav .leftmenu_s {
    background-color: #ffffff;
    border-bottom: 0.5px solid #e6e6e6;
} */
#nav__center .flex .depth.depth_two ul.dropdown-menu li ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    white-space: nowrap;

}
@media(max-width:991px){ 
  


    /*#nav__center {
        width: 100%;
        position: relative;
        margin-left: auto; 
         border-bottom: 1px #ddd solid; 
        padding-top: 20px;
        padding-bottom: 20px;
    }*/
    /*#nav__center .flex {
        display:flex;
        padding-left: 0;

    
    }*/
    /*#nav__center .flex .depth.depth_one {
        display:none;
    }*/
   
    /*#nav__center .flex .depth.depth_two {
        width: 100%;
        padding-left: 0; 
        padding-right: 0; 
        margin-right: 25px;
        margin-left: 0;
    }*/
   
        
    
    #nav__center .flex ul {
        width: 100%;
        top: 100%;
        left: 0;
        padding: 0;
        margin: 0;
        font-size: 14px;
        border-radius: 0px;
        box-shadow: none;
        /*transition: 1s;*/
        border-radius: .2em;
        margin-left: 15px;
        margin-right: 15px;
        /* display: block; */
        border-top: 0;
        
    }
    #nav__center .flex > .depth > ul {
        margin: 0;
        padding:0;
       
    }
    #nav__center .flex > .depth > ul > li > a {
        font-size: 16px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 600;
        display: block;
        padding-left: 10px;
    }
    #nav__center .flex ul.dropdown-menu {
        margin-left: 0px;
        margin-right: 0;
        margin-top: 0px;
        width: 100%;
        border:1px #ddd solid;
    }
    #nav__center .flex ul.dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-size: 13px;
        font-weight: normal;
        line-height: 30px;
        color: #000;
        white-space: nowrap;
    }
  
 }
