﻿.live_news_left .page-numbers {
    display: none;
}

.fb-share-button {
    display: inline;
}

.ads_banner {
    text-align: center;
}

.section_social .fa-whatsapp {
    color: #34af23;
}

.section_social .fa-telegram {
    color: #0088cc;
}

.live_news_item a, .banner-slide article h1 a {
    color: #fff;
}

.banner-slide article h1 a {
    text-shadow: 10px 10px 10px #666;
}

.news_img_slider-slide article a {
    color: #ebebeb;
}

.blog_item article h1 a {
    color: #000;
}

a.loadmorebtn {
    border: 2px solid #999;
    color: #888888;
    text-align: right;
    padding-left: 40px;
    padding-right: 20px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    transition: border 0.5s ease, color 1s ease;
    cursor: pointer;
    border-radius: 20px;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

    a.loadmorebtn:hover {
        border: 2px solid #1e75ba;
        background-color: #1e75ba;
        color: #ffc10e;
        text-decoration: none;
    }

.page-numbers {
    list-style: none;
}

.banner_main > div {
    height: inherit;
}

/*schedule*/
.m-schedule-responsive .m-menu-show-title-prefix {
    display: none !important;
    visibility: hidden;
}

.columns {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
    width: 100%;
    float: left;
}

@media onlyscreen {
    .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left;
    }
}

@media onlyscreen and (min-width: 30em) {
    .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left;
    }
}

@media onlyscreen and (min-width: 42em) {
    .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left;
    }
}

@media onlyscreen and (min-width: 62.5em) {
    .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left;
    }
}

@media onlyscreen and (min-width: 240.063em) {
    .columns {
        position: relative;
        padding-left: 0.1875rem;
        padding-right: 0.1875rem;
        float: left;
    }
}

.m-schedule-responsive a {
    color: #f7b81b;
    text-decoration: none;
    line-height: inherit;
}

    .m-schedule-responsive a:hover,
    .m-schedule-responsive a:focus {
        color: #e4a508;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

.slick-loading .slick-list {
    background: #fff;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
    text-align: center;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide .slick-loading img {
    display: none;
}

.slick-slide .dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
        opacity: 1;
    }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 05px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: 0.75;
        }

.row.nogutter {
    padding: 0;
}

.m-schedule-responsive .affiliate-selector {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

.m-schedule-responsive .affilate-logo.hasDistro {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
}

@media onlyscreen and (min-width: 42em) {
    .m-schedule-responsive .m-menu-show-title-prefix {
        display: inline-block !important;
        visibility: visible;
    }
}

.m-schedule-responsive .text2 {
    display: inline-block;
}

.m-schedule-responsive .slick-slider {
    border-bottom: solid 0.0625rem #eee;
    height: 5rem;
    margin-top: 1rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    opacity: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity 150ms ease-in;
    -moz-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
}

    .m-schedule-responsive .slick-slider .slick-list .slick-track {
        height: 5rem;
        overflow: hidden;
        position: relative;
        z-index: 100;
    }

    .m-schedule-responsive .slick-slider .tile {
        border-bottom: solid 0.125rem rgba(238, 238, 238, 0);
        display: inline-block;
        height: 5rem;
        margin-bottom: 1.25rem;
        min-width: 7.5rem;
        position: relative;
        float: right;
        vertical-align: top;
        /*width: 7.5rem;*/
        width: calc(100% / 7);
        -webkit-transition: border 150ms ease-in;
        -moz-transition: border 150ms ease-in;
        transition: border 150ms ease-in;
    }

        .m-schedule-responsive .slick-slider .tile a {
            -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1)0s;
            -moz-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1)0s;
            transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1)0s;
        }

        .m-schedule-responsive .slick-slider .tile .weekdate {
            display: inline-block;
            height: 100%;
            padding-left: 1rem;
            position: relative;
            text-decoration: none;
            text-transform: lowercase;
            width: 100%;
        }

            .m-schedule-responsive .slick-slider .tile .weekdate .day {
                display: block;
                font-size: 2.875rem;
                font-weight: 300;
                line-height: 3.5625rem;
                letter-spacing: -0.0375rem;
            }

            .m-schedule-responsive .slick-slider .tile .weekdate .date {
                display: block;
                font-size: 0.875rem;
                line-height: 1.1875rem;
                letter-spacing: -0.0375rem;
            }

        .m-schedule-responsive .slick-slider .tile a,
        .m-schedule-responsive .slick-slider .tile a:link {
            color: #858585;
        }

        .m-schedule-responsive .slick-slider .tile.selected-day:after {
            height: 0.25rem;
            content: "";
            position: absolute;
            width: 8.375rem;
            bottom: -0.0625rem;
            left: 1rem;
            text-align: center;
            right: 1rem;
        }

    .m-schedule-responsive .slick-slider li.selected-day a {
        color: #1e75ba;
    }

.m-schedule-responsive .m-schedule-program {
    border-bottom: solid 0.125rem #eee;
    padding: 2.5rem 01.25rem 0;
}

    .m-schedule-responsive .m-schedule-program .m-schedule-program-time {
        font-size: 1rem;
        font-weight: 500;
        padding-top: 0.625rem;
        padding-left: 0.9375rem;
        letter-spacing: -0.0375rem;
    }

@media onlyscreen and (min-width: 42em) {
    .m-schedule-responsive .m-schedule-program .m-schedule-program-time {
        padding-top: 2.1875rem;
        padding-left: 2.1875rem;
    }
}

@media onlyscreen and (min-width: 62.5em) {
    .m-schedule-responsive .m-schedule-program .m-schedule-program-time {
        font-size: 1.5rem;
        letter-spacing: -0.0625rem;
        padding-top: 2.8125rem;
    }
}

.m-schedule-responsive .m-schedule-program .m-schedule-program-time .on-now {
    color: white;
    display: none;
    font-size: 0.75rem;
    margin-top: 0.5rem;
    padding: 0.25rem;
    text-transform: uppercase;
}

@media onlyscreen and (min-width: 62.5em) {
    .m-schedule-responsive .m-schedule-program .m-schedule-program-time .on-now {
        font-size: 1.25rem;
    }
}

.m-schedule-responsive .m-schedule-program .m-schedule-program-details {
    padding: 03.75rem 01.875rem;
}

    .m-schedule-responsive .m-schedule-program .m-schedule-program-details .m-schedule-program-name {
        font-size: 1.5rem;
        font-weight: 200;
        margin-top: 0.25rem;
    }

    .m-schedule-responsive .m-schedule-program .m-schedule-program-details .m-schedule-program-namea {
        color: #222;
    }

    .m-schedule-responsive .m-schedule-program .m-schedule-program-details .m-schedule-program-name a:hover {
        text-decoration: none;
    }

    .m-schedule-responsive.m-schedule-program.m-schedule-program-details.m-schedule-program-name a:hover {
        text-decoration: underline;
    }

    .m-schedule-responsive .m-schedule-program .m-schedule-program-details .m-schedule-program-description {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-top: 1rem;
    }

    .m-schedule-responsive .m-schedule-program .m-schedule-program-details .m-schedule-program-footer {
        color: #858585;
        font-size: 0.75rem;
        margin-top: 0.6875rem;
        text-transform: uppercase;
    }

.m-schedule-responsive .m-schedule-programs-section {
    min-height: 31.25rem;
}

    .m-schedule-responsive .m-schedule-programs-section .loading .m-spinner {
        display: block;
    }

    .m-schedule-responsive .m-schedule-programs-section .loading .m-schedule-programs {
        display: none;
    }

    .m-schedule-responsive .m-schedule-programs-section .m-schedule-nav {
        display: none;
    }

.m-schedule-responsive .m-schedule-nav-wrapper {
    position: relative;
    font-family: 'Noto Kufi Arabic', serif;
}

    .m-schedule-responsive .m-schedule-nav-wrapper .m-schedule-nav {
        background-color: #eee;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 0.9375rem 1.3125rem;
        border: 0;
        color: #fff;
        display: table;
        height: 5rem;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        text-align: center;
        top: 0;
        width: 3rem;
        -webkit-transition: all 150ms ease-in;
        -moz-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
    }

        .m-schedule-responsive .m-schedule-nav-wrapper .m-schedule-nav:hover {
            cursor: pointer;
        }

        .m-schedule-responsive .m-schedule-nav-wrapper .m-schedule-nav .icon {
            color: #c2c2c2;
            display: table-cell;
            font-size: 1.5625rem;
            vertical-align: middle;
            -webkit-transition: color 150ms ease-in;
            -moz-transition: color 150ms ease-in;
            transition: color 150ms ease-in;
        }

        .m-schedule-responsive .m-schedule-nav-wrapper .m-schedule-nav:hover .icon {
            color: #fff;
        }

        .m-schedule-responsive .m-schedule-nav-wrapper .m-schedule-nav.prev {
            left: 0;
            margin-left: 0;
        }

        .m-schedule-responsive .m-schedule-nav-wrapper .m-schedule-nav.next {
            right: 0;
            margin-right: 0;
        }

.m-schedule-responsive .show-on-now .m-schedule-program .current-program .m-schedule-program-time .on-now {
    display: inline-block;
}

.m-schedule-responsive .slick-slider li.selected-day a.date {
    color: #858585;
}

.m-schedule-responsive.slider-loaded .slick-slider {
    opacity: 1;
}

.m-schedule-responsive.slider-loaded .m-schedule-nav-wrapper .m-schedule-nav {
    opacity: 1;
}

.m-schedule-responsive .multiple-affiliates .affiliate-selector {
    visibility: visible;
    opacity: 1;
}

    .m-schedule-responsive .multiple-affiliates .affiliate-selector .hidden {
        visibility: hidden;
        opacity: 0;
    }

body .butterscotch.m-schedule-responsive .m-schedule-nav-wrapper .m-schedule-nav:hover {
    background: #f7b81b;
}

body .garnet.m-schedule-responsive .m-schedule-nav-wrapper .m-schedule-nav:hover {
    background: #c50511;
}

body .aluminum.m-schedule-responsive .m-schedule-nav-wrapper .m-schedule-nav:hover {
    background: #5c7594;
}

body .butterscotch.m-schedule-responsive .m-schedule-program-time .on-now {
    background-color: #f7b81b;
}

body .garnet.m-schedule-responsive .m-schedule-program-time .on-now {
    background-color: #c50511;
}

body .aluminum.m-schedule-responsive .m-schedule-program-time .on-now {
    background-color: #5c7594;
}

body .butterscotch.m-schedule-responsive .slick-slider .tile:hover {
    color: #f7b81b !important;
}

body .butterscotch.m-schedule-responsive .slick-slider .tile.selected-day:after {
    background-color: #f7b81b;
}

body .garnet.m-schedule-responsive .slick-slider .tile:hover {
    color: #c50511 !important;
}

body .garnet.m-schedule-responsive .slick-slider .tile.selected-day:after {
    background-color: #c50511;
}

body .aluminum.m-schedule-responsive .slick-slider .tile:hover {
    color: #5c7594 !important;
}

body .aluminum.m-schedule-responsive .slick-slider .tile.selected-day:after {
    background-color: #5c7594;
}

body .butterscotch.m-schedule-responsive .slick-slider .tile a:hover {
    color: #f7b81b !important;
}

body .garnet.m-schedule-responsive .slick-slider .tile a:hover {
    color: #c50511 !important;
}

body .aluminum.m-schedule-responsive .slick-slider .tile a:hover {
    color: #5c7594 !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.m-spinner {
    display: none;
    margin: 3.125rem auto;
    width: 4.375rem;
    text-align: center;
}

    .m-spinner .m-spinner-bounce {
        width: 1.125rem;
        height: 1.125rem;
        display: inline-block;
        background-color: #eee;
        border-radius: 100%;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        -moz-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .m-spinner .m-spinner-bounce.m-spinner-bounce-1 {
            -webkit-animation-delay: -0.32s;
            -moz-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

        .m-spinner .m-spinner-bounce.m-spinner-bounce-2 {
            -webkit-animation-delay: -0.16s;
            -moz-animation-delay: -0.16s;
            animation-delay: -0.16s;
        }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bouncedelay {
    0%, 80%, 100% {
        -moz-transform: scale(0);
    }

    40% {
        -moz-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

body .butterscotch .m-spinner .m-spinner-bounce {
    background-color: #f7b81b;
}

body .garnet .m-spinner .m-spinner-bounce {
    background-color: #c50511;
}

body .aluminum .m-spinner .m-spinner-bounce {
    background-color: #5c7594;
}

.m-spinner .loading {
    display: block;
}

.abc-icon-arrow-right:before {
    content: "\f061";
    font-family: 'FontAwesome';
}

.abc-icon-arrow-left:before {
    content: "\f060";
    font-family: 'FontAwesome';
}

.m-schedule-programs-section figure a {
    display: block;
    width: 100%;
    position: relative;
}

    .m-schedule-programs-section figure a img {
        width: 100%;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

.m-schedule-programs-section article.popular_articles_item.small_articles.col-xs-12 {
    border-bottom: 1px solid #eee;
}

/*.m-schedule-programs-section .details {
    display: block;
    width: 100%;
    position: absolute;
    height: 35px;
    background: #6d0204;
    bottom: 0;
    left: 0;
    color: #fff;
}

    .m-schedule-programs-section .details span {
        position: absolute;
        z-index: 99;
        text-align: center;
        display: block;
        width: 100%;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        line-height: 35px;
    }

    .m-schedule-programs-section .details .loader {
        width: 50%;
        height: 100%;
        background: #A40000;
        position: absolute;
        left: 0;
        top: 0;
    }*/

.footer_blue a {
    color: #FFF;
}

.marquee p a {
    color: #FFF;
    text-decoration: none;
}

.programs-slide article figure img {
    height: 100% !important;
}
/*.banner-slide .summary {
    max-height: 
}*/
body {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.popular_articles {
    font-family: inherit !important;
}

.tags_holder.details {
    background: transparent !important;
}

.live_news_item article {
    margin-left: 10px;
}

header {
    z-index: unset;
}

.footer_blue_logo figure, .footer_blue_logo img {
    width: auto !important;
}

.blog_item article h1 a {
    color: #000;
    transition-duration: 0.5s
}

    .blog_item article h1 a:hover {
        color: #ffc10e;
        text-decoration: none;
    }

.news_img_slider-slide article a {
    color: #ebebeb;
    transition-duration: 0.5s
}

    .news_img_slider-slide article a:hover {
        color: #ffc10e;
        text-decoration: none;
    }

.popular_articles_item h3 a {
    color: #000;
    transition: color 0.5s ease;
}

    .popular_articles_item h3 a:hover {
        color: #ffc10e;
        text-decoration: none;
    }


a:hover {
    text-decoration: none;
}

.programs-slide article p {
    font-size: 12px;
    font-family: 'Noto Kufi Arabic', sans-serif;
}


.inner_shadow {
    height: 100%;
    width: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    z-index: 5
}

.programs-slide h1 {
    font-size: 16px;
}



.widget_search {
    margin-top: 20px;
    max-width: initial !important;
}

    .widget_search .block_title {
        display: none
    }

.search_form #section {
    display: none
}

.search_form #query {
    margin-bottom: 5px;
    background: #e1e1e1;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    line-height: 40px;
    float: right;
}

.search_form .btn {
    float: right
}

.search_form .btn {
    font-size: 14px;
    height: 40px;
    width: 25px;
    padding: 0px;
    margin-right: 2px;
    overflow: hidden;
    line-height: 36px;
    color: #ffc10e;
    text-align: center;
    display: block;
    border-radius: 0;
}

    .search_form .btn i {
        float: none;
    }


.gs-title {
    font-family: 'DiodrumArabic-Bold', serif;
    line-height: 19px !important;
    margin-bottom: 24px;
    height: auto !important;
    text-decoration: none !important;
}

.gsc-result .gs-title {
    height: 2em !important;
    overflow: auto !important;
}

.gs-title a {
    overflow: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

.gs-bidi-start-align {
    font-family: 'DiodrumArabic-Medium', sans-serif;
}

.gs-title {
    margin-bottom: 10px;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-bottom: 1px solid #eeeeee;
}

.gsc-table-result {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px
}

.gs-visibleUrl {
    font-family: 'DiodrumArabic-Bold', serif;
    height: 2em !important;
    overflow: auto !important;
    padding-bottom: 10px;
    color: #1e75ba !important;
    padding-bottom: 10px;
}


.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    background-color: #eee !important;
    padding: 12px !important;
    margin-bottom: 20px !important;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {
    header {
        position: relative;
        z-index: 10000;
    }

    section {
        position: relative;
        z-index: 1;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    header {
        position: relative;
        z-index: 10000;
    }

    section {
        position: relative;
        z-index: 1;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    header {
        position: relative;
        z-index: 10000;
    }

    section {
        position: relative;
        z-index: 1;
    }
}

.msg_area {
    width: 100%;
    height: 130px;
}

.main_player {
    direction: ltr;
}

.live_type {
    background: linear-gradient(to right, #900000 0%, #ae5353 100%);
}

.blog_item p {
    text-align: justify;
}

.banner_main {
    height: auto !important;
}

.blog_item .widget_box_color .readmore_sec {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.banner_inner {
    height: auto;
    top: auto;
    width: 100%;
    overflow: hidden;
    bottom: 10px;
}

    .banner_inner a, .banner_inner time {
        color: #FFF;
    }

.urgent .widget_padding {
    border-right: 3px #aa0000 solid;
}

.urgent .urgent-label {
    color: #aa0000;
    font-weight: bold;
    float: left;
}

.section_title {
    line-height: 35px;
}

.programs-slide article p {
    height: auto;
    bottom: 20px;
    top: auto;
}

.content_section .ow-container {
    margin-top: 30px;
}

.news_img_slider .section_social a i {
    color: #FFF !important;
    font-size: 12px
}

.marquee p {
    animation-direction: reverse;
}

.web-form .form_btn {
    float: left;
    margin-top: 20px;
    padding: 0 12px;
}

.web-form button {
    background: #1e75ba;
    border-right: 3px solid #ffc10e;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 10px;
}

#form_contactus .webform-field-email, #form_contactus .webform-field-phone, #form_contactus .webform-field-name {
    width: 50%;
    float: right;
    padding: 0 12px;
}

.webform-field-message {
    width: 50%;
    padding: 0 12px;
    float: left;
}

.captcha-container {
    float: right;
    padding: 0 12px;
}

.form-group.invalid {
    border: 1px #aa0000 solid;
}

.webform-response {
    padding: 12px;
    background: #FFF;
    margin: 12px;
    color: #1e75ba;
    border-right: 3px solid #ffc10e;
    display: none;
}

#form_contactus .webform-response {
    position: absolute;
    bottom: -40px;
    left: 0;
}

#form_testimonial {
    background: #FFF;
    padding: 10px;
}

    #form_testimonial .captcha-container iframe {
        width: 230px;
    }

.submenu {
    right: 15px;
    font-size: 11px;
    line-height: 2px;
}

.mm-listview > li:not([class="submenu"]) {
    font-weight: bold;
}

#octiSearch .pagination a.next_link:before {
    content: "\f053";
}

#octiSearch .pagination a.next_link:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#octiSearch .pagination a.previous_link:before {
    content: "\f054";
}

#octiSearch .pagination a.previous_link:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#octiSearch .pagination a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    float: none;
    border-radius: 3px;
}

#octiSearch .widget_box .title {
    color: #000;
    font-size: 16px;
}

#octiSearch .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#octiSearch .m-btm {
    margin-bottom: 50px;
}

#octiSearch a.btn {
    color: #000;
    border-color: #000;
}

#octiSearch .comment_like_status {
    border-top: none;
    margin-top: 20px;
}

#octiSearch .popular_articles_item time {
    float: left;
}

#octiSearch .popular_articles_item p {
    margin-top: 8px;
}

#octiSearch .filters {
    margin-bottom: 50px;
    margin-top: 10px;
}

.text-section .title span {
    background-color: rgba(255, 255, 255, 0.16);
    font-size: 24px;
    line-height: 48px;
    padding: 0px 16px;
    font-weight: 600;
}

.text-section {
    margin-top: 80px;
    margin-bottom: 20px;
}

.apps .top {
    font-size: 15px;
    margin-bottom: 10px;
}

.apps {
    margin-bottom: 25px;
}

.android-app .text {
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 5px;
}

.mobile-apps.white {
    color: white;
}

.android-app p {
    font-size: 12px;
    width: 215px;
}

img.tablets {
    width: 100%;
}
/************ QUICK NEWS *********/
.android-app {
    margin-bottom: 23px;
}

.timed-item {
    height: auto;
    padding-inline-end: 7px;
}

.timed-data {
    display: flex;
}

.timed-item a {
    color: #FFF;
}

.timed-item .quick-metas {
    width: 75px;
    max-width: 75px;
    min-width: 75px;
    overflow: hidden;
    display: block;
}

    .timed-item .quick-metas time {
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .timed-item .quick-metas .quick-label {
        background: linear-gradient(to right, #900000 0%, #ae5353 100%);
        color: #FFF;
        display: block;
        width: 50px;
        text-align: center;
        height: 20px;
        margin: 0 auto 5px auto;
    }

.timed-item .more-label {
    display: flex;
    justify-content: flex-end;
    padding-inline-end: 10px;
    padding-top: 10px;
}

    .timed-item .more-label span {
        display: block;
        background: #1d6094;
        padding: 2px 4px;
        border-radius: 3px;
    }


.ow-container:has( .hide-current-widget) {
    display: none;
}

/*tabs menu in programs style*/
.tab-title {
    padding: 0 15px;
}

    .tab-title h1 {
        margin-bottom: 20px;
    }

    .tab-title .highlight a {
        color: #337ab7;
        font-weight: bold;
        font-size: 16px;
    }

    .tab-title a {
        color: #333;
        font-size: 16px;
        border: 1px solid;
        border-radius: 2px;
        padding: 3px 5px;
        width: max-content;
        display: inline-block;
        transition:.2s ease-in-out;
    }

        .tab-title a:hover {
            color: rgb(76, 155, 222);
            transition: .2s ease-in-out;
        }

    .tab-title .tabmenu-items {
        display: flex;
        column-gap: 8px;
        overflow: scroll;
    }


    /*terms list style*/

.blog_widgets_list.row.datalist:has(.terms-list) {

    position: relative;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
}



.terms-list h1 {
    height: max-content;
    line-height: 20px;
    padding: 10px;
    font-size: 16px;
    text-align: right;
    background-color: #1e75ba;
    margin: 0;
    font-family: 'Noto Kufi Arabic', sans-serif;
    flex-grow: 1;
}

.terms-list {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    align-items: unset; 
    display: flex;
    flex-direction: column;
}
bdo {
    unicode-bidi: embed;
}

