.scheme_banner h3 {
  color: #9e641d !important;
  text-shadow: none !important;
  padding: 4rem 0 2rem !important;
}

.scheme-service-eligibilty-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.scheme-service-eligibilty-table table th,
.scheme-service-eligibilty-table table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

.scheme-service-eligibilty-table table.urban th {
  background-color: #9e641d;
  color: #fff;
}

.scheme-service-eligibilty-table table ul {
  margin: 0;
  padding-left: 20px;
}

.scheme-service-eligibilty-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 18px;
}

.scheme-service-eligibilty-table table ul li {
  list-style-type: disc;
}

table.urban .appendDeptName {
  text-align: center;
  background-color: #580c0e;
  color: #fff;
  font-weight: 600;
}

table.rural .appendDeptName {
  text-align: center;
  background-color: #505990;
  color: #fff;
  font-weight: 600;
}

.eligibilitySec {
  border-bottom: 1px dotted;
  margin: 0.5rem 0 !important;
}