<!DOCTYPE html>
<html class="no-js" lang="en" dir="ltr">
<title>du - Maintenance Page</title>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
    <meta name="format-detection" content="telephone=no" />
    <script src="//f1-as.readspeaker.com/script/8993/ReadSpeaker.js?pids=embhl" type="text/javascript"></script>
    
    <!-- Le fav and touch icons -->
    <link rel="shortcut icon" type="image/icon" href="../../common/images/icons/favicon.ico">
    <link rel="shortcut icon" href="../../common/images/icons/favicon.png">
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../common/images/icons/touch-icon-144-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../common/images/icons/touch-icon-114-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../common/images/icons/touch-icon-72-precomposed.png">
    <link rel="apple-touch-icon-precomposed" href="../../common/images/icons/touch-icon-57-precomposed.png">


    <meta name="apple-itunes-app" content="app-id=521545878">


    <script>
        var dataLayer =[];
        (function(w,d,s,l,i){
            w[l]=w[l]||[];w[l].push({
                'gtm.start': new Date().getTime(),
                event:'gtm.js'});
            var f=d.getElementsByTagName(s)[0],
                    j=d.createElement(s), dl=l!='dataLayer'?'&l='+l:'';
            j.async=true;
            j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
        })(window,document,'script','dataLayer','GTM-PK3S7M');
    </script>

<link href="https://myaccount.du.ae/du/common/myaccount/common/css/common.en.css" rel="stylesheet">

<body><script>NS_CSM_td=424286218;NS_CSM_pd=275116665;NS_CSM_u="/clm10";NS_CSM_col="AAAAAAXF0ClBIpqyWzBZmge4zEYX92wZmatqLJzTTitDM+dr7Z8uH0yInRlE32S0Ln9MJURTvHZNgJH55CjCjarENchE";</script><script type="text/javascript">function sendTimingInfoInit(){setTimeout(sendTimingInfo,0)}function sendTimingInfo(){var wp=window.performance;if(wp){var c1,c2,t;c1=wp.timing;if(c1){var cm={};cm.ns=c1.navigationStart;if((t=c1.unloadEventStart)>0)cm.us=t;if((t=c1.unloadEventEnd)>0)cm.ue=t;if((t=c1.redirectStart)>0)cm.rs=t;if((t=c1.redirectEnd)>0)cm.re=t;cm.fs=c1.fetchStart;cm.dls=c1.domainLookupStart;cm.dle=c1.domainLookupEnd;cm.cs=c1.connectStart;cm.ce=c1.connectEnd;if((t=c1.secureConnectionStart)>0)cm.scs=t;cm.rqs=c1.requestStart;cm.rss=c1.responseStart;cm.rse=c1.responseEnd;cm.dl=c1.domLoading;cm.di=c1.domInteractive;cm.dcls=c1.domContentLoadedEventStart;cm.dcle=c1.domContentLoadedEventEnd;cm.dc=c1.domComplete;if((t=c1.loadEventStart)>0)cm.ls=t;if((t=c1.loadEventEnd)>0)cm.le=t;cm.tid=NS_CSM_td;cm.pid=NS_CSM_pd;cm.ac=NS_CSM_col;var xhttp=new XMLHttpRequest();if(xhttp){var JSON=JSON||{};JSON.stringify=JSON.stringify||function(ob){var t=typeof(ob);if(t!="object"||ob===null){if(t=="string")ob='"'+ob+'"';return String(ob);}else{var n,v,json=[],arr=(ob&&ob.constructor==Array);for(n in ob){v=ob[n];t=typeof(v);if(t=="string")v='"'+v+'"';else if(t=="object"&&v!==null)v=JSON.stringify(v);json.push((arr?"":'"'+n+'":')+String(v));}return(arr?"[":"{")+String(json)+(arr?"]":"}");}};xhttp.open("POST",NS_CSM_u,true);xhttp.send(JSON.stringify(cm));}}}}if(window.addEventListener)window.addEventListener("load",sendTimingInfoInit,false);else if(window.attachEvent)window.attachEvent("onload",sendTimingInfoInit);else window.onload=sendTimingInfoInit;</script>



<style type="text/css">
    .oops-wrap {
        display: flex;
        min-height: 100%;
        height: 100vh;
        text-align: center;
        align-items: center;
    }
    .oops-content {
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 1055px;
        max-height: 640px;
        height: 100%;
        margin: auto;
        padding: 30px;
        background: url(https://myaccount.du.ae/du/common/nf/common/images/maintenance_desktop.png) 0 50% no-repeat; }
    .oops-content .du-logo {
        position: absolute;
        right: 0;
        bottom: 0; }
    .oops-content .du-logo img {
        width: 74px;
        height: 74px; }

    .oops-copy {
        text-align: left;
        max-width: 350px;
        margin: auto 0 auto auto; }
    .oops-copy h1 {
        margin: 0;
        padding: 50px 0 15px;
        font-family: du-font-primary-b;
        font-size: 3em;
        color: #414141; }
    .oops-copy p {
        margin: 0;
        font-family: "du-font-secondary-regular";
        font-size: 1.25rem;
        line-height: 1.5em;
        color: #333; }
    .oops-copy p strong {
        font-family: du-font-secondary-medium, "du-font-secondary-regular"; }

    @media screen and (max-width: 48em) {
        .oops-content {
            align-items: flex-start;
            background-position: 0 100%;
            background-size: auto 90%; }
        .oops-content .du-logo {
            position: fixed;
            top: 30px;
            right: 30px; }
        .oops-copy {
            margin: 0;
            margin-left: 140px; }
        .oops-copy h1 {
            padding-top: 0; } }

    @media screen and (max-width: 36.25em) {
        .oops-content {
            max-height: 600px;
            background-size: auto 75%; }
        .oops-content .du-logo {
            top: 20px;
            right: 20px; }
        .oops-content .du-logo img {
            width: 50px;
            height: 50px; }
        .oops-copy {
            margin-left: auto;
            padding-top: 80px; }
        .oops-copy p {
            font-size: 1.1rem; }
        .oops-copy h1 {
            font-size: 2rem; } }
    .oops-content {
        background-image: url("https://myaccount.du.ae/du/common/nf/common/images/maintenance.png");
        background-repeat: no-repeat;
        max-width: 900px;
    }
    .oops-content .du-logo {
        top: 0;
        right: 0;
        left: 0;
    }

    @media screen and (max-width: 36.25em) {
        .oops-content {
            background-size: auto 60%;
            background-position: bottom center;
        }

        .oops-content .du-logo {
            top: 20px;
            right: 20px;
            left: auto;
        }

        .oops-copy {
            padding-top: 0;
        }
    }
</style>

<div class="oops-wrap">
    <div class="oops-content">
        <div class="oops-copy">
            <h1>We’re upgrading your experience.</h1>
            <p class="mb-3">du.ae is temporarily unavailable as we make some improvements.</p>
        </div>
        <div class="du-logo">
            <img src="https://myaccount.du.ae/du/common/nf/common/images/about-us-footer.svg" alt="">
        </div>
    </div>
</div></body>
</html>
