.donate-title{
    border-bottom: 1px solid #eee;
}
.donate-title h2{
    color:#94c13d;
}
.form-content {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    padding: 0px 40px 40px 40px;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.125); background: rgba(226, 226, 226, 0.8); padding-top:10px; 
}

@media (max-width: 992px){
    .form-content {
        box-shadow: none;
        padding: 10px;
        margin-bottom: 0px;
        border: none;
    }
    .quick-donation-section input[type="radio"] + label {
        margin-left: 10px!important;
    }
    .mb-20 {
        margin-bottom: 10px !important;
    }
    .single-input select{margin-bottom: 10px !important;}
}

@media (max-width: 767px){
    .donate-list .box {margin-bottom: 15px;}
    .common-box {padding: 10px 0 30px;}
}
.donation-form.quick-donation-section.donate-page {
    margin: 20px 0;
    margin-bottom: 0; background: rgba(226, 226, 226, 0);
}
.donate-form-title h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}
.donation-form.quick-donation-section p {
    font-size: 17px;
    font-weight: 900;
    display: block;
    margin-bottom: 25px;
    text-align: left;
    letter-spacing:.5px;
    width: 100%;
    color:#000;
}
.donation-form.quick-donation-section.donate-page form {
    display: block;
    overflow: hidden;
    text-align: left;
}
.donate-amount {
    overflow: hidden;
    margin-bottom: 30px;
}
.donation-form.quick-donation-section.donate-page form .donate-list {
    float: left;
}
.donation-form.quick-donation-section.donate-page form input[type="radio"] + label {
    text-align: center;
}
.enter-amount {
    float: right;
}
.donation-form.quick-donation-section.donate-page .donate-btn {
    text-align: center;
}

/*Donet Form CSS*/
.quick-donation-section {
    background-color: #fff;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 50px;
    margin-top: 40px;
}
.quick-donation-section .form {
    position: relative;
    display: flex;
    align-items: center;
}
.donate-list {
    overflow: hidden;
}
.donate-list .box {
    width:100%;
    margin-right: 15px;
    height: 36px;
    line-height: 31px;
    float: left;
    background: #94c13d;
    border: 1px solid #fffc00;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 10px;
}
.quick-donation-section input[type="radio"] {
    display: none;
}
.quick-donation-section input[type="radio"] + label {
    font-size: 16px;
    color: #000;
    margin-left: 0;
}
.quick-donation-section .donate-list label {
    width: 100%;
    cursor: pointer;
}
.quick-donation-section .donate-list label .check-icon {
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 10;
}
.quick-donation-section .donate-list label .check-icon::before {
    content: "";
    background: #fffc00;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -40px;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.quick-donation-section input[type="radio"]:checked + label .check-icon::before {
    background: #000;
}
.quick-donation-section input[type="radio"] + label .check-icon::after {
    content: "";
    width: 14px;
    height: 13px;
    background: url(../images/checkbox-check.png) -18px top no-repeat cursor: pointer;
    position: absolute;
    left: -40px;
    top: 4px;
}
.quick-donation-section input[type="radio"]:checked + label .check-icon::after {
    content: "";
    background: url(../images/checkbox-check.png) left top no-repeat;
}
.quick-donation-section .enter-amount {
    width: 100%;
    height: 38px;
    line-height: 36px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.quick-donation-section .enter-amount input {
    background-color: #fff;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    padding: 10px 15px;
    height: 36px;
    border: 1px solid #a5a3006b;
}
.quick-donation-section .enter-amount input::placeholder{
    color: #252525;
    opacity: 1;
}
.quick-donation-section .donate-btn{
    text-align: right;
}
.quick-donation-section .donate-btn button {
    background-color: #94c13d;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing:.5px;
    color: #fff;
    text-align: center;
    padding: 0 40px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.quick-donation-section .donate-btn button:hover{
    background: #333;
    color: #fff;
}

.single-input label {
    color: #222;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.single-input input,
.single-input select{
    width: 100%;
    border: 1px solid #a5a3006b;
    background: #fff;
    color: #222;
    resize: auto;
    height: 36px;
    font-size: 14px;
}

.single-input textarea{
    width: 100%;
    border: 1px solid #a5a3006b;
    background: #fff;
    color: #222;
    resize: auto;
    font-size: 14px;
}
.single-input input:focus,
.single-input textarea:focus,
.single-input select:focus{
    border: 1px solid #00a1ff;
}
.single-input input,.single-input select {
    padding: 0 10px;
}
.single-input textarea {
    max-width: 100%; min-height: 36px; padding: 3px 6px 0px 8px;
}
.process{text-align: center;display:table;width:100%;position:relative}.process-row{display:table-row}
.process-step button[disabled]{opacity:1!important;filter:alpha(opacity=100)!important}
.process-row:before{top:32px;position:absolute;width:100%;height:1px;background-color:#9fb5bb}
.process-step{display:table-cell;position:relative}
.process-step p{margin-top:4px}
.process-step .btn-circle{width: 60px; height: 60px; font: 400 12px/14px 'Titillium Web',sans-serif;border-radius:50%}
.process-step .btn{padding:6px 6px!important}
.process-row:before {
    top: 32px;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #9fb5bb;
}
.process-row:before, .stepwizard-row:before {
    bottom: 0;
    content: " ";
    z-order: 0;
}
.process-step .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.process-step .btn-info {
    color: #fff;
    background-color: #94c13d;
    border-color: #94c13d;
}
.process-step .btn-info:hover {
    color: #fff;
    background-color: #94c13d;
    border-color: #94c13d;
}
.padding-l-r-6{padding-right: 6px; padding-left: 6px;}
.quick-donation-section input[type="radio"]:checked + label{background: #527906 !important}