#donate-section{
    padding-top: 61px;
    padding-bottom: 61px;
}

.payment-circle,
.periocity-circle{
    position: relative;
    display: inline-block;
    width: 37px;
    height: 37px;
    object-fit: contain;
    border-radius: 18.5px;
    border: solid 0.8px #e63946;
    cursor: pointer;
    vertical-align: sub;
}

.payment-circle-active,
.periocity-circle-active{
    background-color: red;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    left: 0;
    margin: auto;
}
.payment-option-text,
.periocity-text{
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #555454;
    display: inline-block;
    vertical-align: super;
}

.donate-periocity-container{
    display: flex;
    justify-content: center;
}

.donate-periocity{
    text-align: center;
    margin: 0px 35px;
}

.donate-amount-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 36px;
    margin-bottom: 18px;
}

.donate-amount{
    width: 22%;
    height: 71px;
    background-color: #e63946;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: solid 1px #e63946;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s
}

.donate-amount > p{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
}

.donate-amount > input{
    background-color: transparent;
    border: 0px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.88;
    margin-bottom: 0px;
}

.donate-amount > .form-control:focus {
    color: #e63946;
}

.donate-amount-active{
    background-color: transparent;
}

.donate-amount-active > p{
    color: #e63946;
}

/*DONATE SECTION*/
.payment-information-container,
.donor-information-container{
    width: 100%;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    padding: 68px 60px;
    margin-left: 0px;
}
.payment-info,
.donor-info{
    margin: 10px 0px;
}

.payment-info{
    padding-left: 0px;
}

.payment-info-text,
.donor-info-text{
    font-size: 17px;
    font-weight: 600;
    line-height: 1.22;
    color: #555454;
    margin-bottom: 4px;
}

.donor-infomation-title{
    font-size: 25px;
    line-height: 0.88;
    color: #e63946;
    margin-bottom: 35px;
}

.donor-input{
    background-color: #f2f2f2;
}

.donor-info-postal{
    margin-top: 12px;
}

.payment-terms-container,
.donor-terms-container{
    margin-left: 0px;
    margin-top: 33px;
}

.payment-terms-checkbox,
.donor-terms-checkbox{
    position: relative;
    width: 37px;
    height: 37px;
    display: inline-block;
    cursor: pointer;
}

.donor-terms-checkbox{
    border: 1px solid #e63946;
}

.donor-active{
    background-color: #e63946;
}

.donor-terms-checkbox > img,
.payment-terms-checkbox > img{
    position: absolute;
    width: 18px;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}



.donor-terms-text{
    padding-right: 0px;
    font-size: 18px;
    line-height: 1.22;
    color: #555454;
    display: inline-block;
}

/*PAYMENT INFORMATION CONTAINER*/

.payment-options-container{
    justify-content: flex-start;
    margin: 40px 0px;
}

.payment-information-container{
    margin-top: 22px;
}

.payment-infomation-title{
    font-size: 25px;
    line-height: 0.88;
    color: #1d3557;
}

.payment-circle{
    border: solid 0.8px #1d3557;
}

.payment-active{
    background-color: #1d3557;
}

.payment-terms-checkbox{
    border: 1px solid #1d3557;
}

.payment-circle-active{
    background-color: #1d3557;
}

.submit-button{
    width: 100%;
    max-width: 340px;
    height: 71px;
    background-color: #1d3557;
    margin: 50px auto;
    font-size: 18px;
    line-height: 2.61;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.payment-option{
    margin: 0px 10px;
}

.form-control:focus {
    border-color: #1d3557;
}

.donor-information-container .form-control:focus{
    border-color: #e63946;
}

@media (max-width: 969px) {
    .donate-amount{
        font-size: 18px;
    }
}

@media (max-width: 749px) {

    .donate-periocity{
        text-align: center;
        margin: 0px 10px;
    }

    .payment-option-text,
    .periocity-text{
        font-size: 17px;
    }

    .payment-option{
        margin: 0px 0px;
    }

    .donate-amount-container{
        justify-content: space-around;
    }

    .donate-amount{
        margin-top: 10px;
        width: 45%;
    }

    .payment-information-container,
    .donor-information-container{
        margin-top: 61px;
        padding: 38px 30px;
    }

    .payment-options-container{
        justify-content: space-around;
    }
}

@media (max-width: 549px) {
    .payment-options-container{
        justify-content: flex-start;
    }
}

@media (max-width: 479px) {

    .payment-option-text{
        font-size: 14px;
    }

    .donate-amount{
        font-size: 14px;
    }

    .donate-amount > p {
        font-size: 20px;
    }
}

