.smallBglightblue {
    background: #F2F7FD;
    padding: 23px;
    margin-bottom: 65px;
}
.tableBottomHead p {
    font-size: 14px;
    margin-bottom: 27px;
}
.custom-test-section {
    padding: 2rem 1rem 0rem 1rem;
    border: 1px solid #A6A6A6;
    border-radius: 0.5rem;
    margin-top: 35px;
    margin-bottom: 35px;
}
.custom-test-list li {
    color: #000;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
h5.custom-test-title span {
    font-size: 16px;
    line-height: 23px;
}

.bg-light-blue {
    background-color: #F4F9FF !important;
}
    .tag-blue {
      background-color: #009fe3;
      color: white;
      padding: 2px 6px;
      border-radius: 4px;
      font-weight: bold;
    }
    .tag-orange {
      background-color: #f9b233;
      color: white;
      padding: 2px 6px;
      border-radius: 4px;
      font-weight: bold;
    }
    td, th {
         vertical-align: unset !important;
    }
    .table-bordered td, .table-bordered th, .wp-block-table table td, .wp-block-table table th, .table td, .table th, .wp-block-table table td, .wp-block-table table th {
    border: 1px solid #A6A6A6 !important;
}
@media (max-width: 1100px) {
    .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
    display: block;
    width: 100%;
}
.table-responsive tr {
    margin-bottom: 1rem;
}
.table-responsive td {
    text-align: left;
  }
}

@media (min-width: 992px) {
.table td, .table th {
    padding: 8px !important;
    vertical-align: middle !important;
}
body td.imgDiv {
    border-left: unset !important;
}
body td.borderTest {
    border-right: unset !important;
}
}
@media (max-width: 767px) {
    .smallBglightblue {
    margin-top: 45px;
}
.table-responsive h5.heading5 {
    font-size: 17px;
}
.bg-light-blue {
    width: 135px;
}
}