body {
    overflow-x: hidden;
}

.hide_d {
    display: none;
}

.show_d {
    display: block;
}

.dl-menuwrapper button:after {
    display: none;
}

.dl-menuwrapper button {
    background-color: #fff !important;
    text-indent: unset !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 38px;
    height: 38px;
    margin: -3px 0 0 0;
}

.header .kode_navigation_wrap {
    padding: 9px 0 11px 0 !important;
}


.menu_mobile_fancy li a {
    color: #000;
}

.humburg_logo {
    float: left;
}

.menu_mobile_fancy .dl-trigger {}

.mobile_header_n {
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

.mobile_nav_bottom {
    float: left;
    margin: 0px;
    padding: 12px 0 0 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #fff;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
    border-radius: 6px 6px 0px 0px;
}

.mobile_nav_bottom ul {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.mobile_nav_bottom ul li {
    float: left;
    margin: 0px;
    padding: 0 13px;
    width: 25%;
    list-style-type: none;
    text-align: center;
}

.mobile_nav_bottom ul li a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #b3b3b3;
    border-bottom: solid 3px #fff;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
}

.mobile_nav_bottom ul li a i {
    color: #b3b3b3;
    font-size: 28px;
    margin: 0 0 7px 0;
    min-height: 30px;
}

.mobile_nav_bottom ul li a svg {
    color: #b3b3b3;
    font-size: 23px;
    margin: 0 0 2px 0;
    width: 100%;
    height: 28px;
}

.mobile_nav_bottom ul li a span {
    float: left;
    margin: 0 0 4px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.mobile_nav_bottom ul li a:hover {
    color: #e31f26;
    border-color: #e31f26;
}

.mobile_nav_bottom ul li a:hover i {
    color: #e31f26;
}

.mobile_nav_bottom ul li.active a {
    border-color: #e31f26;
    font-weight: 600;
    color: #e31f26;
}

.mobile_nav_bottom ul li.active a svg path {
    border-color: #e31f26;
    font-weight: 600;
    fill: #e31f26;
}

.mobile_nav_bottom ul li.active a i {
    color: #e31f26;
}

.nav_bg_space {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 60px;
    width: 100%;
}

.home_daily_inspiration .slick-dots {
    display: none !important;
}

.icon_search_set button  {
    font-size: 17px;
    color: #000;
    border: solid 1px #ececec;
    border-radius: 0px;
}
.header .navigation ul > li > a::before{ display: none;}

.large_text:before{right: 0 !important;}
.large_text:after{left: 0 !important;}

.kode_banner_wrap .large_text{font-size: 55px;}
.categories_detail li a.active {color: #e31f26;}

/* quran detail page heading */
.dp-surah-title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #e31f26;
}
/* quran detail box text */
.quran_box_text{
    min-height: 150px;
}
/* quran detail page search button */
.kode_search .comment-form .kf_commet_field button {
    display: inline-block;
    height: 44px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    width: 48px;
    background: none;
    border-left: 1px solid #e9e9e9;
    padding: 0;
    font-size: 17px;
    color: #000;
    border: none;
}

/********* iphones mobiles ********/
@media only screen and (max-width:767px) {


    .hide_m {
        display: none;
    }

    .show_m {
        display: block;
    }

    ul.dl-menu {
        position: fixed !important;
        left: auto;
        width: 100% !important;
        top: 0;
        height: 100%;
        background-color: rgb(0 0 0 / 80%) !important;
        z-index: 100;
        transition: all 0.2s ease-in-out;
        right: 0px;
    }

    ul.dl-menu.dl-menuopen {
        transition: all 0.2s ease-in-out;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .menu_mobile_fancy {
        float: right;
        width: 80%;
        margin: 0px 0 0 0;
        background-color: #fff;
        border-radius: 15px 0 0 15px;
        padding: 24px 24px 15px 24px !important;
    }

    .top_logo img {
        margin: 9px 0 0 0;
        min-width: 175px;
    }

    .white_close_arrow {
        color: #000 !important;
        float: right !important;
        margin: -5px 0px 0 0 !important;
        /* border-radius: 50px !important; */
        /* border: solid 2px #fff !important; */
        /* border-color: #000 !important; */
        width: 29px !important;
        height: 30px !important;
        font-size: 17px;
        text-align: center;
        padding: 0px 0 0 0px;
        position: absolute;
        right: 0;
        /* box-shadow: none !important; */
    }

    .white_close_arrow i {
        color: #000 !important;
        display: inline-block;
        float: left;
        margin: -1px 0 0 9px;
    }

    .menu_mobile_fancy li {
        float: left;
        width: 100%;
        margin: 0 0 0px 0;
        padding: 10px 0px 10px 0px;
        border-top: solid 1px rgb(112 112 112 / 28%);
    }

    .menu_mobile_fancy li a {
        float: left;
        width: auto;
        padding: 0 0px;
        font-size: 18px;
    }

    .pager_link {
        right: 10px;
        left: auto;
        bottom: auto;
        top: 40%;
        width: 5px;
    }

    .pager_link a {
        width: 4px;
        height: 15px;
        background-color: rgb(255 255 255 / 31%);
        border-radius: 10px;
        border: solid 2px transparent;
        margin-right: 1px !important;
    }

    .pager_link a img {
        display: none;
    }

    .pager_link a.active {
        border: none;
        outline: none;
        outline-offset: 0px;
        background-color: #fff;
        border-color: #fff;
    }

    .kode_banner_wrap .large_text {
        opacity: .5;
        font-size: 34px;
        margin-top: 15px;
    }

    .kode_banner_wrap .large_text:before {
        display: none;
    }

    .kode_banner_wrap .large_text:after {
        display: none;
    }

    .kode_banner_wrap .mediume_text {
        display: inline-block;
        padding: 0 90px;
        font-size: 16px;
    }

    .n_read_q_sec_m {
        padding: 18px 0 0 0;
        overflow: hidden;
    }

    .n_read_q_sec_m h3 {
        font-size: 26px;
        font-weight: 400;
    }

    .n_read_q_sec_m h3 span {
        font-size: 26px;
        font-weight: 600;
    }

    .n_read_q_sec_m .r_a_l_q {
        margin: 0 0 18px 0px;
    }

    .n_read_q_sec_m h3 span:before {
        display: none;
    }

    .n_read_q_sec_m p {
        margin-bottom: 26px;
    }

    .n_read_q_sec_m .section_hdg.hdg_4 {
        margin-bottom: 7px;
    }

    .read_more_q_btn {
        display: inline-block;
        background-color: #d10000;
        border-radius: 10px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        padding: 6px 24px 8px 24px;
        margin: 0 0 10px 0;
    }

    .read_more_q_btn:hover {
        background-color: #585858;
        color: #fff;
        text-decoration: none;
    }

    .n_read_q_sec_m .kode_mosque_text {
        border-bottom: solid 1px rgb(112 112 112 / 43%);
        padding: 0 0 12px 0;
        margin: 0 0 12px 0;
    }

    .video_slider_section_m {
        padding-bottom: 0px !important;
    }

    .video_slider_section_m .kode_service_des {
        padding: 10px;
        overflow: hidden;
    }

    .video_slider_section_m .kode_service_des_inner {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        background-color: #fff;
        border-radius: 10px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }

    .kode_service_des_inner h4 {}

    .kode_service_des_inner .play_icon_circle {
        float: left;
        width: 42px !important;
        font-size: 16px !important;
        height: 42px !important;
        line-height: 43px !important;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
        border-radius: 100px;
        text-align: center;
        color: #e31f26;
        margin: -5px 15px 0 0;
    }

    .kode_service_des_inner h4 a {}

    .kode_service_des_inner .kode_service_text {
        padding: 18px 13px 14px 13px;
    }

    .video_slider_section_m .section_hdg.hdg_2.hdg_3 h3 {
        color: #e31f26;
        margin-bottom: 15px;
    }

    .home_daily_inspiration .section_hdg.hdg_2.hdg_3 h3 {
        color: #e31f26;
    }

    .home_daily_inspiration .kode_tem_fig {
        padding: 10px;
    }

    .home_daily_inspiration .kode_tem_fig figure {
        border-radius: 10px;
        overflow: hidden;
    }

    .video_slider_section_m .kode_service_des {
        margin-bottom: 0px;
    }

    .video_slider_section_m .container_inner {
        border-bottom: solid 1px rgb(112 112 112 / 43%);
        display: inline-block;
        width: 100%;
        padding: 0 0 13px 0;
    }

    .home_daily_inspiration .slick-next {
        display: none !important;
    }

    .home_daily_inspiration .slick-prev {
        display: none !important;
    }

    .kode_team_wrap.home_daily_inspiration button {
        background-color: #959595 !important;
        width: 15px !important;
        height: 4px !important;
        margin: 0px 0px 0 0 !important;
        padding: 0 0 0 0 !important;
    }

    .home_daily_inspiration .slick-dots li button:before {
        display: none;
    }

    .home_daily_inspiration .slick-dots li.slick-active button {
        background-color: #e31f26 !important;
    }

    .home_daily_inspiration .slick-dots li {
        margin: 0 2px;
    }

    .home_daily_inspiration .slick-dots {
        bottom: -25px;
        display: block !important;
    }

    .home_daily_inspiration .section_hdg h3 div {
        color: #e31f26;
        display: inline-block;
        font-weight: 400;
    }

    /* quran detail page heading */
    .dp-surah-title{
        font-size: 18px;
    }











}


.jconfirm {
    display: none;
}
