.scheme_banner {
  padding: 2rem;
}

.scheme_banner h3 {
  color: #9e641d !important;
  font-weight: 600;
}

.scheme-sub-heading {
  color: #222 !important;
}

.scheme_explore.explore {
  padding: 0 !important;
}

.scheme-tabs .nav-link {
  border: 1px solid #1a73e9;
  margin-right: 1rem;
}

.schemeslist.urban .card-body a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}

.schemeslist.urban .card-body {
  /* background: linear-gradient(325deg, #580c0e 80%, #9e641d 80%); */
  background: linear-gradient(325deg, #ab5759 80%, #cf9c5c 80%);
  color: #fff;
  border-radius: 5px;
}

.schemeslist.rural .card-body {
  background: linear-gradient(325deg, #505990 80%, #76c4f4 80%);
  color: #fff;
  border-radius: 5px;
}

.schemeslist.rural .card-body a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}

.schemeslist .card-body p {
  margin: 0;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px !important;
}

.schemeslist .card-body {
  padding: 1rem;
}

.schemeslist.urban .card-body:hover {
  background: linear-gradient(145deg, #cf9c5c 80%, #ab5759 80%);
  color: #fff !important;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
}

.schemeslist.rural .card-body:hover {
  background: linear-gradient(145deg, #76c4f4 80%, #505990 80%);
  color: #505990 !important;
  transition: all 0.3s ease-out 0s;
}

.schemeslist.rural .card:hover {
  border-radius: 5px;
}

.schemeslist.urban .card-body:hover a {
  color: #fff;
}

.schemeslist.rural .card-body:hover a {
  color: #fff;
}

.schemeslist.urban .card {
  margin-bottom: 1rem;
  border: 1px solid #9e641d;
}

.schemeslist.rural .card {
  margin-bottom: 1rem;
  border: 1px solid #505990;
}

.schemeslist.urban h5 {
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  color: #9e641d;
}

.schemeslist.rural h5 {
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  color: #505990;
}

#pills-home-tab {
  color: #9e641d;
  border: 1px solid #9e641d;
}

#pills-profile-tab {
  color: #505990;
  border: 1px solid #505990;
}

.active#pills-profile-tab {
  color: #fff !important;
  background: #505990;
  border: 0;
}

.active#pills-home-tab {
  background: #9e641d;
  border: 0;
  color: #fff !important;
}

.scheme_title {
  text-shadow: none !important;
  width: 80%;
}

.serviceName {
  font-size: 14px !important;
}