@media screen and (min-width:1024px) {
  
    .btn-close.menu-btn {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .navbar .navbar-collapse{
        background:rgb(0 75 189);
        padding: 15px;
    }
   
    .navbar-toggler{
        order: 3;
    }
    .user-pro-pic{
        order: 2;
        margin-left: auto;
  margin-right: 20px;
    }
    .navbar-collapse{
        order: 4;
    }

    body.inner {
        padding-left: 0px;
    }

    .filterBlog {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .filterBlog .d-flex {
       flex-wrap: wrap;
    }
    .maxWidthLable{ width: 100% !important;}

    .resize_container .whitebg_container.resize50 { width: 100%; margin-bottom: 15px; }
    .navbar-toggler:focus { outline: 0 !important; box-shadow: none; }
}

@media screen and (max-width:768px) {
    
}

@media screen and (max-width:767px) {
    .communicationTab .nav-tabs { display: flex; gap: 5px; }
    .leads_mainNav { padding: 10px 10px 0 10px; align-items: center; }
    .templete_list div.d-flex { flex-wrap: wrap; }
    .templete_list div.d-flex p { flex: inherit; }
    .file_flex .choose_files { width: 100%; }
    .file_flex .choose_files label { width: 100%; margin-bottom: 15px; }
    .upcoming_MeetingList .meeting_date { padding: 18px; }
    .saprete { display: none; }
    .table-searchbar .show-item { display: none !important; }
    .pagination-sec { gap: 10px; }
    .serachbar { width: 100%; }
    .serachbar input { width: 100%; }
}

@media screen and (max-width:576px) {


    .pagination-row {
        flex-wrap: wrap;
        justify-content: center;
    }

}