*,
:after,
:before {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}

body {
  background-image: ;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
}
.container {
  max-width: 93%;
}
#backgroundimg {
  --edit-pane-width: 320px;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(101, 114, 135);
  margin: 0px;
  background-color: rgb(255, 255, 255);
  background-image: url(../img/bacground.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
h2 {
  color: black;
  font-weight: bold;
  font-size: 1.875rem;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}

p span {
  font-weight: 600;
  text-decoration: underline;
}
h4 {
  color: black;
  padding: 0px;
  text-decoration: none;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.125rem;
  margin-bottom: 0.5rem !important;
}
h5 {
  font-size: 0.875rem;
  color: black;
  line-height: 1.5;
}
ol {
  color: black;
}
ol li {
  font-size: 17px;
  margin: 10px 0;
}
footer {
  color: rgb(56, 64, 86);
  border: none;
  background-color: #fbfcfd;
  padding: 1.25rem 0.75rem;
  max-width: 100%;
  text-align: center;
  position: relative;
  font-size: 16px !important;
}
footer p {
  font-size: 13px;
  margin-top: 30px;
}
.border_para {
  border: 1px solid;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #585353;
}
.donation-buttons {
  margin: 20px 0;
  text-align: left;
}

.donation-btn {
  position: relative;
  background-color: #223a73;
  color: white;
  border: none;
  padding: 15px 30px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  width: 45px;
  transition: background-color 0.3s;
}

.donation-btn.selected {
  background-color: #000;
  color: white;
}

.donation-btn.selected::before {
  content: "✓";
  position: absolute;
  top: 5px;
  left: 5px;
  color: white;
  font-size: 14px;
}
.monthly-checkbox {
  margin: 10px 0;
  text-align: left;
  background-color: white;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid black;
}

.monthly-checkbox input {
  margin-right: 10px;
}

.monthly-checkbox p {
  font-size: 14px;
  /* color: #666; */
}
.pay-btn {
  background-color: rgb(192, 12, 21);
  border: none;
  padding: 15px 0px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  width: 100%;
  transition: background-color 0.3s;
}
.heading_2 {
  font-size: 20px;
}
h5.heading_5 {
  font-size: 12pt;
}
h1.heading_1 {
  color: red;
}
.pay-btn:hover {
  background-color: rgb(172, 8, 16);
}
.donation_content {
  max-width: 370px;
  background-color: white;
  padding: 25px;
  text-align: center;
  margin: 30px 0;
  border-radius: 12px;
}

.card_logo {
  width: 110px;
  margin-right: 15px;
}
.col-lg-6,
.col-md-3,
.col-md-6,
.col-1,
.col-11,
.row,
.col-6,
.col-7,
.col-3,
.col-2,
.col-8,
.col-lg-12,
.col-lg-4 {
  padding: 0 !important;
  margin: 0 !important;
}
.form-control {
  font-size: 14px;
}
/* .monthly-checkbox input[type="checkbox"] {
  pointer-events: none;
} */
.monthly-checkbox {
  cursor: pointer;
  color: #666;
}
.powerd {
  font-size: 20px;
  font-weight: 600;
}
.checked {
  background-color: #223a73;
  color: white;
}
p.dark_text {
  font-weight: 600;
  font-size: 16px;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.form-group {
  margin: auto;
  padding: 10px 28px;
  margin-left: -22px;
}

p.Employment_para {
  font-size: 16px;
  line-height: normal;
  text-align: left;
  margin-top: 10px;
  font-weight: 400;
}
input[type="checkbox"] {
  margin-top: -1px;
}
.form-check {
  background-color: white;
  padding: 5px 30px;
  border-radius: 5px;
  border: 1px solid;
  width: 82%;
  margin: auto;
}

h4#amount-display,
.Payment {
  margin: 20px 0;
}
button#backToTab1 {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
}
input,
select {
  height: 30px !important;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  padding: 8px;
}
.Recurring {
  margin: 0;
}
@media (max-width: 575px) {
  .container {
    margin: 0;
    padding: 0;
  }
  .donation_content {
    max-width: 95%;
    padding: 35px;
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }

  .col-md-6,
  .row {
    margin: 0;
    padding: 0;
  }
  #backgroundimg {
    background-image: none;
  }
  .donation_content h2 {
    margin-top: 5%;
  }
  .footer {
    font-size: 13px;
  }
  p {
    font-size: 16px;
  }
  ol li {
    font-size: 14px;
  }
}
