@font-face {
    font-family: 'TradeGothic-Light';
    src: url('fonts/tradegothic-webfont.eot');
    src: url('fonts/tradegothic-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('fonts/tradegothic-webfont.woff') format('woff'),
    url('fonts/tradegothic-webfont.ttf') format('truetype'),
    url('fonts/tradegothic-webfont.svg#tradegothicroman') format('svg');
    font-style: normal;

}

@font-face {
    font-family: 'TradeGothic-Bold';
    src: url('fonts/tradegothic-bold-webfont.eot');
    src: url('fonts/tradegothic-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('fonts/tradegothic-bold-webfont.woff') format('woff'),
    url('fonts/tradegothic-bold-webfont.ttf') format('truetype'),
    url('fonts/tradegothic-bold-webfont.svg#tradegothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    padding: 0;
    margin: 0;
    font-family: TradeGothic-Light;
}

#popup {
    display: none;
    z-index: 1000;
    color: white;
    background: rgba(60, 60, 60, 0.9);
    position: absolute;
    top: 50%;
    left: 42.5%;
    width: 600px;
    height: 300px;
    margin-top: -150px;
    margin-left: -200px;

}

#popup #popupheader {
    background: rgba(60, 60, 60, 0.9);
    width: 100%;
    height: 30px;

}

#popup #popupheader .closepopup {
    width: 25px;
    height: 25px;
    background: url(../images/close.png);
    background-size: 25px 25px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    cursor: pointer;
}

#popup #popupheader .titlepopup {
    color: white;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 3px;

    font-size: 19px;
}

#popup #popuptextcontainer {
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: 85%;
    color: white;
    line-break: auto;
    text-wrap: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify;

}

#popup #popuptextcontainer div {
    margin: 10px;
    color: white;
    height: 90%;
    line-break: auto;
    text-wrap: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify;
}

.clear {
    clear: both;
}

body {
    background-color: rgba(60, 60, 60, 70);
}

#container {
    width: 100%;
    height: 100%;
    background-image: url(../images/Tablet/tabletBG_All.jpg);
    background-size: 100% 100%;
}

.arabicLinks, .englishLinks {
    color: white;
    font-size: 22px;
}

.arabicLinks ul, .englishLinks ul {
    margin-top: 10px;
    list-style: none;
    display: inline;
}

.arabicLinks ul li, .englishLinks ul li {
    float: left;
    cursor: pointer;
    list-style: none;
}

.arabicLinks ul {
    position: absolute;
    right: 0px;
}

.arabicLinks ul li {
    margin-right: 20px;
}

.englishLinks ul {
    position: absolute;
    left: 0px;
}

.englishLinks ul li {
    margin-left: 20px;
}

.egipaLogo {
    float: left;
    margin: 20px auto;
}

.egipaLogo div {
    width: 151px;
    height: 238px;
    background-image: url(../images/Desktop/egipaLogoWeb.png);
    position: absolute;
    left: 45%;
}

.iosImage {
    position: absolute;
    top: 150px;
    left: 10.1%;
    cursor: pointer;

}

.iosImage .ios {
    background-image: url(../images/Desktop/iphoneWeb.png);
    width: 184px;
    height: 376px;
    background-size: 184px 376px;
}

.iosImage .appStore {
    margin-top: 15px;
    width: 183px;
    height: 64px;
    background-image: url(../images/Desktop/appstoreWeb.png);
    background-size: 183px 64px;
}

.androidImage {
    cursor: pointer;
    position: absolute;
    top: 150px;
    right: 10.1%;
}

.androidImage .android {
    background-image: url(../images/Desktop/AndroidWeb.png);
    width: 184px;
    height: 376px;
}

.androidImage .androidStore {
    margin-top: 15px;
    width: 183px;
    height: 64px;
    background-image: url(../images/Desktop/GooglePlayWeb.png);
    background-size: 183px 64px;
}

.WebImage {
    position: absolute;
    width: 441px;
    height: 253px;
    top: 275px;
    left: 34%;
    cursor: pointer;
    background-image: url(../images/Desktop/MacintoshWeb.png);
}

.digitaEgyptLogo {
    position: absolute;
    bottom: 50px;
    left: 40%;
    width: 266px;
    height: 35px;
    background-image: url(../images/Desktop/DELogoWeb.png);
}

@media all and (max-width: 1170px) {
    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        right: 0px;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        left: 0px;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 50px auto;
    }

    .egipaLogo div {
        width: 141px;
        height: 228px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 141px 228px;
        position: absolute;
        left: 45%;
    }

    .iosImage {
        position: absolute;
        top: 150px;
        left: 30px;

    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 174px;
        height: 356px;
        background-size: 174px 356px;
    }

    .iosImage .appStore {
        margin-top: 10px;
        width: 172px;
        height: 53px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 172px 53px;
    }

    .androidImage {
        position: absolute;
        top: 150px;
        right: 30px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 174px;
        height: 366px;
        background-size: 174px 366px;
    }

    .androidImage .androidStore {
        margin-top: 10px;
        width: 172px;
        height: 53px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 172px 53px;
    }

    .WebImage {
        position: absolute;
        width: 429px;
        height: 243px;
        top: 300px;
        left: 32%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 429px 243px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 80px;
        left: 38.5%;
        width: 256px;
        height: 34px;
        background-image: url(../images/Desktop/DELogoWeb.png);
        background-size: 256px 34px
    }
}

@media all and (max-width: 1040px) {

    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 105px;
        left: 39%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 150px;
        left: 35%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 121px;
        height: 208px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 121px 208px;
        position: absolute;
        left: 43%;
    }

    .iosImage {
        position: absolute;
        top: 110px;
        left: 6%;

    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 174px;
        height: 366px;
        background-size: 174px 366px;
    }

    .iosImage .appStore {
        margin-top: 10px;
        width: 172px;
        height: 53px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 172px 53px;
    }

    .androidImage {
        position: absolute;
        top: 110px;
        right: 6%;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 174px;
        height: 366px;
        background-size: 174px 366px;
    }

    .androidImage .androidStore {
        margin-top: 10px;
        width: 172px;
        height: 53px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 172px 53px;
    }

    .WebImage {
        position: absolute;
        width: 409px;
        height: 223px;
        top: 250px;
        left: 30%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 409px 223px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 50px;
        left: 37%;
        width: 256px;
        height: 34px;
        background-image: url(../images/Desktop/DELogoWeb.png);
        background-size: 256px 34px
    }
}

@media all and (max-width: 770px) {
    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 105px;
        left: 35%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 150px;
        left: 29%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 50px auto;
    }

    .egipaLogo div {
        width: 121px;
        height: 208px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 121px 208px;
        position: absolute;
        left: 43%;
    }

    .iosImage {
        position: absolute;
        left: 39.5%;
        top: 290px;
    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {

        width: 172px;
        height: 53px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 172px 53px;
    }

    .androidImage {
        position: absolute;
        right: 38%;
        top: 380px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 172px;
        height: 53px;

        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 172px 53px;
    }

    .WebImage {
        position: absolute;
        width: 409px;
        height: 223px;
        top: 52%;
        left: 24%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 409px 223px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 50px;
        left: 32%;
        width: 256px;
        height: 34px;
        background-image: url(../images/Desktop/DELogoWeb.png);
        background-size: 256px 34px
    }
}

@media all and (width: 736px) {
    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 32%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 25%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 20px;

    }

    .iosImage {
        position: absolute;
        top: 0px;
        left: 32%;
        top: 30px;
    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {

        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 0px;
        right: 48.5%;
        top: 90px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;

        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 20px;
        left: 68%;
        right: 20px;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 33%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (width: 690px) {
    #popup {
        display: none;
        z-index: 1000;
        color: white;
        background: rgba(60, 60, 60, 0.9);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;

    }

    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 33%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 25%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 20px;

    }

    .iosImage {
        position: absolute;
        top: 0px;
        left: 33%;
        width: 142px;
        height: 50px;
        top: 30px;

    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {

        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 0px;
        width: 142px;
        height: 50px;
        right: 46.5%;
        top: 90px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;

        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 20px;
        left: 67%;
        right: 20px;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 34.5%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (width: 667px) {
    #popup {
        display: none;
        z-index: 1000;
        color: white;
        background: rgba(60, 60, 60, 0.9);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;

    }

    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 33%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 25%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 20px;

    }

    .iosImage {
        position: absolute;
        top: 0px;
        left: 32%;
        width: 142px;
        height: 50px;
        top: 30px;
    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {

        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 0px;
        right: 46.5%;
        width: 142px;
        height: 50px;
        top: 90px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;

        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 20px;
        left: 62%;
        right: 20px;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 35%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (max-width: 650px) {
    #popup {
        display: none;
        z-index: 1000;
        color: white;
        background: rgba(60, 60, 60, 0.9);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;

    }

    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 33%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 25%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 20px;

    }

    .iosImage {
        position: absolute;
        top: 0px;
        left: 32%;
        top: 30px;

    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
        width: 0px;
        height: 0px;
    }

    .iosImage .appStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 0px;
        right: 46%;
        width: 142px;
        height: 50px;
        top: 90px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 20px;
        left: 62%;
        right: 20px;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 35%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (max-width: 600px) {
    #popup {
        display: none;
        z-index: 1000;
        color: white;
        background: rgba(60, 60, 60, 0.9);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;

    }

    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 33%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 25%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 20px;

    }

    .iosImage {
        position: absolute;
        top: 0px;
        left: 32%;
        width: 142px;
        height: 50px;
        top: 30px;

    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 0px;
        right: 44%;
        width: 142px;
        height: 50px;
        top: 90px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;

        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 20px;
        left: 62%;
        right: 20px;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 35%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (width: 480px) {

    #popup {
        display: none;
        z-index: 1000;
        color: white;
        background: rgba(60, 60, 60, 0.9);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;

    }

    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 30%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 20%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 20px;

    }

    .iosImage {
        position: absolute;
        top: 0px;
        left: 26.5%;
        width: 142px;
        height: 50px;
        top: 30px;
    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 0px;
        right: 44%;
        width: 142px;
        height: 50px;
        top: 90px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 185px;
        height: 113px;
        top: 20px;
        left: 58%;
        right: 20px;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 185px 113px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 32%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (max-width: 450px) {
    #popup {
        display: none;
        z-index: 1000;
        color: white;
        background: rgba(60, 60, 60, 0.9);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;

    }

    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 20%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 8%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 40%;
    }

    .iosImage {
        position: absolute;
        top: 152px;
        left: 32%;
        width: 142px;
        height: 50px;

    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 209px;
        right: 28.5%;
        width: 142px;
        height: 50px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 53%;
        left: 22.5%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 25%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (width: 414px) {

    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 24%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 12%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 40px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 40%;
    }

    .iosImage {
        position: absolute;
        top: 200px;
        left: 32%;
        width: 142px;
        height: 50px;

    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {

        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 290px;
        right: 34%;
        width: 142px;
        height: 50px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;

        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 53%;
        left: 23.5%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 26%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (width: 412px) {
    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 24%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 12%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 40%;
    }

    .iosImage {
        position: absolute;
        top: 160px;
        left: 32%;
        width: 142px;
        height: 50px;

    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 220px;
        right: 33.5%;
        width: 142px;
        height: 50px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 53%;
        left: 23.5%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 26%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (width: 384px) {
    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 24%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 10%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 40%;
    }

    .iosImage {
        position: absolute;
        top: 160px;
        left: 32%;
        width: 142px;
        height: 50px;
    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 220px;
        right: 31%;
        width: 142px;
        height: 50px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 53%;
        left: 23.5%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 26%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (width: 375px) {
    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 23%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 9%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 40px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 40%;
    }

    .iosImage {
        position: absolute;
        top: 200px;
        left: 32%;
        width: 142px;
        height: 50px;
    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 285px;
        right: 30%;
        width: 142px;
        height: 50px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 56%;
        left: 23.5%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 25%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (max-width: 330px) {
    .arabicLinks, .englishLinks {
        color: white;
        font-size: 18px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 20.5%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 80px;
        list-style: none;
        left: 5%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 38%;
    }

    .iosImage {
        position: absolute;
        top: 155px;
        left: 28.5%;
        width: 142px;
        height: 50px;
    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 215px;
        right: 28.5%;
        width: 142px;
        height: 50px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 159px;
        height: 83px;
        top: 60%;
        left: 24%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 159px 83px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 20%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (height: 567px) {
    #popup {
        display: none;
        z-index: 1000;
        color: white;
        background: rgba(60, 60, 60, 0.9);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;

    }

    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 20%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 8%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 40%;
    }

    .iosImage {
        position: absolute;
        top: 162px;
        left: 32%;
        width: 142px;
        height: 50px;

    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 229px;
        right: 28.5%;
        width: 142px;
        height: 50px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 53.5%;
        left: 22.5%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 25%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}

@media all and (height: 559px) {
    #popup {
        display: none;
        z-index: 1000;
        color: white;
        background: rgba(60, 60, 60, 0.9);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;

    }

    .arabicLinks, .englishLinks {
        color: white;
        font-size: 20px;
    }

    .arabicLinks ul, .englishLinks ul {
        margin-top: 10px;
        list-style: none;
        display: inline;
    }

    .arabicLinks ul li, .englishLinks ul li {
        float: left;
        cursor: pointer;

    }

    .arabicLinks ul {
        position: absolute;
        bottom: 50px;
        list-style: none;
        left: 20%;
    }

    .arabicLinks ul li {
        margin-right: 20px;
    }

    .englishLinks ul {
        position: absolute;
        bottom: 90px;
        list-style: none;
        left: 8%;
    }

    .englishLinks ul li {
        margin-left: 20px;
    }

    .egipaLogo {
        float: left;
        margin: 20px auto;
    }

    .egipaLogo div {
        width: 80px;
        height: 135px;
        background-image: url(../images/Desktop/egipaLogoWeb.png);
        background-size: 80px 135px;
        position: absolute;
        left: 40%;
    }

    .iosImage {
        position: absolute;
        top: 162px;
        left: 32%;
        width: 142px;
        height: 50px;

    }

    .iosImage .ios {
        background-image: url(../images/Desktop/iphoneWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .iosImage .appStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/appstoreWeb.png);
        background-size: 142px 50px;
    }

    .androidImage {
        position: absolute;
        top: 229px;
        right: 30%;
        width: 142px;
        height: 50px;
    }

    .androidImage .android {
        background-image: url(../images/Desktop/AndroidWeb.png);
        width: 0px;
        height: 0px;
        background-size: 0px 0px;
    }

    .androidImage .androidStore {
        width: 142px;
        height: 50px;
        background-image: url(../images/Desktop/GooglePlayWeb.png);
        background-size: 142px 50px;
    }

    .WebImage {
        position: absolute;
        width: 209px;
        height: 123px;
        top: 53.5%;
        left: 22.5%;
        background-image: url(../images/Desktop/MacintoshWeb.png);
        background-size: 209px 123px;
    }

    .digitaEgyptLogo {
        position: absolute;
        bottom: 10px;
        left: 25%;
        width: 200px;
        height: 26px;
        background-image: url(../images/Mobile/DELogoMobile.png);
        background-size: 200px 26px;
    }
}