.km_dashboard_page .Project_list_sec2 {
    padding: 0px 0px 0px 0px !important;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 236px);
    margin-top: 13px;
    margin-right: 8px;
}

.km_dashboard_page .Project_list_sec2:hover
{
    overflow: overlay;
}

.km_dashboard_page .Project_list_sec2 .project_nav2 {
    overflow-x: unset !important;
    overflow-y: unset !important;
    flex-wrap: wrap !important;
    padding-bottom: 10px;
    width: 100%;
}

.km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
    width: 20%;
    padding: 0px 10px;
    margin-bottom: 15px;
    margin-right: 0px;
}

.km_dashboard_page .Project_list_sec2 .project_nav2 .nav-link {
    width: 100%;
    margin-top: 0px !important;
}

.km_dashboard_page .project_nav2 .custom_dropdown a .option_img {    
    right: 14px;
    top: 18px;   
}
.km_dashboard_page .project_nav2 .custom_dropdown_menu {   
    right: -3px !important;    
}
.km_dashboard_page #pills-4 .project_nav
{
    margin-left: 0px;
}
/* media query */

@media only screen and (min-width:320px) and (max-width:350px) {
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
        width: 100%;        
    }
    .km_dashboard_page .left_head{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .km_dashboard_page .right_head{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .km_dashboard_page .box_prop2
    {
        padding: 0px;
    }
    .km_dashboard_page .project_nav .nav-link
    {
        margin-left: 0px;
    }
    .km_dashboard_page .Project_list_sec2
    {
        overflow-y: auto;
        height: calc(100vh - 410px);
    }
    .km_dashboard_page #pills-4 .middle_box
    {
        margin-top: 5px;
    }
}
@media only screen and (min-width:351px) and (max-width:440px) {
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
        width: 100%;        
    }
    .km_dashboard_page .left_head{
        flex: 0 0 29%;
        max-width: 29%;
    }
    .km_dashboard_page .right_head{
        flex: 0 0 69%;
        max-width: 69%;
    }
    .km_dashboard_page .Project_list_sec2
    {
        overflow-y: auto;
        height: calc(100vh - 369px);
    }
    .km_dashboard_page #pills-4 .middle_box
    {
        margin-top: 5px;
    }
    .km_dashboard_page .box_prop2 {
        padding: 0;
    }
}
@media only screen and (min-width:441px) and (max-width:575px) {
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
        width: 50%;        
    }
    .km_dashboard_page .left_head{
        flex: 0 0 30%;
        max-width: 30%;
    }
    .km_dashboard_page .right_head{
        flex: 0 0 70%;
        max-width: 70%;
    }
    .km_dashboard_page .Project_list_sec2
    {
        overflow-y: auto;
        height: calc(100vh - 361px);
    }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
        width: 50%;        
    }    
}
@media only screen and (min-width:767px) and (max-width:991px) {
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
        width: 33.33%;        
    }    
    .km_dashboard_page .Project_list_sec2
    {
        overflow-y: auto;
        height: calc(100vh - 355px);
    }
}
@media only screen and (min-width:992px) and (max-width:1152px) {
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
        width: 25%;        
    }    
    .km_dashboard_page .Project_list_sec2
    {
        height: calc(100vh - 245px);
    }
}
@media only screen and (min-width:1153px) and (max-width:1440px) {
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
        width: 20%;        
    }    
}
@media only screen and (min-width:1441px) and (max-width:1680px) {
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
        width: 16.66%;        
    }    
}
@media only screen and (min-width:1681px) and (max-width:1920px) {
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
        width: 14.28%;        
    }    
}
@media only screen and (min-width:1921px) {
    .km_dashboard_page .Project_list_sec2 .project_nav2 .nav-item {
        width: 12.5%;        
    }    
}