@media only screen and (max-height: 890px) {
    .ContactPoUpImg {
        display: none;
    }

    .ContactPoUpDiv {
        padding-top: 0;
    }
}


@media only screen and (max-width: 1200px) {
    .MousePlanet {
        display: none !important;
    }


    .CurrentLangEnglish .SpaceMan {
        max-width: 27%;
        height: auto;
        margin-right: -13% !important;
        animation: SpaceManEngAnimation 11s ease-in-out infinite;
    }

    .CurrentLangArabic .SpaceMan {
        margin-left: -8%;
    }

    .SpaceMan {
        z-index: -1;
    }

    .HeaderOptions {
        display: none;
    }

    .HeaderContact {
        width: 330px;
    }

    .BannerContent {
        max-width: unset;
        width: 82%;
        flex: unset;
    }

    .AboutSliderParent {
        display: block;
        margin: 0 auto;
        width: 75%;
        max-width: unset;
    }

    .AboutContentParent {
        display: block;
        margin: 0 auto;
        width: 87%;
        max-width: unset;
        flex: unset;
    }

    .ServiceItem {
        width: 100%;
    }

    .ServiceItem .ServiceItemImg {
        height: 100px;
    }

    .ServiceItem h2 {
        font-size: 17px;
        font-weight: bold;
    }


    .ServiceItem button {
        display: block;
        margin: 3% 0 0;
        padding: 0px 3px;
        font-size: 13px;
    }

    .ServiceItem p {
        font-size: 14px;
    }

    .CounterItem p {
        font-size: 36px;
        margin: 3px auto;
    }

    .CounterItem h1 {
        font-size: 20px;
    }

    .MediaThumb {
        height: 300px;
    }


    .MediaItemInner span {
        font-size: 8px;
    }

    .ReelNumbersGH p {
        width: 50%;
        padding: 4px 0px;
        padding-left: 14px;
    }


    .FooterLeft .FooterLeftLogo {
        display: none;
    }

    .ReelNumbersGH p i {
        pointer-events: none;
    }

    .BlogItem {
        width: 95%;
    }

    .BlogsArtGH img {
        right: -30%;
    }


    .FooterLeft {
        padding-left: 12px;
    }

    .CurrentLangArabic .FooterLeft {
        padding: 1px 12px;
    }
}





