301 durum kodu, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.
Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.
302 durum kodu, istenen kaynağın geçici olarak farklı bir URL'de mevcut olduğunu gösterir.
Kullanıcı otomatik olarak yeni URL'ye yönlendirilir, ancak arama motorları eski adresi dizine eklemeye devam eder.
200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.
Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.
GET / HTTP/1.1 Host: mview.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en" > <head> <!-- Queue-it script - START --> <script type='text/javascript' src='//static.queue-it.net/script/queueclient.min.js'></script> <script data-queueit-c='mobily' type='text/javascript' src='//static.queue-it.net/script/queueconfigloader.min.js'> </script> <!-- Queue-it script - END --> <!-- AppDynamic Script Stars here --> <script charset="UTF-8"> if (window.origin == "http://sppa012:8080"){ //Add pre-prduction snippet below console.log("AppDynamic snippet at Pre-production"); document.addEventListener("DOMContentLoaded", function() { var userDataObject = {JourneyName: 'NULL', StepName: 'NULL', TransactionID: 'NULL', DeviceName: 'NULL', CorrelationId: 'NULL', ErrorCode: 'NULL'}; function getJourneyDetails() { if (parent != null ) // Check and retrieve the value of ecommerceJourneyName if (window.document.getElementById("ecommerceJourneyName") != null) { userDataObject.JourneyName = window.document.getElementById("ecommerceJourneyName").innerText; } // Check and retrieve the value of StepName if (window.document.getElementById("sectionId") != null) { userDataObject.StepName = window.document.getElementById("sectionId").innerText; } // Check and retrieve the value of TransactionID if (window.document.getElementById("transactionId") != null) { userDataObject.TransactionID = window.document.getElementById("transactionId").innerText; } // Check and retrieve the value of DeviceName if (window.document.getElementById("DeviceName") != null) { userDataObject.DeviceName = window.document.getElementById("DeviceName").innerText; } // Check and retrieve the value of CorrelationId if (window.document.getElementById("xCorrelationId") != null) { userDataObject.CorrelationId = window.document.getElementById("xCorrelationId").innerText; } // Check and retrieve the value of Error Code if (window.document.getElementById("ErrorCode") != null) { userDataObject.ErrorCode = window.document.getElementById("ErrorCode").innerText; } return {userData: userDataObject}; } // Set the start time for adrum window['adrum-start-time'] = new Date().getTime(); (function(config) { config.appKey = 'EUM-AAB-AUC'; config.adrumExtUrlHttp = 'https://appdeumprep.mobily.com.sa/wwwroot'; config.adrumExtUrlHttps = 'https://appdeumprep.mobily.com.sa/wwwroot'; config.beaconUrlHttp = 'https://appdeumprep.mobily.com.sa'; config.beaconUrlHttps = 'https://appdeumprep.mobily.com.sa' config.xd = { enable: false }; config.spa = {"spa2": true}; // Assign custom user data function to PageView (function(info) { info.PageView = getJourneyDetails; info.Ajax = getJourneyDetails; info.VPageView = getJourneyDetails; info.Error = getJourneyDetails; })(config.userEventInfo || (config.userEventInfo = {})); })(window['adrum-config'] || (window['adrum-config'] = {})); // Dynamically load the adrum script after the above code executes var script = document.createElement("script"); script.src = "https://appdeumprep.mobily.com.sa/wwwroot/adrum/adrum.js"; document.head.appendChild(script); }); }else{ console.log("AppDynamic snippet at Production"); //Add production script below document.addEventListener("DOMContentLoaded", function() { var userDataObject = {JourneyName: 'NULL', StepName: 'NULL', TransactionID: 'NULL', DeviceName: 'NULL', CorrelationId: 'NULL', ErrorCode: 'NULL'}; function getJourneyDetails() { if (parent != null ) // Check and retrieve the value of ecommerceJourneyName if (window.document.getElementById("ecommerceJourneyName") != null) { userDataObject.JourneyName = window.document.getElementById("ecommerceJourneyName").innerText; } // Check and retrieve the value of StepName if (window.document.getElementById("sectionId") != null) { userDataObject.StepName = window.document.getElementById("sectionId").innerText; } // Check and retrieve the value of TransactionID if (window.document.getElementById("transactionId") != null) { userDataObject.TransactionID = window.document.getElementById("transactionId").innerText; } // Check and retrieve the value of DeviceName if (window.document.getElementById("DeviceName") != null) { userDataObject.DeviceName = window.document.getElementById("DeviceName").innerText; } // Check and retrieve the value of CorrelationId if (window.document.getElementById("xCorrelationId") != null) { userDataObject.CorrelationId = window.document.getElementById("xCorrelationId").innerText; } // Check and retrieve the value of Error Code if (window.document.getElementById("ErrorCode") != null) { userDataObject.ErrorCode = window.document.getElementById("ErrorCode").innerText; } return {userData: userDataObject}; } // Set the start time for adrum window['adrum-start-time'] = new Date().getTime(); (function(config) { config.appKey = 'EUM-AAB-AUA'; config.adrumExtUrlHttp = 'https://appdeumprod.mobily.com.sa/wwwroot'; config.adrumExtUrlHttps = 'https://appdeumprod.mobily.com.sa/wwwroot'; config.beaconUrlHttp = 'https://appdeumprod.mobily.com.sa'; config.beaconUrlHttps = 'https://appdeumprod.mobily.com.sa' config.xd = { enable: false }; config.spa = {"spa2": true}; // Assign custom user data function to PageView (function(info) { info.PageView = getJourneyDetails; info.Ajax = getJourneyDetails; info.VPageView = getJourneyDetails; info.Error = getJourneyDetails; })(config.userEventInfo || (config.userEventInfo = {})); })(window['adrum-config'] || (window['adrum-config'] = {})); // Dynamically load the adrum script after the above code executes var script = document.createElement("script"); script.src = "https://appdeumprod.mobily.com.sa/wwwroot/adrum/adrum.js"; document.head.appendChild(script); }); } </script> <!-- AppDynamic Script Ends here --> <!-- Google Tag Manager --> <script>(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-TRL3XK');</script> <!-- End Google Tag Manager --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="apple-itunes-app" content="app-clip-bundle-id=com.mobily.mobilyapp.appClip, app-id=375539359,app-clip-display=card"> <meta property="og:image" content="https://www.mobily.com.sa/MobilyTheme4Resources/img/mobily/logo-icon.png"> <!-- rel=dynamic-content indicates an element that is replaced with the contents produced by the specified href. dyn-cs:* URIs are resolved using the values within the 'wp_dynamicContentSpots_mobilytheme4' theme module. --> <link rel="stylesheet" href="/wps/contenthandler/!ut/p/digest!B6DzW4HcXNendhZg8VN7Ww/sp/mashup:ra:collection?soffset=0&eoffset=8&themeID=ZJ_6QDE0K01P8HP00QUT9V8RB3046&locale=en&mime-type=text%2Fcss&lm=1747357812000&entry=wp_theme_portal_edit_85__0.0%3Ahead_css&entry=wp_theme_portal_85__0.0%3Ahead_css&entry=wp_portlet_css__0.0%3Ahead_css&entry=wp_simple_contextmenu_css__0.0%3Ahead_css&entry=wp_ic4_wai_resources__0.0%3Ahead_css&entry=wp_status_bar__0.0%3Ahead_css&entry=wp_oob_sample_styles__0.0%3Ahead_css" type="text/css"/><link rel="alternate" id="head_css_deferred" href="/wps/contenthandler/!ut/p/digest!B6DzW4HcXNendhZg8VN7Ww/sp/mashup:ra:collection?soffset=0&eoffset=7&themeID=ZJ_6QDE0K01P8HP00QUT9V8RB3046&locale=en&mime-type=text%2Fcss&lm=1747357812000&entry=wp_dialog_css__0.0%3Ahead_css&entry=wp_contextmenu_css__0.0%3Ahead_css&entry=wp_federated_documents_picker__0.0%3Ahead_css&entry=wp_dnd_css__0.0%3Ahead_css&entry=wcm_inplaceEdit__0.0%3Ahead_css&entry=wp_content_targeting_cam__0.0%3Ahead_css&deferred=true"/><script type="text/javascript">var djConfig={"baseUrl":"/wps/portal_dojo/v1.9/dojo/","locale":"en","isDebug":false,"debugAtAllCosts":false,"parseOnLoad":false,"afterOnLoad":false,"has":{"dojo-bidi":true},"modulePaths":{"com":"/wps/themeModules/js/com","ibm":"/wps/themeModules/js/ibm","pagebuilder":"/wps/themeModules/modules/pagebuilder/js","portalclient":"/wps/themeModules/modules/portalclient/js","asa":"/wps/themeModules/modules/asa/js","contentmapping":"/wps/themeModules/modules/contentmapping/js","federation":"/wps/themeModules/modules/federation/js"}};djConfig.locale=djConfig.locale.replace(/_/g, "-").replace(/iw/, "he").toLowerCase();(function(){if (typeof(wpModules) == 'undefined') wpModules = {}; if (typeof(wpModules.state) == 'undefined') wpModules.state = {}; if (typeof(wpModules.state.page) == 'undefined') wpModules.state.page = {};wpModules.state.page._initial=[{"nsuri":"http://www.ibm.com/xmlns/prod/websphere/portal/publicparams","name":"selection","value":["Z6_6QDE0K01P86080QULCB8M71022"]},{"nsuri":"http://www.ibm.com/xmlns/prod/websphere/portal/publicparams","name":"labelMappings","value":["Z6_000000000000000000000000A0","Z6_6QDE0K01P86080QULCB8M71022"]},{"nsuri":"http://www.ibm.com/xmlns/prod/websphere/portal/publicparams","name":"expansions","value":["Z6_000000000000000000000000A0","Z6_6QDE0K01P86080QULCB8M710A7","Z6_I1KCHJ42PO0R30QH4B4CCO23I2"]}];wpModules.state.page.selectionPath=['Z6_000000000000000000000000A0','Z6_6QDE0K01P86080QULCB8M710A7','Z6_I1KCHJ42PO0R30QH4B4CCO23I2','Z6_6QDE0K01P86080QULCB8M71022'];wpModules.state.page.supportsEditMode=true;wpModules.state.page.supportsToolbar=true;wpModules.state.page.path='/wps/portal';wpModules.state.page.protectedPath='/wps/myportal';wpModules.state.page.publicPath='/wps/portal';})();</script><script type="text/javascript" src="/wps/contenthandler/!ut/p/digest!B6DzW4HcXNendhZg8VN7Ww/mashup/ra:collection?themeID=ZJ_6QDE0K01P8HP00QUT9V8RB3046&locale=en&mime-type=text%2Fjavascript&lm=1747357812000&entry=wp_client_main__0.0%3Ahead_js&entry=wp_client_ext__0.0%3Ahead_js&entry=wp_client_logging__0.0%3Ahead_js&entry=wp_client_tracing__0.0%3Ahead_js&entry=wp_theme_portal_85__0.0%3Ahead_js&entry=wp_analytics_aggregator__0.0%3Ahead_js"></script><link rel="alternate" id="head_js_deferred" href="/wps/contenthandler/!ut/p/digest!WHWfHqZ5Ujcl-nn1gtCB9Q/mashup/ra:collection?themeID=ZJ_6QDE0K01P8HP00QUT9V8RB3046&locale=en&mime-type=text%2Fjavascript&lm=1587999902000&entry=dojo_19__0.0%3Ahead_js&entry=dojo_app_19__0.0%3Ahead_js&entry=dojo_fx_19__0.0%3Ahead_js&entry=dojo_dom_19__0.0%3Ahead_js&entry=dojo_dnd_basic_19__0.0%3Ahead_js&entry=dojo_data_19__0.0%3Ahead_js&entry=dojo_selector_lite_19__0.0%3Ahead_js&entry=dijit_19__0.0%3Ahead_js&entry=dojo_dnd_ext_19__0.0%3Ahead_js&entry=dijit_layout_basic_19__0.0%3Ahead_js&entry=dojox_layout_basic_19__0.0%3Ahead_js&entry=dijit_menu_19__0.0%3Ahead_js&entry=dojo_fmt_19__0.0%3Ahead_js&entry=dijit_tree_19__0.0%3Ahead_js&entry=wp_dialog_util__0.0%3Ahead_js&entry=wp_dialog_draggable__0.0%3Ahead_js&entry=wp_dialog_main__0.0%3Ahead_js&entry=wp_dnd_namespace__0.0%3Ahead_js&entry=wp_dnd_source__0.0%3Ahead_js&entry=dijit_layout_ext_19__0.0%3Ahead_js&entry=dijit_form_19__0.0%3Ahead_js&entry=wp_state_page__0.0%3Ahead_js&entry=wp_client_selector__0.0%3Ahead_js&entry=wp_client_dnd__0.0%3Ahead_js&entry=wp_theme_utils__0.0%3Ahead_js&entry=wp_contextmenu_js__0.0%3Ahead_js&entry=wp_dnd_target__0.0%3Ahead_js&entry=wp_dnd_util__0.0%3Ahead_js&entry=wcm_inplaceEdit__0.0%3Ahead_js&deferred=true"/><style id="layout-wstate-styles"></style><link rel="alternate" id="head_markup_deferred" href="/wps/contenthandler/!ut/p/digest!sEQbyE1uoN6OPJNeyuzl5w/mashup/ra:collection?themeID=ZJ_6QDE0K01P8HP00QUT9V8RB3046&locale=en&mime-type=text%2Fplain&entry=wp_theme_utils__0.0%3Ahead_markup&deferred=true"/> <title>Mobily | Plans and Offers for Mobile & Internet</title> <link id="com.ibm.lotus.NavStateUrl" rel="alternate" href="/wps/portal/web/personal/!ut/p/z0/04_Sj9CPykssy0xPLMnMz0vMAfIjo8zizQJdXA28DQwDLMwMLAwCQ32cnSx8zQ0NjIz0C7IdFQEZXVps/" /> <link href="/wps/contenthandler/!ut/p/digest!WHWfHqZ5Ujcl-nn1gtCB9Q/war/mobilyTheme4Static/themes/mobilyTheme4/images/favicon.ico" rel="shortcut icon" type="image/x-icon" /><!-- rendering is delegated to the specified href for each locale --> <!-- Mobily Theme 4 --> <link rel="stylesheet" href="/MobilyTheme4Resources/css/bootstrap.min.css"> <link rel="stylesheet" href="/MobilyTheme4Resources/css/mobily-combined.min.css"> <link rel="stylesheet" href="/MobilyTheme4Resources/css/font-arabic.min.css"> <link rel="stylesheet" href="/MobilyTheme4Resources/css/style.css"> <script src="/MobilyTheme4Resources/js/jquery.min.js"></script> <link rel="shortcut icon" type="image/png" href="/MobilyTheme4Resources/img\mobily\favicon.ico"> <!-- Mobily 4.0 meta for SEO --> <meta name="title" value="Mobily | Plans and Offers for Mobile & Internet" /> <meta name="keywords" value="Keyword" /> <meta name="description" value="Description" /></head> <body id="content" class="locale_en mobily" style="height: auto;"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TRL3XK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- site toolbar --> <!-- renders the top navigation --> <script> $(function () { $('a[href]').each(function () { var baseURL = "/wps/portal/web/"; if ( $(this).attr("href").includes("/wps/portal/mobily40/") ){ // console.log( "-- Found URL with invalid prefix: " + $(this).attr("href") ); var hrefURL = $(this).attr("href") hrefURL = hrefURL.replace("/wps/portal/mobily40/", baseURL ) $(this).attr("href", hrefURL ); } }); }); </script> <div class="mobily_header "> <a href="/wps/portal/web/personal"> <div class="mobily_header-logo"> <svg class="icon icon-MobilyLogo"> <use xlink:href="/MobilyTheme4Resources/img/mobily/sprite.svg#icon-MobilyLogo"></use> </svg> </div> </a> <div class="mobily_header-menu mobily_header-desktop-menu"> <div class="mobily_header-menu--upper"> <div class="left"> <div class="item active"> <a href="/wps/portal/web/personal"> <span lang="en" dir="ltr"> Personal </span> </a> </div> <div class="item"> <a href="/wps/portal/web/business"> Business </a> </div> <div class="item"> <a href="/wps/portal/web/wholesale"> Wholesale </a> </div> <div class="item"> <a href="/wps/portal/web/support"> Support </a> </div> <div class="item"> <a href="/wps/portal/web/auctions"> Auctions </a> </div> </div> <div class="right"> <div class="item"> <a href="/online/quickpay/quickPay.mobily" class="line-recharge">Line recharge</a> </div> <div class="item"> <a href="/wps/portal/web/personal/e-commerce/order" class="track-order">Track order</a> </div> <div class="item"> <a href="/wps/portal/web/support" class="support">Support</a> </div> <div class="item"> <a href="/wps/portal/web/personal/customer-rights" class="customer-rights">Customer rights</a> </div> </div> </div> <div class="mobily_header-menu--lower"> <div class="left"> <ul class="type nav"> <li class="item rxs nav-item"> <a href="/wps/portal/web/personal/raqi" class="nav-link "> <span lang="en" dir="ltr"> Raqi </span> </a> </li> <li id="mobily-plans-menu" class="item nav-item"><a href="#desktop-tab-mobily-plans-nav-link" class="nav-link "> <span lang="en" dir="ltr"> Mobily Plans </span> </a></li> <li id="home-services-menu" class="item nav-item"><a href="#desktop-tab-home-services-nav-link" class="nav-link "> <span lang="en" dir="ltr"> Home Services </span> </a></li> <li class="item rxs nav-item"> <a href="/wps/portal/web/personal/phones-and-accessories" class="nav-link "> <span lang="en" dir="ltr"> Devices </span> </a> </li> <li class="item rxs nav-item"> <a href="/wps/portal/web/personal/roaming" class="nav-link "> <span lang="en" dir="ltr"> Roaming </span> </a> </li> <li id="lifestyle-menu" class="item nav-item"><a href="#desktop-tab-lifestyle-nav-link" class="nav-link "> <span lang="en" dir="ltr"> Lifestyle </span> </a></li> <li class="item rxs nav-item"> <a href="https://gamers.mobily.com.sa/" class="nav-link "> <span lang="en" dir="ltr"> Mobily Gamers </span> </a> </li> </ul> <!-- SME Switch coder --><!-- SME Switch coder --> </div> <div class="right"> <div class="item"> <a data-bs-toggle="modal" href="#mobily-search" onclick="javascript:window.handleMobilySearchOn()"> <img src="/MobilyTheme4Resources/img/mobily/lens-search.svg" alt="Search" /> </a> </div> <script> function triggerSearchOff(){ window.handleMobilySearchOff(); } $('a.track-order').parent('.item').attr('id', 'mobily_track_order_id'); </script> <div class="item" id="mobily_cart_id"> <a href="/wps/portal/web/personal/e-commerce/cart" class="shopping-icon"> <img src="/MobilyTheme4Resources/img/mobily/shopping-bag.svg" alt="Shopping Cart" /> </a> </div> <div class="item log-img"> <a href="javascript:void(0)" onclick="checkCookie()"><span style="display: none">SIGN IN</span><img src="/MobilyTheme4Resources/img/mobily/log-in-grey-2.svg" alt="SIGN IN" /></a> </div> <div class="item lang-switcher"> <a href="javascript:void(0);">عربي</a> </div> <div class="item"><a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans" class="om-btn">Join Mobily</a></div> </div> </div> </div> <div class="mobily_header-menu mobily_header-desktop-menu"> <!-- Desktop Side Menu --> <div id="desktop-menu" class="modal menu-overlay-wrapper"> <div class="menu-overlay wow fadeInLeft"> <span data-bs-dismiss="modal" class="close-menu"> <img src="/MobilyTheme4Resources/img/mobily/close.svg" alt="close icon"> </span> <div class="menu-header"> <a href="/wps/portal/web/personal"> <div class="mobily_header-logo"> <svg class="icon icon-MobilyLogo"> <use xlink:href="/MobilyTheme4Resources/img/mobily/sprite.svg#icon-MobilyLogo"></use> </svg> </div> </a> <div class="mobily_header-menu mobily_header-desktop-menu"> <div class="mobily_header-menu--upper"> <div class="left"> <div class="item active"> <a href="/wps/portal/web/personal" >Personal</a> </div> <div class="item"> <a href="/wps/portal/web/business" >Business</a> </div> <div class="item"> <a href="/wps/portal/web/wholesale" >Wholesale</a> </div> <div class="item"> <a href="/wps/portal/web/support" >Support</a> </div> <div class="item"> <a href="/wps/portal/web/auctions" >Auctions</a> </div> </div> </div> <div> <div class="left"> <ul class="type nav"> <li class="nav-item"> <a class="nav-link" href="/wps/portal/web/personal/raqi" class="nav-link"><span>Raqi</span></a> </li> <li class="nav-item"><a id="desktop-tab-mobily-plans-nav-link" class="nav-link " data-bs-toggle="tab" href="#desktop-tab-mobily-plans"><span>Mobily Plans</span></a></li> <li class="nav-item"><a id="desktop-tab-home-services-nav-link" class="nav-link " data-bs-toggle="tab" href="#desktop-tab-home-services"><span>Home Services</span></a></li> <li class="nav-item"> <a class="nav-link" href="/wps/portal/web/personal/phones-and-accessories" class="nav-link"><span>Devices</span></a> </li> <li class="nav-item"> <a class="nav-link" href="/wps/portal/web/personal/roaming" class="nav-link"><span>Roaming</span></a> </li> <li class="nav-item"><a id="desktop-tab-lifestyle-nav-link" class="nav-link " data-bs-toggle="tab" href="#desktop-tab-lifestyle"><span>Lifestyle</span></a></li> <li class="nav-item"> <a class="nav-link" href="https://gamers.mobily.com.sa/" class="nav-link"><span>Mobily Gamers</span></a> </li> </ul> <!-- SME Switch coder --><!-- SME Switch coder --> </div> </div> </div> </div> <div class="tab-content"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans" class="jm-icon"><img src="/MobilyTheme4Resources/img/mobily/logo-wt.svg" class="lg"> Join Mobily <img src="/MobilyTheme4Resources/img/mobily/jn-arrow.svg" class="jn"></a> <div class="logDesk-level"> <div> <a href="/wps/portal/web/login-page?account_type=personal" > <img src="/MobilyTheme4Resources/img/mobily/log-in-grey.svg" alt="SIGN IN" /> SIGN IN <span><img src="/MobilyTheme4Resources/img/mobily/special-arrow.svg" alt="SIGN IN" /></span> </a> </div> </div> <hr/> <div id="desktop-tab-raqi" class="menu-items tab-pane "> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/raqi/optional-benefits" ><h5>optional benefits</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/raqi/form" ><h5>Raqi Registration</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/raqi/drop-down-raqi" ><h5>drop-down-raqi</h5></a> </div> </div> </div> <div id="desktop-tab-mobily-plans" class="menu-items tab-pane active"> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href=" javascript:void(0); " ><h5>Postpaid</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans" ><h5>Voice Plans (Compare)</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-150/postpaid-150" style="color:black;">Postpaid 150<span>Best Deal</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 65/postpaid 65" style="color:black;">Postpaid 65<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 100/postpaid 100" style="color:black;">Postpaid 100<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 200/postpaid 200" style="color:black;">Postpaid 200<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 300/postpaid 300" style="color:black;">Postpaid 300<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 400/postpaid 400" style="color:black;">Postpaid 400<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-xstream/postpaid-xstream" style="color:black;">Postpaid XStream<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-xstreamplus/postpaid-xstreamplus" style="color:black;">Postpaid XStream Plus<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-xstreammax/postpaid-xstreammax" style="color:black;">Postpaid XStream Max<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-esim50/postpaid-esim50" style="color:black;">Postpaid eSIM50<span></span></a> </div> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/data-postpaid-plans" ><h5>Data Plans</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/data-postpaid-plans/details/postpaid-100gb/postpaid-100gb" style="color:black;">Postpaid 100GB<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/data-postpaid-plans/details/postpaid-unlimited/postpaid-unlimited" style="color:black;">Postpaid Unlimited<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href=" javascript:void(0); " ><h5>Prepaid</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans" ><h5>Voice Plans (Compare)</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 30/prepaid 30" style="color:black;">Prepaid 30<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 75/prepaid 75" style="color:black;">Prepaid 75<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 110/prepaid 110" style="color:black;">Prepaid 110<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 150/prepaid 150" style="color:black;">Prepaid 150<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid_bundle150/prepaid_bundle150" style="color:black;">Prepaid Bundle 150 Data Booster<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 180/prepaid 180" style="color:black;">Prepaid 180<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaidbundle180_/prepaidbundle180_" style="color:black;">Prepaid Bundle 180 Data Booster<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 220/prepaid 220" style="color:black;">Prepaid 220<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid-bundle220/prepaid-bundle220" style="color:black;">Prepaid Bundle 220 Data Booster<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 360/prepaid 360" style="color:black;">Prepaid 360<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/xstream/xstream" style="color:black;">Prepaid Xstream<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/xstream-plus/xstream-plus" style="color:black;">Prepaid Xstream Plus<span></span></a> </div> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans" ><h5>Data Plans</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-10gb30/prepaid-10gb30" style="color:black;">Prepaid 10GB 30 Days<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-10gb/prepaid-10gb" style="color:black;">Prepaid 10GB 90 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-20gb30/prepaid-20gb30" style="color:black;">Prepaid 20GB 30 Days<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-20gb/prepaid-20gb" style="color:black;">Prepaid 20GB 90 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-50gb/prepaid-50gb" style="color:black;">Prepaid 50GB 60 Days<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-50gb90/prepaid-50gb90" style="color:black;">Prepaid 50GB 90 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-100gb30/prepaid-100gb30" style="color:black;">Prepaid 100GB 30 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-100gb/prepaid-100gb" style="color:black;">Prepaid 100GB 90 Days<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-300gb/prepaid-300gb" style="color:black;">Prepaid 300GB 90 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-600gb180/prepaid-600gb180" style="color:black;">Prepaid 600GB 180 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-unlimited30/prepaid-unlimited30" style="color:black;">Prepaid Unlimited Data 30 Days<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href=" javascript:void(0); " ><h5>Flex Plus</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package" ><h5>Select Your Plan</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus20-bundle/flex-plus20-bundle" style="color:black;">Flex Plus 20<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus30-bundle/flex-plus30-bundle" style="color:black;">Flex Plus 30<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus65-bundle/flex-plus65-bundle" style="color:black;">Flex Plus 65<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus100-bundle/flex-plus100-bundle" style="color:black;">Flex Plus 100<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus150-bundle/flex-plus150-bundle" style="color:black;">Flex Plus 150<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus240-bundle/flex-plus240-bundle" style="color:black;">Flex Plus 240<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus320-bundle/flex-plus320-bundle" style="color:black;">Flex Plus 320<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/mobily-plans/visitor" ><h5>Visitor</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/mobily-plans/national-international" ><h5>International</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href=" javascript:void(0); " ><h5>SIM Services</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown"> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="javascript:(function() {window.sessionStorage.journey='REPLACE_SIM';window.sessionStorage.productKey='replace_your_current_sim-of_8cr62';window.sessionStorage.productCategory='sim';window.sessionStorage.planType='postpaid';window.sessionStorage.productURL='';window.location.href='/wps/portal/web/personal/e-commerce/buy-sim';})()" style="color:black;">Replace your current SIM<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="javascript:(function() {window.sessionStorage.journey='UPGRADE_SIM';window.sessionStorage.productKey='upgrade_my_sim_to_esim-of_kg7j5';window.sessionStorage.productCategory='sim';window.sessionStorage.planType='postpaid';window.sessionStorage.productURL='';window.location.href='/wps/portal/web/personal/e-commerce/buy-sim';})()" style="color:black;">Switch to eSIM<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/mobily-plans/data-bundles" ><h5>Data Bundles</h5></a> </div> </div> </div> <div id="desktop-tab-home-services" class="menu-items tab-pane "> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href=" javascript:void(0); " ><h5>Mobily Home Fiber</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid" ><h5>Home Fiber Postpaid</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-80mbps/fiber-postpaid-80mbps" style="color:black;">Home Fiber Postpaid 200<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-100mbps/fiber-postpaid-100mbps" style="color:black;">Home Fiber Postpaid 300<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/mobily fiber postpaid 200/mobily fiber postpaid 200" style="color:black;">Home Fiber Postpaid 400<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-gamers/fiber-postpaid-gamers" style="color:black;">Home Fiber Gamers<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-300/fiber-postpaid-300" style="color:black;">Home Fiber Postpaid 500<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/mobily fiber postpaid 500/mobily fiber postpaid 500" style="color:black;">Home Fiber Postpaid 1GB<span></span></a> </div> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid" ><h5>Home Fiber Prepaid</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/fiber-prepaid-100mbps/fiber-prepaid-100mbps" style="color:black;">Homer Fiber Prepaid 300<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/mobily fiber prepaid 200/mobily fiber prepaid 200" style="color:black;">Homer Fiber Prepaid 400<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/fiber-prepaid-300mbps/fiber-prepaid-300mbps" style="color:black;">Homer Fiber Prepaid 500<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/mobily fiber prepaid 500/mobily fiber prepaid 500" style="color:black;">Homer Fiber Prepaid 1GB<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber" ><h5>Mobily Home 4G/5G</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown"> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber/details/5g-internet-home/5g-internet-home" style="color:black;">Mobily Home 5G<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber/details/mobily 5g 100mb/mobily 5g 100mb" style="color:black;">Mobily Home 5G 100Mb<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber/details/5g air fiber 200mb/5g air fiber 200mb" style="color:black;">Mobily Home 5G 200Mb<span>Special Offer</span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber/details/mobily-5g-esim/mobily-5g-esim" style="color:black;">Mobily Home 5G eSIM<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber/details/4g-air-fiber-new/4g-air-fiber-new" style="color:black;">Mobily Home 4G<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/home-services/mobily-fixed-voice" ><h5>Fixed Voice</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/home-services/wifi-solutions" ><h5>WiFi Solutions</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown"> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/wifi-solutions/details/small-apartment/small-apartment" style="color:black;">Small Apartment<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/wifi-solutions/details/larg-apartment/larg-apartment" style="color:black;">Large Apartment<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/wifi-solutions/details/home-villa/home-villa" style="color:black;">Home Villa<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/wifi-solutions/details/mesh-extender/mesh-extender" style="color:black;">Mesh Extender<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/home-services/ftth-setup-uat" ><h5>Request New FTTH Coverage</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/home-services/ftth-setup-track-status" ><h5>Check New FTTH Coverage status</h5></a> </div> </div> </div> <div id="desktop-tab-phones-and-accessories" class="menu-items tab-pane "> </div> <div id="desktop-tab-roaming" class="menu-items tab-pane "> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/roaming/faqs" ><h5>FAQs</h5></a> </div> </div> </div> <div id="desktop-tab-auctions" class="menu-items tab-pane "> </div> <div id="desktop-tab-lifestyle" class="menu-items tab-pane "> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/lifestyle/pay-with-your-number" ><h5>Pay with your number</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/lifestyle/neqaty" ><h5>Neqaty</h5></a> </div> </div> </div> <div id="desktop-tab-mobily-gamers" class="menu-items tab-pane "> <!-- SME Switch coder --> <div class="dropdown-wrapper up row"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/mobily-gamers/learn-more-mobily-gamers" ><h5>Mobily Gamers</h5></a> </div> </div> </div> </div> </div> </div> <!-- End Desktop Menu--> </div> <script> console.log("SideNav Desktop jsp #######"); </script> <div class="mobily_header-mobile-menu"> <a href="/wps/portal/web/personal"> <span class="logo"> <svg class="icon icon-mobily-mini-logo"> <use xlink:href="/MobilyTheme4Resources/img/mobily/sprite.svg#icon-mobily-mini-logo"></use> </svg> </span> </a> <div class="right"> <a data-bs-toggle="modal" href="#mobily-search" onclick="javascript:window.handleMobilySearchOn()"> <img src="/MobilyTheme4Resources/img/mobily/lens-search.svg" alt="Search" /> </a> <a href="/wps/portal/web/personal/e-commerce/cart" class="shopping-ico"> <img src="/MobilyTheme4Resources/img/mobily/shopping-bag.svg" alt="Shopping Cart" /> </a> <span class="lang lang-switcher"> <a href="javascript:void(0);">ع</a> </span> <span id="menu-icon" class="icon"> <img src="/MobilyTheme4Resources/img/mobily/hamburger.svg" alt="hamburger menu" /> </span> </div> <script> function triggerSearchOff(){ window.handleMobilySearchOff(); } </script> <div id="menu-overlay-wrapper" class="modal menu-overlay-wrapper"> <div class="menu-overlay"> <div class="mobile-overlay-menu"> <a href="/wps/portal/web/personal"> <span class="logo"> <svg class="icon icon-mobily-mini-logo"> <use xlink:href="/MobilyTheme4Resources/img/mobily/sprite.svg#icon-mobily-mini-logo"></use> </svg> </span> </a> <span class="lang lang-switcher"> <a href="javascript:void(0);">عربي</a> </span> <span data-bs-dismiss="modal" class="close-menu"> <img src="/MobilyTheme4Resources/img/mobily/close-black.svg" alt="close icon"> </span> </div> <div class="top-level"> <div class="active"> <a href="/wps/portal/web/personal" >Personal</a> </div> <div> <a href="/wps/portal/web/business" >Business</a> </div> <div> <a href="/wps/portal/web/wholesale" >Wholesale</a> </div> <div> <a href="/wps/portal/web/support" >Support</a> </div> <div> <a href="/wps/portal/web/auctions" >Auctions</a> </div> </div> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans" class="jm-icon"><img src="/MobilyTheme4Resources/img/mobily/logo-wt.svg" class="lg"> Join Mobily <img src="/MobilyTheme4Resources/img/mobily/jn-arrow.svg" class="jn"></a> <div class="meat-level"> <!-- SME Switch coder --> <div class="meat-body"> <!-- SME Switch coder --> <div class="init-sty"> <a href="/wps/portal/web/personal/raqi" class="nav-link"><span>Raqi</span></a> </div> <div class="init-sty"><a id="desktop-tab-mobily-plans-nav-link" class="nav-link click-link" data-bs-toggle="tab" href="#desktop-tab-mobily-plans"><span>Mobily Plans</span></a></div> <div class="init-sty"><a id="desktop-tab-home-services-nav-link" class="nav-link click-link" data-bs-toggle="tab" href="#desktop-tab-home-services"><span>Home Services</span></a></div> <div class="init-sty"> <a href="/wps/portal/web/personal/phones-and-accessories" class="nav-link"><span>Devices</span></a> </div> <div class="init-sty"> <a href="/wps/portal/web/personal/roaming" class="nav-link"><span>Roaming</span></a> </div> <div class="init-sty"><a id="desktop-tab-lifestyle-nav-link" class="nav-link click-link" data-bs-toggle="tab" href="#desktop-tab-lifestyle"><span>Lifestyle</span></a></div> <div class="init-sty"> <a href="https://gamers.mobily.com.sa/" class="nav-link"><span>Mobily Gamers</span></a> </div> <!-- SME Switch coder --> </div> <!-- SME Switch coder --> <div class="tab-content display-content"> <div id="desktop-tab-raqi" class="menu-items tab-pane"> <div class="sub-menu-head"> <span class="close-overlay"><img src="/MobilyTheme4Resources/img/mobily/arrow-black.svg" alt="back icon"></span> <span class="sub-menu-title">Raqi</span> <span data-bs-dismiss="modal" class="close-menu"> <img src="/MobilyTheme4Resources/img/mobily/close-black.svg" alt="close icon"> </span></div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/raqi/optional-benefits" ><h5>optional benefits</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/raqi/form" ><h5>Raqi Registration</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/raqi/drop-down-raqi" ><h5>drop-down-raqi</h5></a> </div> </div> </div> <div id="desktop-tab-mobily-plans" class="menu-items tab-pane"> <div class="sub-menu-head"> <span class="close-overlay"><img src="/MobilyTheme4Resources/img/mobily/arrow-black.svg" alt="back icon"></span> <span class="sub-menu-title">Mobily Plans</span> <span data-bs-dismiss="modal" class="close-menu"> <img src="/MobilyTheme4Resources/img/mobily/close-black.svg" alt="close icon"> </span></div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href=" javascript:void(0); " ><h5>Postpaid</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans" ><h5>Voice Plans (Compare)</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-150/postpaid-150" style="color:black;">Postpaid 150<span>Best Deal</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 65/postpaid 65" style="color:black;">Postpaid 65<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 100/postpaid 100" style="color:black;">Postpaid 100<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 200/postpaid 200" style="color:black;">Postpaid 200<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 300/postpaid 300" style="color:black;">Postpaid 300<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 400/postpaid 400" style="color:black;">Postpaid 400<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-xstream/postpaid-xstream" style="color:black;">Postpaid XStream<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-xstreamplus/postpaid-xstreamplus" style="color:black;">Postpaid XStream Plus<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-xstreammax/postpaid-xstreammax" style="color:black;">Postpaid XStream Max<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-esim50/postpaid-esim50" style="color:black;">Postpaid eSIM50<span></span></a> </div> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/data-postpaid-plans" ><h5>Data Plans</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/data-postpaid-plans/details/postpaid-100gb/postpaid-100gb" style="color:black;">Postpaid 100GB<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/data-postpaid-plans/details/postpaid-unlimited/postpaid-unlimited" style="color:black;">Postpaid Unlimited<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href=" javascript:void(0); " ><h5>Prepaid</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans" ><h5>Voice Plans (Compare)</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 30/prepaid 30" style="color:black;">Prepaid 30<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 75/prepaid 75" style="color:black;">Prepaid 75<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 110/prepaid 110" style="color:black;">Prepaid 110<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 150/prepaid 150" style="color:black;">Prepaid 150<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid_bundle150/prepaid_bundle150" style="color:black;">Prepaid Bundle 150 Data Booster<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 180/prepaid 180" style="color:black;">Prepaid 180<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaidbundle180_/prepaidbundle180_" style="color:black;">Prepaid Bundle 180 Data Booster<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 220/prepaid 220" style="color:black;">Prepaid 220<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid-bundle220/prepaid-bundle220" style="color:black;">Prepaid Bundle 220 Data Booster<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 360/prepaid 360" style="color:black;">Prepaid 360<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/xstream/xstream" style="color:black;">Prepaid Xstream<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/xstream-plus/xstream-plus" style="color:black;">Prepaid Xstream Plus<span></span></a> </div> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans" ><h5>Data Plans</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-10gb30/prepaid-10gb30" style="color:black;">Prepaid 10GB 30 Days<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-10gb/prepaid-10gb" style="color:black;">Prepaid 10GB 90 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-20gb30/prepaid-20gb30" style="color:black;">Prepaid 20GB 30 Days<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-20gb/prepaid-20gb" style="color:black;">Prepaid 20GB 90 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-50gb/prepaid-50gb" style="color:black;">Prepaid 50GB 60 Days<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-50gb90/prepaid-50gb90" style="color:black;">Prepaid 50GB 90 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-100gb30/prepaid-100gb30" style="color:black;">Prepaid 100GB 30 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-100gb/prepaid-100gb" style="color:black;">Prepaid 100GB 90 Days<span>Special Offer</span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-300gb/prepaid-300gb" style="color:black;">Prepaid 300GB 90 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-600gb180/prepaid-600gb180" style="color:black;">Prepaid 600GB 180 Days<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-unlimited30/prepaid-unlimited30" style="color:black;">Prepaid Unlimited Data 30 Days<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href=" javascript:void(0); " ><h5>Flex Plus</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package" ><h5>Select Your Plan</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus20-bundle/flex-plus20-bundle" style="color:black;">Flex Plus 20<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus30-bundle/flex-plus30-bundle" style="color:black;">Flex Plus 30<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus65-bundle/flex-plus65-bundle" style="color:black;">Flex Plus 65<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus100-bundle/flex-plus100-bundle" style="color:black;">Flex Plus 100<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus150-bundle/flex-plus150-bundle" style="color:black;">Flex Plus 150<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus240-bundle/flex-plus240-bundle" style="color:black;">Flex Plus 240<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus320-bundle/flex-plus320-bundle" style="color:black;">Flex Plus 320<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/mobily-plans/visitor" ><h5>Visitor</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/mobily-plans/national-international" ><h5>International</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href=" javascript:void(0); " ><h5>SIM Services</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown"> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="javascript:(function() {window.sessionStorage.journey='REPLACE_SIM';window.sessionStorage.productKey='replace_your_current_sim-of_8cr62';window.sessionStorage.productCategory='sim';window.sessionStorage.planType='postpaid';window.sessionStorage.productURL='';window.location.href='/wps/portal/web/personal/e-commerce/buy-sim';})()" style="color:black;">Replace your current SIM<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="javascript:(function() {window.sessionStorage.journey='UPGRADE_SIM';window.sessionStorage.productKey='upgrade_my_sim_to_esim-of_kg7j5';window.sessionStorage.productCategory='sim';window.sessionStorage.planType='postpaid';window.sessionStorage.productURL='';window.location.href='/wps/portal/web/personal/e-commerce/buy-sim';})()" style="color:black;">Switch to eSIM<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/mobily-plans/data-bundles" ><h5>Data Bundles</h5></a> </div> </div> </div> <div id="desktop-tab-home-services" class="menu-items tab-pane"> <div class="sub-menu-head"> <span class="close-overlay"><img src="/MobilyTheme4Resources/img/mobily/arrow-black.svg" alt="back icon"></span> <span class="sub-menu-title">Home Services</span> <span data-bs-dismiss="modal" class="close-menu"> <img src="/MobilyTheme4Resources/img/mobily/close-black.svg" alt="close icon"> </span></div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href=" javascript:void(0); " ><h5>Mobily Home Fiber</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid" ><h5>Home Fiber Postpaid</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-80mbps/fiber-postpaid-80mbps" style="color:black;">Home Fiber Postpaid 200<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-100mbps/fiber-postpaid-100mbps" style="color:black;">Home Fiber Postpaid 300<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/mobily fiber postpaid 200/mobily fiber postpaid 200" style="color:black;">Home Fiber Postpaid 400<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-gamers/fiber-postpaid-gamers" style="color:black;">Home Fiber Gamers<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-300/fiber-postpaid-300" style="color:black;">Home Fiber Postpaid 500<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/mobily fiber postpaid 500/mobily fiber postpaid 500" style="color:black;">Home Fiber Postpaid 1GB<span></span></a> </div> </div> <div class="menu-item-dropdown col"> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid" ><h5>Home Fiber Prepaid</h5></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/fiber-prepaid-100mbps/fiber-prepaid-100mbps" style="color:black;">Homer Fiber Prepaid 300<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/mobily fiber prepaid 200/mobily fiber prepaid 200" style="color:black;">Homer Fiber Prepaid 400<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/fiber-prepaid-300mbps/fiber-prepaid-300mbps" style="color:black;">Homer Fiber Prepaid 500<span></span></a> </div> <div class="menu-item"> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/mobily fiber prepaid 500/mobily fiber prepaid 500" style="color:black;">Homer Fiber Prepaid 1GB<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber" ><h5>Mobily Home 4G/5G</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown"> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber/details/5g-internet-home/5g-internet-home" style="color:black;">Mobily Home 5G<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber/details/mobily 5g 100mb/mobily 5g 100mb" style="color:black;">Mobily Home 5G 100Mb<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber/details/5g air fiber 200mb/5g air fiber 200mb" style="color:black;">Mobily Home 5G 200Mb<span>Special Offer</span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber/details/mobily-5g-esim/mobily-5g-esim" style="color:black;">Mobily Home 5G eSIM<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/mobily-air-fiber/details/4g-air-fiber-new/4g-air-fiber-new" style="color:black;">Mobily Home 4G<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/home-services/mobily-fixed-voice" ><h5>Fixed Voice</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/home-services/wifi-solutions" ><h5>WiFi Solutions</h5></a> <img src="/MobilyTheme4Resources/img/icon/arrow-up.svg" alt="arrow up"> </div> <div class="menu-item-dropdown"> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/wifi-solutions/details/small-apartment/small-apartment" style="color:black;">Small Apartment<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/wifi-solutions/details/larg-apartment/larg-apartment" style="color:black;">Large Apartment<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/wifi-solutions/details/home-villa/home-villa" style="color:black;">Home Villa<span></span></a> </div> <!-- SME Switch coder --> <div class="menu-item"> <!-- SME Switch coder --> <a href="/wps/portal/web/personal/home-services/wifi-solutions/details/mesh-extender/mesh-extender" style="color:black;">Mesh Extender<span></span></a> </div> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/home-services/ftth-setup-uat" ><h5>Request New FTTH Coverage</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/home-services/ftth-setup-track-status" ><h5>Check New FTTH Coverage status</h5></a> </div> </div> </div> <div id="desktop-tab-phones-and-accessories" class="menu-items tab-pane"> <div class="sub-menu-head"> <span class="close-overlay"><img src="/MobilyTheme4Resources/img/mobily/arrow-black.svg" alt="back icon"></span> <span class="sub-menu-title">Phones and Accessories</span> <span data-bs-dismiss="modal" class="close-menu"> <img src="/MobilyTheme4Resources/img/mobily/close-black.svg" alt="close icon"> </span></div> </div> <div id="desktop-tab-roaming" class="menu-items tab-pane"> <div class="sub-menu-head"> <span class="close-overlay"><img src="/MobilyTheme4Resources/img/mobily/arrow-black.svg" alt="back icon"></span> <span class="sub-menu-title">Roaming</span> <span data-bs-dismiss="modal" class="close-menu"> <img src="/MobilyTheme4Resources/img/mobily/close-black.svg" alt="close icon"> </span></div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/roaming/faqs" ><h5>FAQs</h5></a> </div> </div> </div> <div id="desktop-tab-auctions" class="menu-items tab-pane"> <div class="sub-menu-head"> <span class="close-overlay"><img src="/MobilyTheme4Resources/img/mobily/arrow-black.svg" alt="back icon"></span> <span class="sub-menu-title">Auctions</span> <span data-bs-dismiss="modal" class="close-menu"> <img src="/MobilyTheme4Resources/img/mobily/close-black.svg" alt="close icon"> </span></div> </div> <div id="desktop-tab-lifestyle" class="menu-items tab-pane"> <div class="sub-menu-head"> <span class="close-overlay"><img src="/MobilyTheme4Resources/img/mobily/arrow-black.svg" alt="back icon"></span> <span class="sub-menu-title">Lifestyle</span> <span data-bs-dismiss="modal" class="close-menu"> <img src="/MobilyTheme4Resources/img/mobily/close-black.svg" alt="close icon"> </span></div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/lifestyle/pay-with-your-number" ><h5>Pay with your number</h5></a> </div> </div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/lifestyle/neqaty" ><h5>Neqaty</h5></a> </div> </div> </div> <div id="desktop-tab-mobily-gamers" class="menu-items tab-pane"> <div class="sub-menu-head"> <span class="close-overlay"><img src="/MobilyTheme4Resources/img/mobily/arrow-black.svg" alt="back icon"></span> <span class="sub-menu-title">Mobily Gamers</span> <span data-bs-dismiss="modal" class="close-menu"> <img src="/MobilyTheme4Resources/img/mobily/close-black.svg" alt="close icon"> </span></div> <!-- SME Switch coder --> <div class="dropdown-wrapper up"> <!-- SME Switch coder --> <div class="dropdown-header"> <a href="/wps/portal/web/personal/mobily-gamers/learn-more-mobily-gamers" ><h5>Mobily Gamers</h5></a> </div> </div> </div> </div> </div> <div class="bottom-level"> <div> <a href="/online/quickpay/quickPay.mobily"><img src="/MobilyTheme4Resources/img/mobily/line-recharge.svg" alt="Line recharge" /> Line recharge <span><img src="/MobilyTheme4Resources/img/mobily/special-arrow.svg" alt="Line recharge" /></span></a> </div> <div> <a href="/wps/portal/web/personal/e-commerce/order"><img src="/MobilyTheme4Resources/img/mobily/track-order.svg" alt="Track order" /> Track order <span><img src="/MobilyTheme4Resources/img/mobily/special-arrow.svg" alt="Track order" /></span></a> </div> <div> <a href="/wps/portal/web/support"><img src="/MobilyTheme4Resources/img/mobily/support.svg" alt="Support" /> Support <span><img src="/MobilyTheme4Resources/img/mobily/special-arrow.svg" alt="Support" /></span></a> </div> <div> <a href="/wps/portal/web/personal/customer-rights"><img src="/MobilyTheme4Resources/img/mobily/customer-rights.svg" alt="Customer rights" /> Customer rights <span><img src="/MobilyTheme4Resources/img/mobily/special-arrow.svg" alt="Customer rights" /></span></a> </div> </div> <div class="log-level"> <div> <a href="/wps/portal/web/login-page?account_type=personal" > <img src="/MobilyTheme4Resources/img/mobily/log-in-grey.svg" alt="SIGN IN" /> SIGN IN <span><img src="/MobilyTheme4Resources/img/mobily/special-arrow.svg" alt="SIGN IN" /></span> </a> </div> </div> </div> </div> </div> <script> console.log("Sidenav Mobile jsp #######"); </script> </div> <style>.fa-arrow-left{} #backToMenu{float:right;}</style> <style>.mobily-search .App{padding:0 !mportant;}.mobily .search {padding-right: 0 !important; padding-left: 0 !important;}.mobily #mobily-search .search--container{padding: 60px 50px 0 50px !important;}@media (max-width: 575.98px){.mobily #mobily-search .search--container{height: auto !important;}}</style> <!-- SEARCH HEAD - START EN --><!-- <div id="mobily-search" class="search modal fadeInDown animated" tabindex="-1" role="dialog"> --> <div id="mobily-search" class="search modal fadeInDown animated" tabindex="-1" role="dialog"> <div class="search--container" style="padding:0 !important ; background-color:#fff !important;"> <p class="pt-4 pr-4 pl-4 pb-0 mb-0"><a href="javascript:void(0);" id="backToMenu" data-bs-dismiss="modal"><i class="fa fa-times" style="font-size: 1.2rem;color: #007bff;"></i></a></p> <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/reset-min.css" integrity="sha256-t2ATOGCtAIZNnzER679jwcFcKYfLlw01gli6F6oszk8=" crossorigin="anonymous"><link rel="manifest" href="/search/manifest.json"/><title>React App</title><script defer="defer" src="/search/static/js/main.b2f80137.js"></script><link href="/search/static/css/main.020ddec4.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root-search"></div></body></html> </div> </div> <!-- SEARCH HEAD - END --><!-- <a rel="dynamic-content" href="dyn-cs:id:mobilytheme4_tertiaryNav"></a> --> <!-- <a rel="dynamic-content" href="dyn-cs:id:mobilytheme4_header"></a> --> <div role="main" tabindex="-1" aria-label="IBM WebSphere Portal"> <div> <!-- asa markup contributions for pages --> <div class="asa.page" id="asa.page" style="display:none;"> <span class="asa.page.id">Z6_6QDE0K01P86080QULCB8M71022</span> </div> <!-- <a rel="dynamic-content" href="dyn-cs:id:mobilytheme4_crumbTrail"></a> --> <div class="wpthemeClear"></div> <div class="wpthemeInner"> <div id="wpthemeStatusBarContainer" class="wpthemeStatusBarContainer"> <noscript> <div class="wpthemeMessage" role="alert" wairole="alert"> <img class="wpthemeMsgIcon wpthemeMsgIconError" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Error" /> <span class="wpthemeAltText">Error:</span> <div class="wpthemeMessageBody">Javascript is disabled in this browser. This page requires Javascript. Modify your browser's settings to allow Javascript to execute. See your browser's documentation for specific instructions.</div> </div> </noscript> </div> </div> </div> <!-- required - do not remove --> <div style="display:none" id="portletState">{}</div><div id="layoutContainers"> <div> <table class="layoutRow ibmDndRow component-container " cellpadding="0" cellspacing="0" role="presentation"> <tr> <td valign="top" > <table class="layoutColumn ibmDndColumn component-container id-Z7_6QDE0K01P86080QULCB8M71021 layoutNode" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td style="width:100%;" valign="top"> <div class='component-control id-Z7_6QDE0K01P86080QULCB8M71062' ><span id="Z7_6QDE0K01P86080QULCB8M71062"></span><section class="ibmPortalControl wpthemeControl wpthemeHidden a11yRegionTarget" role="region"> <div class="asa.portlet" id="asa.portlet.Z7_6QDE0K01P86080QULCB8M71062" style="display:none;"> <span class="asa.portlet.id">Z7_6QDE0K01P86080QULCB8M71062</span> </div> <!-- start header markup --> <header class="wpthemeControlHeader" role="banner" aria-label="Skin header"> <div class="wpthemeInner"> <h2> <img class="dndHandle" draggable="true" ondragstart="wpModules.dnd.util.portletDragStart(event, this, this.parentNode, 30, 0);" ondragend="wpModules.dnd.util.portletDragEnd(event);" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt=""/> <!-- lm-dynamic-title node marks location for dynamic title support --> <span class="lm-dynamic-title asa.portlet.title a11yRegionLabel">Mobily Pay</span> </h2> <a aria-haspopup="true" aria-label="Display content menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus contextMenuInSkinIcon" style="display:none" tabindex="0"> <span title="Display content menu"><img aria-label="Display content menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Component Action Menu</span> <!-- start CAM template --> <span class="wpthemeMenu" data-positioning-handler="horizontallyCenteredBelow"> <div class="wpthemeMenuBorder"> <!-- define the menu item template inside the "ul" element. only "css-class", "description", and "title" are handled by the theme's sample javascript. --> <ul class="wpthemeMenuDropDown wpthemeTemplateMenu" role="menu"> <li class="${css-class}" role="menuitem" tabindex="-1"><span class="wpthemeMenuText">${title}</span></li> </ul> <div class="verticalMenuPointer pointer"></div> </div> <!-- Template for loading --> <div class="wpthemeMenuLoading wpthemeTemplateLoading">${loading}</div> <!-- Template for submenu --> <div class="wpthemeAnchorSubmenu wpthemeTemplateSubmenu"> <div class="wpthemeMenuBorder wpthemeMenuSubmenu"> <ul id="${submenu-id}" class="wpthemeMenuDropDown" role="menu"> <li role="menuitem" tabindex="-1"></li> </ul> </div> </div> </span> <!-- end CAM template --> </a> <a aria-haspopup="true" aria-label="Display portlet menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus" tabindex="0" onclick="if (typeof wptheme != 'undefined') wptheme.contextMenu.init({ 'node': this, menuId: 'skinAction', jsonQuery: {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}, params: {'alignment':'right'}});" onkeydown="javascript:if (typeof i$ != 'undefined' && typeof wptheme != 'undefined') {if (event.keyCode ==13 || event.keyCode ==32 || event.keyCode==38 || event.keyCode ==40) {wptheme.contextMenu.init(this, 'skinAction', {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}); return false;}}"> <span title="Display portlet menu"><img aria-label="Display portlet menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Actions</span> </a> </div> </header> <div class="wpthemeControlBody wpthemeOverflowAuto wpthemeClear"> <!-- lm:control dynamic spot injects markup of layout control --> <!-- asa.overlay marks the node that the AsaOverlayWidget will be placed in --> <div style="position:relative; z-index: 1;"> <div class="analytics.overlay" ></div> </div> <style> .portal-m3 .item{background-size:cover; background-color: #000;position: relative; width: 100%; height: 100vh; overflow: hidden;}.portal-m3{top: -96px; }.carousel-mobily h2{font-size:18vh; line-height:20vh;} .portal-m3 .item img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: right bottom;}.carousel-mobily{position: relative; top: 96px; margin-left: 10.6rem; margin-right: 35.56%; color:#fff; padding-top: 1.25rem; /*padding-bottom: 1.25rem; display: flex; flex-direction: column; justify-content: space-between;*/ box-sizing: border-box; height: 100%;}.portal-m3 .action-btn{position: relative; bottom: 100px; margin-left: 10.6rem; text-transform: uppercase; font-family: SimplonNorm-Bold; font-size: 16px; line-height: 16px; letter-spacing: 0.8px;}.portal-m3 .owl-dots{position: relative; bottom: 60px; z-index: 999; margin-left: 9.6rem;}.explore-arrow{position: relative; z-index: 1; left: 90%; top: -200px;} @media (max-width: 1160px) { .portal-m3 .action-btn, .carousel-mobily{margin-left: 36px;}.portal-m3 .owl-dots{margin-left: 30px;}.carousel-mobily h2{font-size:4rem; line-height:4rem;} } </style> <div class="owl-carousel owl-theme portal-m3"><div class="item"> <img src="/wps/wcm/connect/06eb3394-66c2-41ef-bb15-6b08c36060a0/S25+Edge+-+web+en.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-06eb3394-66c2-41ef-bb15-6b08c36060a0-prpKc1Y" alt="" /> <div class="carousel-mobily"> <h6>Galaxy S25 Edge</h6> <h2>Available For Pre-Order!</h2> </div> <div class="action-btn mb-5"> <a href="https://www.mobily.com.sa/wps/portal/web/personal/mobile/phones-and-accessories/details/galaxy-s25-edge/"> Pre-Order Now <i class="fa fa-arrow-right ms-3"></i> </a></div> </div><div class="item"> <img src="/wps/wcm/connect/b0e24430-b127-414e-a271-c31ec8108037/Postpaid+150_+mobily+channels+web+Banner+1920x1300+right.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-b0e24430-b127-414e-a271-c31ec8108037-pr3Gkh5" alt="" /> <div class="carousel-mobily"> <h6>Postpaid 150</h6> <h2>Lead with power</h2> </div> <div class="action-btn mb-5"> <a href="https://www.mobily.com.sa/web/en/personal/mobile/postpaid/postpaid-150"> Subscribe now <i class="fa fa-arrow-right ms-3"></i> </a></div> </div><div class="item"> <img src="/wps/wcm/connect/a0f7e4b6-aa03-46b4-a434-53b2a71f62a6/website+banner+1920x1300+%281%29+copy.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-a0f7e4b6-aa03-46b4-a434-53b2a71f62a6-prdYMZR" alt="" /> <div class="carousel-mobily"> <h6>Flex Plus</h6> <h2>Talk and connect more</h2> </div> <div class="action-btn mb-5"> <a href="https://www.mobily.com.sa/web/en/personal/mobile/flexplus/flexplus"> Subscribe now <i class="fa fa-arrow-right ms-3"></i> </a></div> </div><div class="item"> <img src="/wps/wcm/connect/b542d642-b027-4a24-8075-6d81c864fc61/Ramadan_FTTH_web_1920x1300_en.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-b542d642-b027-4a24-8075-6d81c864fc61-pl8r9QO" alt="" /> <div class="carousel-mobily"> <h6>Mobily Home Fiber</h6> <h2>Limited Time Offer</h2> </div> <div class="action-btn mb-5"> <a href="https://www.mobily.com.sa/web/en/personal/home/fiber-postpaid/fiber-postpaid"> Details <i class="fa fa-arrow-right ms-3"></i> </a></div> </div><div class="item"> <img src="/wps/wcm/connect/6cc5eaa2-d70a-4677-909b-0cfb07dabe98/Ramadan_5G_web_1920x1300_en.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-6cc5eaa2-d70a-4677-909b-0cfb07dabe98-pl8t0T3" alt="" /> <div class="carousel-mobily"> <h6>Mobily Home 5G</h6> <h2>Limited Time Offer</h2> </div> <div class="action-btn mb-5"> <a href="https://www.mobily.com.sa/wps/portal/web/personal/home-services/mobily-air-fiber/details/5g%20air%20fiber%20200mb/5g%20air%20fiber%20200mb"> Details <i class="fa fa-arrow-right ms-3"></i> </a></div> </div><div class="item"> <img src="/wps/wcm/connect/af15c754-ee42-473e-bf2c-2630c82f0bb3/web+banner+1920x1300+right.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-af15c754-ee42-473e-bf2c-2630c82f0bb3-plmiFWX" alt="" /> <div class="carousel-mobily"> <h6>iPhone 16e</h6> <h2>Available Now!</h2> </div> <div class="action-btn mb-5"> <a href="https://shop.mobily.com.sa/product/iphone-16e/?lang=en"> ORDER NOW <i class="fa fa-arrow-right ms-3"></i> </a></div> </div><div class="item"> <img src="/wps/wcm/connect/2a28d568-30f7-442a-9495-f5aa7e79bae0/Ultra_1.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-2a28d568-30f7-442a-9495-f5aa7e79bae0-pjG81NI" alt="" /> <div class="carousel-mobily"> <h6>Galaxy S25 Ultra</h6> <h2>First 6 Installments Free</h2> </div> <div class="action-btn mb-5"> <a href="https://shop.mobily.com.sa/product/galaxy-s25-ultra/?lang=en"> ORDER NOW <i class="fa fa-arrow-right ms-3"></i> </a></div> </div><div class="item"> <img src="/wps/wcm/connect/fb916b8e-d04f-4df4-a119-c6e9442bcce0/Huawei_Mate_X6_fold_web_1920x1300_en.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-fb916b8e-d04f-4df4-a119-c6e9442bcce0-phpIvQA" alt="" /> <div class="carousel-mobily"> <h6>Huawei MateX6</h6> <h2>Available now</h2> </div> <div class="action-btn mb-5"> <a href="https://shop.mobily.com.sa/product/huawei-mate-x6/?lang=en"> Order now <i class="fa fa-arrow-right ms-3"></i> </a></div> </div><div class="item"> <img src="/wps/wcm/connect/6e1289fd-0ba1-483b-b9b2-3f84e4dc6c31/Mobily+gamers+new+platfrom+web+banner+1920x1300+right.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-6e1289fd-0ba1-483b-b9b2-3f84e4dc6c31-peGEXII" alt="" /> <div class="carousel-mobily"> <h6>MobilyGamers </h6> <h2>Gamers World Begins Here</h2> </div> <div class="action-btn mb-5"> <a href="https://gamers.mobily.com.sa"> Pay with Mobily <i class="fa fa-arrow-right ms-3"></i> </a></div> </div><div class="item"> <img src="/wps/wcm/connect/e425bd16-37cd-4829-a5bd-1ffa6640a016/Web+Banner2+%281%29.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-e425bd16-37cd-4829-a5bd-1ffa6640a016-pqBsc8r" alt="" width="828" height="862" /> <div class="carousel-mobily"> <h6>OSN+</h6> <h2>New season </h2> </div> <div class="action-btn mb-5"> <a href="https://www.mobily.com.sa/web/en/personal/mobile/direct-billing-services/osn"> PAY WITH MOBILY <i class="fa fa-arrow-right ms-3"></i> </a></div> </div><div class="item"> <img src="/wps/wcm/connect/36a57ad9-4d30-412b-aaf5-eb7f1fb88dff/Spacetoon+-+one+month+promo+_+DCB+web+banner+1920x1300+right.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-36a57ad9-4d30-412b-aaf5-eb7f1fb88dff-paZDzDJ" alt="" width="828" height="862" /> <div class="carousel-mobily"> <h6>Spacetoon</h6> <h2>One Month For Free</h2> </div> <div class="action-btn mb-5"> <a href="https://www.mobily.com.sa/web/en/personal/mobile/direct-billing-services/spacetoon"> Pay With Mobily <i class="fa fa-arrow-right ms-3"></i> </a></div> </div></div> <a href="#expand_your_mobily" class="explore-arrow smooth-scroll"> <svg class="icon icon-down-arrow" width="29" height="27"> <use xlink:href="/MobilyTheme4Resources/img/mobily/sprite.svg#icon-down-arrow"></use> </svg> </a> <script> $(document).ready(function() { var mydir = $("html").attr("lang"); if (mydir == 'ar') { rtlVal=true } else{ rtlVal=false } var owl = $('.portal-m3'); owl.owlCarousel({ items: 1, loop: true, margin: 0, autoplay: true, autoplayTimeout: 2000, rtl: rtlVal, autoplayHoverPause: true }); }) </script> <div class="wpthemeClear"></div> </div> </section> </div> </td> </tr> <tr> <td style="width:100%;" valign="top"> <div class='component-control id-Z7_6QDE0K01P8HP00QUT9V8RB3S32' ><span id="Z7_6QDE0K01P8HP00QUT9V8RB3S32"></span><section class="ibmPortalControl wpthemeControl wpthemeHidden a11yRegionTarget" role="region"> <div class="asa.portlet" id="asa.portlet.Z7_6QDE0K01P8HP00QUT9V8RB3S32" style="display:none;"> <span class="asa.portlet.id">Z7_6QDE0K01P8HP00QUT9V8RB3S32</span> </div> <!-- start header markup --> <header class="wpthemeControlHeader" role="banner" aria-label="Skin header"> <div class="wpthemeInner"> <h2> <img class="dndHandle" draggable="true" ondragstart="wpModules.dnd.util.portletDragStart(event, this, this.parentNode, 30, 0);" ondragend="wpModules.dnd.util.portletDragEnd(event);" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt=""/> <!-- lm-dynamic-title node marks location for dynamic title support --> <span class="lm-dynamic-title asa.portlet.title a11yRegionLabel">Your Lifestyle</span> </h2> <a aria-haspopup="true" aria-label="Display content menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus contextMenuInSkinIcon" style="display:none" tabindex="0"> <span title="Display content menu"><img aria-label="Display content menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Component Action Menu</span> <!-- start CAM template --> <span class="wpthemeMenu" data-positioning-handler="horizontallyCenteredBelow"> <div class="wpthemeMenuBorder"> <!-- define the menu item template inside the "ul" element. only "css-class", "description", and "title" are handled by the theme's sample javascript. --> <ul class="wpthemeMenuDropDown wpthemeTemplateMenu" role="menu"> <li class="${css-class}" role="menuitem" tabindex="-1"><span class="wpthemeMenuText">${title}</span></li> </ul> <div class="verticalMenuPointer pointer"></div> </div> <!-- Template for loading --> <div class="wpthemeMenuLoading wpthemeTemplateLoading">${loading}</div> <!-- Template for submenu --> <div class="wpthemeAnchorSubmenu wpthemeTemplateSubmenu"> <div class="wpthemeMenuBorder wpthemeMenuSubmenu"> <ul id="${submenu-id}" class="wpthemeMenuDropDown" role="menu"> <li role="menuitem" tabindex="-1"></li> </ul> </div> </div> </span> <!-- end CAM template --> </a> <a aria-haspopup="true" aria-label="Display portlet menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus" tabindex="0" onclick="if (typeof wptheme != 'undefined') wptheme.contextMenu.init({ 'node': this, menuId: 'skinAction', jsonQuery: {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}, params: {'alignment':'right'}});" onkeydown="javascript:if (typeof i$ != 'undefined' && typeof wptheme != 'undefined') {if (event.keyCode ==13 || event.keyCode ==32 || event.keyCode==38 || event.keyCode ==40) {wptheme.contextMenu.init(this, 'skinAction', {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}); return false;}}"> <span title="Display portlet menu"><img aria-label="Display portlet menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Actions</span> </a> </div> </header> <div class="wpthemeControlBody wpthemeOverflowAuto wpthemeClear"> <!-- lm:control dynamic spot injects markup of layout control --> <!-- asa.overlay marks the node that the AsaOverlayWidget will be placed in --> <div style="position:relative; z-index: 1;"> <div class="analytics.overlay" ></div> </div> <div id="expand_your_mobily" class="mobily-container mobily-to-top"> <div class="section-text-wrapper"> <div class="text-wrapper"> <h1 class="wow fadeInLeft">Your Lifestyle <br> your choice </h1> <p class="wow fadeInLeft">Explore our plans<br><br><!--<a href="/wps/portal/web/personal/mobile/postpaid" class="om-btn" style="font-size:14px !important">Join Mobily</a>--> <div> <style>.sim-style {max-width: 164px;vertical-align:top;color: #000 !important; font-size: 14px; display: inline-block; padding: 20px; text-align: center;}.mobily .section-text-wrapper .text-wrapper{height: auto !important;}@media only screen and (max-width: 768px) {.sim-style{font-size: 12px; padding: 20px 10px; width: 33%;}}</style><a href="/web/en/personal/self-service-activation" class="sim-style"><img src="/wps/wcm/connect/464d93d5-fbe2-4549-83bc-af1a263b5f09/buy-a-new-sim.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-464d93d5-fbe2-4549-83bc-af1a263b5f09-pehrHIq" alt="" width="60" height="60" /><br>Activate Your SIM</a><a href="/web/en/personal/mobile/postpaid/postpaid" class="sim-style"><img src="/wps/wcm/connect/cbc1f4af-bfbb-4a31-abb9-15a4eac24004/buy-a-new-sim.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-cbc1f4af-bfbb-4a31-abb9-15a4eac24004-oK5mNUO" alt="" width="60" height="60" /><br>Buy a new SIM</a><a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans" onclick="javascript: window.sessionStorage.journey='REPLACE_SIM';window.sessionStorage.productKey='replace_your_current_sim-of_8cr62';window.sessionStorage.productCategory='sim';window.sessionStorage.planType='postpaid';window.sessionStorage.productURL='';" class="sim-style"><img src="/wps/wcm/connect/6c77e71b-7288-447e-a0fe-7e50281e3eb1/upgrade-to-esim.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-6c77e71b-7288-447e-a0fe-7e50281e3eb1-p0QED0L" alt="" width="60" height="60" /><br>Buy physical SIM</a><a href="https://mobily.com.sa/online/quickpay/quickPay.mobily" onclick="javascript: window.sessionStorage.journey='REPLACE_SIM';window.sessionStorage.productKey='replace_your_current_sim-of_8cr62';window.sessionStorage.productCategory='sim';window.sessionStorage.planType='postpaid';window.sessionStorage.productURL='';" class="sim-style"><img src="/wps/wcm/connect/d1628bea-39ee-43c0-8c00-d1a8ffd171cb/upgrade-to-esim.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-d1628bea-39ee-43c0-8c00-d1a8ffd171cb-oLSR7Ed" alt="" width="60" height="60" /><br>Pay for a bill</a><a href="https://mobily.com.sa/online/quickpay/quickPay.mobily" onclick="javascript: window.sessionStorage.journey='REPLACE_SIM';window.sessionStorage.productKey='replace_your_current_sim-of_8cr62';window.sessionStorage.productCategory='sim';window.sessionStorage.planType='postpaid';window.sessionStorage.productURL='';" class="sim-style"><img src="/wps/wcm/connect/6d6786d9-d6bb-476f-af39-67eb8c53cff6/upgrade-to-esim.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-6d6786d9-d6bb-476f-af39-67eb8c53cff6-oMQpZ-Y" alt="" width="60" height="60" /><br>Recharge line</a><a href="/web/en/personal/mobile/postpaid/postpaid" onclick="javascript: window.sessionStorage.journey='REPLACE_SIM';window.sessionStorage.productKey='replace_your_current_sim-of_8cr62';window.sessionStorage.productCategory='sim';window.sessionStorage.planType='postpaid';window.sessionStorage.productURL='';" class="sim-style"><img src="/wps/wcm/connect/aa39c865-501f-486e-830b-87a4ad1355bc/upgrade-to-esim.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-aa39c865-501f-486e-830b-87a4ad1355bc-p4kRxxq" alt="" width="60" height="60" /><br>Transfer Your number</a><a href="javascript:(function() {window.sessionStorage.journey='UPGRADE_SIM';window.sessionStorage.productKey='upgrade_my_sim_to_esim-of_kg7j5';window.sessionStorage.productCategory='sim';window.sessionStorage.planType='postpaid';window.sessionStorage.productURL='';window.location.href='/wps/portal/web/personal/e-commerce/buy-sim';})()" class="sim-style"><img src="/wps/wcm/connect/fdedfd59-2752-4ec9-adea-4841cb6cb8bb/buy-a-new-sim.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-fdedfd59-2752-4ec9-adea-4841cb6cb8bb-p9SrX.Q" alt="" width="60" height="60" /><br>Switch to eSIM</a><a href="javascript:(function() {window.sessionStorage.journey='REPLACE_SIM';window.sessionStorage.productKey='replace_your_current_sim-of_8cr62';window.sessionStorage.productCategory='sim';window.sessionStorage.planType='postpaid';window.sessionStorage.productURL='';window.location.href='/wps/portal/web/personal/e-commerce/buy-sim';})()" class="sim-style"><img src="/wps/wcm/connect/c6ec6d64-a79e-49eb-b1fb-199d81b01105/buy-a-new-sim.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-c6ec6d64-a79e-49eb-b1fb-199d81b01105-p9SrSO7" alt="" width="60" height="60" /><br>Replace your current SIM</a> </div></p> </div> </div> </div> <div class="wpthemeClear"></div> </div> </section> </div> </td> </tr> <tr> <td style="width:100%;" valign="top"> <div class='component-control id-Z7_6QDE0K01P8HP00QUT9V8RB3S31' ><span id="Z7_6QDE0K01P8HP00QUT9V8RB3S31"></span><section class="ibmPortalControl wpthemeControl wpthemeHidden a11yRegionTarget" role="region"> <div class="asa.portlet" id="asa.portlet.Z7_6QDE0K01P8HP00QUT9V8RB3S31" style="display:none;"> <span class="asa.portlet.id">Z7_6QDE0K01P8HP00QUT9V8RB3S31</span> </div> <!-- start header markup --> <header class="wpthemeControlHeader" role="banner" aria-label="Skin header"> <div class="wpthemeInner"> <h2> <img class="dndHandle" draggable="true" ondragstart="wpModules.dnd.util.portletDragStart(event, this, this.parentNode, 30, 0);" ondragend="wpModules.dnd.util.portletDragEnd(event);" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt=""/> <!-- lm-dynamic-title node marks location for dynamic title support --> <span class="lm-dynamic-title asa.portlet.title a11yRegionLabel">Full control</span> </h2> <a aria-haspopup="true" aria-label="Display content menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus contextMenuInSkinIcon" style="display:none" tabindex="0"> <span title="Display content menu"><img aria-label="Display content menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Component Action Menu</span> <!-- start CAM template --> <span class="wpthemeMenu" data-positioning-handler="horizontallyCenteredBelow"> <div class="wpthemeMenuBorder"> <!-- define the menu item template inside the "ul" element. only "css-class", "description", and "title" are handled by the theme's sample javascript. --> <ul class="wpthemeMenuDropDown wpthemeTemplateMenu" role="menu"> <li class="${css-class}" role="menuitem" tabindex="-1"><span class="wpthemeMenuText">${title}</span></li> </ul> <div class="verticalMenuPointer pointer"></div> </div> <!-- Template for loading --> <div class="wpthemeMenuLoading wpthemeTemplateLoading">${loading}</div> <!-- Template for submenu --> <div class="wpthemeAnchorSubmenu wpthemeTemplateSubmenu"> <div class="wpthemeMenuBorder wpthemeMenuSubmenu"> <ul id="${submenu-id}" class="wpthemeMenuDropDown" role="menu"> <li role="menuitem" tabindex="-1"></li> </ul> </div> </div> </span> <!-- end CAM template --> </a> <a aria-haspopup="true" aria-label="Display portlet menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus" tabindex="0" onclick="if (typeof wptheme != 'undefined') wptheme.contextMenu.init({ 'node': this, menuId: 'skinAction', jsonQuery: {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}, params: {'alignment':'right'}});" onkeydown="javascript:if (typeof i$ != 'undefined' && typeof wptheme != 'undefined') {if (event.keyCode ==13 || event.keyCode ==32 || event.keyCode==38 || event.keyCode ==40) {wptheme.contextMenu.init(this, 'skinAction', {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}); return false;}}"> <span title="Display portlet menu"><img aria-label="Display portlet menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Actions</span> </a> </div> </header> <div class="wpthemeControlBody wpthemeOverflowAuto wpthemeClear"> <!-- lm:control dynamic spot injects markup of layout control --> <!-- asa.overlay marks the node that the AsaOverlayWidget will be placed in --> <div style="position:relative; z-index: 1;"> <div class="analytics.overlay" ></div> </div> <style> h2.mobily-header{font-size: 72px; line-height: 72px;} @media (max-width: 1200px) { h2.mobily-header{font-size: 48px; line-height: 48px;} } </style> <div class="mobily-container mobily-to-top"> <div class="two-column-hover"><div class="right"> <div class="overlay" style="background-image: url(/wps/wcm/connect/d8c5e095-6a8c-4558-81f9-5e252cec7630/allways_connected.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-d8c5e095-6a8c-4558-81f9-5e252cec7630-oqnw8Zt);"> <h2 class="wow fadeInLeft word-break-1 mobily-header"> Always connected </h2> <p class="wow fadeInLeft"> Check our postpaid plans </p> <div class="cta-block redirect"> <a href="/wps/portal/web/personal/mobile/postpaid"> view details<i class="fa fa-arrow-right ms-3"></i> </a></div> </div> </div><div class="left"> <div class="overlay" style="background-image: url(/wps/wcm/connect/bb1a2fba-3734-4099-a565-3d24e4711522/full_controll.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-bb1a2fba-3734-4099-a565-3d24e4711522-o9IUry0);"> <h2 class="wow fadeInLeft word-break-1 mobily-header"> Full control </h2> <p class="wow fadeInLeft"> Check our prepaid plans </p> <div class="cta-block redirect"> <a href="/wps/portal/web/personal/mobile/prepaid"> view details<i class="fa fa-arrow-right ms-3"></i> </a></div> </div> </div><div class="row" id="prepaid-plan-details"> <div class="col-4"> <h2>National minutes to all networks, Social Media apps & a lot of Data!</h2> </div> <div class="col-4"> <ul> <li> <strong>Unlimited Data</strong> </li> <li> <strong>Unlimited Minutes</strong> </li> <li> <strong>Unlimited Social Media</strong> </li> <li> <strong>Free Data Carry Over</strong> </li> </ul> </div> <script> var prepaidindex = 0; </script> <div id="prepaid-plan-carousel" class="col-4 carousel slide" data-bs-ride="carousel" data-bs-touch="true"> <!-- Wrapper for slides --> <div class="carousel-inner"><div class="carousel-item active"> <div class="col-6"> <h4> Prepaid 30 </h4> <p> Just right! </p> <div class="price-wrapper"> <span class="price"> <h2> 30 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> 1 <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> 100 </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> 1 GB </h4> </div> </div> </div> </div> <script> prepaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Prepaid 110 </h4> <p> </p> <div class="price-wrapper"> <span class="price"> <h2> 110 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> 25 <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> 1500 </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> 30 GB </h4> </div> </div> </div> </div> <script> prepaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Prepaid 75 </h4> <p> </p> <div class="price-wrapper"> <span class="price"> <h2> 75 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> 10 <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> 500 </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> 10 GB </h4> </div> </div> </div> </div> <script> prepaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Prepaid 150 </h4> <p> Get social! </p> <div class="price-wrapper"> <span class="price"> <h2> 150 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> 55 <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> 3000 </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> Unlimited </h4> </div> </div> </div> </div> <script> prepaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Prepaid 180 </h4> <p> Your way & more! </p> <div class="price-wrapper"> <span class="price"> <h2> 180 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> 90 <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> Unlimited </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> Unlimited </h4> </div> </div> </div> </div> <script> prepaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Prepaid 220 </h4> <p> Chat time? </p> <div class="price-wrapper"> <span class="price"> <h2> 220 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> 100 <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> Unlimited </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> Unlimited </h4> </div> </div> </div> </div> <script> prepaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Prepaid 360 </h4> <p> True unlimited! </p> <div class="price-wrapper"> <span class="price"> <h2> 360 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> Unlimited <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> Unlimited </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> Unlimited </h4> </div> </div> </div> </div> <script> prepaidindex++; </script> </div> <!-- Left and right controls --> <a class="left carousel-control" href="#prepaid-plan-carousel" data-bs-slide="prev" style="display: none"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#prepaid-plan-carousel" data-bs-slide="next" style="display: none"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> <!-- Indicators --> <script> document.write('<ol class="carousel-indicators" style="margin: 4rem;">'); document.write('<li data-bs-target="#prepaid-plan-carousel" data-bs-slide-to="0" class="dot active" style="background: #008CFF;"></li>'); for(i=1 ; i<prepaidindex; i++){ document.write('<li data-bs-target="#prepaid-plan-carousel" data-bs-slide-to="'+i+'" class="dot" style="background: #008CFF;"></li>'); } document.write('</ol>'); </script> </div> </div><div class="row" id="postpaid-plan-details"> <div class="col-4"> <h2>National minutes to all networks, Social Media apps & a lot of Data!</h2> </div> <div class="col-4"> <ul> <li> <strong>Unlimited Data</strong> </li> <li> <strong>Unlimited Minutes</strong> </li> <li> <strong>Unlimited Social Media</strong> </li> <li> <strong>Free Data Carry Over</strong> </li> </ul> </div> <script> var postpaidindex = 0; </script> <div id="postpaid-plan-carousel" class="col-4 carousel slide" data-bs-ride="carousel" data-bs-touch="true"> <!-- Wrapper for slides --> <div class="carousel-inner"><div class="carousel-item active"> <div class="col-6"> <h4> Postpaid 65 </h4> <p> Always online </p> <div class="price-wrapper"> <span class="price"> <h2> 74.75 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> 8 <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> 400 </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> 8 GB </h4> </div> </div> </div> </div> <script> postpaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Postpaid 100 </h4> <p> Your smart choice! </p> <div class="price-wrapper"> <span class="price"> <h2> 115 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> 20 <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> 1500 </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> 15 GB </h4> </div> </div> </div> </div> <script> postpaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Postpaid 200 </h4> <p> Your perfect choice! </p> <div class="price-wrapper"> <span class="price"> <h2> 230 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> 97 <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> Unlimited </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> Unlimited </h4> </div> </div> </div> </div> <script> postpaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Postpaid 300 </h4> <p> Socializing is life! </p> <div class="price-wrapper"> <span class="price"> <h2> 345 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> 150 <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> Unlimited </h4> </div> <div class="social-media"> <small> Social Media </small> <h4> Unlimited </h4> </div> </div> </div> </div> <script> postpaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Postpaid 400 </h4> <p> Your Elegant Choice! </p> <div class="price-wrapper"> <span class="price"> <h2> 460 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> <div class="data"> <small> Data </small> <h4> Unlimited <small> GB</small></h4> </div> <div class="minutes"> <small> Minutes </small> <h4> Unlimited </h4> </div> </div> </div> </div> <script> postpaidindex++; </script><div class="carousel-item "> <div class="col-6"> <h4> Postpaid eSIM50 </h4> <p> Unleash the sharing power with Postpaid eSIM50 </p> <div class="price-wrapper"> <span class="price"> <h2> 57.5 </h2> </span> <span class="currency-wrapper"> <small>SAR</small> <small>/month</small> </span> </div> </div> <div class="col-6"> <div class="package"> </div> </div> </div> <script> postpaidindex++; </script> </div> <!-- Left and right controls --> <a class="left carousel-control" href="#postpaid-plan-carousel" data-bs-slide="prev" style="display: none"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#postpaid-plan-carousel" data-bs-slide="next" style="display: none"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> <!-- Indicators --> <script> document.write('<ol class="carousel-indicators" style="margin: 4rem;">'); document.write('<li data-bs-target="#postpaid-plan-carousel" data-bs-slide-to="0" class="dot active" style="background: #008CFF;"></li>'); for(i=1 ; i<postpaidindex; i++){ document.write('<li data-bs-target="#postpaid-plan-carousel" data-bs-slide-to="'+i+'" class="dot" style="background: #008CFF;"></li>'); } document.write('</ol>'); </script> </div> </div></div> </div> <div class="mobily-container mobily-to-top"> <div class="one-column" style="background-image: url(/wps/wcm/connect/572aedc5-5395-4cb6-94c1-865e9d1df74f/raqi_home_banner.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-572aedc5-5395-4cb6-94c1-865e9d1df74f-p07jY7B);"> <div class="text"> <p class="author wow fadeInUp"> RAQI Package </p> <h2 class="wow fadeInUp mobily-header"> </h2> <p class="description wow fadeInUp"> Our premium plan with:<br> Unlimited usage.<br> No restrictions. </p> <div class="cta-block"> <a href="/wps/portal/web/personal/mobile/raqi"> View Details <i class="fa fa-arrow-right ms-3"></i> </a></div> </div> </div> <a class="explore" href="/wps/portal/mobily40/personal/mobile/raqi"> <h5>APPLY NOW </h5> <img src="/MobilyTheme4Resources/img/icon/arrow-right.svg"> </a> </div> </div> <div class="wpthemeClear"></div> </div> </section> </div> </td> </tr> <tr> <td style="width:100%;" valign="top"> <div class='component-control id-Z7_6QDE0K01P8HP00QUT9V8RB3SR5' ><span id="Z7_6QDE0K01P8HP00QUT9V8RB3SR5"></span><section class="ibmPortalControl wpthemeControl wpthemeHidden a11yRegionTarget" role="region"> <div class="asa.portlet" id="asa.portlet.Z7_6QDE0K01P8HP00QUT9V8RB3SR5" style="display:none;"> <span class="asa.portlet.id">Z7_6QDE0K01P8HP00QUT9V8RB3SR5</span> </div> <!-- start header markup --> <header class="wpthemeControlHeader" role="banner" aria-label="Skin header"> <div class="wpthemeInner"> <h2> <img class="dndHandle" draggable="true" ondragstart="wpModules.dnd.util.portletDragStart(event, this, this.parentNode, 30, 0);" ondragend="wpModules.dnd.util.portletDragEnd(event);" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt=""/> <!-- lm-dynamic-title node marks location for dynamic title support --> <span class="lm-dynamic-title asa.portlet.title a11yRegionLabel">Not sure which plan suits you best?</span> </h2> <a aria-haspopup="true" aria-label="Display content menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus contextMenuInSkinIcon" style="display:none" tabindex="0"> <span title="Display content menu"><img aria-label="Display content menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Component Action Menu</span> <!-- start CAM template --> <span class="wpthemeMenu" data-positioning-handler="horizontallyCenteredBelow"> <div class="wpthemeMenuBorder"> <!-- define the menu item template inside the "ul" element. only "css-class", "description", and "title" are handled by the theme's sample javascript. --> <ul class="wpthemeMenuDropDown wpthemeTemplateMenu" role="menu"> <li class="${css-class}" role="menuitem" tabindex="-1"><span class="wpthemeMenuText">${title}</span></li> </ul> <div class="verticalMenuPointer pointer"></div> </div> <!-- Template for loading --> <div class="wpthemeMenuLoading wpthemeTemplateLoading">${loading}</div> <!-- Template for submenu --> <div class="wpthemeAnchorSubmenu wpthemeTemplateSubmenu"> <div class="wpthemeMenuBorder wpthemeMenuSubmenu"> <ul id="${submenu-id}" class="wpthemeMenuDropDown" role="menu"> <li role="menuitem" tabindex="-1"></li> </ul> </div> </div> </span> <!-- end CAM template --> </a> <a aria-haspopup="true" aria-label="Display portlet menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus" tabindex="0" onclick="if (typeof wptheme != 'undefined') wptheme.contextMenu.init({ 'node': this, menuId: 'skinAction', jsonQuery: {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}, params: {'alignment':'right'}});" onkeydown="javascript:if (typeof i$ != 'undefined' && typeof wptheme != 'undefined') {if (event.keyCode ==13 || event.keyCode ==32 || event.keyCode==38 || event.keyCode ==40) {wptheme.contextMenu.init(this, 'skinAction', {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}); return false;}}"> <span title="Display portlet menu"><img aria-label="Display portlet menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Actions</span> </a> </div> </header> <div class="wpthemeControlBody wpthemeOverflowAuto wpthemeClear"> <!-- lm:control dynamic spot injects markup of layout control --> <!-- asa.overlay marks the node that the AsaOverlayWidget will be placed in --> <div style="position:relative; z-index: 1;"> <div class="analytics.overlay" ></div> </div> <div class="wpthemeClear"></div> </div> </section> </div> </td> </tr> <tr> <td style="width:100%;" valign="top"> <div class='component-control id-Z7_6QDE0K01P8HP00QUT9V8RB38K6' ><span id="Z7_6QDE0K01P8HP00QUT9V8RB38K6"></span><section class="ibmPortalControl wpthemeControl wpthemeHidden a11yRegionTarget" role="region"> <div class="asa.portlet" id="asa.portlet.Z7_6QDE0K01P8HP00QUT9V8RB38K6" style="display:none;"> <span class="asa.portlet.id">Z7_6QDE0K01P8HP00QUT9V8RB38K6</span> </div> <!-- start header markup --> <header class="wpthemeControlHeader" role="banner" aria-label="Skin header"> <div class="wpthemeInner"> <h2> <img class="dndHandle" draggable="true" ondragstart="wpModules.dnd.util.portletDragStart(event, this, this.parentNode, 30, 0);" ondragend="wpModules.dnd.util.portletDragEnd(event);" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt=""/> <!-- lm-dynamic-title node marks location for dynamic title support --> <span class="lm-dynamic-title asa.portlet.title a11yRegionLabel">iPhone11Pro</span> </h2> <a aria-haspopup="true" aria-label="Display content menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus contextMenuInSkinIcon" style="display:none" tabindex="0"> <span title="Display content menu"><img aria-label="Display content menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Component Action Menu</span> <!-- start CAM template --> <span class="wpthemeMenu" data-positioning-handler="horizontallyCenteredBelow"> <div class="wpthemeMenuBorder"> <!-- define the menu item template inside the "ul" element. only "css-class", "description", and "title" are handled by the theme's sample javascript. --> <ul class="wpthemeMenuDropDown wpthemeTemplateMenu" role="menu"> <li class="${css-class}" role="menuitem" tabindex="-1"><span class="wpthemeMenuText">${title}</span></li> </ul> <div class="verticalMenuPointer pointer"></div> </div> <!-- Template for loading --> <div class="wpthemeMenuLoading wpthemeTemplateLoading">${loading}</div> <!-- Template for submenu --> <div class="wpthemeAnchorSubmenu wpthemeTemplateSubmenu"> <div class="wpthemeMenuBorder wpthemeMenuSubmenu"> <ul id="${submenu-id}" class="wpthemeMenuDropDown" role="menu"> <li role="menuitem" tabindex="-1"></li> </ul> </div> </div> </span> <!-- end CAM template --> </a> <a aria-haspopup="true" aria-label="Display portlet menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus" tabindex="0" onclick="if (typeof wptheme != 'undefined') wptheme.contextMenu.init({ 'node': this, menuId: 'skinAction', jsonQuery: {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}, params: {'alignment':'right'}});" onkeydown="javascript:if (typeof i$ != 'undefined' && typeof wptheme != 'undefined') {if (event.keyCode ==13 || event.keyCode ==32 || event.keyCode==38 || event.keyCode ==40) {wptheme.contextMenu.init(this, 'skinAction', {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}); return false;}}"> <span title="Display portlet menu"><img aria-label="Display portlet menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Actions</span> </a> </div> </header> <div class="wpthemeControlBody wpthemeOverflowAuto wpthemeClear"> <!-- lm:control dynamic spot injects markup of layout control --> <!-- asa.overlay marks the node that the AsaOverlayWidget will be placed in --> <div style="position:relative; z-index: 1;"> <div class="analytics.overlay" ></div> </div> <style>.phone-overflow .owl-nav{display:none}.phone-overflow .owl-item a p{color:#000}</style> <div id="root-devices"></div> <div class="mobily-container mobily-to-top"> <div class="phone-overflow"> <div class="wrapper"> <h2 class="wow fadeInLeft word-break-3 mobily-header"> Featured Devices </h2> <h4 class="wow fadeInLeft"> Choose from the best devices in the market. </h4> <a class="redirect blue wow fadeInLeft" href="/web/en/devices/phones-and-accessories" style="justify-content:flex-end;"> all phones & accessories <img src="/MobilyTheme4Resources/img/icon/arrow-right-blue.svg"> </a> </div> <div class="owl-carousel owl-theme mt-5" id="landing-devices-carousel"> <a href="" class="item wow fadeInLeft"> <div class="head"> <!--<p> Samsung </p>--> <p> Galaxy S25 Edge </p> <p class="price">Starts at 4499 SAR </p> <s></s> <p><img src="/wps/wcm/connect/94232016-ff7b-47a5-9d84-5cc21ffc51a5/Galaxy+s25+edge_jetblack+website.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-94232016-ff7b-47a5-9d84-5cc21ffc51a5-pr92D7l" alt="" width="120" height="230" /></p> </div> </a> <a href="" class="item wow fadeInLeft"> <div class="head"> <!--<p> Apple </p>--> <p> iPhone16e </p> <p class="price">Starts at 2799 SAR </p> <s></s> <p><img src="/wps/wcm/connect/1cf0021d-bff5-4159-965a-64a59702aacf/website+size+white.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-1cf0021d-bff5-4159-965a-64a59702aacf-pl7t7z." alt="" width="120" height="230" /></p> </div> </a> <a href="" class="item wow fadeInLeft"> <div class="head"> <!--<p> Samsung </p>--> <p> Galaxy S25 </p> <p class="price">Starts at 3399 SAR </p> <s></s> <p><img src="/wps/wcm/connect/6ca60049-9729-45b6-bcad-b1aeac7738de/4.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-6ca60049-9729-45b6-bcad-b1aeac7738de-piyO9Pc" alt="" width="120" height="230" /></p> </div> </a> <a href="" class="item wow fadeInLeft"> <div class="head"> <!--<p> Samsung </p>--> <p> Galaxy S25 Ultra </p> <p class="price">Starts at 5399 SAR </p> <s></s> <p><img src="/wps/wcm/connect/18526116-1d14-4c83-8d1a-1ec4fd28933c/1.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-18526116-1d14-4c83-8d1a-1ec4fd28933c-piyOACO" alt="" width="120" height="230" /></p> </div> </a> <a href="" class="item wow fadeInLeft"> <div class="head"> <!--<p> Samsung </p>--> <p> Galaxy S25 Plus </p> <p class="price">Starts at 4149 SAR </p> <s></s> <p><img src="/wps/wcm/connect/e9d85cc2-0763-4fef-b28b-338d90be9bfa/1.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-e9d85cc2-0763-4fef-b28b-338d90be9bfa-piyO.mW" alt="" width="120" height="230" /></p> </div> </a> </div> </div> </div> <script> $( document ).ready(function() { var list = $('#landing-devices-carousel .owl-stage .owl-item:gt(5)'); list.hide(); }); </script> <div class="wpthemeClear"></div> </div> </section> </div> </td> </tr> <tr> <td style="width:100%;" valign="top"> <div class='component-control id-Z7_6QDE0K01P8HP00QUT9V8RB3OS6' ><span id="Z7_6QDE0K01P8HP00QUT9V8RB3OS6"></span><section class="ibmPortalControl wpthemeControl wpthemeHidden a11yRegionTarget" role="region"> <div class="asa.portlet" id="asa.portlet.Z7_6QDE0K01P8HP00QUT9V8RB3OS6" style="display:none;"> <span class="asa.portlet.id">Z7_6QDE0K01P8HP00QUT9V8RB3OS6</span> </div> <!-- start header markup --> <header class="wpthemeControlHeader" role="banner" aria-label="Skin header"> <div class="wpthemeInner"> <h2> <img class="dndHandle" draggable="true" ondragstart="wpModules.dnd.util.portletDragStart(event, this, this.parentNode, 30, 0);" ondragend="wpModules.dnd.util.portletDragEnd(event);" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt=""/> <!-- lm-dynamic-title node marks location for dynamic title support --> <span class="lm-dynamic-title asa.portlet.title a11yRegionLabel">Entertainment</span> </h2> <a aria-haspopup="true" aria-label="Display content menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus contextMenuInSkinIcon" style="display:none" tabindex="0"> <span title="Display content menu"><img aria-label="Display content menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Component Action Menu</span> <!-- start CAM template --> <span class="wpthemeMenu" data-positioning-handler="horizontallyCenteredBelow"> <div class="wpthemeMenuBorder"> <!-- define the menu item template inside the "ul" element. only "css-class", "description", and "title" are handled by the theme's sample javascript. --> <ul class="wpthemeMenuDropDown wpthemeTemplateMenu" role="menu"> <li class="${css-class}" role="menuitem" tabindex="-1"><span class="wpthemeMenuText">${title}</span></li> </ul> <div class="verticalMenuPointer pointer"></div> </div> <!-- Template for loading --> <div class="wpthemeMenuLoading wpthemeTemplateLoading">${loading}</div> <!-- Template for submenu --> <div class="wpthemeAnchorSubmenu wpthemeTemplateSubmenu"> <div class="wpthemeMenuBorder wpthemeMenuSubmenu"> <ul id="${submenu-id}" class="wpthemeMenuDropDown" role="menu"> <li role="menuitem" tabindex="-1"></li> </ul> </div> </div> </span> <!-- end CAM template --> </a> <a aria-haspopup="true" aria-label="Display portlet menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus" tabindex="0" onclick="if (typeof wptheme != 'undefined') wptheme.contextMenu.init({ 'node': this, menuId: 'skinAction', jsonQuery: {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}, params: {'alignment':'right'}});" onkeydown="javascript:if (typeof i$ != 'undefined' && typeof wptheme != 'undefined') {if (event.keyCode ==13 || event.keyCode ==32 || event.keyCode==38 || event.keyCode ==40) {wptheme.contextMenu.init(this, 'skinAction', {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}); return false;}}"> <span title="Display portlet menu"><img aria-label="Display portlet menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Actions</span> </a> </div> </header> <div class="wpthemeControlBody wpthemeOverflowAuto wpthemeClear"> <!-- lm:control dynamic spot injects markup of layout control --> <!-- asa.overlay marks the node that the AsaOverlayWidget will be placed in --> <div style="position:relative; z-index: 1;"> <div class="analytics.overlay" ></div> </div> <div class="wpthemeClear"></div> </div> </section> </div> </td> </tr> <tr> <td style="width:100%;" valign="top"> <div class='component-control id-Z7_6QDE0K01P8HP00QUT9V8RB3OQ2' ><span id="Z7_6QDE0K01P8HP00QUT9V8RB3OQ2"></span><section class="ibmPortalControl wpthemeControl wpthemeHidden a11yRegionTarget" role="region"> <div class="asa.portlet" id="asa.portlet.Z7_6QDE0K01P8HP00QUT9V8RB3OQ2" style="display:none;"> <span class="asa.portlet.id">Z7_6QDE0K01P8HP00QUT9V8RB3OQ2</span> </div> <!-- start header markup --> <header class="wpthemeControlHeader" role="banner" aria-label="Skin header"> <div class="wpthemeInner"> <h2> <img class="dndHandle" draggable="true" ondragstart="wpModules.dnd.util.portletDragStart(event, this, this.parentNode, 30, 0);" ondragend="wpModules.dnd.util.portletDragEnd(event);" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt=""/> <!-- lm-dynamic-title node marks location for dynamic title support --> <span class="lm-dynamic-title asa.portlet.title a11yRegionLabel">Mobily App</span> </h2> <a aria-haspopup="true" aria-label="Display content menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus contextMenuInSkinIcon" style="display:none" tabindex="0"> <span title="Display content menu"><img aria-label="Display content menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Component Action Menu</span> <!-- start CAM template --> <span class="wpthemeMenu" data-positioning-handler="horizontallyCenteredBelow"> <div class="wpthemeMenuBorder"> <!-- define the menu item template inside the "ul" element. only "css-class", "description", and "title" are handled by the theme's sample javascript. --> <ul class="wpthemeMenuDropDown wpthemeTemplateMenu" role="menu"> <li class="${css-class}" role="menuitem" tabindex="-1"><span class="wpthemeMenuText">${title}</span></li> </ul> <div class="verticalMenuPointer pointer"></div> </div> <!-- Template for loading --> <div class="wpthemeMenuLoading wpthemeTemplateLoading">${loading}</div> <!-- Template for submenu --> <div class="wpthemeAnchorSubmenu wpthemeTemplateSubmenu"> <div class="wpthemeMenuBorder wpthemeMenuSubmenu"> <ul id="${submenu-id}" class="wpthemeMenuDropDown" role="menu"> <li role="menuitem" tabindex="-1"></li> </ul> </div> </div> </span> <!-- end CAM template --> </a> <a aria-haspopup="true" aria-label="Display portlet menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus" tabindex="0" onclick="if (typeof wptheme != 'undefined') wptheme.contextMenu.init({ 'node': this, menuId: 'skinAction', jsonQuery: {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}, params: {'alignment':'right'}});" onkeydown="javascript:if (typeof i$ != 'undefined' && typeof wptheme != 'undefined') {if (event.keyCode ==13 || event.keyCode ==32 || event.keyCode==38 || event.keyCode ==40) {wptheme.contextMenu.init(this, 'skinAction', {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}); return false;}}"> <span title="Display portlet menu"><img aria-label="Display portlet menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Actions</span> </a> </div> </header> <div class="wpthemeControlBody wpthemeOverflowAuto wpthemeClear"> <!-- lm:control dynamic spot injects markup of layout control --> <!-- asa.overlay marks the node that the AsaOverlayWidget will be placed in --> <div style="position:relative; z-index: 1;"> <div class="analytics.overlay" ></div> </div> <div class="phone-overflow" style="padding-bottom:0"> <div class="wrapper"> <h2 class="wow fadeInLeft col-lg-6 col-md-12 col-sm-12 mobily-header"> What would you like to do?</h2> <h4 class="wow fadeInLeft col-lg-6 col-md-12 col-sm-12"> Check all Mobily services and enjoy</h4> </div></div> <!--disabled [//////Component name="common/shop/menu_plan_carousel"////] as not in use and part of home page slowness--> <style>.fimg img{margin-top:10px;}</style> <div class="mobily-container mobily-to-top pb-5"> <div class="companion"> <div class="left col-12 col-lg-6 col-md-12 col-sm-12"> <img class="wow fadeInLeft" src="/wps/wcm/connect/fa023ee2-68c3-4b2a-8d4f-b2377d30ab4c/iPhone-X-Mockup_En+copy.webp?MOD=AJPERES&CACHEID=ROOTWORKSPACE-fa023ee2-68c3-4b2a-8d4f-b2377d30ab4c-oLndDRL" alt=""> <span class="d-lg-none fimg"> <a href="https://apps.apple.com/sa/app/mobily-%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84%D9%8A/id375539359" ><img src="/wps/wcm/connect/c4a3c6ef-e47e-42a5-bf90-d1c713defabf/App-Store.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-c4a3c6ef-e47e-42a5-bf90-d1c713defabf-oLndDRL" alt="" width="120" height="40" /></a> <a href="https://play.google.com/store/apps/details?id=com.mobily.activity" ><img src="/wps/wcm/connect/04912639-1b4a-4184-aae3-16ceb479748a/Google-Play.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-04912639-1b4a-4184-aae3-16ceb479748a-oLndDRL" alt="" width="120" height="40" /></a><a href="https://appgallery.huawei.com/app/C101532351" style="margin:0 5px"><img src="/wps/wcm/connect/0ba7eee9-5eea-413c-87fa-53c93268c238/en.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-0ba7eee9-5eea-413c-87fa-53c93268c238-oLndDRL" alt="" width="120" height="40" /></a> </span> </div> <div class="right col-12 col-lg-6 col-md-12 col-sm-12"> <div class="word-break-4"> <h2 class="wow fadeInRight mt-5 mobily-header"> Mobily App </h2> <h4 class="wow fadeInRight">Easier, faster, clearer, closer</h4> <div class="mt-5 wow fadeInRight"> <h6> With Mobily app, all our services are in your hands. Manage your services with features that make your life easier. </h6> </div></div> <br><span class="d-none d-lg-block"><a href="https://apps.apple.com/sa/app/mobily-%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84%D9%8A/id375539359" ><img src="/wps/wcm/connect/c4a3c6ef-e47e-42a5-bf90-d1c713defabf/App-Store.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-c4a3c6ef-e47e-42a5-bf90-d1c713defabf-oLndDRL" alt="" width="120" height="40" /></a> <a href="https://play.google.com/store/apps/details?id=com.mobily.activity" ><img src="/wps/wcm/connect/04912639-1b4a-4184-aae3-16ceb479748a/Google-Play.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-04912639-1b4a-4184-aae3-16ceb479748a-oLndDRL" alt="" width="120" height="40" /></a><a href="https://appgallery.huawei.com/app/C101532351" style="margin:0 5px"><img src="/wps/wcm/connect/0ba7eee9-5eea-413c-87fa-53c93268c238/en.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-0ba7eee9-5eea-413c-87fa-53c93268c238-oLndDRL" alt="" width="120" height="40" /></a></span> </div> </div> </div> <div class="wpthemeClear"></div> </div> </section> </div> </td> </tr> <tr> <td style="width:100%;" valign="top"> <div class='component-control id-Z7_6QDE0K01P8HP00QUT9V8RB3S20' ><span id="Z7_6QDE0K01P8HP00QUT9V8RB3S20"></span><section class="ibmPortalControl wpthemeControl wpthemeHidden a11yRegionTarget" role="region"> <div class="asa.portlet" id="asa.portlet.Z7_6QDE0K01P8HP00QUT9V8RB3S20" style="display:none;"> <span class="asa.portlet.id">Z7_6QDE0K01P8HP00QUT9V8RB3S20</span> </div> <!-- start header markup --> <header class="wpthemeControlHeader" role="banner" aria-label="Skin header"> <div class="wpthemeInner"> <h2> <img class="dndHandle" draggable="true" ondragstart="wpModules.dnd.util.portletDragStart(event, this, this.parentNode, 30, 0);" ondragend="wpModules.dnd.util.portletDragEnd(event);" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt=""/> <!-- lm-dynamic-title node marks location for dynamic title support --> <span class="lm-dynamic-title asa.portlet.title a11yRegionLabel">Box Office Ticket</span> </h2> <a aria-haspopup="true" aria-label="Display content menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus contextMenuInSkinIcon" style="display:none" tabindex="0"> <span title="Display content menu"><img aria-label="Display content menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Component Action Menu</span> <!-- start CAM template --> <span class="wpthemeMenu" data-positioning-handler="horizontallyCenteredBelow"> <div class="wpthemeMenuBorder"> <!-- define the menu item template inside the "ul" element. only "css-class", "description", and "title" are handled by the theme's sample javascript. --> <ul class="wpthemeMenuDropDown wpthemeTemplateMenu" role="menu"> <li class="${css-class}" role="menuitem" tabindex="-1"><span class="wpthemeMenuText">${title}</span></li> </ul> <div class="verticalMenuPointer pointer"></div> </div> <!-- Template for loading --> <div class="wpthemeMenuLoading wpthemeTemplateLoading">${loading}</div> <!-- Template for submenu --> <div class="wpthemeAnchorSubmenu wpthemeTemplateSubmenu"> <div class="wpthemeMenuBorder wpthemeMenuSubmenu"> <ul id="${submenu-id}" class="wpthemeMenuDropDown" role="menu"> <li role="menuitem" tabindex="-1"></li> </ul> </div> </div> </span> <!-- end CAM template --> </a> <a aria-haspopup="true" aria-label="Display portlet menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus" tabindex="0" onclick="if (typeof wptheme != 'undefined') wptheme.contextMenu.init({ 'node': this, menuId: 'skinAction', jsonQuery: {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}, params: {'alignment':'right'}});" onkeydown="javascript:if (typeof i$ != 'undefined' && typeof wptheme != 'undefined') {if (event.keyCode ==13 || event.keyCode ==32 || event.keyCode==38 || event.keyCode ==40) {wptheme.contextMenu.init(this, 'skinAction', {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}); return false;}}"> <span title="Display portlet menu"><img aria-label="Display portlet menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Actions</span> </a> </div> </header> <div class="wpthemeControlBody wpthemeOverflowAuto wpthemeClear"> <!-- lm:control dynamic spot injects markup of layout control --> <!-- asa.overlay marks the node that the AsaOverlayWidget will be placed in --> <div style="position:relative; z-index: 1;"> <div class="analytics.overlay" ></div> </div> <div class="wpthemeClear"></div> </div> </section> </div> </td> </tr> <tr> <td style="width:100%;" valign="top"> <div class='component-control id-Z7_I1KCHJ42P8C350Q9QKEHJ30822' ><span id="Z7_I1KCHJ42P8C350Q9QKEHJ30822"></span><section class="ibmPortalControl wpthemeControl wpthemeHidden a11yRegionTarget" role="region"> <div class="asa.portlet" id="asa.portlet.Z7_I1KCHJ42P8C350Q9QKEHJ30822" style="display:none;"> <span class="asa.portlet.id">Z7_I1KCHJ42P8C350Q9QKEHJ30822</span> </div> <!-- start header markup --> <header class="wpthemeControlHeader" role="banner" aria-label="Skin header"> <div class="wpthemeInner"> <h2> <img class="dndHandle" draggable="true" ondragstart="wpModules.dnd.util.portletDragStart(event, this, this.parentNode, 30, 0);" ondragend="wpModules.dnd.util.portletDragEnd(event);" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt=""/> <!-- lm-dynamic-title node marks location for dynamic title support --> <span class="lm-dynamic-title asa.portlet.title a11yRegionLabel">Personal</span> </h2> <a aria-haspopup="true" aria-label="Display content menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus contextMenuInSkinIcon" style="display:none" tabindex="0"> <span title="Display content menu"><img aria-label="Display content menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Component Action Menu</span> <!-- start CAM template --> <span class="wpthemeMenu" data-positioning-handler="horizontallyCenteredBelow"> <div class="wpthemeMenuBorder"> <!-- define the menu item template inside the "ul" element. only "css-class", "description", and "title" are handled by the theme's sample javascript. --> <ul class="wpthemeMenuDropDown wpthemeTemplateMenu" role="menu"> <li class="${css-class}" role="menuitem" tabindex="-1"><span class="wpthemeMenuText">${title}</span></li> </ul> <div class="verticalMenuPointer pointer"></div> </div> <!-- Template for loading --> <div class="wpthemeMenuLoading wpthemeTemplateLoading">${loading}</div> <!-- Template for submenu --> <div class="wpthemeAnchorSubmenu wpthemeTemplateSubmenu"> <div class="wpthemeMenuBorder wpthemeMenuSubmenu"> <ul id="${submenu-id}" class="wpthemeMenuDropDown" role="menu"> <li role="menuitem" tabindex="-1"></li> </ul> </div> </div> </span> <!-- end CAM template --> </a> <a aria-haspopup="true" aria-label="Display portlet menu" role="button" href="javascript:;" class="wpthemeIcon wpthemeMenuFocus" tabindex="0" onclick="if (typeof wptheme != 'undefined') wptheme.contextMenu.init({ 'node': this, menuId: 'skinAction', jsonQuery: {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}, params: {'alignment':'right'}});" onkeydown="javascript:if (typeof i$ != 'undefined' && typeof wptheme != 'undefined') {if (event.keyCode ==13 || event.keyCode ==32 || event.keyCode==38 || event.keyCode ==40) {wptheme.contextMenu.init(this, 'skinAction', {'navID':ibmCfg.portalConfig.currentPageOID,'windowID':wptheme.getWindowIDFromSkin(this)}); return false;}}"> <span title="Display portlet menu"><img aria-label="Display portlet menu" alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></span> <span class="wpthemeAltText">Actions</span> </a> </div> </header> <div class="wpthemeControlBody wpthemeOverflowAuto wpthemeClear"> <!-- lm:control dynamic spot injects markup of layout control --> <!-- asa.overlay marks the node that the AsaOverlayWidget will be placed in --> <div style="position:relative; z-index: 1;"> <div class="analytics.overlay" ></div> </div> <div class="wpthemeClear"></div> </div> </section> </div> </td> </tr> </table> </td> </tr> </table><div class="wpthemeClear"></div> </div> </div> </div><!--end main content--> <footer> <div> <!--Data privacy sticky bar section starts here--> <script> function UserAction(action) { $.ajax({ url : 'https://www.mobily.com.sa/mobilyTheme4/privicyBarServlet', type: 'post', data: { 'action':action }, dataType : "json", success : function(response) { console.log("called in success::"+response) }, error: function(response){ console.log("called in error::"+response) } }); } $( document ).ready(function() { var privacyBar = localStorage.getItem("privacyBar"); if (privacyBar == null) { // Second Time $("#data_priv_bar").fadeIn("slow"); } else { // First Time $("#data_priv_bar").hide(); } $( "#data_priv_agree" ).click(function() { localStorage.setItem("privacyBar", "1"); UserAction("yes"); $("#data_priv_bar").fadeOut("slow"); }); $( "#data_priv_close" ).click(function() { UserAction("no"); localStorage.setItem("privacyBar", "1"); $("#data_priv_bar").fadeOut("slow") }); $(".lang-switcher a").click(function(){ if(window.location.href.split("/!").length > 1){ urls = window.location.href.split("/!"); console.log("lang_select clicked:: urls::"+urls[0]); window.location.replace(urls[0]); } }); }); </script> <div class="fixed-bottom white p-3" id="data_priv_bar" style="display: none;"> <div class="row"> <div class="col-1 text-center"><i class="fa fa-times fa-2x" aria-hidden="true" id="data_priv_close"></i></div> <div class="col-11"> <div class="row"> <div class="col-12 col-sm-12 col-md-9 col-lg-9"> This website uses cookies to improve user experience. By continuing surfing, you hereby explicitly consents to the collection, use and transfer, in electronic or other form, of your personal data as described in Mobily Privacy Policy. </div> <div class="col-12 col-sm-12 col-md-3 col-lg-3"> <div class="float-left" style="padding-top: 19px;"> <a class="skipwhite" content="" href="/wps/portal/web/footer/privacy-policy/">Learn more</a></div> <button id="data_priv_agree" class="btn btn-rounded btn-primary btn-mobily waves-effect z-depth-0 bg3 float-right" style="font-size: 16px;"> I Agree <i class="fa fa-arrow-right ml-4"></i> </button> </div> </div> </div> </div> </div> <!--Data priivacy sticky bar section ends here--> <link rel="stylesheet" title="" media="all" href="/wps/wcm/connect/91efdd0a-b4f5-428d-ac3a-0621164a0d72/footer-en-ver-2.css?MOD=AJPERES&CACHEID=ROOTWORKSPACE-91efdd0a-b4f5-428d-ac3a-0621164a0d72-p5R1XXW" type="text/css" /> <div id="promoBanner"> <div class="d-md-none"> <div class="mobile-style-banner"> <span id="closeButton"><img src="/wps/wcm/connect/b546e3ed-8d21-49ad-a90d-79c8a9067ae2/Close.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-b546e3ed-8d21-49ad-a90d-79c8a9067ae2-oQm6OyT" alt="" width="16" height="16" title="" /></span> <!--<span class="ma-banner"><div><img src="/wps/wcm/connect/37de76b5-3453-4a6a-b17c-e1e6bb934f74/Frame+5626.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-37de76b5-3453-4a6a-b17c-e1e6bb934f74-oQlX2eE" alt="" width="32" height="32" title="" /></div><div class="mab-sl"><p class="m-title">Mobily app</p><p class="m-description">Best way to manage your lines</p></div></span>--> <span id="redirectButton">Get Mobily App</span> </div> </div> <div class="d-none d-md-none"> <div class="web-style-banner"> <span class="ma-banner"><div><img src="/wps/wcm/connect/37de76b5-3453-4a6a-b17c-e1e6bb934f74/Frame+5626.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-37de76b5-3453-4a6a-b17c-e1e6bb934f74-oQlX2eE" alt="" width="32" height="32" title="" /></div><div class="mab-sl"><p class="m-title">Mobily app</p><p class="m-description">Best way to manage your lines</p></div></span> <span><a href="https://apps.apple.com/sa/app/mobily-%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84%D9%8A/id375539359" style="margin:0 10px"><img src="/wps/wcm/connect/c4a3c6ef-e47e-42a5-bf90-d1c713defabf/App-Store.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-c4a3c6ef-e47e-42a5-bf90-d1c713defabf-n.gcaRr" alt="" width="120" height="40"></a> <a href="https://play.google.com/store/apps/details?id=com.mobily.activity" style="margin:0 10px"><img src="/wps/wcm/connect/04912639-1b4a-4184-aae3-16ceb479748a/Google-Play.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-04912639-1b4a-4184-aae3-16ceb479748a-n.gcaRr" alt="" width="120" height="40"></a><a href="https://appgallery.huawei.com/app/C101532351" style="margin:0 10px"><img src="/wps/wcm/connect/0ba7eee9-5eea-413c-87fa-53c93268c238/en.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-0ba7eee9-5eea-413c-87fa-53c93268c238-n.gcaRr" alt="" width="120" height="40"></a></span> <span id="closeButtonW"><img src="/wps/wcm/connect/b546e3ed-8d21-49ad-a90d-79c8a9067ae2/Close.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-b546e3ed-8d21-49ad-a90d-79c8a9067ae2-oQm6OyT" alt="" width="16" height="16" title="" /></span> </div> </div> </div> <div class="footer"> <div class="wrapper"> <a href="http://www.facebook.com/mobily" class="sm-footer"><img src="/wps/wcm/connect/8633642b-0651-4b25-9a35-db0e03e58bc5/fb.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-8633642b-0651-4b25-9a35-db0e03e58bc5-oqxVL0c" alt="" width="10" height="20" /></a> <a href="https://twitter.com/Mobily" class="sm-footer"><img src="/wps/wcm/connect/80a642ee-61a5-42a7-974f-7bf9d06a39ae/twitter.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-80a642ee-61a5-42a7-974f-7bf9d06a39ae-oqxVINn" alt="" width="20" height="16" /></a> <a href="https://www.linkedin.com/company/mobily" class="sm-footer"><img src="/wps/wcm/connect/4e589ed7-522c-4752-a607-4a3df668b582/linkedin.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-4e589ed7-522c-4752-a607-4a3df668b582-oqxVG.s" alt="" width="20" height="20" /></a> <a href="https://instagram.com/mobily?igshid=162fj1afyfe6t" class="sm-footer"><img src="/wps/wcm/connect/2d83eb06-7ca1-4446-b4fa-151f01134a19/instagram.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-2d83eb06-7ca1-4446-b4fa-151f01134a19-oqxVERY" alt="" width="20" height="20" /></a> <a href="https://www.youtube.com/user/mobily" class="sm-footer"><img src="/wps/wcm/connect/7aa0fad7-bfe2-4282-b08f-fc641b7c54db/youtube.png?MOD=AJPERES&CACHEID=ROOTWORKSPACE-7aa0fad7-bfe2-4282-b08f-fc641b7c54db-oqxVCLQ" alt="" width="20" height="14" /></a> <h5 class="sectiona1">Services</h5> <a href="/wps/portal/web/auctions" class="sectiona1" target="">Auction</a> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans" class="sectiona1" target="">Prepaid Plans</a> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans" class="sectiona1" target="">Postpaid Plans</a> <a href="/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans" class="sectiona1" target="">Data Prepaid</a> <a href="/wps/portal/web/personal/mobily-plans/postpaid-plans/data-postpaid-plans" class="sectiona1" target="">Data Postpaid</a> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid" class="sectiona1" target="">Fiber Prepaid</a> <a href="/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid" class="sectiona1" target="">Fiber Postpaid</a> <a href="/wps/portal/web/personal/mobile/services-and-add-ons" class="sectiona1" target="">Services & Add-Ons</a> <a href="/wps/portal/web/personal/mobile/pay-with-mobily" class="sectiona1" target="">Pay with Mobily</a> <a href="/wps/portal/web/personal/mobile/phones-and-accessories" class="sectiona1" target="">Devices</a> <h5 class="sectiona2">Support</h5> <a href="https://community.mobily.com.sa/en_US/?lang=en_US" class="sectiona2" target="_blank">Mobily Community</a> <a href="/wps/portal/web/coverage-check" class="sectiona2" target="">Coverage Check</a> <a href="/wps/portal/web/store-locator" class="sectiona2" target="_self">Store Locator</a> <a href="/wps/portal/web/personal/store/order" class="sectiona2" target="_self">Track Order</a> <a href="/wps/portal/web/personal/am-overview/contact-us" class="sectiona2" target="">Contact Us</a> <a href="/wps/portal/web/personal/previous-overdue-bills" class="sectiona2" target="">Overdue bills</a> <a href="/wps/wcm/connect/807d8e92-b1f3-4b60-86ff-c1a877e4c6a8/External+collection+agencies.pdf?MOD=AJPERES&id=1744634550966" class="sectiona2" target="_self">External Collection Agencies</a> <h5 class="sectiona3">Mobily</h5> <a href="/wps/portal/web/personal/am-overview/overview" class="sectiona3" target="_self">About Us</a> <a href="/wps/portal/web/corporate/sustainability" class="sectiona3" target="">Sustainability</a> <a href="/wps/portal/web/corporate/investor-relations" class="sectiona3" target="">Investor Relations</a> <a href="https://careers.mobily.com.sa/" class="sectiona3" target="_blank">Careers</a> <a href="/wps/portal/web/business" class="sectiona3" target="">Business Services</a> <a href="/wps/portal/web/wholesale" class="sectiona3" target="">Wholesale Services</a> <a href="/wps/portal/web/personal/partners-program" class="sectiona3" target="">Mobily Digital Partnership</a> <a href="/web/en/corporate/vendors-relations/vendors-relations" class="sectiona3" target="_self">Vendors Relations</a> </div> <div class="bottom"> <style> .jm-icon {padding: 16px 24px !important; color: white !important;}.filterSwitch1, div.type.nav, .filter-switch{display:none !important;} </style> <div class="footerspace"> <a href="/wps/portal/web/footer/privacy" target="">Privacy</a> <a href="/wps/portal/web/personal/customer-rights" target="">Customer Rights and Responsibilities</a> <a href="/wps/portal/web/footer/protection-of-rights" target="">User Rights</a> <a href="/wps/portal/web/personal/store/purchase-refund-policy" target="">Purchase and Refund Policy</a> <a href="/wps/portal/web/personal/mobile/services-and-add-ons/details/vat-add-ons/vat/vat-add-ons" target="">VAT</a> <a href="/wps/wcm/connect/0b2076bd-7f37-4f0a-a09d-33a70adf2a3a/child_safety.pdf?MOD=AJPERES&id=1742817407360" target="">Child Safety Guide</a> </div> <span class="copyright">© Mobily<span id="yearID">2000</span>. C. R. No. 1010203896. VAT ID 300000699600003.</span> <script> var yr = new Date().getFullYear(); document.getElementById("yearID").innerHTML = yr; var lang = $('html').attr('lang'), baseUrl = `/web/${lang}`, redirects = { "/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid": baseUrl + "/personal/home/fiber-postpaid/fiber-postpaid", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-80mbps/fiber-postpaid-80mbps": baseUrl + "/personal/home/fiber-postpaid/fiber-postpaid-200", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-100mbps/fiber-postpaid-100mbps": baseUrl + "/personal/home/fiber-postpaid/fiber-postpaid-300", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/mobily fiber postpaid 200/mobily fiber postpaid 200": baseUrl + "/personal/home/fiber-postpaid/fiber-postpaid-400", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/mobily fiber postpaid 200/mobily fiber postpaid 200": baseUrl + "/personal/home/fiber-postpaid/fiber-postpaid-400", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-gamers/fiber-postpaid-gamers": baseUrl + "/personal/home/fiber-postpaid/fiber-postpaid-gamers", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/fiber-postpaid-300/fiber-postpaid-300": baseUrl + "/personal/home/fiber-postpaid/fiber-postpaid-500", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/mobily fiber postpaid 500/mobily fiber postpaid 500": baseUrl + "/personal/home/fiber-postpaid/fiber-postpaid-1gb", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-postpaid/details/mobily fiber postpaid 500/mobily fiber postpaid 500": baseUrl + "/personal/home/fiber-postpaid/fiber-postpaid-1gb", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid": baseUrl + "/personal/home/fiber-prepaid/fiber-prepaid", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/fiber-prepaid-100mbps/fiber-prepaid-100mbps": baseUrl + "/personal/home/fiber-prepaid/fiber-prepaid-300", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/mobily fiber prepaid 200/mobily fiber prepaid 200": baseUrl + "/personal/home/fiber-prepaid/fiber-prepaid-400", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/mobily fiber prepaid 200/mobily fiber prepaid 200": baseUrl + "/personal/home/fiber-prepaid/fiber-prepaid-400", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/fiber-prepaid-300mbps/fiber-prepaid-300mbps": baseUrl + "/personal/home/fiber-prepaid/fiber-prepaid-500", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/mobily fiber prepaid 500/mobily fiber prepaid 500": baseUrl + "/personal/home/fiber-prepaid/fiber-prepaid-1gb", "/wps/portal/web/personal/home-services/mobily-fiber/fiber-prepaid/details/mobily fiber prepaid 500/mobily fiber prepaid 500": baseUrl + "/personal/home/fiber-prepaid/fiber-prepaid-1gb", "/wps/portal/web/personal/mobily-plans/postpaid-plans/data-postpaid-plans": baseUrl + "/personal/mobile/data-postpaid/data-postpaid", "/wps/portal/web/personal/mobily-plans/postpaid-plans/data-postpaid-plans/details/postpaid-100gb/postpaid-100gb": baseUrl + "/personal/mobile/data-postpaid/postpaid-100gb", "/wps/portal/web/personal/mobily-plans/postpaid-plans/data-postpaid-plans/details/postpaid-unlimited/postpaid-unlimited": baseUrl + "/personal/mobile/data-postpaid/postpaid-unlimited", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans": baseUrl + "/personal/mobile/data-prepaid/data-prepaid", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-10gb30/prepaid-10gb30": baseUrl + "/personal/mobile/data-prepaid/prepaid-10gb30-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-10gb/prepaid-10gb": baseUrl + "/personal/mobile/data-prepaid/prepaid-10gb-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-20gb30/prepaid-20gb30": baseUrl + "/personal/mobile/data-prepaid/prepaid-20gb30-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-20gb/prepaid-20gb": baseUrl + "/personal/mobile/data-prepaid/prepaid-20gb-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-50gb/prepaid-50gb": baseUrl + "/personal/mobile/data-prepaid/prepaid-50gb-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-50gb90/prepaid-50gb90": baseUrl + "/personal/mobile/data-prepaid/prepaid-50gb90-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-100gb30/prepaid-100gb30": baseUrl + "/personal/mobile/data-prepaid/prepaid-100gb-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-100gb/prepaid-100gb": baseUrl + "/personal/mobile/data-prepaid/prepaid-100gb90-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-300gb/prepaid-300gb": baseUrl + "/personal/mobile/data-prepaid/prepaid-300gb-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-600gb180/prepaid-600gb180": baseUrl + "/personal/mobile/data-prepaid/prepaid-600gb-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/data-prepaid-plans/details/prepaid-unlimited30/prepaid-unlimited30": baseUrl + "/personal/mobile/data-prepaid/unlimited-data30-bundle", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans": baseUrl + "/personal/mobile/postpaid/postpaid", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 65/postpaid 65": baseUrl + "/personal/mobile/postpaid/postpaid-65", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 100/postpaid 100": baseUrl + "/personal/mobile/postpaid/postpaid-100", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-150/postpaid-150": baseUrl + "/personal/mobile/postpaid/postpaid-150", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 200/postpaid 200": baseUrl + "/personal/mobile/postpaid/postpaid-200", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 300/postpaid 300": baseUrl + "/personal/mobile/postpaid/postpaid-300", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid 400/postpaid 400": baseUrl + "/personal/mobile/postpaid/postpaid-400", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-xstream/postpaid-xstream": baseUrl + "/personal/mobile/postpaid/postpaid-xstream", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-xstreamplus/postpaid-xstreamplus": baseUrl + "/personal/mobile/postpaid/postpaid-xstream-plus", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-xstreammax/postpaid-xstreammax": baseUrl + "/personal/mobile/postpaid/postpaid-xstream-max", "/wps/portal/web/personal/mobily-plans/postpaid-plans/voice-postpaid-plans/details/postpaid-esim50/postpaid-esim50": baseUrl + "/personal/mobile/postpaid/postpaid-esim50", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans": baseUrl + "/personal/mobile/prepaid/prepaid", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 30/prepaid 30": baseUrl + "/personal/mobile/prepaid/prepaid-30", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 75/prepaid 75": baseUrl + "/personal/mobile/prepaid/prepaid-75", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 110/prepaid 110": baseUrl + "/personal/mobile/prepaid/prepaid-110", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 180/prepaid 180": baseUrl + "/personal/mobile/prepaid/prepaid-180", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 220/prepaid 220": baseUrl + "/personal/mobile/prepaid/prepaid-220", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 360/prepaid 360": baseUrl + "/personal/mobile/prepaid/prepaid-360", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid 150/prepaid 150": baseUrl + "/personal/mobile/prepaid/prepaid-150", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/xstream/xstream": baseUrl + "/personal/mobile/prepaid/xstream-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/xstream-plus/xstream-plus": baseUrl + "/personal/mobile/prepaid/xstream-plus-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid_bundle150/prepaid_bundle150": baseUrl + "/personal/mobile/prepaid/prepaid-150booster-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaidbundle180_/prepaidbundle180_": baseUrl + "/personal/mobile/prepaid/prepaid-180booster-bundle", "/wps/portal/web/personal/mobily-plans/prepaid-plans/voice-prepaid-plans/details/prepaid-bundle220/prepaid-bundle220": baseUrl + "/personal/mobile/prepaid/prepaid-220booster-bundle", "/wps/portal/web/personal/lifestyle/pay-with-your-number": baseUrl + "/personal/mobile/direct-billing-services/direct-billing-services", "/wps/portal/web/personal/lifestyle/neqaty": "/web/en/personal/neqaty/neqaty", "/wps/portal/web/personal/phones-and-accessories": baseUrl + "/devices/phones-and-accessories", "/wps/portal/web/personal/mobily-plans/visitor": baseUrl + "/personal/mobile/visitor/visitor", "/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package": baseUrl + "/personal/mobile/flexplus/flexplus", "/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus20-bundle/flex-plus20-bundle": baseUrl + "/personal/mobile/flexplus/flex-plus20-bundle", "/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus30-bundle/flex-plus30-bundle": baseUrl + "/personal/mobile/flexplus/flex-plus30-bundle", "/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus65-bundle/flex-plus65-bundle": baseUrl + "/personal/mobile/flexplus/flex-plus65-bundle", "/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus100-bundle/flex-plus100-bundle": baseUrl + "/personal/mobile/flexplus/flex-plus100-bundle", "/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus150-bundle/flex-plus150-bundle": baseUrl + "/personal/mobile/flexplus/flex-plus150-bundle", "/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus240-bundle/flex-plus240-bundle": baseUrl + "/personal/mobile/flexplus/flex-plus240-bundle", "/wps/portal/web/personal/mobily-plans/flex-plus/select-a-package/details/flex-plus320-bundle/flex-plus320-bundle": baseUrl + "/personal/mobile/flexplus/flex-plus320-bundle", "/wps/portal/web/personal/mobily-plans/visitor/select-your-package": baseUrl + "/personal/mobile/visitor/visitor", "/wps/portal/web/personal/mobily-plans/visitor/select-your-package/details/visitor-30/visitor-30": baseUrl + "/personal/mobile/visitor/visitor-30", "/wps/portal/web/personal/mobily-plans/visitor/select-your-package/details/visitor-50/visitor-50": baseUrl + "/personal/mobile/visitor/visitor-50", "/wps/portal/web/personal/mobily-plans/visitor/select-your-package/details/visitor-90/visitor-90": baseUrl + "/personal/mobile/visitor/visitor-90", "/wps/portal/web/personal/mobily-plans/visitor/select-your-package/details/visitor-100/visitor-100": baseUrl + "/personal/mobile/visitor/visitor-100", "/wps/portal/web/personal/mobily-plans/visitor/select-your-package/details/visitor-150/visitor-150": baseUrl + "/personal/mobile/visitor/visitor-150", "/wps/portal/web/complaints":"/wps/portal/web/personal/community" }; // Manually encode URLs with spaces function encodeUrl(url) { return url.replace(/ /g, '%20'); } // Function to check and update links function updateLinks() { $('a').each(function() { var currentHref = $(this).attr('href'); $.each(redirects, function(oldUrl, newUrl) { var encodedOldUrl = encodeUrl(oldUrl); var myportalOldUrl = oldUrl.replace('/portal/', '/myportal/'); var encodedMyportalOldUrl = encodeUrl(myportalOldUrl); if (currentHref === oldUrl || currentHref === encodedOldUrl || currentHref === myportalOldUrl || currentHref === encodedMyportalOldUrl) { // console.log(`Updating link: ${currentHref} to ${newUrl}`); $(this).attr('href', newUrl); } }.bind(this)); }); } // Function to handle redirections function handleRedirections() { var currentPath = window.location.pathname; var encodedCurrentPath = encodeUrl(currentPath); //console.log(`Current path: ${currentPath}`); //console.log(`Encoded current path: ${encodedCurrentPath}`); //console.log('Redirects object:', redirects); if (redirects[currentPath]) { console.log(`Redirecting to: ${redirects[currentPath]}`); window.location.href = redirects[currentPath]; } else if (redirects[encodedCurrentPath]) { console.log(`Redirecting to: ${redirects[encodedCurrentPath]}`); window.location.href = redirects[encodedCurrentPath]; } else { // Check for /myportal/ variation var myportalPath = currentPath.replace('/portal/', '/myportal/'); var encodedMyportalPath = encodeUrl(myportalPath); //console.log(`Myportal path: ${myportalPath}`); //console.log(`Encoded myportal path: ${encodedMyportalPath}`); if (redirects[myportalPath]) { //console.log(`Redirecting to: ${redirects[myportalPath]}`); window.location.href = redirects[myportalPath]; } else if (redirects[encodedMyportalPath]) { //console.log(`Redirecting to: ${redirects[encodedMyportalPath]}`); window.location.href = redirects[encodedMyportalPath]; } else { console.log('No redirection found.'); } } } // Ensure redirects object keys are encoded var encodedRedirects = {}; $.each(redirects, function(oldUrl, newUrl) { encodedRedirects[oldUrl] = newUrl; encodedRedirects[encodeUrl(oldUrl)] = newUrl; encodedRedirects[oldUrl.replace('/portal/', '/myportal/')] = newUrl; encodedRedirects[encodeUrl(oldUrl.replace('/portal/', '/myportal/'))] = newUrl; }); // Replace original redirects with encoded redirects redirects = encodedRedirects; // Execute functions updateLinks(); handleRedirections(); </script> </div> </div> <script> $('.sectiona1').wrapAll('<div class="section-group col-12 col-sm-3"></div>'); $('.sectiona2').wrapAll('<div class="section-group col-12 col-sm-3"></div>'); $('.sectiona3').wrapAll('<div class="section-group col-12 col-sm-3"></div>'); $('.sectiona4').wrapAll('<div class="section-group col-12 col-sm-3"></div>'); $('.sectiona5').wrapAll('<div class="section-group col-12 col-sm-3"></div>'); $('.sm-footer').wrapAll('<div class="sm-group col-12 col-sm-3"></div>'); $(document).ready(function(){ var found = false; $('.mobily_header-menu--lower .item').each(function() { if ($(this).text().trim().toLowerCase() === 'sign in' || $(this).text().trim().toLowerCase() === 'الدخول') { found = true; return false; // Exit the loop if 'sign in' or 'الدخول' is found in any div } }); if (!found && !window.location.href.includes('/myportal/') && !window.location.href.includes('location-selection')) { var currentURL = window.location.href; var newURL = currentURL.replace('/portal/', '/myportal/'); window.location.href = newURL; } }); $(document).ready(function() { // Check if the banner should be displayed if (!isBannerClosed()) { displayBanner(); } // Close button click event $("#closeButton").on("click", function() { closeBanner(); }); $("#closeButtonW").on("click", function() { closeBanner(); }); $("#redirectButton").on("click", function() { var userAgent = navigator.userAgent.toLowerCase(); if (/android/.test(userAgent)) { window.location.href = "https://mobily.im/App"; } else if (/iphone|ipad|ipod/.test(userAgent) && !window.MSStream) { window.location.href = "https://mobily.im/App"; } else { // Other OS, redirect to a default link window.location.href = "https://www.mobily.com.sa/wps/portal/web/mobile-app-login"; } }); }); function displayBanner() { $("#promoBanner").show(); } function closeBanner() { $("#promoBanner").hide(); setBannerClosed(); } function isBannerClosed() { // Check if the 'bannerClosed' cookie exists return document.cookie.indexOf('bannerClosed=true') !== -1; } function setBannerClosed() { // Set 'bannerClosed' cookie with expiration time (2 days) var expirationDate = new Date(); expirationDate.setTime(expirationDate.getTime() + (2 * 24 * 60 * 60 * 1000)); document.cookie = 'bannerClosed=true; expires=' + expirationDate.toUTCString() + '; path=/'; } $('img').attr('loading', 'lazy'); </script> <div style="display:none;"> <font color="white">W: >>> 35.prod.mobily.lan</font> <font color="white">P: >>> .59.16</font> </div> </div> </footer><!-- page footer --> <!-- This is responsible for bootstrapping the configuration for the javascript framework. This is located here instead of the head section to improve client performance. --> <div class="wpthemeComplementaryContent" id="wpthemeComplementaryContent" role="region" tabindex="-1" aria-labelledby="wpthemeComplementaryContentText"> <span class="wpthemeAltText" id="wpthemeComplementaryContentText" >Complementary Content</span> <script type="text/javascript" src="/wps/contenthandler/!ut/p/digest!dWYvvbhKekcZQKtCvzyVng/mashup/ra:collection?themeID=ZJ_6QDE0K01P8HP00QUT9V8RB3046&locale=en&mime-type=text%2Fjavascript&lm=1747359356625&entry=wp_portal__0.0%3Aconfig_config_static&entry=wcm_config__0.0%3Aconfig_config_static&entry=wcm_inplaceEdit__0.0%3Aconfig_config_static"></script><script type="text/javascript">i$.merge({"ibmCfg":{"themeConfig":{"themeUniqueName":"mobilyTheme4","themeRootURI":"/wps/contenthandler/!ut/p/digest!WHWfHqZ5Ujcl-nn1gtCB9Q/war/mobilyTheme4Static/themes/mobilyTheme4","themeWebAppBaseURI":"/mobilyTheme4/themes/html/dynamicSpots","themeWebDAVBaseURI":"war:mobilyTheme4Static/themes/mobilyTheme4/","modulesWebAppBaseURI":"/wps/themeModules","commonResourcesRootURI":"/wps/contenthandler/!ut/p/digest!dWYvvbhKekcZQKtCvzyVng/dav/fs-type1/common-resources","isRTL":false,"isPageRenderModeCSA":false,"portletOverridePageTitle":"Mobily | Plans and Offers for Mobile & Internet","currentContentNodeOID":"Z6_6QDE0K01P86080QULCB8M71022","loadingImage":"css/images/loading.gif","dndSourceDefinitions":[],"categorySources":["system/WebContentCategory.json,label:shelf_socialCategory"],"styleSources":[],"layoutSources":[]},"portalConfig":{"locale":"en","portalURI":"/wps/portal","contentHandlerURI":"/wps/contenthandler/!ut/p/digest!oOu0t6_42srX_PbvrJiTwg/","pocURI":"/wps/portal/!ut/p/z0/0wcA1NLTeQ!!/","isVirtualPortal":false,"canImpersonate":false,"themeRootURI":"/mobilyTheme4/themes/html/dynamicSpots","parentPageID":"Z6_I1KCHJ42PO0R30QH4B4CCO23I2","currentPageOID":"Z6_6QDE0K01P86080QULCB8M71022","canAnonymousUserViewCurrentPage":true,"bootstrapState":"<?xml version="1.0" encoding="UTF-8"?><root xmlns="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-state"><state type="navigational"><selection selection-node="Z6_6QDE0K01P86080QULCB8M71022"><mapping src="Z6_000000000000000000000000A0" dst="Z6_6QDE0K01P86080QULCB8M71022"/></selection><expansions><node id="Z6_I1KCHJ42PO0R30QH4B4CCO23I2"/><node id="Z6_6QDE0K01P86080QULCB8M710A7"/><node id="Z6_000000000000000000000000A0"/></expansions></state></root>","isUserLoggedIn":false,"currentUser":"anonymous portal user","currentUserOID":"","aggregatedStyle":null,"isCurrentPageEditable":true,"wcmPageMetadata":{"contentRoot":null,"sharingScope":null},"projectUUID":null},"userName":""},"com_ibm_theme_capabilities":{"getting_started_module":"0.0","simple-contextmenu":"1.1","wp_theme_menus":"0.0","wp_simple_contextmenu_js":"0.0","wp_client_logging":"0.0","wp_portlet_css":"0.0","wp_theme_portal_edit_85":"0.0","wp_dynamicContentSpots_mobilytheme4":"0.0","wp_ic4_wai_resources":"0.0","wp_simple_contextmenu_main":"0.0","wp_layout_windowstates":"0.0","wp_theme_skin_region":"0.0","wp_portal":"0.0","wp_custom_page_style":"0.0","highContrast":"1.0","wp_searchbar":"0.0","wp_status_bar":"0.0","wp_client_ext":"0.0","wp_simple_contextmenu_css":"0.0","wp_client_tracing":"0.0","wp_analytics_aggregator":"0.0","wp_oob_sample_styles":"0.0","analytics_aggregator":"8.0","wp_theme_portal_85":"0.0","wp_client_main":"0.0","wp_simple_contextmenu_templates":"0.0","wp_high_contrast":"0.0"},"com_ibm_device_class":[]});ibmCfg.portalConfig.bootstrapState=(ibmCfg.portalConfig.bootstrapState||"").replace(/</gm, '<').replace(/>/gm, '>').replace(/&/gm, '&').replace(/'/gm, "'").replace(/"/gm, '"');i$.merge({"ibmCfg":{"portalConfig":{"asaConfig":{"canViewAsaReports":"false","canViewAsaSitePromotions":"false","canCreateAsaSitePromotions":"false","canDeleteAsaSitePromotions":"false","reportConfig":{"scopes":[]}}}}});</script><script type="text/javascript" src="/wps/contenthandler/!ut/p/digest!WHWfHqZ5Ujcl-nn1gtCB9Q/mashup/ra:collection?themeID=ZJ_6QDE0K01P8HP00QUT9V8RB3046&locale=en&mime-type=text%2Fjavascript&lm=1747357812000&entry=wp_high_contrast__0.0%3Aconfig_js&entry=wp_simple_contextmenu_js__0.0%3Aconfig_js&entry=wp_ic4_wai_resources__0.0%3Aconfig_js&entry=wp_theme_skin_region__0.0%3Aconfig_js&entry=wp_status_bar__0.0%3Aconfig_js"></script><a rel="alternate" id="config_js_deferred" href="/wps/contenthandler/!ut/p/digest!WHWfHqZ5Ujcl-nn1gtCB9Q/mashup/ra:collection?themeID=ZJ_6QDE0K01P8HP00QUT9V8RB3046&locale=en&mime-type=text%2Fjavascript&lm=1747359356000&entry=wp_liveobject_framework_core__0.0%3Aconfig_js&entry=wp_portal_ui_utils__0.0%3Aconfig_js&entry=wp_dialog_main__0.0%3Aconfig_js&entry=wp_contextmenu_js__0.0%3Aconfig_js&entry=wp_toolbar_utils__0.0%3Aconfig_js&entry=wp_toolbar_menuactions__0.0%3Aconfig_js&entry=wp_skin_cam__0.0%3Aconfig_js&entry=wp_contextmenu_config_lof__0.0%3Aconfig_js&entry=wp_federated_documents_picker__0.0%3Aconfig_js&entry=wp_dnd_main__0.0%3Aconfig_js&entry=wp_movecontrols__0.0%3Aconfig_js&entry=wp_toolbar_controlactions__0.0%3Aconfig_js&entry=wp_content_targeting_cam__0.0%3Aconfig_js&entry=wp_analytics_tags__0.0%3Aconfig_js&deferred=true" style="display:none"></a><span id="simpleMenuTemplate" class="wpthemeMenuLeft"> <div class="wpthemeMenuBorder"> <div class="wpthemeMenuNotchBorder"></div> <!-- define the menu item template inside the "ul" element. only "css-class", "description", and "title" are handled by the theme's sample javascript. --> <ul class="wpthemeMenuDropDown wpthemeTemplateMenu" role="menu"> <li class="${css-class}" role="menuitem" tabindex="-1"><span class="wpthemeMenuText">${title}</span>${badge}</li> </ul> </div> <!-- Template for loading --> <div class="wpthemeMenuLoading wpthemeMenuLoadingText wpthemeTemplateLoading">${loading}</div> <!-- Template for submenu --> <div class="wpthemeAnchorSubmenu wpthemeTemplateSubmenu"> <div class="wpthemeMenuBorder wpthemeMenuSubmenu"> <ul id="${submenu-id}" class="wpthemeMenuDropDown" role="menu"><li role="menuitem" tabindex="-1"></li></ul> </div> </div> </span><a rel="alternate" id="config_markup_deferred" href="/wps/contenthandler/!ut/p/digest!snl_5d2mkY6BqtxQnAInJw/mashup/ra:collection?themeID=ZJ_6QDE0K01P8HP00QUT9V8RB3046&locale=en&mime-type=text%2Fplain&entry=wp_contextmenu_templates__0.0%3Aconfig_markup&entry=wp_skin_cam__0.0%3Aconfig_markup&entry=wp_dnd_main__0.0%3Aconfig_markup&deferred=true" style="display:none"></a></div> <!-- <script src="/MobilyTheme4Resources/js/popper.min.js"></script> <script src="/MobilyTheme4Resources/js/bootstrap.min.js"></script> --> <script src="/MobilyTheme4Resources/js/bootstrap.bundle.min.js"></script> <script src="/MobilyTheme4Resources/js/jquery.mixitup.js"></script> <script src="/MobilyTheme4Resources/js/mobily-combined.min.js"></script> <script src="/MobilyTheme4Resources/js/main.js"></script> <script type="text/javascript" src="/MobilyTheme4Resources/js/CelebrusInsert-v10.js"></script> <!-- Sprinklr Live chat - START --> <script> var currentPage = window.location.href; // Check if the current page is the Community page if (currentPage.includes("community")) { window.sprChatSettings = { appId: "app_100102049", skin: "MODERN", clientContext: { "_c_66a347e67e91e13832a5a8a0": ["Community"] // Custom key-value pair for Community } }; } else { window.sprChatSettings = { appId: "app_100102049", skin: "MODERN" }; } </script> <script> (function() { var t = window, e = t.sprChat, a = e && !!e.loaded, n = document, r = function() { r.m(arguments); }; r.q = []; r.m = function(t) { r.q.push(t); }; t.sprChat = a ? e : r; var o = function() { var e = n.createElement("script"); e.type = "text/javascript"; e.async = true; e.src = "https://prod2-live-chat.sprinklr.com/api/livechat/handshake/widget/" + t.sprChatSettings.appId; e.onerror = function() { t.sprChat.loaded = false; }; e.onload = function() { t.sprChat.loaded = true; }; var a = n.getElementsByTagName("script")[0]; a.parentNode.insertBefore(e, a); }; if (typeof e === "function") { a ? e("update", t.sprChatSettings) : o(); } else if (n.readyState !== "loading") { o(); } else { n.addEventListener("DOMContentLoaded", o); } })(); </script> <!-- Sprinklr Live chat - END --> </body> </html>