html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Tajawal', sans-serif;
    
    direction: rtl;
    text-align: right;
    color: #959595;
    border-top: 4px solid #d0333c;
    overflow-x: hidden;
}

a:hover {
    cursor: pointer;
}

.text-444 {
    color: #444;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #959595;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #7a7a7d;
    }

.text-resala {
    color: #d0333c;
}

.main-logo {
    height: 104px;
}

.btn-resala {
    background-color: #d0333c;
    color: #fff !important;
    border-radius: 35px;
    padding-right: 32px;
    padding-left: 32px;
    transition: all .5s ease;
}

    .btn-resala:hover {
        color: #fff;
        background-color: #b92e36;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

button:focus, .btn-resala-header:focus {
    box-shadow: 0 0 0 0.2rem #d0333c40 !important;
    outline: 5px auto #d0333c40;
}

.resala-input {
    border-radius: 35px;
}

    .resala-input:focus, .page-link:focus, .btn.focus, .btn:focus {
        box-shadow: 0 0 0 0.2rem #d0333c40 !important;
        border-color: #d0333c40;
    }

.ltr {
    direction: ltr;
    text-align: left;
}

/* Back To Top Button Start */
#back-to-top {
    display: inline-block;
    background-color: #d0333c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #back-to-top i {
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #back-to-top:hover {
        cursor: pointer;
        background-color: #b92e36;
    }

    #back-to-top:active {
        background-color: #b92e36;
    }

    #back-to-top.show {
        opacity: 1;
        visibility: visible;
    }
/* Back To Top Button End */

.section-header {
    font-weight: 800;
    color: #d0333c;
}

header h5 {
    font-weight: 800;
    font-size: 20px;
}

header p a {
    color: #959595;
    font-size: 17px;
}

    header p a:hover {
        color: #959595;
        font-size: 17px;
    }

header .media {
    border-right: 1px dashed #e0e0e0;
}

header .media-body {
    padding-right: 30px;
    flex: inherit;
}

.btn-resala-header {
    border: 3px solid #f0f0f0;
    border-radius: 35px;
    color: #959595;
    padding: 7px 30px;
    /* width: 128px; */
}

    .btn-resala-header i {
        color: #dadada;
        /* transition: all ease .238s; */
        transition: all ease .8s;
    }

    .btn-resala-header:hover i {
        color: #d0333c;
        transform: rotateY(360deg);
    }

    .btn-resala-header:hover {
        opacity: 0.75;
    }

#main-nav {
    background-color: #d0333c;
}

    #main-nav .container ul li {
        border-left: 1px solid rgba(255,255,255, 0.15);
        -webkit-transition: all ease .238s;
        -moz-transition: all ease .238s;
        transition: all ease .238s;
    }

        #main-nav .container ul li a {
            padding: 8px 15px;
            color: #fff;
            font-size: 14px;
            height: 56px;
            line-height: 42px;
        }

            #main-nav .container ul li a.active {
                border-bottom: 3px solid #fff;
            }

        #main-nav .container ul li:hover {
            background-color: rgba(0,0,0,0.1);
        }

        #main-nav .container ul li:first-child {
            border-right: 1px solid rgba(255,255,255, 0.15);
        }

    #main-nav .fa-chevron-down {
        font-size: 10px;
    }

.resala-activities {
    cursor: pointer;
}

    .resala-activities:hover .sub-menu, .about-hvr:hover .about-sub-menu, .projects-hvr:hover .projects-sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

#main-nav .container {
    position: relative;
}

.left-nav {
    position: absolute;
}

    .left-nav a {
        line-height: 45px !important;
    }

        .left-nav a i {
            font-size: 16px;
        }

    .left-nav:last-of-type {
        left: 0px;
        border-right: 1px solid rgba(255,255,255, 0.15);
        padding: 0 4px;
    }

    .left-nav:nth-last-of-type(2) {
        left: 54px;
        border-right: 1px solid rgba(255,255,255, 0.15);
        border-left: none !important;
        padding: 0 4px;
    }

    .left-nav:nth-last-of-type(3) {
        left: 110px;
        border-right: 1px solid rgba(255,255,255, 0.15);
        border-left: none !important;
        padding: 0 8px;
    }

#main-nav .sub-menu, #main-nav .about-sub-menu, #main-nav .projects-sub-menu {
    width: 1125px;
    background-color: #2d2e32;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    position: absolute;
    right: 15px;
    padding: 10px 0px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    z-index: 999999;
    background: linear-gradient(rgba(45, 46, 50, 0.90), rgba(0, 0, 0, 0.90));
    /* background-repeat: no-repeat; */
    /* background-position: left -163px; */
}

    #main-nav .sub-menu a, #main-nav .about-sub-menu a, #main-nav .projects-sub-menu a {
        color: #fff !important;
        padding: 0px !important;
        line-height: 58px !important;
        font-size: 17px !important;
        padding-right: 16px !important;
        margin: -6px;
        font-weight: 100;
    }

    #main-nav .sub-menu .col-md-3, #main-nav .about-sub-menu .col-md-3, #main-nav .projects-sub-menu .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }

    #main-nav .sub-menu li, #main-nav .about-sub-menu li, #main-nav .projects-sub-menu li {
        /*margin-left: 11px;*/
        border: none !important;
        transition: all ease .238s;
    }

        #main-nav .sub-menu li:hover, #main-nav .about-sub-menu li:hover, #main-nav .projects-sub-menu li:hover {
            background: none !important;
            margin-right: 4px;
        }

    #main-nav .sub-menu a:hover, #main-nav .about-sub-menu a:hover, #main-nav .projects-sub-menu a:hover {
        background: none;
    }

#responsive-nav {
    display: none;
}

    #responsive-nav .active a {
        color: #d0333c;
        font-weight: 700;
    }

    #responsive-nav .dropdown-menu {
        text-align: right;
    }

        #responsive-nav .dropdown-menu a {
            color: #d0333c;
        }

.navbar-toggler {
    border-color: #d0333c !important;
}

#carouselExampleCaptions h5 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
}

#carouselExampleCaptions p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 1px;
}
/*
#about, #activities, #successes {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://img.freepik.com/free-photo/paper-heart-put-couple-s-hands-marble-table_1150-26198.jpg?w=1380);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.landingPageHero {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banner1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about p {
    font-size: 20px;
    line-height: 28px;
    width: 75%;
    margin: 0 auto;
}

#news, #participate, #branches, #contact, #news-page, #donate-page, #volunteer-page {
    background-color: #f3f1fb;
}

.news-card, .branch-card, .contact-card {
    border: none;
    /* box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08); */
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
}

    .news-card:hover, .branch-card:hover, .contact-card:hover {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

    .news-card:hover, .participate-card:hover {
        transform: translateY(-6px);
        /* -moz-transform: rotate3d(0,1,0,180deg);
    -webkit-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg); */
    }

    .news-card .card-img-top {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .news-card a h5 {
        color: #444;
    }

    .news-card a p {
        color: #959595;
    }

    .news-card a:hover {
        text-decoration: none;
    }

    .news-card .card-title {
        font-size: 16px;
        font-weight: 600;
        text-overflow: ellipsis;
        height: 38px;
        display: block;
        overflow: hidden;
    }

    .news-card .card-desc {
        /* white-space: nowrap; */
        text-overflow: ellipsis;
        height: 72px;
        display: block;
        overflow: hidden;
    }

    .news-card .card-time {
        color: #959595;
    }

#activities .icon-wrap {
    width: 125px;
    height: 125px;
    border: 3px solid #d0333c;
    line-height: 121px;
    border-radius: 100px;
    margin: 0 auto;
}

#activities a {
    color: #444;
    font-size: 24px;
    font-weight: 500;
}

    #activities a img {
        transition: all .5s ease;
    }

    #activities a:hover {
        text-decoration: none;
    }

        #activities a:hover img {
            transform: scale(1.08);
        }

#participate .participate-card {
    border: none;
    border-radius: 10px;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
}

    #participate .participate-card:hover {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

#participate .card-title {
    font-size: 26px;
}

#participate .btn-resala-header {
    border: 3px solid #cbcbcb;
}

footer {
    background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), transparent url(../images/footer.jpg) top center/cover no-repeat fixed;
}

    footer #subscribe h2 {
        font-weight: 600;
    }

    footer #footer-content {
        padding-top: 24px;
        padding-bottom: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

        footer #footer-content img {
            max-width: 85%;
        }

        footer #footer-content h3 {
            font-weight: 600;
            font-size: 34px;
        }

        footer #footer-content li {
            line-height: 36px;
        }

            footer #footer-content li a, .footer-contact {
                color: #fff;
                font-size: 21px;
                transition: all .2s ease;
            }

                footer #footer-content li a:hover {
                    text-decoration: none;
                    color: #d0333c;
                }

        footer #footer-content .footer-social a {
            background-color: rgba(255, 255, 255, 0.20);
            text-align: center;
            width: 26px;
            height: 26px;
            border-radius: 50% 50% 50% 50%;
            padding: 1px 4px 6px 4px;
            margin-left: 6px;
            display: inline-block;
        }

            footer #footer-content .footer-social a:hover {
                background-color: rgba(255, 255, 255, 0.40);
            }

            footer #footer-content .footer-social a i {
                color: #ffffff !important;
                font-size: 16px;
                line-height: 24px;
            }

#branches .branch-card ul li {
    display: flex;
}

#branches .branch-card .time {
    color: #d0333c;
    font-weight: 600;
}

#branches .configure-option, .configure-option-2 {
    display: none;
}

#contact .contact-input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #d8dff5;
    padding: 0px 0px 7px 0px !important;
    color: #959595;
}

    #contact .contact-input:focus {
        box-shadow: none;
        border-bottom: 2px solid #d0333c40 !important;
    }

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: center left calc(.375em + .1875rem);
}

.invalid-feedback {
    margin-top: -16px;
    margin-bottom: -3px;
}

#news-page .news-card .card-desc {
    height: 20px;
}

#news-page .l-side-news .card-desc {
    font-size: 13px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link {
    color: #959595;
}

.page-item.active .page-link {
    background-color: #d0333c;
    border-color: #d0333c;
}

#news-article {
    color: #444;
}

    #news-article .news-title {
        font-weight: 700;
        letter-spacing: -1px;
    }

    #news-article .news-paragraph {
        font-size: 20px;
    }

.faq {
    position: absolute;
    bottom: 21px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #d0333c;
    background-color: #d0333c;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #d0333c40 !important;
    border-color: #d0333c40 !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #d0333c40;
    border-color: #d0333c40;
}

.custom-control-inline {
    margin-left: 10px;
}

.form-row .custom-control {
    padding-left: 12px;
    padding-right: 1.5rem;
}

.custom-control-label::before {
    right: -1.5rem;
}

.custom-control-label::after {
    right: -1.5rem;
}

.nav-pills .nav-link {
    color: #959595;
    font-size: 17px;
    transition: all .3s;
    border-radius: 10px;
}

    .nav-pills .nav-link i {
        color: #d0333c;
    }

    .nav-pills .nav-link:hover {
        background-color: whitesmoke;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #d0333c;
    }

        .nav-pills .nav-link.active i {
            color: #fff;
        }

input[type=text]:disabled {
    opacity: .3;
}


@media(max-width:576px) {
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        white-space: pre-line;
        position: relative;
        top: -7px;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        white-space: pre-line;
        position: relative;
        top: -7px;
    }

    :-ms-input-placeholder { /* IE 10+ */
        white-space: pre-line;
        position: relative;
        top: -7px;
    }

    :-moz-placeholder { /* Firefox 18- */
        white-space: pre-line;
        position: relative;
        top: -7px;
    }
}






.img-wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 3px;
}

/*#intro {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url();
    background-size: cover;
    background-position: center center;
    height: 360px;
    color: #fff;
}*/

    #intro .row {
        padding-top: 60px;
    }

    #intro h1 {
        font-size: 45px;
        font-weight: bold;
        line-height: 100px;
        letter-spacing: 2px;
        padding-top: 22px;
    }

    #intro .col-md-6:first-of-type {
        border-left: 1px solid #fff;
    }

    #intro h5 {
        line-height: 40px;
        font-weight: 600;
        padding: 40px;
    }


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loadingoverlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #966533;
    border-right-color: transparent;
    border-radius: 50%;
}

.heading {
    margin-top: 40px;
}

    .heading .sectionTitle h1 {
        color: #d0333c;
        font-weight: 700;
        margin-top: 20px;
        font-size: 55px
    }

    .heading .sectionTitle h4 {
        margin-top: 20px;
        font-size: 28px
    }

.firstTxtWithPic {
    margin-top: 60px;
}

    .firstTxtWithPic p {
        font-size: 24px;
        margin: 20px 0;
    }


    .firstTxtWithPic .btn-resala {
        width: 200px;
    }


.services {
    background-color: #f2f2f2;
    margin: 50px 0;
    padding: 50px 0;
    padding: 50px 0;
}

.financeDonation {
    background-color: #fff;
    outline: 20px solid #f2f2f2;
    padding: 50px;
}


    .financeDonation img {
        margin-bottom: 15px;
    }

    .financeDonation h4 {
        font-size: 28px;
        font-weight: 700;
    }

    .financeDonation h3 {
        color: #d0333c;
    }


.nd {
    margin-bottom: 50px;
}

.titleDiv {
    margin: 0 0 50px 0;
}


.formDiv {
    margin-top: 50px;
}

.titleTabro3akDiv h3 {
    text-align: right;
}

@media (max-width:768px) {
    .fillFormDiv {
        display: flex;
        text-align: center;
        justify-content: center
    }

        .fillFormDiv .btnFillForm {
            margin: 0 auto;
        }

    .heading .sectionTitle h1 {
        width: 80%;
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
    }

    .heading .sectionTitle h4 {
        width: 80%;
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
        margin-top: 25px;
    }

    .firstTxtWithPic .pDiv p {
        text-align: center;
        font-size: 18px;
        width: 80%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .dividerDiv {
        visibility: hidden
    }

    .bgTxtColoerd {
        background-color: #f2f2f2;
        padding: 20px;
        border-radius: 10px;
    }

    .services {
        margin: 30px 0;
        padding: 5px 0;
    }

    .titleDiv {
        margin-bottom: 0;
    }

    .financeDonation {
        padding: 25px;
    }

    .formDiv {
        margin-top: 25px;
    }

    .firstTxtWithPic .titleTabro3akDiv h3, .firstTxtWithPic .titleTabro3akDiv p {
        text-align: center;
    }



    .financeDonation {
        margin: 35px;
    }

        .financeDonation:first-child {
            margin-top: 0;
        }

        .financeDonation:nth-child(2) {
            margin-bottom: 0;
        }

    .firstTxtWithPic {
        margin-top: 0;
    }
}

.inputPaddingTop {
    padding-top: 15px;
}



.fieldLable {
    font-weight: 500;
    color: #495057;
}

.phoneNumberField {
    margin-top: 15px;
}


@media(min-width:768px) {

    #newdonationFrame {
        height: 595px;
    }
}



@media(min-width:491px) and (max-width:1440px) {
    .firstNa2di {
        margin-right: 20px;
    }

    .oneOptionDonation {
        margin-right: 16px;
    }
}



@media (max-width:767px) {
    #newdonationFrame {
        height: 595px;
    }
}

@media(max-width:490px) {
    #newdonationFrame {
        height: 675px;
    }

    .donationDurationLable {
        display: table-header-group;
    }

    .donationTypeRow {
        margin-bottom: 15px;
    }

    .shareWithUsH2 {
        font-size: 25px;
    }
}

@media(max-width:424px) {
    .fieldLable {
        /*display: block;*/
        width: 100%;
    }

    #newdonationFrame {
        height: 649px;
    }
}

@media(width:320px) {
    .donationTypeRow {
        margin-bottom: 15px;
    }

    .monthlyOptionMarginFix {
        margin-right: -14px;
    }
}

@media (max-width:355px) {
    .monthlyOption {
        margin-left: 0;
        margin-right: -6px;
    }

    .oneOptionDonation {
        margin-top: -25px;
    }

    #newdonationFrame {
        height: 700px
    }
}





#contact .form-row *:not(span), #contact .form-row input::placeholder, #contact .form-row textarea::placeholder {
    color: #2c3386;
}


@font-face {
    font-family: 'DINNextLTArabic-Bold-4';
    src: url('../Fonts/DINNextLTArabic-Bold-4.ttf') format('truetype');
}
.dinFontBold {
    font-family: 'DINNextLTArabic-Bold-4';
}
@font-face {
    font-family: 'DINNEXTLTARABIC-LIGHT-1';
    src: url('../Fonts/DINNEXTLTARABIC-LIGHT-1.ttf') format('truetype');
}
.dinFontLight {
    font-family: 'DINNEXTLTARABIC-LIGHT-1';
}
@font-face {
    font-family: 'DINNextLTArabic-Medium-4';
    src: url('../Fonts/DINNextLTArabic-Medium-4.ttf') format('truetype');
}
.dinFontMedium {
    font-family: 'DINNextLTArabic-Medium-4';
}
@font-face {
    font-family: 'DINNextLTArabic-Regular-4';
    src: url('../Fonts/DINNextLTArabic-Regular-4.ttf') format('truetype');
}

.dinFontRegular {
    font-family: 'DINNextLTArabic-Regular-4';
}



/*#contact .contact-card{
    margin:35px;
}*/

#contact .form-row #bithdate, #contact .row #bithdate {
    border-color: #2c3386;
}

#contact h2:first-child {
  /*background-color: #d13138;*/
    padding: 10px 50px;
    width: fit-content;
    border-radius: 50px;
    margin: 0 auto;
}

.infoGroupTitle {
    font-size: 20px;
    margin-top: 15px;
    color: #2c3386;
}


#contact .custom-control-label::before {
    border-color: #2e3287;
}



@media(min-width:992px){
    .formInputsContainer .form-row {
        height: 60px !important;
    }


}


.text-danger {
    font-size: 14px;
}

@media(max-width:768px) {
    #contact .btn-resala{
        float:unset;
    }
    .btnGo{
        text-align:center !important;
    }
}


@media(min-width:769px) {
    #contact .btn-resala {
        float: left;
    }
}

.contact-card .form-row:not(.recaptchaRow) {
    align-items: center !important;
}


@media(max-width:768px){
    .iframe
        height: 400px !important;
    }




@media(max-width:531px){
    .carousel-item .carousel-caption h5, p{

    }
}


@media print{
    /*.formInputsContainer h3{
        color: #dc3545 !important;
    }*/

    #contact {
        margin-top: -50px !important;
        -webkit-print-color-adjust: exact;
        background-color: #2e3287 !important;
    }



    footer, header, #main-nav, nav {
        display: none !important;
        visibility: hidden !important;
    }


    body {
        border-top: 0;
    }


    .contact-card {
        margin: 25px !important;
        margin-left:50px !important;
    }

    
 }


.fixedCardImage{
    height:255px !important;
    width:100% !important;
    object-fit:cover !important;
}

.datePickerLabel {
    position: relative;
    display: block;
}


    .datePickerLabel > input {
        position: relative;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #9e9e9e;
        border-radius: 0;
        outline: none;
        height: 45px;
        width: 100%;
        font-size: 16px;
        margin: 0 0 30px 0;
        padding: 0;
        box-shadow: none;
        box-sizing: content-box;
        transition: all .3s;
    }

        .datePickerLabel > input:valid + span {
            transform: translateY(-25px) scale(0.8);
            transform-origin: 0;
        }

        .datePickerLabel > input:valid {
            border-bottom: 1px solid #3F51B5;
            box-shadow: 0 1px 0 0 #3F51B5;
        }

    .datePickerLabel > span {
        color: #9e9e9e;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        cursor: text;
        transition: .2s ease-out;
    }

    .datePickerLabel > input:focus + span {
        transform: translateY(-25px) scale(0.8);
        transform-origin: 0;
        color: #3F51B5;
    }

    .datePickerLabel > input:focus {
        border-bottom: 1px solid #3F51B5;
        box-shadow: 0 1px 0 0 #3F51B5;
    }




/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
    .datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
        border-radius: 3px;
    }

    .datepicker-days table thead tr:nth-child(3n+0) {
        text-transform: uppercase;
        font-weight: 300 !important;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td, .datepicker th {
    border-radius: 5px !important;
    padding: 0 12px;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

    .datepicker .prev:hover, .datepicker .next:hover {
        background: transparent;
        color: rgba(255, 255, 255, 0.99);
        font-size: 21px;
    }

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

    .datepicker .datepicker-switch:hover {
        color: rgba(255, 255, 255, 0.7);
        background: transparent;
    }

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

/*.datepicker table tr td {
    color: #2c3386 !important;
}*/
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

    .datepicker table tr td.active, .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #2e3287;
        /*background-image: none;*/
        color:#ffffff !important;
    }


        .datepicker table tr td:hover{
            background-color:#f2f2f2 !important;
        }

    .datepicker table tr .prev, .datepicker table tr .next, .datepicker table tr th, .datepicker table tr td:hover {
        cursor: pointer !important;
    }


.datepicker thead {
    background-color: #2e3287 !important;
}


        .dropdown-menu {
            border: 1px solid rgba(0,0,0,.1);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}


@media(min-width:768px) and (max-width:1200px){
    #intro h1 {
        font-size: 40px !important;
        line-height: 65px !important;
    }
}

@media(max-width:500px) {
    #intro h1 {
        font-size: 32px !important;
        line-height: 70px !important;
    }

    .iframeVid {
        width: -webkit-fill-available !important;
    }
}



.iframeMap{
    max-height:425px !important;
}


.fillFormDiv{
    width:fit-content;
    margin:auto;
}

.pleaseWriteLastDonationTime{
    flex-direction:column;
}


    .pleaseWriteLastDonationTime .text-danger {
        margin-top: -20px;
    }
.textbox {
    width: 150px !important;
}