.row
{
    margin:0px;
}
.content-wrapper {
    color: #ffffff;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 35px;
    position: relative;
    background:#003b95;
    /*background-color: #023a15;
    background: rgba(0,21,47,0.86);*/
}
.content-wrapper1
{
    padding-top: 30px;
    padding-bottom: 25px;
    background-color: #e9e9e9;
}
.charitable-donation-form {
    padding-top: 1em;
}
#charitable-donor-fields {
    padding: 1.5em 0 0.5em;
}

.charitable-form-fields .charitable-fieldset {
    margin: 0 0 1em;
    padding: 1.5em 20px 0.5em;
    border: 1px solid #ebebeb;
}
.charitable-form-header {
    color: #000;
}

.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
.charitable-form-header {
    margin: 0 0 1em;
    font-size: 1.4em;
    font-weight: bolder;
}
.charitable-fieldset>:last-child {
    margin-bottom: 1em;
}

.charitable-form-field.odd {
    clear: left;
}

.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
.charitable-form-field {
    margin-bottom: 1em;
}
.charitable-form-field label {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: bold;
    color:#646464;
}
label {
    width: 100%;
    display: block;
    color:#000;
}
abbr[data-bs-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.charitable-form-field input, .charitable-form-field select, .charitable-form-field textarea {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    color: #8d9297;
    border-radius: 4px;
    border: solid 1px #000;
}
.charitable-form-field input, .charitable-form-field select, .charitable-form-field textarea {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    color: #8d9297;
    border-radius: 4px;
    border: solid 1px #000;
}
option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.charitable-fieldset-field-wrapper>:last-child, .charitable-fieldset>:last-child {
    margin-bottom: 1em;
}

.charitable-form-field.charitable-radio-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.charitable-form-field.charitable-radio-list li {
    list-style: none;
    margin: 0 20px 0 0;
    display: inline-block;
    line-height: 1em;
}
.charitable-form-field input[type=radio], .charitable-form-field input[type=submit] {
    width: auto;
    margin-left: 0;
}
.charitable-form-field input[type=radio] {
    height: auto;
}
.charitable-submit-field .button {
    font-size: 1em;
    line-height: 1.5em;
}
button:hover, .search-form .input-group .btn:hover {
    background: #000;
    color: #fff;
}
.h-donate-btn {
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 17px;
    padding: 11px 23px !important;
    border-radius: 4px;
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
    border:none;
    background: #bf0a30;
  }

.general
{
    font-weight: 800 !important;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    margin-top:30px;
}

.req
{
    color:#fff;
    text-align:center;
    margin-top: 60px;
}
@media only screen and (max-width: 580px) {
    .req
    {
        margin-top: 40px;
    }
    .content-wrapper {
        padding-top: 0px;
    }
    .pb-20
    {
        padding-bottom:1px !important;
    }
}