@media(max-width: 768px) {
    #program-page {
        margin: 10px 0 70px;
    }
    i#navbarArrowLeft {
        display: none;
    }
    div.back-top {
        bottom: 145px;
    }
    h2.title {
        font-size: 20px;
        letter-spacing: 0px;
        text-align: center;
        font-weight: 300;
    }
    h2.title > span {
        font-weight: 600;
    }
    .footer-bersedekah {
        display: block;
    }

    /* BEGIN:: Banner */
    .box-banner {
        width: calc(100% - 30px);
        margin-bottom: 10px !important;
    }
    .box-banner .banner > img {
        height: 150px;
    }
    .box-banner ul.slick-dots {
        display: none !important;
    }
    .box-banner .banner > .title {
        padding: 15px;
    }
    .box-banner .banner > .title > h2 {
        font-size: 18px;
    }
    .box-banner .banner > .title > h3 {
        font-size: 14px;
    }
    /* END:: Banner */

    /* BEGIN:: Box Filter */
    .box-filter {
        padding: 10px 15px;
        top: 60px;
    }
    .box-filter > .right {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .box-filter > .right > .sort {
        display: none;
    }
    .box-filter #btnFilter {
        position: fixed;
        right: 13px;
        bottom: 80px;
        padding: 13px 12px 10px;
        border-radius: 50px;
    }
    .box-filter #btnFilter > i {
        margin: 0;
        font-size: 26px;
        transition: all 1.5s;
    }
    .box-filter #btnFilter > span {
        display: none;
    }
    .box-form-filter {
        display: block;
        position: fixed;
        top: 100%;
        left: 0;
        background-color: #FFF;
        height: 100%;
        justify-content: center;
        align-items: baseline;
        align-content: baseline;
        flex-wrap: wrap;
        transition: top .5s;
        padding-top: 65px;
    }
    .box-form-filter #btnFilterClose {
        display: block;
        color: var(--text-color);
        font-size: 28px;
        transition: all 1.5s;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .box-form-filter > div {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .box-form-filter > div > select {
        width: 100%;
        font-size: 14px;
        padding: 8px 10px;
    }
    .box-form-filter > div > label {
        margin: 0;
        font-size: 15px;
        margin-bottom: 6px;
        font-weight: 600;
    }
    .box-form-filter #btnSubmitFilter {
        display: block;
        position: absolute;
        bottom: 140px;
        left: 0;
        width: calc(100% - 30px);
        padding: 10px;
        color: #FFF;
        border-radius: 5px;
        background-color: var(--text-color);
        margin: 0 15px;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }
    /* END:: Box Filter */

    /* BEGIN:: Box List Program */
    .box-list-program {

    }
    .box-list-program h2 {
        margin: 0 15px;
    }
    .box-list-program > h4 {
        text-align: center;
        font-size: 13px;
        letter-spacing: 0px;
        color: #999;
        margin: 0 15px;
    }
    .box-list-program > .box-list-menu {
        width: calc(100% - 30px);
        margin: 20px 15px -5px;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        text-align: center;
    }
    .box-list-program > .box-list-menu > a{
        display: inline-block;
        margin-right: 5px;
    }
    .box-list-program > .box-list-menu > a > .box-menu{
        background-color: var(--button-color);
        width: fit-content;
        padding: 10px 20px;
        color: #FFF;
        font-size: 14px;
        margin: 0;
        text-align: center;
        font-weight: 600;
    }
    .box-list-program > .list-program {
        margin-top: 10px;
        padding: 0 15px;
        background: none;
    }
    .box-list-program > .list-program .program {
        width: 100%;
        margin: 0 0 15px 0;
        box-shadow: 0px 5px 10px #ddd;
        display: flex;
        flex-wrap: nowrap;
        background-color: #FFF;
    }
    .box-list-program > .list-program .program > .thumbnail {
        width: 50%;
    }
    .box-list-program > .list-program .program > .thumbnail > img {
        height: 105px;
        border-radius: 5px 0 0 5px;
    }
    .box-list-program > .list-program .program > .detail {
        width: 50%;
        padding: 5px 5px 5px 10px;
        position: relative;
    }
    .box-list-program > .list-program .program > .detail > .daerah {
        display: none;
    }
    .box-list-program > .list-program .program > .detail > .cicilan {
        left: calc(-100% - 5px);
        top: 5px;
        right: inherit;
        border-radius: 0;
    }
    .box-list-program > .list-program .program > .detail > a > h3 {
        font-size: 13px;
        line-height: 14px;
        margin: 0;
        height: 29px;
    }
    .box-list-program > .list-program .program > .detail > .kategori {
        font-size: 10px;
        margin: 0;
        margin-top: auto;
        position: absolute;
        bottom: 46px;
    }
    .box-list-program > .list-program .program > .detail > .box-komunitas {
        font-size: 10px;
        margin: 0;
        margin-top: auto;
        position: absolute;
        bottom: 46px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.caption > label.left,
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.left,
    .box-list-program > .list-program .program > .detail > .box-nilai.target > label.right {
        display: none;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.caption > label.right {
        text-align: right;
        position: absolute;
        right: 10px;
        bottom: 22px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.right {
        font-size: 11px;
        position: absolute;
        right: 10px;
        bottom: 8px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.target > label.left {
        color: var(--button-color);
        position: absolute;
        bottom: 8px;
        left: 10px;
    }
    .box-list-program > .list-program .program > .detail > .box-target {
        position: absolute;
        bottom: 37px;
        right: 10px;
        width: calc(100% - 20px);
        height: 3px;
    }
    .box-list-program > .list-program .program > .detail > .box-target > div {
        height: 3px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.right > i {
        font-size: 10px;
    }
    .box-list-program > .list-program .program > .detail a > .btn-donasi {
        display: none;
    }
    /* Zakat */
    .box-list-program.zakat {
        padding-bottom: 10px;
        margin-top: 25px;
    }
    .box-list-program.zakat > .list-program > .program {
        display: flex;
        width: 100%;
    }
    /* Empyy */
    .box-list-program > .list-program .program > .thumbnail.empty {
        height: 105px;
        border-radius: 5px 0 0 5px;
    }
    .box-list-program > .list-program .program > .detail .empty {
        margin: 0 !important;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.target > label.left.empty {
        left: 10px;
        width: calc(100% - 15px);
        bottom: 35px;
        height: 10px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.right.empty {
        right: 5px;
        bottom: 8px;
        width: calc(100% - 15px);
    }
    .box-list-program > .list-program > .empty-search > img {
        height: inherit;
        width: 100%;
    }
    /* END:: Box List Program */

    .box-filter > .left.caption-komunitas > h1 {
        margin-bottom: 5px;
    }
}