/************************ RESPONSIVE CSS START ************************************/

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1299.98px) {
    .pagination a{font-size: 12px;width: 25px;height: 25px;line-height: 25px;}
    #datatable_info, .dataTables_info, .pagi_list_inner p{font-size: 12px;}
    /* .top_btn_group .btn{font-size: 10px;line-height: 15px;margin-bottom: 5px;} */
    /* .m_a_sec form .btn {padding: 10px 10px;font-size: 12px;} */

    /* .m_a_sec form .btn {padding: 10px 10px;font-size: 12px;} */

}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .m_a_sec form .btn {width: 100px;}

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .m_a_sec form .btn {width: 100px;}

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .s_table_main .tname {width: 150px;}
    .s_table_main .tadd {width: 300px;}
    .pagination {justify-content: center;margin: 10px;}
    .pagination a{margin-right: 10px;}
    .pagi_list {display: inline-block !important;width: 100%;padding: 0 !important;}
    .pagi_list .pagi_list_inner{padding: 10px;}
    .ps_mob_none {display: none;}
    .ps_mob_block {display: block;}
    .m_a_sec form .btn {padding: 10px 15px;height: auto;}
    .pagination {justify-content: center;margin: 10px;}
    .pagination a{margin-right: 10px;}              

}

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .s_c_header .ps_mob_none{display: none!important;}
    .s_c_header {display: inline-block!important ;width: 100%;}
    .s_c_header .breadcrumb {margin-bottom: 15px !important;}
    /* .s_c_header .btn{margin-bottom: 15px;} */
    .pagination_main .page-item {margin-right: 15px;display: inline-block;}
    .s_c_header .title_bread{margin-bottom: 10px;}
    .s_c_header .top_btn_group .d-flex{display: inline-block !important;width: 100%;}
    .s_c_header .top_btn_group a{margin-bottom: 10px;}
}

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


/************************ RESPONSIVE CSS END ************************************/