body {
    background: #fff;
    overflow-x: hidden;
}
.headerpqrs {
    width: 100%;
    display: table;
    margin: 0;
    max-width: none;
    height: 20vh;
    background: #ffffff;
    border-bottom: 1px solid #DDD;
}
.justify-content-md-center {
    -webkit-box-pack:center!important;
    -webkit-justify-content:center!important;
    -ms-flex-pack:center!important;
    justify-content:center!important; 
   }
.justify-content-center {
justify-content: center !important;
  }   
.section-header {
    margin:40px 0px 10px;
    text-align: center;}  
h2{ text-transform: initial !important; padding: 20px 0px}
.section-title hr {
    border-color: #2bcfbe;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;}
.clear-fix { display: block; clear: both;}    

table.dataTable tbody th, table.dataTable tbody td{
padding: 15px 5px !important;    
}
