label {
  font-weight: 500;
}
body {
  font-size: 15.5px;
}
/* ================= FOOTER ================= */

.gov-footer {
  background: #162f6a;
  color: #ffffff;
  padding: 15px 0;
  margin-top: 30px;
  font-size: 0.9rem;
}

input#appmnt_date {
  border-radius: 5px !important;
}
.gov-footer .footer-text {
  margin: 5px 0;
}

.beyond-max span.ui-state-default {
  color: black !important;
  font-weight: bold !important;
  text-decoration: line-through !important;
}
span.ui-state-default {
  color: red !important;
  font-weight: bold !important;
  text-decoration: line-through !important;
}
.ui-state-disabled {
  opacity: 1 !important;
}
a.ui-state-default {
  color: green !important;
  font-weight: bold !important;
}
.ui-state-disabled {
  opacity: 1 !important;
}
.donate-now {
  width: 87%;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
}
.donate-now li:hover {
  background: rgb(201, 148, 2) !important;
}
.donate-now li {
  z-index: 0;
  float: left;
  margin: 0 7px 0 0;
  width: 46.5%;
  height: 58px;
  position: relative;
  background: #4caf50;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 15px;
}
.donate-now label,
.donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.donate-now input[type="radio"] {
  width: 100%;
  height: 100%;
  opacity: 0.011 !important;
  z-index: 100 !important;
  cursor: pointer;
}
.donate-now li input[type="radio"]:disabled + label {
  height: 100%;
  background: red;
  color: #fff;
  border-radius: 15px;
  width: 100%;
}
.donate-now label {
  display: grid;
  align-content: center;
  justify-content: center;
}

/** Footer **/

.footer {
  padding: 7px;
  text-align: center;

  background-color: #195c9f;
  color: #fff;

  font-size: 1.083em;
}
.footer p {
  text-align: center;
  margin: 0;
}

.jumbotron {
  padding: 0;
  margin: 0;
  background: #e9efe9;
}
.footerbox {
  position: relative;
  bottom: 0 !important;
}
#innerContent {
  padding: 35px 10px 35px 10px;
}

.rownew {
  /* background: #efefef; */
  padding: 20px;
  min-height: 300px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.box-content {
  /* box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px; */
  margin-bottom: 10px;
}
.altrw {
  padding: 0px 0px 15px 0px;
}
#innerContent p {
  padding: 3px 0 8px 0;
  text-align: justify;
}
.validerror {
  color: red;
  font-weight: bold;
}
.mtb-2 {
  margin: 10px 0;
}
#checkerror {
  color: red;
}
.__content {
  position: relative;
  top: 20%;
}

#innerContent,
.form-control {
  font-size: 14px !important;
}

.mtb-2 {
  outline: none;
  border: none;
}

.logo_text_first {
  text-decoration: none;
  color: #162e6a;
  font-weight: bold;
  font-size: 24px;
  top: 16px;
  margin-bottom: 0 !important;
  /* left: 84px; */
}
.logo_text_second {
  text-decoration: none;
  color: #565656;
  font-weight: bold;
  font-size: 17px;
  top: 49px;
  margin-bottom: 0 !important;
  /* left: 84px; */
}
