#m-eat-nav {
    background-color: white;
    border-color: transparent;
    margin-bottom: 0px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)!important;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    z-index: 9;
}

.p-0 {
    padding: 0px;
}

.m-0 {
    margin: 0px !important;
}

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#m-eat-nav .site-logo {
    margin: 20px 0px;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.wd-60 {
    width: 60%;
}

.wd-70 {
    width: 70%;
}

.w-100 {
    width: 100%;
}

.position-fixed {
    position: fixed;
}

.two-grid {
    grid-template-columns: 1fr 1fr;
}

.three-grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.row-col-gap-15 {
    column-gap: 15px;
    row-gap: 15px;
}

.m-eat-custom-banner {
    padding: 0px 15px;
	margin-top: 30px;
}

.m-eat-custom-banner .banner-content {
    background-color: #18aba1;
}

.m-eat-custom-banner .banner-content h1 {
    color: white;
    width: 70%;
    font-size: 52px;
    font-weight: bold;
}

.m-eat-custom-banner .banner-image {
    background-size: cover;
    width: 100%;
    background-position: center;
    height: 500px;
}

.main-btn {
    color: #17ABA1;
    background-color: #fff;
    border-color: #17ABA1;
    padding: 16px 42px;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 8px;
    transition: .5s;
}

.main-btn:hover,
.main-btn:focus,
.main-btn.active {
    color: #fff;
    background-color: #17ABA1;
    border-color: #17ABA1;
}

.main-btn:focus {
    outline: none !important;
}

.choice-wrap p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.choice-wrap .card {
    padding: 30px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .5s;
    border: 2px solid transparent;
}

.choice-wrap .card img {
    transition: .5s;
    width: 360px;
    height: 200px;
}

.choice-wrap .card .amount { 
    margin-left: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.choice-wrap .card.active {
    border: 2px solid #16A99F;
}

.choice-wrap .card .card-content {
    text-align: left;
    width: 90%;
    margin: 30px auto 0px auto;
    font-size: 15px;
    color: #9B9B9B;
} 

.choice-wrap .card .amount span {
    color: #16A99F;
    font-size: 38px;
    font-weight: 600;
    margin-right: 8px;
}

.border-radius-8 {
    border-radius: 8px;
}

.input-amount .d-flex input {
    border: 1px solid #ccc !important;
    margin-left: 20px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    width: 200px;
    padding: 24px 10px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.input-amount .d-flex span {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.input-amount .d-flex p {
    color: #000000;
    margin: 0px;
    margin-left: 20px;
    font-size: 16px;
}

.make-donation button span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    width: 28px;
    height: 28px;
    background-color: white;
    border-radius: 50%;
}

.make-donation button span img {
    width: 16px;
    height: 16px;
}

.d-none {
    display: none;
}

.monthly-amount,
.yearly-amount {
    display: none;
}

.monthly-amount.active,
.yearly-amount.active {
    display: grid !important;
}

.personal-details h2 {
    color: #000000;
    font-weight: bold;
}

.personal-details .form-wrapper {
    padding: 20px 0px 40px 0px;
}

.personal-details .form-wrapper label {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
}

.communication-checks .d-flex label {
	display: flex;
	align-items: center;
}

form .personal-details .form-wrapper .input-group,
.personal-details .form-wrapper form .input-group {
    display: block;
}

form .personal-details .form-wrapper input,
.personal-details .form-wrapper form input {
    border: 1px solid #ccc;
    padding: 25px 10px;
    margin-bottom: 30px !important;
}

form .personal-details .form-wrapper input[type="checkbox"],
.personal-details .form-wrapper form input[type="checkbox"] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border: 1px solid #16A99F;
}

.communication-checks .d-flex span {
    color: #000000;
}

.communication-checks .d-flex {
    margin-bottom: 8px;
}

.communication-checks .d-flex:last-child {
    margin-bottom: 0px;
}

.submit-payment button img {
    width: 20px;
    height: 20px;
}

.submit-payment button span {
    margin-left: 10px;
}

.submit-payment button:hover {
    color: #fff;
    background-color: #17ABA1;
    border-color: #17ABA1;
}

.stripe-powered img {
    width: 150px;
    height: auto;
    margin-top: 5px;
}

.donation-summary p {
    display: flex;
    align-items: center;
    color: #000000;
    margin-top: 20px;
}

.donation-summary p span {
    font-weight: bold;
    font-size: 42px;
    margin-right: 5px;
}

.text-center {
    text-align: center;
}

.thank-you-content h4 {
    color: #000000;
    font-size: 34px;
    font-weight: bold;
}

.dd-btn {
    display: none;
}

.new-payment-form div.form-control.StripeElement {
    padding: 18px 10px;
    height: 50px;
    margin-bottom: 30px;
}

span.payment-errors.new-donate-page {
    margin-top: 10px;
    display: inline-block;
    width: 70%;
    text-align: center;
}

span.payment-errors.new-donate-page > div {
    margin-bottom: 5px;
    padding: 5px !important;
}

.monthly-btn.pay-with-card {
    display: none;
}

.collection-date-container {
    /* display: none; */
    margin-bottom: 30px;
}

.choice-wrap.collection-date-container select {
    width: 230px;
    padding: 10px;
    font-size: 20px;
    height: auto;
}
form .personal-details select {
    border: 1px solid #ccc;
    height: 55px;
    margin-bottom: 30px !important;
}

.communication-checks label span.alert {
    color: red;
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
    line-height: 18px;
}

/*Media Query*/
@media only screen and (max-width: 1200px) {
    .m-eat-custom-banner .banner-content h1 {
        width: 90%;
        font-size: 46px;
    }
    .three-grid {
        grid-template-columns: 1fr 1fr;
    }
    .choice-wrap .card img {
        width: 100%;
        height: unset;
    }
}

@media only screen and (max-width: 992px) {
    .m-eat-custom-banner .banner-content h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .two-grid, .three-grid {
        grid-template-columns: 1fr;
    }
    .m-eat-custom-banner .banner-image {
        height: 350px;
    }
    .m-eat-custom-banner .banner-content {
        padding: 50px 0px;
    }
    .input-amount .d-flex input {
        width: 120px;
    }
    .input-amount .d-flex p {
        font-size: 14px;
    }
    .main-btn {
        margin: 5px 0px;
    }
    .form-wrapper.wd-70 {
        width: 100%;
        margin-top: 20px;
    }
    .personal-details h2 {
        margin: 0px;
    }
	.choice-wrap .card img {
        width: 100%;
        height: unset;
		display:none;
    }
}

@media only screen and (max-width: 360px) {
    .input-amount .d-flex p {
        font-size: 12px;
    }
	.choice-wrap .card img {
        width: 100%;
        height: unset;
		display:none;
    }
}