/* fonts  */

@font-face {
    font-family: "DroidKufi-Arabic";
    src: url(../fonts/DroidKufi.Arabic.ttf)
}

@font-face {
    font-family: "DroidKufi-Regular";
    src: url(../fonts/DroidKufi-Regular.ttf)
}

@font-face {
    font-family: "DroidKufi-Bold";
    src: url(../fonts/DroidKufi-Bold.ttf)
}

@font-face {
    font-family: "Droid-Arabic-Kufi";
    src: url(../fonts/Droid-Arabic-Kufi.ttf)
}

@font-face {
    font-family: "Droid-Arabic-Kufi-Bold";
    src: url(../fonts/Droid\ Arabic\ Kufi\ Bold.ttf)
}


/* fonts En */

@font-face {
    font-family: "PRO-900-Heavy";
    src: url(../fonts/otf/D-DIN-PRO-900-Heavy.otf)
}

@font-face {
    font-family: "PRO-800-ExtraBold";
    src: url(../fonts/otf/D-DIN-PRO-800-ExtraBold.otf)
}

@font-face {
    font-family: "PRO-700-Bold";
    src: url(../fonts/otf/D-DIN-PRO-700-Bold.otf)
}

@font-face {
    font-family: "PRO-600-SemiBold";
    src: url(../fonts/otf/D-DIN-PRO-600-SemiBold.otf)
}

@font-face {
    font-family: "PRO-500-Medium";
    src: url(../fonts/otf/D-DIN-PRO-500-Medium.otf)
}

@font-face {
    font-family: "PRO-400-Regular";
    src: url(../fonts/otf/D-DIN-PRO-400-Regular.otf)
}

html,
body {
    font-family: "PRO-400-Regular";
    margin: 0px;
}

#menu {
    display: none;
}

#laptop_myNav {
    display: block;
}

.topcontainer {
    max-width: 100%;
    background-color: #195171;
    align-items: center;
}

#header-top {
    width: 500px;
    background-color: #195171;
    color: #ffffff;
    margin-left: 30%;
    margin-right: 30%;
    padding: 0.4%;
    align-items: center;
}

#header-top .col a i {
    padding-left: 5px;
    color: #FACE41;
}

.header-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    z-index: 9999;
    /* background-color: rgb(0, 0, 0); */
    background-color: rgb(255, 255, 255);
}



.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding-bottom: 20px;
    padding-top: 20px;
    text-decoration: none;
    font-family: "PRO-400-Regular";
    font-size: 20px;
    color: #195171;
    display: block;
    transition: 0.3s;
}

[dir="rtl"] .overlay a {
    font-family: "DroidKufi-Regular";
    padding-bottom: 10px;
    padding-top: 10px;
}

[dir="rtl"] .overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 20px;
    font-family: "PRO-400-Regular";
    font-size: 50px;
}

.overlay a.active {
    color: #ffffff;
    background-color: #FACE41;
}

.overlay .closebtn {
    position: absolute;
    top: -10px;
    right: 20px;
    font-family: "PRO-400-Regular";
    font-size: 50px;
}


/*larg menu*/

.topnav {

    /* overflow: hidden; */
    height: 80px;
    -webkit-box-shadow: 0 5px 9px 0 rgb(0 0 0 / 17%);
    -moz-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 17%);
    position: relative;
    z-index: 3;
}

.menudiv {
    position: absolute;
    top: -3px;
    left: 18%;
    z-index: 100;
}

[dir="rtl"] .menudiv {
    position: absolute;
    top: -3px;
    left: 40%;
    z-index: 100;
}

.menuflex {
    display: flex;
    font-family: "PRO-400-Regular";
    font-size: 3px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    float: none;
    text-align: center;
}

[dir="rtl"] .menuflex {
    font-family: "DroidKufi-Bold";
}

#mobile_logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    height: 60px;
    object-fit: cover;
}

[dir="rtl"] #mobile_logo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    height: 60px;
    object-fit: cover;
}

#laptop_logo {
    width: auto;
    height: 70px;
    object-fit: cover;
    margin: 4px 20px;

}

#mobile_menu {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #195171;
}

[dir="rtl"] #mobile_menu {
    position: relative;
    float: left;
    margin-left: 6%;
}

#mobileV_menu {
    position: absolute;
    top: 15px;
    right: 45px;
    color: #195171;
}

[dir="rtl"] #mobileV_menu {
    position: relative;
    height: 45px;
    float: left;
    margin-left: 9%;
    margin-top: 0%;
}

.menudiv a {
    float: left;
    display: block;
    color: #195171;
    text-align: center;
    padding: 30px 20px;
    text-decoration: none;
    font-family: "PRO-400-Regular";
    font-size: 17px;
    height: 20px;
}

.menudiv .v2030 a {
    padding: 29px 20px;
}

.menudiv .v2030 a img {
    position: absolute;
    top: 20px;
}

.menudiv .v2030 a:hover {
    background-color: transparent;
}

[dir="rtl"] .menudiv a {
    font-family: "DroidKufi-Regular";
    padding: 26px 20px;
    height: 28px;
}

.menudiv a:hover {
    background-color: #FACE41;
    color: white;
}

.overlay-content div.active {
    background-color: #FACE41;
    color: white;
}

.overlay-content div.active a {
    color: white;
}

.menudiv li.active {
    background-color: #FACE41;
}

.menudiv li.active a {
    color: white;
}

#changeToAr {
    display: block;
}

#changeToEn {
    display: none;
}

#changeToArM {
    display: block;
}

#changeToEnM {
    display: none;
}

.home-header {
    background-image: url(/img/wepik-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 65vh;
}

.header-content {
    display: inline-block;
    position: absolute;
    z-index: 2;
    text-align: center;
    align-items: center;
    margin: auto;
    width: 80%;
    max-width: 620px;
    left: 80%;
    top: 46vh;
    transform: translate(-50%, -75%);
}

.header-content h1 {
    font-family: "PRO-900-Heavy";
    font-size: 55px;
    text-align: center;
    align-items: center;
    color: #195171;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

[dir="rtl"] .header-content h1 {
    font-family: "DroidKufi-Bold";
    width: max-content;
    margin-bottom: 0px;
}

.header-content p {
    font-family: "PRO-900-Heavy";
    font-size: 20px;
    text-align: center;
    align-items: center;
    padding: 0 8px;
}

[dir="rtl"] .header-content p {
    font-family: "DroidKufi-Bold";
    font-size: 20px;
    text-align: center;
    align-items: center;
    padding: 0 8px;
}

#Trackingnum {
    position: relative;
    display: inline-block;
    font-family: "PRO-400-Regular";
    font-size: 20px;
    box-sizing: border-box;
    background: #ffffff;
    width: 440px;
    height: 55px;
    border: none;
    outline: none;
    padding: 0 30px;
    border-radius: 35px 0 0 35px;
}

#TrackButton {
    position: relative;
    left: -30px;
    font-family: "PRO-400-Regular";
    font-size: 20px;
    border-radius: 40px 40px 40px 40px;
    width: 170px;
    height: 55px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #FACE41;
    color: #195171;
}

#TrackButton:hover {
    background: #195171;
    color: #ffffff;
}

[dir="rtl"] #Trackingnum {
    font-family: "DroidKufi-Regular";
    background: #ffffff;
    width: 440px;
    height: 55px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 0 35px 35px 0;
}

[dir="rtl"] #TrackButton {
    position: relative;
    right: -33px;
    top: -0px;
    font-family: "DroidKufi-Regular";
    font-size: 20px;
    border-radius: 40px 40px 40px 40px;
    width: 170px;
    height: 55.3px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #FACE41;
    color: #195171;
}

[dir="rtl"] #TrackButton:hover {
    background: #195171;
    color: #ffffff;
}

[dir="ltr"] #mobile-LoginButton {
    border-radius: 35px;
    width: 50%;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #FACE41;
    color: #195171;
}

/* [dir="ltr"] #mobile-RegisterButton {
    border-radius: 35px 35px 35px 35px;
    width: 110px;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #195171;
} */

#mobile-LoginButton a {
    font-family: "PRO-400-Regular";
    font-size: 14px;
    padding-top: 10px;
}

#mobile-RegisterButton a {
    font-family: "PRO-400-Regular";
    font-size: 14px;
    color: #FACE41;
    padding-top: 10px;
}

[dir="rtl"] #mobile-LoginButton {
    border-radius: 35px;
    width: 50%;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #FACE41;
    color: #195171;
}

[dir="rtl"] #mobile-LoginButton a {
    font-family: "DroidKufi-Regular";
    font-size: 12px;
    padding-top: 6px;
}

[dir="rtl"] #mobile-RegisterButton a {
    font-family: "DroidKufi-Regular";
    font-size: 12px;
    color: #FACE41;
    padding-top: 6px;
}

.Buttonclass {
    height: 80px;
    z-index: 9999;
    position: relative;
    float: right;
    top: -81px;
    width: 20%;
    display: block;
    margin: auto;
}

[dir="rtl"] .Buttonclass {
    position: relative;
    float: left;
}


#LoginButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    font-family: "PRO-400-Regular";
    font-size: 16px;
    border-radius: 35px;
    width: 50%;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #FACE41;
    color: #195171;
}

[dir="rtl"] #LoginButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    font-family: "DroidKufi-Regular";
    font-size: 16px;
    border-radius: 35px;
    width: 50%;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #FACE41;
    color: #195171;
}

[dir="rtl"] #LoginButton a:hover {
    font-family: "DroidKufi-Regular";
    color: #ffffff;
}

/* [dir="rtl"] #RegisterButton {
    position: absolute;
    left: 138px;
    right: auto;
    font-family: "DroidKufi-Regular";
    font-size: 16px;
    border-radius: 35px 35px 35px 35px;
    width: 120px;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #195171;
    color: #FACE41;
} */

#LoginButton a:hover {
    font-family: "PRO-400-Regular";
    color: #ffffff;
}

[dir="rtl"] #LoginButton:hover {
    color: #ffffff;
}

#RegisterButton:hover {
    color: #ffffff;
}

[dir="rtl"] #RegisterButton:hover {
    color: #ffffff;
}

#LoginButton a,
#RegisterButton a,
#TrackButton a {
    text-decoration: none;
    color: inherit;
}

#LoginButton,
#RegisterButton {
    display: block;
}

#header-top a {
    color: white;
    text-decoration: none;
}

.menudiv ul li {
    list-style: none;
    ;
}

@media (max-width:1610px) {
    .header-content {
        left: 78%;
    }

}

@media (max-width: 1400px) {

    .header-content {
        left: 76%;
    }

    [dir="rtl"] #LoginButton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8%;
        font-family: "DroidKufi-Regular";
        font-size: 14px;
        border-radius: 35px;
        width: 50%;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    /* [dir="rtl"] #RegisterButton {
        position: absolute;
        left: 138px;
        font-family: "DroidKufi-Regular";
        font-size: 14px;
        border-radius: 35px 35px 35px 35px;
        width: 100px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #195171;
        color: #FACE41;
    } */

    #Trackingnum {
        position: relative;
        display: inline-block;
        font-family: "PRO-400-Regular";
        font-size: 16px;
        box-sizing: border-box;
        background: #ffffff;
        width: 400px;
        height: 50px;
        border: none;
        outline: none;
        padding: 0 30px;
        border-radius: 35px 0 0 35px;
    }

    #TrackButton {
        position: relative;
        left: -30px;
        font-family: "PRO-400-Regular";
        font-size: 16px;
        border-radius: 40px 40px 40px 40px;
        width: 160px;
        height: 50px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #Trackingnum {
        font-family: "DroidKufi-Regular";
        background: #ffffff;
        width: 400px;
        height: 50px;
        border: none;
        outline: none;
        padding: 0 25px;
        border-radius: 0 35px 35px 0;
    }

    [dir="rtl"] #TrackButton {
        position: relative;
        right: -33px;
        top: 0px;
        font-family: "DroidKufi-Regular";
        font-size: 16px;
        border-radius: 40px 40px 40px 40px;
        width: 160px;
        height: 51px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    .header-content h1 {
        font-family: "PRO-900-Heavy";
        font-size: 45px;
    }

    [dir="rtl"] .header-content h1 {
        font-family: "DroidKufi-Bold";
        font-size: 45px;
    }

    [dir="rtl"] .header-content p {
        font-family: "DroidKufi-Bold";
        font-size: 18px;

    }

    .header-content p {
        font-family: "PRO-900-Heavy";
        font-size: 18px;

    }

    [dir="rtl"] .menudiv a {
        padding: 26px 20px;
        font-size: 14px;
    }
}

@media (max-width: 1275px) {
    .header-content {

        transform: translate(-55%, -75%);
    }

    #LoginButton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 35px;
        height: 35px;
        width: 55%;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    /* #RegisterButton {
        position: absolute;
        right: 9px;
        top: 26%;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 35px 35px 35px 35px;
        width: 120px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #195171;
        color: #FACE41;
    } */


    [dir="rtl"] #LoginButton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        font-family: "DroidKufi-Regular";
        font-size: 14px;
        border-radius: 35px;
        height: 35px;
        width: 55%;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    /* [dir="rtl"] #RegisterButton {
        position: absolute;
        left: 120px;
        font-family: "DroidKufi-Regular";
        font-size: 14px;
        border-radius: 35px 35px 35px 35px;
        width: 100px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #195171;
        color: #FACE41;
    } */

    .menudiv a {
        float: left;
        display: block;
        color: #195171;
        text-align: center;
        padding: 30px 20px;
        text-decoration: none;
        font-family: "PRO-400-Regular";
        font-size: 14px;
    }

    [dir="rtl"] .menudiv {
        position: absolute;
        top: -3px;
        left: 35%;
        z-index: 100;
    }

    [dir="rtl"] .menudiv a {
        font-size: 12px;
    }

    #Trackingnum {
        position: relative;
        display: inline-block;
        font-family: "PRO-400-Regular";
        font-size: 16px;
        box-sizing: border-box;
        background: #ffffff;
        width: 350px;
        height: 45px;
        border: none;
        outline: none;
        padding: 0 30px;
        border-radius: 35px 0 0 35px;
    }

    #TrackButton {
        position: relative;
        left: -30px;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 40px 40px 40px 40px;
        width: 160px;
        height: 46px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #Trackingnum {
        font-family: "DroidKufi-Regular";
        background: #ffffff;
        width: 350px;
        height: 45px;
        border: none;
        outline: none;
        padding: 0 25px;
        border-radius: 0 35px 35px 0;
    }

    [dir="rtl"] #TrackButton {
        position: relative;
        right: -41px;
        top: -1px;
        font-family: "DroidKufi-Regular";
        font-size: 14px;
        border-radius: 40px 40px 40px 40px;
        width: 160px;
        height: 46px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    .header-content h1 {
        font-family: "PRO-900-Heavy";
        font-size: 35px;
    }

    [dir="rtl"] .header-content h1 {
        font-family: "DroidKufi-Bold";
        font-size: 35px;
        margin-left: auto;
        margin-right: auto;
    }

    [dir="rtl"] .header-content p {
        font-family: "DroidKufi-Bold";
        font-size: 17px;

    }

    .header-content p {
        font-family: "PRO-900-Heavy";
        font-size: 17px;

    }
}

@media (max-width: 1141px) {
    .header-content {
        width: 55%;
    }

    .menudiv a {
        float: left;
        display: block;
        color: #195171;
        text-align: center;
        padding: 30px 20px;
        text-decoration: none;
        font-family: "PRO-400-Regular";
        font-size: 14px;
    }

    .menudiv {
        position: absolute;
        top: -3px;
        left: 15%;
        z-index: 100;
    }

    [dir="rtl"] .menudiv {
        position: absolute;
        top: -3px;
        left: 30%;
        z-index: 100;
    }

    #LoginButton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 35px;
        height: 35px;
        width: 60%;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    /* #RegisterButton {
        position: absolute;
        right: 9px;
        top: 26%;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 35px 35px 35px 35px;
        width: 105px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #195171;
        color: #FACE41;
    } */

    [dir="rtl"] #LoginButton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        font-family: "DroidKufi-Regular";
        font-size: 13px;
        border-radius: 35px;
        width: 60%;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    /* [dir="rtl"] #RegisterButton {
        position: absolute;
        left: 110px;
        font-family: "DroidKufi-Regular";
        font-size: 13px;
        border-radius: 35px 35px 35px 35px;
        width: 90px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #195171;
        color: #FACE41;
    } */

    #LoginButton:hover {
        color: #ffffff;
    }

    [dir="rtl"] #LoginButton:hover {
        color: #ffffff;
    }

    #RegisterButton:hover {
        color: #ffffff;
    }

    [dir="rtl"] #RegisterButton:hover {
        color: #ffffff;
    }

    #Trackingnum {
        position: relative;
        display: inline-block;
        font-family: "PRO-400-Regular";
        font-size: 16px;
        box-sizing: border-box;
        background: #ffffff;
        width: 330px;
        height: 45px;
        border: none;
        outline: none;
        padding: 0 30px;
        border-radius: 35px 0 0 35px;
    }

    #TrackButton {
        position: relative;
        left: -30px;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 40px 40px 40px 40px;
        width: 140px;
        height: 46px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #Trackingnum {
        font-family: "DroidKufi-Regular";
        background: #ffffff;
        width: 330px;
        height: 45px;
        border: none;
        outline: none;
        padding: 0 25px;
        border-radius: 0 35px 35px 0;
    }

    [dir="rtl"] #TrackButton {
        position: relative;
        right: -41px;
        top: -1px;
        font-family: "DroidKufi-Regular";
        font-size: 14px;
        border-radius: 40px 40px 40px 40px;
        width: 140px;
        height: 46px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

}

@media (max-width: 1060px) {

    #laptop_logo {
        width: auto;
        height: 70px;
        object-fit: cover;
        margin: 5px 7px;
    }

    .menudiv {
        position: absolute;
        top: -3px;
        left: 13%;
        z-index: 100;
    }

    [dir="rtl"] .menudiv {
        position: absolute;
        top: -3px;
        left: 26%;
        z-index: 100;
    }

    #LoginButton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        font-family: "PRO-400-Regular";
        font-size: 12px;
        border-radius: 35px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    /* #RegisterButton {
        position: absolute;
        right: 9px;
        top: 26%;
        font-family: "PRO-400-Regular";
        font-size: 12px;
        border-radius: 35px 35px 35px 35px;
        width: 105px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #195171;
        color: #FACE41;
    } */

    [dir="rtl"] #LoginButton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        font-family: "DroidKufi-Regular";
        font-size: 12px;
        border-radius: 35px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    /* [dir="rtl"] #RegisterButton {
        position: absolute;
        left: 105px;
        font-family: "DroidKufi-Regular";
        font-size: 12px;
        border-radius: 35px 35px 35px 35px;
        width: 80px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #195171;
        color: #FACE41;
    } */

    #Trackingnum {
        position: relative;
        display: inline-block;
        font-family: "PRO-400-Regular";
        font-size: 16px;
        box-sizing: border-box;
        background: #ffffff;
        width: 300px;
        height: 45px;
        border: none;
        outline: none;
        padding: 0 30px;
        border-radius: 35px 0 0 35px;
    }

    #TrackButton {
        position: relative;
        left: -30px;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 40px 40px 40px 40px;
        width: 125px;
        height: 46px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #Trackingnum {
        font-family: "DroidKufi-Regular";
        background: #ffffff;
        width: 300px;
        height: 45px;
        border: none;
        outline: none;
        padding: 0 25px;
        border-radius: 0 35px 35px 0;
    }

    [dir="rtl"] #TrackButton {
        position: relative;
        right: -41px;
        top: -1px;
        font-family: "DroidKufi-Regular";
        font-size: 14px;
        border-radius: 40px 40px 40px 40px;
        width: 125px;
        height: 46px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    .header-content h1 {
        font-family: "PRO-900-Heavy";
        font-size: 30px;
    }

    [dir="rtl"] .header-content h1 {
        font-family: "DroidKufi-Bold";
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    [dir="rtl"] .header-content p {
        font-family: "DroidKufi-Bold";
        font-size: 15px;

    }

    .header-content p {
        font-family: "PRO-900-Heavy";
        font-size: 15px;

    }
}

@media (max-width: 1024px) {

    #laptop_logo {
        width: auto;
        height: 60px;
        object-fit: cover;
        margin: 10px 10px;
    }

    [dir="rtl"] .menudiv a {
        padding: 26px 15px;
    }

    [dir="rtl"] .menudiv {
        position: absolute;
        top: -3px;
        left: 32%;
        z-index: 100;
    }

    #LoginButton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        font-family: "PRO-400-Regular";
        font-size: 12px;
        border-radius: 35px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    /* #RegisterButton {
        position: absolute;
        right: 9px;
        top: 26%;
        font-family: "PRO-400-Regular";
        font-size: 12px;
        border-radius: 35px 35px 35px 35px;
        width: 105px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #195171;
        color: #FACE41;
    } */

    .menudiv a {

        padding: 30px 15px;

    }
}

@media (max-width: 960px) {

    #laptop_logo {
        margin: 15px 5px;
        height: 50px;
    }

    .menudiv {
        position: absolute;
        top: -3px;
        left: 10%;
        z-index: 100;
    }

    [dir="rtl"] .menudiv {
        position: absolute;
        top: -3px;
        left: 30%;
        z-index: 100;
    }

    #LoginButton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        font-family: "PRO-400-Regular";
        font-size: 12px;
        border-radius: 35px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    /* #RegisterButton {
        position: absolute;
        right: 9px;
        top: 26%;
        font-family: "PRO-400-Regular";
        font-size: 12px;
        border-radius: 35px 35px 35px 35px;
        width: 100px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #195171;
        color: #FACE41;
    } */

    [dir="rtl"] #LoginButton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        font-family: "DroidKufi-Regular";
        font-size: 11px;
        border-radius: 35px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    /* [dir="rtl"] #RegisterButton {
        position: absolute;
        left: 97px;
        font-family: "DroidKufi-Regular";
        font-size: 11px;
        border-radius: 35px 35px 35px 35px;
        width: 75px;
        height: 35px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #195171;
        color: #FACE41;
    } */


    .menudiv a {

        padding: 30px 15px;
        font-size: 12px;
    }

    #Trackingnum {
        position: relative;
        display: inline-block;
        font-family: "PRO-400-Regular";
        font-size: 16px;
        box-sizing: border-box;
        background: #ffffff;
        height: 45px;
        border: none;
        outline: none;
        padding: 0 30px;
        border-radius: 35px 0 0 35px;
    }

    #TrackButton {
        position: relative;
        left: -30px;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 40px 40px 40px 40px;
        height: 46px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #Trackingnum {
        font-family: "DroidKufi-Regular";
        background: #ffffff;
        height: 45px;
        border: none;
        outline: none;
        padding: 0 25px;
        border-radius: 0 35px 35px 0;
    }

    [dir="rtl"] #TrackButton {
        position: relative;
        right: -41px;
        top: -1px;
        font-family: "DroidKufi-Regular";
        font-size: 12px;
        border-radius: 40px 40px 40px 40px;
        height: 46px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    .header-content h1 {
        font-family: "PRO-900-Heavy";
        font-size: 25px;
    }

    [dir="rtl"] .header-content h1 {
        font-family: "DroidKufi-Bold";
        font-size: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    [dir="rtl"] .header-content p {
        font-family: "DroidKufi-Bold";
        font-size: 13px;

    }

    .header-content p {
        font-family: "PRO-900-Heavy";
        font-size: 13px;

    }
}

@media (max-width: 853px) {
    .header-content {
        left: 73%;
    }

    #menu {
        display: block;
        height: 70px;
        -webkit-box-shadow: 0 8px 6px -9px rgb(133, 133, 133);
        -moz-box-shadow: 0 8px 6px -9px rgb(133, 133, 133);
        box-shadow: 0 8px 6px -9px rgb(133, 133, 133);
    }

    #laptop_myNav {
        display: none;
    }

    #LoginButton,
    #RegisterButton {
        display: none;
    }

    #Trackingnum {
        position: relative;
        display: inline-block;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        box-sizing: border-box;
        background: #ffffff;
        width: 250px;
        height: 45px;
        border: none;
        outline: none;
        padding: 0 30px;
        border-radius: 35px 0 0 35px;
    }

    #TrackButton {
        position: relative;
        left: -30px;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 40px 40px 40px 40px;
        height: 46px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #Trackingnum {
        font-family: "DroidKufi-Regular";
        background: #ffffff;
        height: 45px;
        border: none;
        outline: none;
        padding: 0 25px;
        border-radius: 0 35px 35px 0;
    }

    [dir="rtl"] #TrackButton {
        position: relative;
        right: -41px;
        top: -1px;
        font-family: "DroidKufi-Regular";
        font-size: 12px;
        border-radius: 40px 40px 40px 40px;
        height: 46px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    .header-content h1 {
        color: #fff;
        font-family: "PRO-900-Heavy";
        font-size: 25px;
    }

    [dir="rtl"] .header-content h1 {
        color: #fff;
        font-family: "DroidKufi-Bold";
        font-size: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    [dir="rtl"] .header-content p {
        color: #fff;
        font-family: "DroidKufi-Bold";
        font-size: 13px;

    }

    .header-content p {
        color: #fff;
        font-family: "PRO-900-Heavy";
        font-size: 13px;

    }
}

@media (max-width: 779px) {
    [dir="rtl"] .header-content{
        left: 50%;
        top: 40vh;
        width: 100%;
}
}

@media (max-width: 717px) {
    [dir="rtl"] .header-content h1 {
        font-size: 22px;
        margin-bottom: 0;
    }

    [dir="rtl"] .header-content p {
        font-size: 12px;
        margin-top: 5px;
    }

    .header-content {
        transform: translate(-50%, -75%);
    }

    .header-content {
        left: 50%;
        top: 40vh;
        width: 100%;
    }

    [dir="rtl"] #Trackingnum {
        padding: 0 15px;
    }
}

@media (max-width: 600px) {

    [dir="rtl"] .header-content p {
        font-size: 10px;
        margin-top: 5px;
    }

    #Trackingnum {
        position: relative;
        display: inline-block;
        font-family: "PRO-400-Regular";
        font-size: 12px;
        box-sizing: border-box;
        background: #ffffff;
        width: 60%;
        height: 40px;
        border: none;
        outline: none;
        padding: 0 10px;
        border-radius: 35px 0 0 35px;
    }

    #TrackButton {
        position: relative;
        left: -32px;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 40px 40px 40px 40px;
        width: 90px;
        height: 41px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    [dir="rtl"] #Trackingnum {
        background: #ffffff;
        width: 50%;
        height: 40px;
        border: none;
        outline: none;
        padding: 0 25px;
        border-radius: 0 35px 35px 0;
    }

    [dir="rtl"] #TrackButton {
        position: relative;
        right: -25px;
        top: -1px;
        font-family: "PRO-400-Regular";
        font-size: 14px;
        border-radius: 40px 40px 40px 40px;
        width: 95px;
        height: 41px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    .header-content p {
        font-family: "PRO-900-Heavy";
        font-size: 12px;
        font-weight: 900;
        text-align: center;
        align-items: center;
        padding: 0 8px;
    }
}

@media (max-width: 500px) {


    [dir="rtl"] .header-content p {
        font-size: 10px;
        margin-top: 5px;
    }

    #Trackingnum {
        position: relative;
        display: inline-block;
        font-family: "PRO-400-Regular";
        font-size: 12px;
        box-sizing: border-box;
        background: #ffffff;
        width: 56%;
        height: 38px;
        border: none;
        outline: none;
        padding: 0 10px;
        border-radius: 35px 0 0 35px;
    }

    #TrackButton {
        position: relative;
        left: -20px;
        font-family: "PRO-400-Regular";
        font-size: 12px;
        border-radius: 40px 40px 40px 40px;
        width: 90px;
        height: 38px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    [dir="rtl"] #Trackingnum {
        background: #ffffff;
        width: 55%;
        height: 40px;
        border: none;
        outline: none;
        padding: 0 10px;
        font-size: 12px;
        border-radius: 0 35px 35px 0;
    }

    [dir="rtl"] #TrackButton {
        position: relative;
        right: -36px;
        top: -0.5px;
        font-family: "PRO-400-Regular";
        font-size: 12px;
        border-radius: 40px 40px 40px 40px;
        width: 95px;
        height: 41px;
        border: none;
        outline: none;
        cursor: pointer;
        background: #FACE41;
        color: #195171;
    }

    [dir="rtl"] #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    .header-content p {
        font-family: "PRO-600-SemiBold";
        font-size: 10px;
        text-align: center;
        align-items: center;
        padding: 0 8px;
    }
}

@media (max-width: 450px) {

    [dir="rtl"] .header-content p {
        font-size: 8px;
        margin-top: 0;

    }

    .header-content p {
        font-size: 9px;

    }

    #Trackingnum {
        font-size: 10px;
        width: 50%;
        padding: 0 5px;
    }

    #TrackButton {
        left: -18px;
        font-size: 10px;
        width: 80px;
    }

    [dir="rtl"] #TrackButton {
        right: -21px;
        font-size: 10px;
        width: 30%;
    }

    [dir="rtl"] #Trackingnum {
        width: 50%;
        padding: 0 10px;
        font-size: 10px;
    }
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 35px;
        top: 15px;
        right: 35px;
    }
}

@media (max-width: 380px) {

    .header-content p {
        font-size: 8px;
        margin-top: 0;
    }
}


@media (max-width: 295px) {

    [dir="rtl"] #mobileV_menu {
        position: relative;
        height: 40px;
        float: left;
        margin-left: 10%;
        margin-top: 1%;
    }

    #mobileV_menu {
        position: relative;
        height: 40px;
        float: right;
        margin-left: 10%;
        margin-top: 1%;
    }

    #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    [dir="rtl"] #TrackButton:hover {
        background: #195171;
        color: #ffffff;
    }

    .site-footer img {
        max-width: 215px;
        margin-bottom: 15px;
    }
}