header>.header-inner-fixed {
    position: fixed;
    width: 100%;
    background-color: white;
    top: -150px;
    animation: slide 0.5s forwards;
}

header.header.header-fixed .bar {
    margin-bottom: 132px;
}

.d-block_1024 {
    display: none;
}

@-webkit-keyframes slide {
    0% {
        top: -150px;
    }
    100% {
        top: 0;
    }
}

@keyframes slide {
    100% {
        top: 0;
    }
}

header>.header-inner-fixed .nav {
    background-color: transparent;
}

.elementor-widget-text-editor, li:not(.menu-item) {
    text-align: justify;
}

.other_ways_to_donate h2.ktc-main {
    color: #616060;
    font-size: 35px;
    text-align: center;
    margin: 5px 0 30px !important;
    padding: 15px 0px 10px 0 !important;
    line-height: 40px;
    border-bottom: 1px solid #d6d6d6;
    text-transform: capitalize;
    outline: none;
    font-style: normal;
}

.other_ways_to_donate .img_area {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.other_ways_to_donate .img_area .img {
    max-width: 100px;
}

.other_ways_to_donate h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.other_ways_to_donate h3::after {
    content: " ";
    width: 50px;
    background: #d6d6d6;
    height: 2px;
    display: block;
    margin: 10px auto 0;
}

.other_ways_to_donate .banks {
    padding: 15px;
    margin-bottom: 5px;
    flex: 1 0 49%;
    max-width: 49%;
}

.other_ways_to_donate .banks .dtitle, .donate-pop .banks .dtitle {
    background-color: #f1f1f1;
    padding: 20px;
    font-size: 20px;
    padding-left: 19px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.other_ways_to_donate .banks .dcontent {
    display: none;
    padding: 30px 20px;
    background: #fafafa;
    border-bottom: 5px solid #c1c1c1;
}

.other_ways_to_donate .banks .dcontent p, .other_ways_to_donate .banks .dcontent ul li, .other_ways_to_donate .from_us p {
    font-size: 18px !important;
}

.other_ways_to_donate .banks .dtitle.down i.fa.fa-angle-right {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.other_ways_to_donate .banks .dtitle.down {
    background-color: #d33;
    color: white;
}

.other_ways_to_donate .banks .dtitle i {
    margin-right: 10px;
}

.other_ways_to_donate .accordions {
    display: flex;
    flex-wrap: wrap;
}

.zakat_calc {
    max-width: 500px;
    margin: auto;
    padding: 15px;
}

.zakat_calc input[readonly="readonly"] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 25px;
}

.zakat_calc h2 {
    font-size: 32px;
    margin: 35px 0 15px 0;
    color: #dc2c2c;
    font-weight: 500;
}

.zakat_calc>form>h2 {
    text-align: center;
}

.zakat_calc label {
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    color: black;
}

.zakat_calc input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    background: transparent !important;
    box-shadow: none;
}

.other_ways_to_donate .from_us {
    padding: 15px;
}

.donate-pop .dtitle.down span::before {
    content: "\f068";
}

.floatton-container.accordion_area.donate-pop {
    max-width: 94%;
    max-height: 95%;
    width: 500px;
    display: none;
    position: fixed;
    background: #fff;
    border: 1px solid #2980b9;
    z-index: 999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 16px;
    margin: 0px 16px -20px;
    -webkit-box-shadow: 0px 1px 7px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 7px 1px rgb(0 0 0 / 15%);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.donate-pop .dcontent {
    background-color: rgb(241, 241, 241);
    border: 0px;
    padding: 15px 30px;
}

.donate-pop a.view_form {
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 5px;
    color: #e8232a !important;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    font-family: 'Poppins';
}

.donate-pop .cnt-us a {
    color: #0087be;
}

.donate-pop .dtitle span {
    float: right;
}

.donate-pop .ways-to-donate-card {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 350px;
    width: 95%;
    margin: 0 10px;
    display: flex;
}

.donate-pop .wtdc-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.donate-pop .ways-to-donate-card .wtdc-h-i {
    display: flex;
    margin-bottom: 10px;
}

.donate-pop .wtdc-h-i h4 {
    width: 75%;
    font-size: 36px;
    line-height: 36px !important;
    font-family: 'Poppins';
    color: #333;
    font-weight: 700;
}

.donate-pop .wtdc-img {
    width: 25%;
    display: flex;
    justify-content: end;
    align-items: start;
}

.donate-pop .wtdc-p {
    font-size: 17px;
    line-height: 26px;
    font-family: 'Poppins';
}

.donate-pop .Wtdc-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
}

.donate-pop .cta-num {
    font-size: 3.5vw;
    color: rgba(83, 102, 194, 0.1);
    font-family: 'poppins';
    font-weight: bold;
}

.modal.story_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    left: 0;
    right: 0;
    background: #000000db;
    z-index: 9999;
}

.modal.story_popup .popup_area {
    max-width: 900px;
    margin: auto;
    background: white;
    padding: 14px;
    border-radius: 8px;
    border: 2px solid black;
    position: relative;
    margin: auto;
    max-height: 90vh;
}

.modal.story_popup .popup_area .close_popup {
    position: absolute;
    right: -10px;
    top: -10px;
    background: black;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #c35353;
    cursor: pointer;
}

/* .modal.story_popup .image_area {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

.modal.story_popup .image_area img {
    max-height: 300px;
    object-fit: cover;
    object-position: center;
} */

.single-cause-content .story_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-events:not(.d-block) {
    display: none;
}

.counter_section .elementor-inner-section>.elementor-container>p:last-child {
    display: none;
}

.page-template-template-stories .single-cause-image figcaption {
    display: none;
}

.modal.story_popup .popup_area .popup_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal.story_popup .popup_area .image_area {
    flex: 1 0 25%;
    max-width: 25%;
}

.modal.story_popup .popup_area .text_area {
    flex: 1 0 75%;
    max-width: 75%;
    padding-left: 20px;
}

.modal.story_popup .popup_area .text_area p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.3;
}

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

.zakat_calc_page .image_col {
    flex: 1 0 21%;
    max-width: 21%;
    display: flex;
    flex-wrap: wrap;
}

.zakat_calc_page .image_col .image {
    margin: auto;
}

.give-nav ul, body .entry-content .give-nav ul {
    padding: 0;
    margin: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.give-nav ul li.active, body .entry-content .give-nav ul li.active {
    background: #fff;
}

.give-nav ul li, body .entry-content .give-nav ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
    background: #fdfbf6;
    border-bottom: solid 1px #ebebeb;
}

.give-nav ul li a:hover, .give-nav ul li.active a, .entry-content .give-nav ul li a:hover, .entry-content .give-nav ul li.active a {
    text-decoration: none;
    color: #d33;
}

.give-nav ul li a, body .entry-content .give-nav ul li a {
    color: #616060;
    font-size: 20px;
    padding: 20px 20px;
    display: block;
    list-style: none;
}

.main-donate {
    max-width: 600px;
    margin: 40px auto;
}

.give-nav ul li a::before {
    content: "";
    background: #fff;
    width: 25px;
    height: 25px;
    float: left;
    border-radius: 100px;
    margin: 3px 10px 0 0px;
    border: 2px solid #bdbdbe;
}

.give-nav ul li.active a::before {
    line-height: 27px;
    background: #d33;
    border: 0;
    font-family: 'FontAwesome';
    font-weight: 100;
    content: "\f00c";
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.give-sub-form [id*="give_secure_site_wrapper"], .give-sub-form .give-form-content-wrap {
    display: none;
}

.give-sub-form .give-form-title {
    display: none;
}

.give3form.custom-general-donation-form h2 {
    background: #d33;
    text-align: center;
    line-height: 20px;
    font-size: 18px !important;
    color: #fff;
    font-weight: 400 !important;
    margin: 0px 0 0px -20px !important;
    padding: 17px !important;
}

.give-nav {
    margin: 0 0 30px;
}

.give-sub-form {
    overflow: hidden;
}

#data-rt-1 .select-rec ul, body .entry-content #data-rt-1 .select-rec ul {
    padding: 0;
    margin-top: 40px;
}

.main-donate .select-rec ul li {
    margin-bottom: 5px;
    cursor: pointer;
    line-height: 55px;
    position: relative;
    height: 55px;
    display: block;
    margin-right: 0;
    margin-left: 0;
    width: 50%;
    float: left;
    color: #474747;
    font-size: 17px !important;
    text-align: center;
}

.main-donate .select-rec ul li::before {
    content: "";
    position: absolute;
    right: 0;
    background: #ececec;
    width: 1px;
    height: 20px;
    bottom: 3px;
    top: 0;
}

.main-donate li.give-gateway-option-selected label::before, .main-donate .select-rec li.give-gateway-option-selected label::before {
    content: "\f058";
    position: absolute;
    top: 0;
    left: 10px;
    font-weight: 900;
    font-family: 'FontAwesome';
    margin: 0;
    font-size: smaller;
}

.main-donate form[id*=give-form] input[type=radio] {
    margin: 0 0.5em 0 0;
}

.main-donate .select-rec ul li input {
    visibility: hidden;
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    height: 40px;
    cursor: pointer;
}

.main-donate .select-rec ul li.give-gateway-option-selected {
    background: none;
    color: #000;
    border-color: #d33 !important;
}

.main-donate .select-rec label {
    cursor: pointer;
    display: block;
    width: 100%;
}

.main-donate .give-total-wrap {
    margin: 1em 0;
}

.main-donate .give-total-wrap .give-donation-amount {
    display: block;
    margin: 0 0 15px;
    width: 100%;
}

.main-donate .give-donation-amount .give-text-input, .main-donate .give-donation-amount .tkc-donation-amount {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 21px !important;
    color: #000;
    width: 80%;
    height: inherit !important;
    line-height: inherit !important;
    box-shadow: none;
    margin: 0;
}

.main-donate .give-donation-amount .give-currency-symbol {
    width: 13%;
    border: 0 !important;
    background: none !important;
    border-right: 1px solid #ccc !important;
    padding: 0 10px !important;
    line-height: 33px !important;
    margin-right: 10px !important;
}

.main-donate .custom-general-donation-form .give-donation-amount {
    border: 1px solid #008b44;
    padding: 12px;
}

.main-donate .custom-general-donation-form #give-donation-level-button-wrap {
    margin: 0 0 0 -2%;
    width: 102%;
}

.main-donate .give-donation-levels-wrap .give-donation-level-btn {
    background: #ececec;
    border-radius: 0;
    border: 1px solid #E3E1E1;
    height: auto;
    padding: 14px;
    color: #000;
}

.main-donate ul.give-donation-levels-wrap li button {
    line-height: 18px;
    height: 55px;
    padding: 8px 6px;
    color: #797979;
    font-weight: 400;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    transition: all .3s ease;
    border-radius: 3px;
}

.main-donate .custom-general-donation-form ul.give-donation-levels-wrap > li, .main-donate ul.give-donation-levels-wrap > li {
    width: 48%;
    margin: 0 0 2% 2% !important;
    padding: 0;
}

.main-donate .give-donation-levels-wrap .give-donation-level-btn:hover, .custom-general-donation-form button.give-default-level {
    background: #d33 !important;
    border-color: #d33 !important;
    color: #fff !important;
}

.main-donate #give-final-total-wrap, .main-donate .customselect-list-container select, .main-donate .customselect-list-container li.customselect-list-input-item.customselect-search-item {
    display: none;
}

.main-donate .customselect-list-container ul, .entry-content .customselect-list-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    display: flex;
}

.main-donate .customselect-list-container ul li {
    line-height: normal !important;
    padding: 0 !important;
    margin: 0px;
    font-size: 16px;
    position: relative;
    flex-basis: 100%;
    text-align: center;
}

.main-donate .customselect-list-container ul li:before {
    content: "";
    position: absolute;
    right: 0;
    background: #ececec;
    width: 1px;
    height: 20px;
    bottom: 12px;
}

.main-donate .customselect-list-container [type="radio"]:checked + label, .main-donate .customselect-list-container [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 44px;
    display: block;
    color: #000;
    font-size: 16px;
}

.main-donate .customselect-list-container [type="radio"]:checked + label:before {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    color: #d33;
    content: "\f058";
    position: absolute;
    top: 0;
    left: 7px;
    font-weight: 900;
    font-family: 'FontAwesome';
    margin: 0;
    font-size: smaller;
}

.main-donate .customselect-list-container [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-donate .customselect-list-container [type="radio"]:checked + label:after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 2px solid #00884C;
}

.main-donate .customselect-list-container [type="radio"]:checked, .main-donate .customselect-list-container [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.main-donate select {
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    height: 50px;
}

.main-donate input.give-submit.give-btn, .give-btn {
    background: #d33;
    border: 0;
    color: #fff;
    font-weight: 400;
    margin: 0 !important;
    font-size: 21px;
    border-radius: 0px;
    padding: 10px 40px;
    float: right;
    min-height: auto;
}

.main-donate .give-form-wrap > form {
    display: none;
}

.main-donate .give-form-wrap > form.active {
    display: block;
}

/* ###############################################################################################################################
###############################################################################################################################
###############################################################################################################################
############################################## MEDIA QUERIES ##################################################################
###############################################################################################################################
###############################################################################################################################
############################################################################################################################### */


@media (max-width: 1024px) {
    .d-block_1024 {
        display: block;
    }
    .modal.story_popup .popup_area {
        max-width: 95%;
    }

    .other_ways_to_donate .img_area {
        padding: 0 30px;
    }

    .other_ways_to_donate .slick-track {
        display: flex;
        align-items: center;
    }

    .other_ways_to_donate .img_area .img {
        margin: 0 20px;
    }
}

@media (max-width: 767px) {
    .modal.story_popup .popup_area .image_area, .modal.story_popup .popup_area .text_area {
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .other_ways_to_donate .banks {
        flex: 1 0 100%;
        max-width: 100%;
        padding: 5px 15px;
    }

    .other_ways_to_donate .from_us {
        padding: 15px;
    }
}

@media (max-width: 500px) {
    .modal.story_popup .popup_area {
        margin: auto 15px;
    }
}