﻿.largeBanner{
    display: block;
}

.mobileBanner {
    display: none;
}

@media only screen and (max-width: 767px) {
    .hero-slider-area .header__logo {
        display: none !important;
    }
    .header__logo .logo img {
        display: block !important;
    }
    .liveStreamBlock .equalizerDivBlock {
        background: transparent;
        margin: auto;
    }

    .liveStreamBlock .enDirectBlockDiv .enDirectTextDiv span {
        border: 0px solid #fff;
        border-radius: 96px;
        line-height: 40px;
        width: 96px;
        height: 96px;
        text-align: center;
        width: 64px;
        height: 64px;
        text-align: center;
        padding: 0px;
    }

    .playWowzaDiv img {
        max-width: 64px;
    }
    .newsMainSection .gallery-main {
        height: auto;
    }
    .newsMainSection .gallery-thumbs {
        display: none;
    }

    .newsMainSection .gallery-title {
        font-size: 22px;
    }
    /*  .largeBanner {
        display: none;
    }

    .mobileBanner {
        display: block;
    }*/
    .header-area .col-lg-12 d-flex.align-items-center {
        flex-direction: column;
    }

    header .headerElementsBlock {
        justify-content: space-between;
    }
    .header__logo .logo img {
        margin-bottom: 0px;
    }

    .real-estate__header-center {
        max-width: 25px;
        display: none;
    }

    .real-estate__right a {
        color: #fff;
    }

    .video-js .vjs-control{
        color: #fff;
    }

    .hero-slider-area .borderDiv {
        position: relative;
    }

    .liveStreamBlock {
        position: relative;
        display: flex;
        float: none;
        top: 0%;
        /* top: 50px; */
        width: auto;
        left: auto;
        z-index: 9999;
        align-self: center;
        align-content: center;
        background: #333;
        padding: 0px;
        flex-direction: column;
    }

    .section-title--Urdu .heading-title {
        font-size: 48px;
    }

    .swiper-button-next, .swiper-button-prev{
        display: none;
    }


    .homeSocialFeedSection .socialFeedBody {
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    .programsMainSection .rightArrangedProgram.single-project--two .project-top-wrap .project-image img{
        width: 100%;
    }

    .titile-wrapper .rt-section-heading span{
        font-size: 26px;
    }

    .slider-navigation .slider-btn {
        font-size: 16px !important;
    }

    .latestShowsHomeSection .slider-navigation {
        font-size: 24px;
    }
}
