.container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* max-width: 1140px; */
}
.container h2{
    
        font-size: 25px;
        font-family: system-ui;
        color: #ef6868;
}
.table{
    border: 1px solid black;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    width: 100%;
    /* margin-bottom: 1rem; */
    background-color: transparent;

}
.table thead th {
    vertical-align: bottom;
    /* border-bottom: 2px solid black; */
    background: #f7b20f;;
    color: black;
    /* padding: 5px 0px; */
    padding: 0 !important;
    /* border: 1px solid black; */
    /* font-family:'Times New Roman', Times, serif; */
}
.table td, .table th{
    border-top: 1px solid black;
}
table {
    border-collapse: collapse;
}
.table td, .table th {
    /* padding: .75rem; */
    vertical-align: top;
    border: 1px solid black;
    padding: 5px !important;
    /* font-family:'Times New Roman', Times, serif; */
}
/* .table th{
    padding: 0 !important;
    font-family:'Times New Roman', Times, serif;
} */

.table td, .table th {
    /* padding: .75rem; */
    vertical-align: top;
    border-top: 1px solid black !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid black !important;
}
/* ..............................Medium Screen Responsive............................................ */
@media only screen and (max-width: 750px) {
        
    .logo{
        margin-left: 20px;
    }
    
    .hrd{
        margin-left: 40px; 
    }
    .hrd h1{
        font-size: 24px !important;  
    }
  }

/* ..............................Mobile Responsive............................................ */
@media only screen and (max-width: 450px) {

  /* .container{
  
    margin-left: 0 !important;

}
   .table{
    width: 100% !important;
   } 

   .table th td{
       font-size: 8px !important;
   } */

    
  }


