.brs_main {
  background: rgb(252, 252, 252);
  padding-right: 5px;
  padding-left: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: small;
  margin-top: 5px;
}
.brs_main:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.f-table1 thead th:nth-child(even){
  background-color: rgb(61, 128, 122);
  color: white;
  text-align: center;
}
.f-table1 thead th:nth-child(odd){
  background-color: rgb(36, 75, 107);
  color: white;
  text-align: center;
}
.f-table1 tbody td{
  text-align: center;
}
/* .f-table1 {
  font-size: 11px;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: rgba(231, 226, 226, 0.301);
} */

/* .f-table1 td {
  text-align: center;
  font-weight: bold;  
} */
/* .f-table1 th {
  text-align: center;
  padding: 4px;
  position: sticky;
  top: 0;
} */

/* .f-table1 td {
  border-right: 2px solid #f8f8f8;
  font-size: 12px;
} */

/* .f-table1 thead th {
  color: #ffffff;
  background: #2b6e6e;
} */

/* .f-table1 thead th:nth-child(odd) {
  color: #ffffff;
  background: #324960;
} */

/* .f-table1 tr:nth-child(even) {
  background: #cfcfcf;
} */

/* @media (max-width: 767px) { */
  /* .f-table1 {
    display: block;
    width: 100%;
  } */
  /* .table-wrapper:before {
    content: "Scroll horizontally >";
    display: block;
    text-align: right;
    font-size: 11px;
    color: white;
  } */
  /* .f-table thead,
  .f-table1 tbody,
  .f-table1 thead th {
    display: block;
  } */
  /* .f-table1 thead th:last-child {
    border-bottom: none;
  } */
  /* .f-table1 thead {
    float: left;
  } */
  /* .f-table1 tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  } */
  /* .f-table1 td,
  .f-table1 th {
    height: 60px;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
    text-overflow: ellipsis;
    position: sticky;
  } */
  /* .f-table1 thead th {
    text-align: left;
    border-bottom: 4px solid#474545;
  } */
  /* .f-table1 tbody tr {
    display: table-cell;
  } */
  /* .f-table1 tbody tr:nth-child(odd) {
    background: none;
  } */
  /* .f-table1 tr:nth-child(even) {
    background: transparent;
  } */
  /* .f-table1 tr td:nth-child(odd) {
    background: #bbbbbb;
    border-right: 4px solid #474545;
  } */
  /* .f-table1 tr td:nth-child(even) {
    border-right: 4px solid #474545;
  } */
  /* .f-table1 tbody td {
    display: block;
    text-align: right;
  } */
/* } */

/* heading main css*/
/* main heading  */

.mainh4 {
  display: grid;
  grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
  align-items: center;
  text-align: center;
  gap: 40px;
  font-size: medium;
}

.mainh4::before,
.mainh4::after {
  content: "";
  border-top: 2px single;
}

@media (max-width: 400px) {
  h4 {
    font-size: 2.5rem;
  }
}

.eight .one {
  text-align: center;
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #3a1402;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 12px 0;
  grid-gap: 10px;
}

.eight .one:after,
.eight .one:before {
  content: " ";
  display: block;
  border-bottom: 2px solid rgb(37, 37, 37);
  background-color: #f8f8f8;
}

.eight1 .one1 {
  text-align: center;
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #3a1402;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 12px 0;
  grid-gap: 5px;
}

.eight1 .one1:after,
.eight1 .one1:before {
  content: " ";
  display: block;
  border-bottom: 2px solid rgb(37, 37, 37);
  background-color: #f8f8f8;
}

