
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.set_mobileview {
    margin-top: 0px;
}


}

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

 .headernav{padding-right:3rem;}

 .headernav.fixed{position:fixed; top:0; left:0; z-index:99;}

.auto_width.p-4{padding:1.5rem 0rem!important;}
.set_mobileview {
    margin-top: 0px;
}

}

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

.form-group.datefilter{margin-bottom:10px;}

.filter_sec.d-flex {margin-bottom:10px;}

.dataTables_wrapper .dataTables_filter input{width:100px;}

.header-row .hdr-r .navbar-nav li a.dropdown-toggle span{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:inline-block; vertical-align:middle; width:100px;}

.insurd_info li .head{width:100%;}

.insurd_info li .value{width:100%; padding-left:0;}

.insurd_info li .value::before{display:none;}

.bg-info .form-group.d-flex{display:block!important;}

.set_mobileview {
    margin-top: 0px;
}
.mt-m5{margin-top:0;}
.mt-m5.set_mobileview{margin-top:0;}
.glob-search .form-group.d-flex .form-control {
    width: 125px;
}
.glob-search .form-group.d-flex .btn .bx {
    display:none;
}
}

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

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length{width:100%;}

.dataTables_wrapper .dataTables_filter{float:left; text-align:left;}

.dataTables_wrapper .dataTables_filter input{width:auto;}
}



