
@media screen and (max-width: 576px) {
    .slider-description {
        width:100%;
    }

    .company-logo img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mod-menu__sub li
    {
        background:none;
    }

    .timer-counter
    {
        width: 80%;
    }

    /*.intro-description {*/
    /*    margin-top: 5px;*/
    /*}*/
    .image-box {
        z-index: 990;
        left: calc(50% - 45vw);
        height: 50vh;
        top: 100px;
    }


    .video-player-box {
        width: 90vw;
        left: calc(50% - 45vw);
        height: 50vh;
        top: 100px;
    }


    .banner-horizontal-item {
        display: block;
    }

    .banner-horizontal-description {
        margin-bottom: 20px;
    }

    .banner-vertical-item
    {
        margin-bottom: 20px;
    }

    .banner-horizontal-image
    {
        padding-right: 0;
    }

    .footer-logo .footer-logo-link
    {
        margin-top: 0px;
    }

    .slider-main-title
    {
        margin-right:0;
    }

    .link_items
    {
        display: flex;
        justify-content: center;
        padding-left: 0px;
        margin-top: 25px;
    }
    .main-menu
    {
        display: none;
    }

    .main-menu-mobile
    {
      display: block;
    }

    .logo
    {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }

    .slider-box-vertical
    {
        flex-wrap: wrap;
    }
    .about-qatar-image {
        width: calc(100% - 30px);
    }

    .com-content-article.item-page {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    figure.item-image img
    {
        max-height: 350px;
    }

    .main-menu-mobile {
        position: fixed;
        width: calc(100% - 70px);
        height: 100%;
        background-color: #70193df5;
        z-index: 10;
        top: 0;
        right: 0;
        padding: 20px;
        display: none;
        overflow-y: scroll;
    }

    .main-menu-mobile ul {
        padding: 0;
        display: block;
    }

    .main-menu-mobile ul li {
        margin-bottom: 11px;
    }

    .main-menu-mobile ul li a {
        color: #ffffff;
        font-size: 20px;
    }

    .slider-description {
        padding-right: 17px;
    }

    .contact-info {
        margin-top: 30px;
        padding-right: 0;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-menu-mobile ul li.parent .mod-menu__sub {
        display: none;
        padding-right: 20px;
        padding-top: 10px;
        position: inherit;
        background: none;
        border: 0;
        min-width: auto;
        max-width: 100%;
    }

    .main-menu-mobile ul li.parent .mod-menu__sub li a {
        font-size: 17px !important;
    }

    .main-menu-mobile-btn {
        display: block;
        font-size: 36px;
        position: absolute;
        right: 8px;
        top: 13px;
        color: #70193d;
    }

    .main-menu-mobile-btn-close {
        text-align: left;
    }

    .main-menu-mobile-btn-close i {
        padding: 5px;
        border-radius: 5px;
        background-color: white;
        color: red;
        margin-bottom: 30px;
    }

    /*.main-menu-mobile ul li.parent .mod-menu__sub li .mod-menu__sub*/
    /*{*/
    /*    display: none;*/
    /*}*/

    .mod-menu__sub li:hover
    {
        background: none;
    }

    .show
    {
        display: block !important;
    }

    .hide{
        display: none !important;
    }

    .footer-logo
    {
        margin-top: 16px;
    }

    .banner-vertical-item img
    {
        min-height: 216px;
        max-height: 216px;
    }

}
