.eli-calculator {
	--primary-heading: #4255A4;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.eli-calculator .nice-select {
	width: 100%;
	line-height: inherit;
	height: auto;
	border: 1px solid #ced4da;
}

.eli-calculator .nice-select .option:hover, .eli-calculator .nice-select .option.focus, .eli-calculator .nice-select .option.selected.focus {
    background-color: #FECD00 !important;
}

.eli-calculator .nice-select::after {
    height: 10px;
    width: 10px;
    margin-top: -7px;
    right: 15px;
}

.eli-calculator.form-parent {
    background: #fff;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.eli-calculator.form-parent h2 {
    font-family: "Montserrat", Sans-serif;
    margin: 1rem;
	color: #021731;
	font-weight: 700;
	font-size: clamp(1.25rem, 1.1141rem + 0.8696vw, 1.875rem);
}

.eli-calculator .details-title {
    padding: 8px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
	color: #021731;
	font-size: 1.25rem;
}

.eli-calculator .form-group {
    padding: 0px 15px !important;
}

.eli-calculator label {
	font-size: 1rem;
	font-weight: 400;
	font-family: "Poppins", Sans-serif;
}

.eli-calculator .required::after {
    content: "*";
    color: red;
    padding-left: .4em;
	vertical-align: middle;
}

.eli-calculator .form-select {
    height: 40px;
    width: 100%;
}
.eli-calculator .btn-donate {
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: hsla(194 100% 69% / 1);
  --btn-bg-2: hsla(217 100% 56% / 1);
  --btn-bg-color: hsla(360 100% 100% / 1);
  --radii: 0.5em;
  cursor: pointer;
  padding: 5px 10px;
  min-width: 120px;
  font-size: var(--size, 1rem);
  font-family: "Segoe UI", system-ui, sans-serif;
  font-weight: 500;
  transition: 0.8s;
  background-size: 280% auto;
  background-image: linear-gradient(325deg, var(--btn-bg-2) 0%, var(--btn-bg-1) 55%, var(--btn-bg-2) 90%);
  border: none;
  border-radius: var(--radii);
  color: var(--btn-bg-color);
  box-shadow: 0px 0px 20px rgba(71, 184, 255, 0.5), 0px 5px 5px -1px rgba(58, 125, 233, 0.25), inset 4px 4px 8px rgba(175, 230, 255, 0.5), inset -4px -4px 8px rgba(19, 95, 216, 0.35);
}

.eli-calculator .btn-donate:hover {
  background-position: right top;
}

.eli-calculator .btn-donate:focus,
.eli-calculator .btn-donate:focus-visible,
.eli-calculator .btn-donate:active {
  outline: none;
  box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);
}


@media (prefers-reduced-motion: reduce) {
  .eli-calculator .btn-donate {
	transition: linear;
  }
}

.eli-calculator .invalid-feedback {
	font-weight: 600;
}

.eli-calculator .nice-select .current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 95%;
}

.eli-calculator .notice {
    padding: 5px 8px;
    margin: 0;
    color: red;
    margin-top: -15px;
	font-size: 16px;
}

.eli-calculator .form-row {
	align-items: baseline;
}

.eli-calculator .hidden {
	display: none;
}

.css-button-rounded--black {
  color: #fff;
  padding: 7px 20px;
  margin-top: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  background: #021731;
}
.css-button-rounded--black:hover {
  background: #fecd00;
  color: #000;
}

.method-eligibility {
	text-align: center;
	margin: 100px 0 100px 0;
}

.method-eligibility h2 {
	color: #021731;
	font-family: "Montserrat", Sans-serif;
	font-size: clamp(1.25rem, 0.9615rem + 1.5385vw, 2.5rem);
}

.not-found-eligi {
	text-align: center;
	margin: 100px 0 100px 0;
}

.not-found-eligi img {
	width: 20%;
}

.not-found-eligi h4 {
	margin: 20px;
	font-weight: 600;
	font-family: "Montserrat", Sans-serif;
	font-size: clamp(0.9375rem, 0.649rem + 1.5385vw, 2.1875rem);
}

.not-found-eligi p {
	color: #b9b9b9;
	font-size: clamp(0.75rem, 0.6635rem + 0.4615vw, 1.125rem);
	font-weight: 600;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs.eligibility-tabs {
	margin: 50px 0 50px 0;
}
.tabs.eligibility-tabs .nav-tabs {
  border: 0;
  justify-content: center;
}

.tabs.eligibility-tabs .nav-item {
	padding: 0;
}

.tabs.eligibility-tabs .nav.nav-tabs.row.d-flex .nav-item {
	padding: 10px;
}

.tabs.eligibility-tabs .nav-link {
  border: 1px solid #b9b9b9!important;
  padding: 10px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0!important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  height: 100%;
  background: #fff;
}

.tabs.eligibility-tabs .nav-link p {
  font-size: clamp(0.75rem, 0.6235rem + 0.8097vw, 1.125rem);
   margin: 0;
   font-family: "Montserrat", Sans-serif;
   font-weight: 500;
}

.tabs.eligibility-tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  transition: 300ms;
  font-family: "Montserrat", Sans-serif;
}

.tabs.eligibility-tabs .nav-link:hover {
  color: #fecd00;
}
.tabs.eligibility-tabs .nav-link:hover h4 {
	color: #fecd00;
}

.tabs.eligibility-tabs .nav-link:hover p {
  color: #fecd00;
  transition: 300ms;
}

.tabs.eligibility-tabs .nav-link.active {
  background: #fecd00!important;
  color: #000!important;
  border-color: #fecd00;
}

.tabs.eligibility-tabs .nav-link.active h4 {
	color: #000!important;
}

.tabs.eligibility-tabs .nav-link.active p {
	color: #000;
}

@media (max-width: 768px) {
  .tabs.eligibility-tabs .nav-link p {
    padding: 0;
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .tabs.eligibility-tabs .nav-link {
    padding: 15px;
  }
}

.tabs.eligibility-tabs .tab-content {
  margin: 30px 0 30px 0;
}

.tabs.eligibility-tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs.eligibility-tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs.eligibility-tabs .tab-pane ul p {
  padding-right: 4px;
  color: #e03a3c;
}

.tabs.eligibility-tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

.eligibility-tabs .tab-content h3 {
	font-family: "Montserrat", Sans-serif;
}

.eligibility-tabs .tab-content p, .tab-content ul li {
	font-size: 16px;
	font-family: "Poppins", Sans-serif;
}

.eligibility-tabs .tab-content .row .cus-row-col {
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 10px;
	background: #fff;
}

.eligibility-tabs .tab-content .row {
	justify-content: center;
}

.eligibility-tabs .course-priority {
	text-align: center;
	font-weight: 700;
	padding-bottom: 5px;
	font-size: clamp(0.625rem, 0.5208rem + 0.5556vw, 0.9375rem);
	line-height: initial;
}

.disclaimer-eli-calculator {
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 10px;
    background: #fff;
	margin-bottom: 30px;
}

.disclaimer-eli-calculator h5 {
	font-size: 16px;
	font-family: "Poppins", Sans-serif;
}
.disclaimer-eli-calculator h3 {
	font-size: 26px;
	font-family: "Montserrat", Sans-serif;
	text-align: center;
}

.disclaimer-eli-calculator h3 u {
	text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}