@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,500,700&display=swap');
.subTitle {
    letter-spacing: 0;
}

.success {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    color:#4bff00;
}

.newsSliderItem {
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 50% 50%;
}

input[type="checkbox"]:not(old)+label:before {
    /* border-radius: 50% !important; */
    display: block;
    width: 15px !important;
    height: 15px !important;
    margin: 3px 0 0 0;
    float: right;
    content: '';
    border: 1px solid #bdbdbd;
}

input[type="Checkbox"]:not(old):checked+label:before {
    background: #003c5b;
}

.listTitle a {
    color: #ffffff;
}

.newsTitleSmaller {
    font-size: 29px !important;
}

.boardTitle {
    min-height: 60px;
}

.formHolder .formRow .inputHolder select[type="select"],
.formHolder .formRow .inputHolder select[type="file"]
    {
    font-size: 16px;
    width: 100%;
    background-color: transparent;
    border: 0 none;
    border-bottom: 2px solid #bdbdbd;
    padding: 8px 0;
    /* font-family: 'Barlow', sans-serif; */
    color: #bdbdbd;
    height: 40px;
    font-weight: 400;
    text-align:right;
}

/* .bodyText {
    direction: rtl !important;
} */


.formHolder .formRow .inputHolder input[type="date"],
.formHolder .formRow .inputHolder input[type="number"] {
    font-size: 16px;
    width: 100%;
    background-color: transparent;
    border: 0 none;
    border-bottom: 2px solid #bdbdbd;
    padding: 8px 0;

    color: #bdbdbd;
    height: 40px;
    font-weight: 400;
    text-align:right;

}

.bigger {
    font-size: 22px !important;

}

.labeltitle {
    color: #626225 !important;
}

img.newlistimg {
    width: 460px;
    height: 256px;
    object-fit: cover;
    object-position: 0 0;
}


.formHolder .formRow.fourcol {
    width: 23% !important;
    margin-left: 2%;
}


.fileinstruction {
    color: #003c5b !important;
    /* line-height: 30px; */
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.ennumber{
    font-family: sans-serif;
}

.bodyText,
.mediumText
{
    direction: rtl !important;
}

.darkBlueBlock {
    min-height: 400px;
    padding-bottom: 0px;
}

.colImgHolder {
    margin-top: 0px;

}
.mediaTitle {
    min-height: 160px;
    font-size: 26px;
}
.albumTitle {
    font-size: 30px;
}
.pagination {
    margin-bottom: 0px;
}
.pagination li.active span {
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    float: right;
    padding: 8px 10px;
    text-decoration: none;
    border: 1px solid #b1b1b1;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
     background-color: #063751;
     color: #fff;
}

.pagination a[rel~="next"] {
    background-image: url(/images/yellow-arrow-left.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.pagination a[rel~="prev"] {
    background-image: url(/images/yellow-arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.bodyText p{
    line-height:1.8;
}


.stepsform .inputHolder {
    margin-bottom: 30px;
}

.stepsform h3 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 40px;
    /* font-family: 'Barlow', sans-serif; */
    color: #003c5b;
    width: 100%;
}

.stepsform .formHolder .formRow {
    width: 100%;
}


.stepsform img {
    margin: 70px 40px 0 40px;
}

.stepsform button {
    padding: 13px 25px 13px 45px;
    border: 1px solid #b1b1b1;
    background-color: white;
    position: relative;
    color: #062b3e;
    font-weight: 700;
    font-family: 'GE-Thameen';
    text-transform: uppercase;
    /* display: inline-block; */
    font-size: 18px;
    width: auto;
    height: auto;
    border-radius: 0;
    background-image: none;
    right: inherit;
    top: inherit;
    bottom: inherit;
    cursor: pointer;
    float: left;
}


.formHolder {
    margin-top: 60px;
}
.stepsform button:after {
    position: absolute;
    content: '';
    background-image: url(/images/yellow-arrow.png);
    width: 9px;
    height: 13px;
    left: 12px;
    top: 19px;
    transform: rotate(180deg);
}

.stepsform button:hover {
    border: 1px solid #062b3e;
    color: #ffffff;
    background-color: #062b3e;
}

.stepsform .lbtitle {
    margin-bottom: 30px !important;
}


.d-none {
    display: none;
}
.formsuccess {
    margin-top: 20px;
}
.formHolder .formRow .inputHolder input[type="text"],
.formHolder .formRow .inputHolder input[type="email"],
.formHolder .formRow .inputHolder input[type="date"],
.formHolder .formRow .inputHolder input[type="number"],
.formHolder .formRow .inputHolder select[type="select"],
.formHolder .formRow .inputHolder select[type="file"],
.formHolder .formRow .textareaHolder textarea {
    color: #063751;
    border-bottom: 1.5px solid #bdbdbd;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
 display: none;
}

.fileupload{
    min-height:74px;
}

.errorcheckbox {
    position: absolute;
    content: '';
    /* left: 0;
    bottom: -20px; */
    color: red;
    margin-right: 20px;
}

.stepsform select {

    background: url(/images/yellow-arrow-down.png) no-repeat left;
    -webkit-appearance: none;

}

.video-wrapper {
    overflow: hidden;
    width: 100%;
}

.blueDescriptionMed {
    font-size: 28px;
    color: #003c5b;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

.blueDescriptionMed span {

    font-weight: 600 !important;
}

.blueDescriptionMed a {
    color: #117BA7;
    /* text-decoration: underline; */
    text-decoration: none;
    border-bottom: 1.5px solid#117BA7;
    cursor: pointer;
}

.popup_content {
    margin: 10px;
    /* max-width: 30%; */
    border: 1px solid #444;
    padding: 20px;
    background: white;
    border-radius: 5px;

}

.popup .bodyText {
    margin-bottom: 0px;
    direction: rtl;
}

.popup .arrowsList li{
    text-align:right;
}

.partners img {
    border: 1px solid #b1b1b1;
}

.logoHolder a {
    width: 260px;
    height: 90px;
}

.modalform {
    background-color: #fff;
    padding: 30px;
    display: none;
    direction: rtl;
    width:500px;
}

.modalform h3 {
    color: #063651;
    font-size:26px;

}

.fancybox-content {
    text-align:right;
}

.modalform .blueDescription {
    font-size: 24px;
    font-weight: 400;
}

.modalform .formHolder {
    margin-top: 0px;
}

.modalform img.newlistimg {
    width: 575px;
    height: 298px;
    object-fit: cover;
    object-position: 0 0;
}

.webinarsImg {
    width: 40% !important;

}

.webinarsinfo {
    width: 60% !important;
    /* height: 255px !important; */

}

.centerListing li{
    min-height: 255px;
    /* border:1px solid grey; */
}

.webinarDetails {
    width: 100%
}

.webinarsImg img.newlistimg {
    width: 90%;
    height: 255px;
    object-fit: cover;
    object-position: 50% 50%;
}

.webinarsdetails img {
    width: auto;
}
#webinar-register-success{
    text-align:center;
    padding:15px 0 15px 0;
}

.sitemap a{
    color:#ffffff;
}

img.donatelistimg {
    width: 100%;
    height: 296px;
    object-fit: cover;
    /* object-position: 0 0; */
    top:0;
    left:0;
}

img.donatecheckoutimg {
    width: 100%;
    height: 264px;
    object-fit: cover;
    top:0;
    left:0;
}

.albumSlider span.boardRedShape {
    left:auto;
}

.donateimagegallery {
    width: 100%;
    height: 149px;
    object-fit: cover;
    top: 0;
    left: 0;
}

.progInfo a{
    color:#ffffff;
}

.donateTitle a {
    color: #093650;
}

.sliderCaption.rightCaption {
    right: 0;
    transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
}


.photosInfodownload a {
    color: #063651;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;

}

.togglebank {
    padding: 0;
}

.togglebank .toggleTitle {
    display: inline-block;
    width: 100%;
    border: 1px solid #a5a5a5;
    position: relative;
    vertical-align: middle;
    padding: 15px;
}

.togglebank .toggleContent {

    padding: 25px;
    background-color: #f4f4f4;

}


/*Slider caption fadein start*/
.sliderCaption {
     animation: fadein 5s;
     -moz-animation: fadein 5s;     /* Firefox */
     -webkit-animation: fadein 5s;     /* Safari and Chrome */
     -o-animation: fadein 5s;     /* Opera */
}
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*Slider caption fadein end*/

.menuItem {
    padding: 28px 8px;
}

/* @media (max-width: 720px) and (min-width: 300px) {
    .logoHolder a {
        width: 225px!important;
        height: 70px !important;
    }
} */

.footerrow{
    display: flex;
    flex-wrap: wrap;
}

.cP{
    margin-top: 20px;
}

.mapList {
    margin-bottom: 20px;
}

.menuItem .itemTitle{
    font-size: 18px;

}
.d-none{
    display: none;
}

.card-logos {
    margin: 20px 0 20px;
}

.card-logos img {
    height: 40px;
    width:auto !important;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

.small select[type="select"] {
    width: 100% !important;
}
.paymentdiv {
    float: right;
    width: 50%;
}
.paymentcard-img img {
    height: 40px;
    width: auto !important;
    background: #fff;
    padding-right: 5px;
    border-radius: 4px;

}
/* .subMenuHolder.noPad .subMenu a.card:before {
    background-image: url("https://demo.myfatoorah.com/imgs/payment-methods/b.png");
}

.subMenuHolder.noPad .subMenu a.card:before {
    background-image: url(/images/blue-card.svg);
} */

.successHolder.donationContent {
    padding-top: 0px;
}

.honorsImg {
    float: right;
}
.honorlistimg {
    max-width: 200px;
}

.honorItem .newsInfo {

    justify-content: right;
}

.flex-control-nav {
    bottom: 15px;
}

.card {
    border: 0px ;
}

.paymentcard-img-register img {
    height: 40px;
    width: auto !important;
    padding-right: 5px;
    /* border-radius: 4px; */
}
.paymentdiv-register {
    float: right;
    width: 100%;
}
.resetpassword-input{
    color: #868686 !important;
    border-bottom: 1px solid #265973 !important;
}

.searchItem .noimage{
    width:95%;
}
.yellowlink{
    color: #EDAB0C;
}
.yellowlink:hover {
    color: #EDAB0C;
    text-decoration: underline;
}

.conditions {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;

}

.conditions li {
    counter-increment: my-awesome-counter;
    position: relative;
    display: flex;
    /* display: inline; */
    width: 100%;
    /* width: 100%; */
    font-size: 20px;
    padding: 10px 50px 10px 0;


}

.conditions li:before {
    content: counter(my-awesome-counter);
    position: absolute;
    line-height: 25px;
    font-size: 20px;
    background-color: #F0BC2B;
    color: #073652;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 10px 10px 10px;
    border-radius: 50%;
    right: 0;


}
.conditions-height {
    min-height: 10px !important;
}

.conditions-bottom {
    margin-bottom: 25px !important;
}

:required:focus {
    border-bottom: 1px solid #EDAB0C!important;
}

.stepsform input[type="radio"]:not(old)+label:before
{
    margin: 7px 0 0 6px;
}

 .selectHolderDate:after {
    position: absolute;
    content: '';
    background-image: url(../../images/blue-more.png);
    width: 9px;
    height: 13px;
    transform: rotate(90deg);

    bottom: 20px;
    margin:-10px;
}
.selectHolderDate select {
    width: 20%;
    border: 0 none;
    padding: 8px 0;
    border-bottom: 1.5px solid #bdbdbd;
    cursor: pointer;
    background-color: transparent;
}

input[type="radio"]:not(old):checked+label:before {
    background: #edab0c;
}

input[type="radio"]:not(old)+label:before,
input[type="checkbox"]:not(old)+label:before {
    margin: 4px 0 0 6px;
}

 .membershipExp {
     color: #edab0c !important;
 }

.bodySections .donationInfoHolder .btnHolder {
    height: 45px;
    width: 100%;
}
.bodySections .donationInfoHolder .btnHolder a:hover {
    border: 1px solid #edab0c;
    color: #fff;
    width: 100%;
    height: 45px;
    background-color: #edab0c;
}


.bodySections .donationInfoHolder .btnHolder a:hover:after {
    left: 62px !important;
}

.inputAmount :required:focus,
.donationInfoHolder :required:focus {
    border-bottom: 0px solid #EDAB0C !important;
}

.darkBlueBlock {
    min-height: 300px;
    background-color: #062b3e!important;
}


#FATWA{
    width: 70% !important;
}

.inputAmountselect
{
    border: 0 none;
    width: 100%!important;
    padding: 7px;
    display: inline-block;
    vertical-align: middle;
    color: #868686;
    background-color: transparent;
    font-size: 16px;
}

.donateInfo .inputAmountselect {
    color: #fff;
}
.donateInfo .inputAmountselect option {
    background-color: #063751;
}

/*////////// subsubmenu section //////////////////*/
.subsubMenu a {
    display: inline-block;
    padding: 15px;
    color: #003c5b;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}

.subsubMenu a.active {
    font-weight: 700;
}

.subsubMenu {
    border-bottom: 1px solid #003c5b;
    margin-bottom: 55px;
    padding-right: 20px;
}

.subsubMenu a.active::after {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 20px;
    height: 12px;
    background-image: url(../../images/arrow-blue.png);
    right: calc(50% - 12px);
    background-size: 100% 100%;
}

.subPageBody .subsubMenu a.active::after {
    background-image: url(../../images/white-arrow.jpg);
    bottom: -11px;
}

.subMenuHolder.noPad .subsubMenu {
    padding-right: 0;
}

.subMenuHolder.noPad .subsubMenu a {
    padding-right: 30px;
    margin-left: 50px;
}

.subMenuHolder.noPad .subsubMenu a:before {
    position: absolute;
    content: '';
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    background-repeat: no-repeat;
}

.subMenuHolder.noPad .subsubMenu a.card:before {
    background-image: url(../../images/grey-card.svg);
    width: 20px;
    height: 18px;
}

.subMenuHolder.noPad .subsubMenu a.card.active:before {
    background-image: url(../../images/blue-card.svg);
}

.subMenuHolder.noPad .subsubMenu a.transaction:before {
    background-image: url(../../images/grey-arrows.svg);
    width: 20px;
    height: 19px;
}

.subsubMenu a.transaction.active:before {
    background-image: url(../../images/blue-arrows.svg);
}
