@media screen and (max-width: 1200px) {

    main {
        min-height: unset!important;
    }

    .HideOnIpad {
        display: none !important;
    }

    .HeaderBtns {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: start;
        align-items: center;
        height: 100%;
    }

    .ArabicBody .HeaderBtns {
        right: unset;
        left: 0;
    }

    .SideMenuBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 55%;
        aspect-ratio: 1/1;
        background: #353c77;
        margin: 0 19px;
        padding: 5px;
        border-radius: 5px;
    }

    .SideMenuBtn .setbg {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        filter: invert(1);
    }

    .Banner {
    }

    .BannerHALF {
    }

    .BannerText {
    }

    .BannerTextInner {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .BannerText h3 {
    }

    .BannerText h1 {
    }

    .BannerText p {
    }

    .Art0, .Art1 {
        display: none;
    }

    .WhyChoosUsHeader, .WhyChooseDiv {
        width: 100%;
    }

    .OurProject {
        padding-top: 80px;
    }

    .Dubai {
        background-size: 85%;
    }

    .Vision, .FooterPostsParent, .FooterCenter {
        display: block;
        margin: 20px auto;
        width: 90%;
    }

    .SideMenu {
    }

    .SideMenuInner {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999999999;
    }

    .SideMenuFade {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: black;
        opacity: 0.5;
    }

    .SideMenuDiv {
        position: fixed;
        right: 0;
        top: 0;
        width: 310px;
        height: 100%;
        background: white;
        z-index: 2;
        box-shadow: -10px 1px 82px 0px #00000063;
        padding: 20px;
    }

    .SideMenuDivIntro {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .SideMenuDivIntro .setbg {
        display: block;
        margin: 19px auto;
        width: 75%;
        aspect-ratio: 1/0.5;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        filter: brightness(110%);
    }

    .SideMenuDiv ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0 0;
    }

    .SideMenuDiv ul li {
        display: block;
        margin: 0 auto;
        width: 100%;
        font-weight: 400;
        border-bottom: solid 1px #ebebeb;
        padding: 10px 17px;
        font-size: 19px;
        text-transform: uppercase;
    }


    .ArabicBody .SideMenuDiv {
        right: unset;
        left: 0;
    }

    .OurProjectsPage {
        padding-top: 0;
    }

}
