https://www.vox.co.za/

Submitted URL:
https://vox.co.zaRedirected
Report Finished:

The outgoing links identified from the page

LinkText
https://customer.vox.co.za/loginaccount_circleLogin
https://vox.co.za
https://help.vox.co.za/Help Centre
https://customer.vox.co.za/support-ticketsLog Ticket
https://webmail.vox.co.za/Vox Mail
https://partner.vox.co.za/loginVox Channel Partners
http://www.facebook.com/voxtelecomZA
https://www.instagram.com/voxtelecomza/
https://www.youtube.com/user/VoxTelecom/featured
http://www.twitter.com/voxtelecom

JavaScript Variables · 18 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
gformobject
hrefundefined
preloader_plusobject
WOTADFORM_ADMINobject
_createClassfunction
_classCallCheckfunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en-ZA" prefix="og: https://ogp.me/ns#"><head> <script type="text/javascript">
/* <![CDATA[ */
 var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); 
/* ]]> */
</script>
<meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
	<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<!-- <script type="rocketlazyloadscript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyArKyXJ9dpCJIoHw9XenjFCON0zBRksOO8&&libraries=places=Function.prototype" defer></script> -->
	<script type="rocketlazyloadscript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyArKyXJ9dpCJIoHw9XenjFCON0zBRksOO8&amp;libraries=places" defer=""></script>


	<!--
		 SEO SCRIPTS FILE
		- Insert your code in the "seo-scripts/header-scripts.php" file
	-->
	<!--
  - INSERT ALL YOUR SCRPTS HERE
  - They will be in the header
-->
<!-- Material UI -->
<link rel="stylesheet" as="style" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,700,0,0">
<link rel="stylesheet" as="style" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0">

<!-- Font Awesome -->
<script type="rocketlazyloadscript" defer="" src="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"></script>
	<!-- SOLID PLUGIN SETTINGS -->
	<script type="rocketlazyloadscript">
			window.config = {
					siteCount: 0,
					orderCount: 0,
					ENV_TYPE:"production",
					SERVER_URL:"obfuscated",
					GOOGLE_MAPS_CODE:"AIzaSyArKyXJ9dpCJIoHw9XenjFCON0zBRksOO8",
					GOOGLE_ANALYTICS_CODE:"UA-92163834-1",
					GTM_CODE:"GTM-M8VPBWP"
			}
	</script>

	
<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->
<title>Home - Vox</title><link rel="stylesheet" href="https://www.vox.co.za/wp-content/cache/min/1/5eff19206492e3ddb1a116b8e265415c.css" media="all" data-minify="1">
<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large">
<link rel="canonical" href="https://www.vox.co.za/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Home - Vox">
<meta property="og:url" content="https://www.vox.co.za/">
<meta property="og:site_name" content="Vox">
<meta property="og:updated_time" content="2024-10-08T11:22:28+02:00">
<meta property="article:published_time" content="2022-09-19T08:37:51+02:00">
<meta property="article:modified_time" content="2024-10-08T11:22:28+02:00">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Home - Vox">
<meta name="twitter:label1" content="Written by">
<meta name="twitter:data1" content="infantry">
<meta name="twitter:label2" content="Time to read">
<meta name="twitter:data2" content="26 minutes">
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":["Organization","Person"],"@id":"https://www.vox.co.za/#person","name":"Vox","url":"https://www.vox.co.za","logo":{"@type":"ImageObject","@id":"https://www.vox.co.za/#logo","url":"https://ml1dttblqtoo.i.optimole.com/w:150/h:61/q:mauto/rt:fill/g:ce/f:best/https://www.vox.co.za/wp-content/uploads/2022/09/logo.png","contentUrl":"https://ml1dttblqtoo.i.optimole.com/w:150/h:61/q:mauto/rt:fill/g:ce/f:best/https://www.vox.co.za/wp-content/uploads/2022/09/logo.png","caption":"Vox","inLanguage":"en-ZA"},"image":{"@id":"https://www.vox.co.za/#logo"}},{"@type":"WebSite","@id":"https://www.vox.co.za/#website","url":"https://www.vox.co.za","name":"Vox","publisher":{"@id":"https://www.vox.co.za/#person"},"inLanguage":"en-ZA","potentialAction":{"@type":"SearchAction","target":"https://www.vox.co.za/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://www.vox.co.za/#webpage","url":"https://www.vox.co.za/","name":"Home - Vox","datePublished":"2022-09-19T08:37:51+02:00","dateModified":"2024-10-08T11:22:28+02:00","about":{"@id":"https://www.vox.co.za/#person"},"isPartOf":{"@id":"https://www.vox.co.za/#website"},"inLanguage":"en-ZA"},{"@type":"Person","@id":"https://www.vox.co.za/author/infantry/","name":"infantry","url":"https://www.vox.co.za/author/infantry/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/ecc1921057082c018e998456063e66dd?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/ecc1921057082c018e998456063e66dd?s=96&amp;d=mm&amp;r=g","caption":"infantry","inLanguage":"en-ZA"},"sameAs":["https://www.vox.co.za"]},{"@type":"Article","headline":"Home - Vox","datePublished":"2022-09-19T08:37:51+02:00","dateModified":"2024-10-08T11:22:28+02:00","author":{"@id":"https://www.vox.co.za/author/infantry/","name":"infantry"},"publisher":{"@id":"https://www.vox.co.za/#person"},"description":"JTNDZGl2JTIwY2xhc3MlM0QlMjJ0Zy1iYW5uZXItY29weSUyMiUzRSUzQ3AlM0UlM0NzcGFuJTNFR2V0JTIwbGlnaHRuaW5nJTNDJTJGc3BhbiUzRSUwQUZhc3QlMjBJbnRlcm5ldCUzQyUyRnAlM0UlMEElM0MlMkZkaXYlM0U=JTNDZGl2JTIwY2xhc3MlM0QlMjJ0Zy1wcmljZSUyMiUzRSUwQUZST00lMEElM0NzcGFuJTNFUjI4OXBtJTNDJTJGc3BhbiUzRSUwQVQlMjZDcyUyMEFwcGx5JTBBJTNDJTJGZGl2JTNFJTNDaDIlM0VTb2xhciUyMCUyNiUyMEJhY2t1cCUyMFBvd2VyJTNDJTJGaDIlM0UlMEElM0NoNCUzRVZveCUyME1lZXRzJTIwU3RhZ2UlMjBaZXJvJTNDJTJGaDQlM0UlMEElM0NwJTNFRnJvbSUyMGFmZm9yZGFibGUlMjBVUFMlMjBhbmQlMjBwb3J0YWJsZSUyMGRldmljZXMlMjB0byUyMGZ1bGwtaG9tZSUyMHNvbGFyJTIwcmVudGFsJTIwc29sdXRpb25zLiUzQ2JyJTJGJTNFJTBBV2UlMjBoYXZlJTIwc29sdXRpb25zJTIwdG8lMjBmaXQlMjB5b3VyJTIwaG9tZSUyQyUyMHlvdXIlMjBsaWZlc3R5bGUlMjBhbmQlMjB5b3VyJTIwYnVkZ2V0LiUzQyUyRnAlM0U=JTNDcCUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGd3d3LnZveC5jby56YSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAyNCUyRjA3JTJGaWNuLXNvbGFyLnBuZyUyMiUyMCUyRiUzRSUzQ3NwYW4lM0UlM0NzdHJvbmclM0VIb21lJTIwU29sYXIlM0MlMkZzdHJvbmclM0UlMjByZW50YWwlMjBzb2x1dGlvbnMlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUzQ3AlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy52b3guY28uemElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMjQlMkYwNyUyRmljbi1wb3J0YWJsZS1wb3dlci5wbmclMjIlMjAlMkYlM0UlM0NzcGFuJTNFJTNDc3Ryb25nJTNFVVBTJTNDJTJGc3Ryb25nJTNFJTIwYW5kJTIwcG9ydGFibGUlMjBwb3dlciUyMHJlbnRhbCUyMHNvbHV0aW9ucyUzQyUyRnNwYW4lM0UlM0MlMkZwJTNFGet the best connectivity and voice solutions with Vox to suit your\u00a0everyday home or business needsSuper-fast, reliable and affordable Internet is now a reality!","name":"Home - Vox","@id":"https://www.vox.co.za/#richSnippet","isPartOf":{"@id":"https://www.vox.co.za/#webpage"},"inLanguage":"en-ZA","mainEntityOfPage":{"@id":"https://www.vox.co.za/#webpage"}}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel="dns-prefetch" href="//cdn.jsdelivr.net">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<link rel="dns-prefetch" href="//ml1dttblqtoo.i.optimole.com">
<link rel="preconnect" href="https://ml1dttblqtoo.i.optimole.com">
<link rel="alternate" type="application/rss+xml" title="Vox » Feed" href="https://www.vox.co.za/feed/">
<link rel="alternate" type="application/rss+xml" title="Vox » Comments Feed" href="https://www.vox.co.za/comments/feed/">
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.vox.co.za\/wp-includes\/js\/wp-emoji-release.min.js?ver=fbff6727602a79c8000cd8e350b2983f"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id="wp-emoji-styles-inline-css" type="text/css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>

<style id="rank-math-toc-block-style-inline-css" type="text/css">
.wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item}

</style>
<style id="classic-theme-styles-inline-css" type="text/css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css" type="text/css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>

<style id="preloader-plus-inline-css" type="text/css">
.preloader-plus {background-color: #ffffff; }body.complete > *:not(.preloader-plus),.preloader-plus {transition-duration: 1000ms,1000ms,0s; }.preloader-plus * {color: #00aa00; }.preloader-plus.complete {opacity: 0; transform:  scale(1); transition-delay: 0s,0s,1000ms; }.preloader-plus .preloader-site-title {font-weight: bold; font-size: 50px; text-transform: none; }.preloader-plus #preloader-counter {font-weight: bold; font-size: 24px; }.preloader-plus .preloader-plus-custom-content {font-weight: bold; font-size: 24px; text-transform: none; }.preloader-plus-default-icons {width: 80px; height: 80px; }.preloader-plus .preloader-custom-img {animation: preloader-none 1500ms linear infinite; width: 150px; }.preloader-plus .prog-bar {height: 5px; background-color: #00aa00; }.preloader-plus .prog-bar-bg {height: 5px; background-color: #00aa00; }.preloader-plus .prog-bar-wrapper {top: 0; padding-top: 0; width: 100%; }
</style>









<script type="text/javascript" src="https://www.vox.co.za/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer=""></script>
<script type="text/javascript" id="preloader-plus-js-extra">
/* <![CDATA[ */
var preloader_plus = {"animation_delay":"500","animation_duration":"1000"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/plugins/preloader-plus//assets/js/preloader-plus.min.js?ver=2.2.1" id="preloader-plus-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/cache/min/1/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js?ver=1728395521" id="owl-carousel-js-js" defer=""></script>
<script type="rocketlazyloadscript"></script><link rel="https://api.w.org/" href="https://www.vox.co.za/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://www.vox.co.za/wp-json/wp/v2/pages/8"><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.vox.co.za/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.vox.co.za%2F">
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.vox.co.za/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.vox.co.za%2F&amp;format=xml">

<link rel="alternate" type="application/rss+xml" title="Podcast RSS feed" href="https://www.vox.co.za/feed/podcast">

<!-- Matomo Tag Manager (TEST CASE CONTAINER) -->
<script type="rocketlazyloadscript">
var _mtm = window._mtm = window._mtm || [];
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://cdn.matomo.cloud/voxcoza.matomo.cloud/container_t2agUYpe.js'; s.parentNode.insertBefore(g,s);
</script>
<!-- End Matomo Tag Manager -->

<!-- CookiePro Cookies Consent Notice start for www.vox.co.za -->

<script type="rocketlazyloadscript" data-minify="1" defer="" src="https://www.vox.co.za/wp-content/cache/min/1/scripttemplates/otSDKStub.js?ver=1728395521" data-rocket-type="text/javascript" charset="UTF-8" data-domain-script="d90fa44d-202d-46a6-8578-7cb3a69d4acf"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
function OptanonWrapper() { }
</script>
<!-- CookiePro Cookies Consent Notice end for www.vox.co.za -->


<!-- Google Tag Manager Header -->
<script type="rocketlazyloadscript">(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-M8VPBWP');</script>
<!-- End Google Tag Manager -->

<!-- Hotjar Tracking Code for https://www.vox.co.za (DEPLOYED IN GTM) -->
<!--<script type="rocketlazyloadscript">
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:2325870,hjsv:6};
        a=o.getElementsByTagName(‘head’)[0];
        r=o.createElement(‘script’);r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,‘https://static.hotjar.com/c/hotjar-','.js?sv=’);
</script>-->

<meta name="google-site-verification" content="cAg4LmEYe52F3KBHTNaSJpQ3TqU9rJVoQogdGTTkgSw">
<meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress.">
<meta name="generator" content="Optimole 3.13.7"><link rel="icon" href="https://ml1dttblqtoo.i.optimole.com/w:32/h:32/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/02/cropped-cropped-vox-favicon.png" sizes="32x32">
<link rel="icon" href="https://ml1dttblqtoo.i.optimole.com/w:192/h:192/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/02/cropped-cropped-vox-favicon.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://ml1dttblqtoo.i.optimole.com/w:180/h:180/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/02/cropped-cropped-vox-favicon.png">
<meta name="msapplication-TileImage" content="https://ml1dttblqtoo.i.optimole.com/w:270/h:270/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/02/cropped-cropped-vox-favicon.png">
		<style type="text/css" id="wp-custom-css">
			

.vox-bodytext.no-margins-b p,
.vox-headingtext.no-margins-b h2{
	margin-bottom: 0 !important;
}

.page-heading-text h1 {
	font-size: 22px;
	line-height: 34px;
}

.page-heading-h2 h1 {
	font-size: 40px;
	line-height: 50px;
}

@media (max-width: 1024px) {
	.page-heading-text h1 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.page-heading-h2 h1 {
		font-size: 40px !important;
		line-height: 50px !important;
	}
}

.wpb_animate_when_almost_visible {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    
.product-banner-image {
	z-index: 1 !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
    -webkit-transform: none; 
    -moz-transform: none; 
    -ms-transform: none; 
    -sand-transform: none; 
    -o-transform: none; 
     transform: none; 
    -webkit-transition: none; 
    -moz-transition: none; 
    -o-transition: none; 
    transition: none; 
    animation: fadein .3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
} 

.owl-carousel .owl-stage-outer {
	height: auto !important;
}		</style>
		<style type="text/css" data-type="vc_custom-css">.vox-breadcrumb {
    display: none;
}


header#masthead {
    top: 0;
}

#solar {
    background: rgb(11, 62, 214);
    background: linear-gradient(90deg, rgba(11, 62, 214, 1) 0%, rgba(19, 35, 64, 1) 33%, rgba(19, 35, 64, 1) 100%);
    color: #fff;
}

#solar h2 {
    font-size: 40px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 20px;
}

#solar h4 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 36px;
}

#solar p {
    font-size: 21px;
    font-weight: 100;
    font-family: "Be Vietnam Pro", sans-serif;
}

#solar::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/06/solar-backup-power-render.webp);
    height: 521px;
    width: 1289px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 37%;
    top: 9px;
}

.solar-app {
    position: absolute;
    bottom: -100px;
    right: 0;
}
.solar-usp p{
display: flex;
}
.solar-usp img{
    margin-right: 10px;
}
.flas-sale{
    position: absolute;
    bottom: -46px;
    left: -136px;
    height: 200px;
}
@media only screen and (min-width: 901px) {
    .td-left{
    width: 40%;
}
.td-right{
    width: 60%;
}
    #banner-connectivity-checker {
        background: #339dd8;
        background-color: linear-gradient(90deg, #0032A0 0%, #00DBFF 100%);
        background-image: url(https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/09/banner-spring.webp);
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0 !important;
        position: relative;
        padding-bottom: 0;
        height: 767px;
        background-repeat: repeat-x;
        background-position: bottom;
    }

    .tg-banner-copy {
        font-size: 49px;
        color: #fff;
        line-height: 54px;
    }

    .tg-banner-copy span {
        display: block;
        font-size: 54px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .tg-price {
        font-size: 24px;
        color: #fff;
        line-height: 14px;
        margin-top: 4px;
    }

    .tg-price span {
        display: block;
        font-size: 64px;
        font-weight: 800;
        color: #FFC800;
        line-height: 63px;
        margin-bottom: 5px;
        margin-left: -3px;
    }

    body:not(.tg-scrolled) {
        #masthead.navigation-v2 .top-small-nav {
            background: transparent;
            position: absolute;
            right: 0;
            top: 20px;
            z-index: 2;
        }

        #masthead.navigation-v2 .container-fluid {
            background-color: transparent;
        }

        #masthead .navbar .off-screen-menu-controls i,
        #masthead .nav-link,
        #masthead .nav-link:hover {
            color: #fff;
        }

        #masthead .nav-link:hover {
            color: #fff !important;
        }

        #masthead.navigation-v2 .top-small-nav .top-small-nav-container {
            background: transparent;
        }
    }
}

@media only screen and (max-width: 1699px) and (min-width: 901px) {
    #banner-connectivity-checker::before {
        background-position: 310% center;
    }

    .tg-banner-copy {
        font-size: 45px;
    }

    .tg-banner-copy span {
        font-size: 50px;
    }
}

@media only screen and (max-width: 900px) {

    .tg-mobile-banner {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        margin-bottom: 25px;
    }
    #solar {
        background: linear-gradient(180deg, rgba(11, 62, 214, 1) 0%, rgba(19, 35, 64, 1) 33%, rgba(19, 35, 64, 1) 100%);
        padding-bottom: 135px;
    }
    #solar::before {
        height: 180px;
        left: 0;
        top: auto;
        bottom: 0;
    }
    #solar h2,#solar h4,#solar p {
        font-size: 16px;
    }
    .solar-app img{
        height: 112px;
        width: auto;
    }
    .solar-app {
        bottom: -195px;
        right: auto;
        left: 0;
    }
    .flas-sale{
        position: absolute;
        top: -46px;
        right: -28px;
        left:auto;
        height: 153px;
    }
    .flas-sale img{
        max-height: 171px;
        width: auto;
    }
}</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1708058005606{background-color: #1e283c !important;}.vc_custom_1715337710777{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head>

<body data-rsssl="1" class="home page-template-default page page-id-8 wp-custom-logo wpb-js-composer js-comp-ver-7.2 vc_responsive">

	<!-- Google Tag Manager (noscript) -->

	<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M8VPBWP"

	height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

	<!-- End Google Tag Manager (noscript) -->

<div id="page" class="site">

<!-- ****************
	NAVIGATION
********************** -->


<header id="masthead" class="site-header white-nav white  navigation-v2">
    
    <div class="top-small-nav desktop">
        <div class="top-small-nav-container">
            <div class="support-menu">
                <a href="#" class="support-menu-link small-menu-link"> <span class="material-symbols-outlined">support_agent</span> Support</a>
            </div>
            <div class="login-menu">
                <a href="https://customer.vox.co.za/login" class="login-menu-link small-menu-link"> <span class="material-symbols-outlined">account_circle</span> Login</a>
            </div>
        </div>
    </div>

    <div class="right-side-menu hidden">
        <div class="support-menu-items right-side-menu-items hidden">
            <div class="support-menu-items small-menu-items">

                <div class="menu-logo-header mobile">
                    <a href="https://vox.co.za">
                        <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/09/logo.png" alt="">
                    </a>
                    <div class="close-btn">
                        <a href="#0" class="close-menu-items-header"><i class="ri-close-line"></i></a>
                        <a href="#0" class="hidden"><i class="ri-close-line"></i></a>
                    </div>
                </div>

                <div class="items-header">
                    <div class="items-header-text">
                        <span class="material-symbols-outlined desktop">support_agent</span> 
                        <h5>Support</h5>
                    </div>
                    <a href="#0" class="close-menu-items-header desktop">
                        <i class="ri-close-line"></i>
                    </a>
                </div>
                <ul class="contact-menu">
                    <li class="whatsapp-chat">
                        <a href="#0">
                            <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-whatsapp.png" alt="">
                            <p>WhatsApp</p>
                        </a>
                    </li>
                    <li>
                        <a href="https://help.vox.co.za/">
                            <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-support.png" alt="">
                            <p>Help Center</p>
                        </a>
                    </li>
                </ul>
                <ul>
                    <li>
                        <a href="https://customer.vox.co.za/support-tickets" target="_blank">
                            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-log-ticket.svg" alt="">
                            <div class="nav-support-menu__text-container">
                                <p>Log Ticket</p>
                                <!-- <span>Log a support request.</span> -->
                            </div>
                            <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                        </a>
                    </li>
                    <li>
                        <a href="/contact/">
                            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-call-us-1.svg" alt="">
                            <div class="nav-support-menu__text-container">
                                <p>Call Us</p>
                                <!-- <span>Monday - Friday<br>08:00 - 17:00</span> -->
                            </div>
                            <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                        </a>
                    </li>
                    <!-- <li>
                        <a href="#">
                            <img decoding=async  src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-call-me-back.svg" alt="">
                            <div class="nav-support-menu__text-container">
                                <p>Call Me Back</p>
                                <span>Get a support agent to call you.</span>
                            </div>
                            <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                        </a>
                    </li> -->
                </ul>
            </div>
        </div>

        <div class="login-menu-items right-side-menu-items hidden">
                <div class="menu-logo-header mobile">
                    <a href="https://vox.co.za">
                        <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/09/logo.png" alt="">
                    </a>
                    <div class="close-btn">
                        <a href="#0" class="close-menu-items-header"><i class="ri-close-line"></i></a>
                        <a href="#0" class="hidden"><i class="ri-close-line"></i></a>
                    </div>
                </div>

            <div class="login-menu-items small-menu-items ">
                <div class="items-header">
                    <div class="items-header-text">
                        <span class="material-symbols-outlined desktop">account_circle</span> 
                        <h5>Login</h5>
                    </div>
                    <a href="#0" class="close-menu-items-header desktop">
                        <i class="ri-close-line"></i>
                    </a>
                </div>
                <ul>
                    <li>
                        <a href="https://customer.vox.co.za/login">
                            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-customer-zone.svg" alt="">
                            <p>Customer Zone</p>
                            <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                        </a>
                    </li>
                    <li>
                        <a href="https://webmail.vox.co.za/">
                            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/email-1.svg" alt="">
                            <p>Vox Mail</p>
                            <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                        </a>
                    </li>
                    <li>
                        <a href="https://partner.vox.co.za/login">
                            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-vox-channel-partners.svg" alt="">
                            <p>Vox Channel Partners</p>
                            <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                        </a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
    


 	<div class="container-fluid">
    <nav class="navbar navbar-expand-sm navbar-light bg-transparent ">

        <!-- OFFSCREEN MENU -->
        <div class="off-screen-menu">

            <div class="menu-logo-header mobile">
                <a href="https://vox.co.za">
                    <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/09/logo.png" alt="">
                </a>
                <div class="close-btn">
                    <a href="#" class="menu-close-link"><i class="ri-close-line"></i></a>
                    <a href="#" class="hidden"><i class="ri-close-line"></i></a>
                </div>
            </div>

            <section class="discover">
                <!-- <h6 class="menu-section-heading">Discover</h6> -->
                <div id="offscreen-menu-nav" class="collapse navbar-collapse"><ul id="offscreen-menu" class="offscreen-menu-nav ml-auto"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-974" class="products-link mobile menu-item menu-item-type-custom menu-item-object-custom menu-item-974 nav-item"><a title="View Products" href="#" class="nav-link">View Products<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75820" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-75820 nav-item"><a title="Help Centre" href="https://help.vox.co.za/" class="nav-link">Help Centre<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-4565" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4565 nav-item"><a title="Content Hub" href="/content-hub/" class="nav-link">Content Hub<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-4563" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4563 nav-item"><a title="About Us" href="https://www.vox.co.za/about/" class="nav-link">About Us<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-73790" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73790 nav-item"><a title="Channel Partners" href="https://www.vox.co.za/channel-partners/" class="nav-link">Channel Partners<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75978" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75978 nav-item"><a title="Careers" href="https://www.vox.co.za/careers/" class="nav-link">Careers<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75818" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75818 nav-item"><a title="Contact Us" href="https://www.vox.co.za/contact/" class="nav-link">Contact Us<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
</ul></div>
            </section>
            
            <section class="cta-section">
                <div class="inline-buttons">
                    <a href="" class="support support-menu-link">
                        <i class="material-symbols-outlined">support_agent</i>
                        <span>Support</span>
                    </a>
                    <a href="https://customer.vox.co.za/login" class="login login-menu-link">
                        <i class="material-symbols-outlined">account_circle</i>
                        <span>Login</span>
                    </a>
                </div>
            </section>

        </div>
        
        <!-- LOGO -->
        <div class="site-logo-container">

        <div class="off-screen-menu-controls desktop">
            <a href="#0" class="close-off-screen-menu">
            <i class="ri-close-line"></i>
            </a>
            <a href="#0" class="open-off-screen-menu">
            <i class="ri-menu-fill"></i>
            </a>
        </div>
        

                    <div class="logo-dark">
            <a href="/" class="custom-logo-link" rel="home">
                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/09/logo.png" class="custom-logo" alt="Vox">
            </a>
            </div>
        
                <div class="logo-light">
            <a href="/" class="custom-logo-link" rel="home">
            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/[email protected]" class="custom-logo" alt="Vox">
            </a>
        </div>
        
        </div>

        
        <!-- MAIN NAV -->
        <div class="main-menu with-dropdowns">
            <div class="desktop">
                <div id="navbarNav" class="collapse navbar-collapse"><ul id="new-menu" class="navbar-nav ml-auto"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75610" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-75610 nav-item"><a title="Fibre" href="#0" data-hover="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-75610">Fibre<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-75610" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75617" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-75617 nav-item"><a title="Home" href="#" class="dropdown-item">Home<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75611" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-75611 nav-item"><a title="Voice" href="#0" data-hover="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-75611">Voice<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-75611" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75616" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-75616 nav-item"><a title="Home" href="#" class="dropdown-item">Home<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75612" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-75612 nav-item"><a title="Hardware" href="#0" data-hover="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-75612">Hardware<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-75612" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75615" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-75615 nav-item"><a title="Home" href="#" class="dropdown-item">Home<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75613" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-75613 nav-item"><a title="Other" href="#0" data-hover="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-75613">Other<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-75613" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-75614" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-75614 nav-item"><a title="Home" href="#" class="dropdown-item">Home<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-77438" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-77438 nav-item"><a title="Latest Deals" href="https://www.vox.co.za/latest-deals/" class="nav-link">Latest Deals<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-77439" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-77439 nav-item"><a title="Affiliates" href="https://www.vox.co.za/entities/" class="nav-link">Affiliates<span class="ai-nav-text"> <span class="link-text-desc"></span></span></a></li>
</ul></div>            </div>
        </div>
        
        <!-- RIGHT SIDE ITEMS -->
        <div class="secondary-menu right-menu with-dropdowns">
            <ul class="secondary-menu-items">
                <!-- <li class="desktop"> <a class="menu-link nav-link" href="#"><i class="ri-search-line"></i> Search</a> </li> -->
                <li class="mobile"> <a class="menu-link open-off-screen-menu nav-link" href="#"><i class="ri-menu-3-line"></i></a> </li>
                <li class="mobile"> <a class="menu-close-link nav-link hidden" href="#"><i class="ri-close-line"></i></a> </li>
                <!-- <li class="mobile"> <a class="menu-back-link nav-link hidden" href="#"><i class="ri-arrow-left-line"></i></a> </li> -->
                <!-- <li class="mobile">
                <div class="off-screen-menu-controls">
                    <a href="#" class="close-off-screen-menu">
                    <i class="ri-close-line"></i>
                    </a>
                    <a href="#" class="open-off-screen-menu">
                    <i class="ri-menu-fill"></i>
                    </a>
                </div>
                </li> -->

            </ul>
        </div>
              
    </nav>
    
  <!-- END MENU -->
  </div>

    <div class="mobile mobile-meganav-items-container hidden">

        <div class="menu-logo-header mobile">
            <a href="https://vox.co.za">
                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/09/logo.png" alt="">
            </a>
            <div class="close-btn">
                <a href="#0" class="menu-close-link"><i class="ri-close-line"></i></a>
                <a href="#0" class="hidden"><i class="ri-close-line"></i></a>
            </div>
        </div>
        
        <div class="mobile-meganav-items">
            <h5>Our Products</h5>
            <ul>
                <li>
                    <a href="#0" class="mobile-meganav-link" data-link-to="Fibre">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/iicon-fibre-packages.svg" alt="">
                        <p>Fibre</p>
                        <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                    </a>
                </li>
                <li>
                    <a href="#0" class="mobile-meganav-link" data-link-to="Voice">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-voice.svg" alt="">
                        <p>Voice</p>
                        <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                    </a>
                </li>
                <li>
                    <a href="#0" class="mobile-meganav-link" data-link-to="Hardware">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2023/12/wifi-router.svg" alt="">
                        <p>Hardware</p>
                        <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                    </a>
                </li>
                <li>
                    <a href="#0" class="mobile-meganav-link" data-link-to="Other">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-more.svg" alt="">
                        <p>Other</p>
                        <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                    </a>
                </li>
                <li>
                    <a href="https://www.vox.co.za/latest-deals/" class="mobile-meganav-link linkToPage">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/shopping-bag.svg" alt="">
                        <p>Latest Deals</p>
                        <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                    </a>
                </li>
                <li>
                    <a href="https://www.vox.co.za/entities/" class="mobile-meganav-link linkToPage">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-vox-channel-partners.svg" alt="">
                        <p>Affiliates</p>
                        <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                    </a>
                </li>
            </ul>
        </div>

        <section>
            <div class="inline-buttons">
                <a href="#0" class="support support-menu-link">
                    <i class="material-symbols-outlined">support_agent</i>
                    <span>Support</span>
                </a>
                <a href="#0" class="login login-menu-link">
                    <i class="material-symbols-outlined">account_circle</i>
                    <span>Login</span>
                </a>
            </div>
        </section>

    </div>

    <div class="nav-items-container hidden">            
        <div class="container-nav"> 
        
        <div class="menu-logo-header mobile">
            <a href="https://vox.co.za">
                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/09/logo.png" alt="">
            </a>
            <div class="close-btn">
                <a href="#0" class="menu-back-link"><i class="ri-arrow-left-line"></i></a>
            </div>
        </div>

            <!-- NAV LOOP START -->

            <div class="nav-connectivity-search">
                
          <div class="vox-vc-element vox-connectivity_checker multi-img vox-mobile-checker style-4 orange grad" id="" data-url-key="">

              <!-- STYLE 1 -->
              
          <!-- STYLE 2 -->
          
      <!-- STYLE 3 -->
            <!-- STYLE 4 -->
              <div class="checker-container style-4 ">
          <form method="get" class="orange grad" action="https://shop.vox.co.za/vox/connectivity/check">
            <div class="form-inputs-container">

              <div class="inputs-container">
                <input type="text" required="" class="form-control address-input" name="address" placeholder="Enter your address">
                <input type="hidden" class="form-control cityLat" value="" id="cityLat" name="lat" placeholder="latitude">
                <input type="hidden" class="form-control cityLng" value="" id="cityLng" name="lng" placeholder="longitude">
                <input type="hidden" name="type" value="">
              </div>

              <div class="btn-container">
                <div class="vox-vc-element vox-button orange grad left">
                    <button type="submit" class="btn-link">
                      <span class="desktop">Connect me</span>
                      <i class="btn-icon ri-map-pin-2-fill "></i>
                      <!-- <i class="btn-icon ri-map-pin-2-fill"></i> -->
                    </button>
                </div>
              </div>

            </div>

            <div class="business-home-toggle black">
              <!-- <span class="toggle-label">For Business</span>
              <label class="switch">
                <input type="checkbox">
                <span class="checkbox-slider round"></span>
              </label> -->

            </div>
          </form>


          </div>
    
          </div>

                    </div>
            
                        
            <div class="row main-nav-row hidden other">
                <div class="col-md-10">
                    <div class="mobile nav-actions-header">
                        <h4 class="open-menu-title">Fibre</h4>
                        <!-- <a href="#" class="back-to-main-nav"><i class="ri-arrow-left-line back-to-menu"></i></a> -->
                    </div>
                    
                    <div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_tta-container" data-vc-action="collapse"><div class="vc_general vc_tta vc_tta-tabs vc_tta-color-grey vc_tta-style-classic vc_tta-shape-rounded vc_tta-spacing-1 vc_tta-tabs-position-top vc_tta-controls-align-left"><div class="vc_tta-tabs-container"><ul class="vc_tta-tabs-list"><li class="vc_tta-tab vc_active" data-vc-tab=""><a href="#home" data-vc-tabs="" data-vc-container=".vc_tta"><span class="vc_tta-title-text">Home</span></a></li><li class="vc_tta-tab" data-vc-tab=""><a href="#1704860927100-974dc7f4-1095" data-vc-tabs="" data-vc-container=".vc_tta"><span class="vc_tta-title-text">Business</span></a></li></ul></div><div class="vc_tta-panels-container"><div class="vc_tta-panels"><div class="vc_tta-panel vc_active" id="home" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#home" data-vc-accordion="" data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Home</span></a></h4></div><div class="vc_tta-panel-body">
          <div class="vox-vc-element vox-frogfoot " id="">



          <div class="items-content-bar">
                <div class="row">
                    <div class="col-md-4 promotion image">
                                              <a href="https://www.vox.co.za/microsoft-apps/office-365/" target="">
                            <img decoding="async" style="max-width:100%;" src="https://ml1dttblqtoo.i.optimole.com/w:362/h:388/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/other-personal-banner-mobile.jpg" alt="other personal banner mobile | Vox | Other">
                        </a>
                                                <div id="" class="vox-vc-element vox-button white solid">
                          <a class="btn-link" href="https://www.vox.co.za/microsoft-apps/office-365/">
                            Learn More                          </a>
                        </div>
                                            </div>
                    <div class="col-md-8 menu-items-list-container">

                        <ul class="menu-items-list">
                           
                           
                                            <li>
                            <a href="https://www.vox.co.za/microsoft-apps/office-365/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:41/h:41/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-microsoft-operator-connect.svg" alt="icon microsoft operator connect | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Microsoft 365</p>
                                  <span>Personal and Family Microsoft Office packages</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/domains/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:47/h:41/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-domains.svg" alt="icon domains | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Domains</p>
                                  <span>Own your online success with premium domains</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/hosting/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:48/h:47/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-hosting.svg" alt="icon hosting | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Hosting</p>
                                  <span>High-performance web hosting tailored to your needs</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/email/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:46/h:52/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/email-1.svg" alt="email 1 | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Email</p>
                                  <span>Cost-effective email solutions for home and business</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/security/kaspersky-internet-security/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:46/h:45/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-internet-security.svg" alt="icon internet security | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Internet Security</p>
                                  <span>Cybersecurity tools developed by Kaspersky</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/mobile/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:50/h:50/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-mobile.svg" alt="icon mobile | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Mobile</p>
                                  <span>Stay connected with our mobile solutions</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                    
                    </ul>

                    </div>
                </div>
            </div>

          </div>

        </div></div><div class="vc_tta-panel" id="1704860927100-974dc7f4-1095" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#1704860927100-974dc7f4-1095" data-vc-accordion="" data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Business</span></a></h4></div><div class="vc_tta-panel-body">
          <div class="vox-vc-element vox-frogfoot " id="">



          <div class="items-content-bar">
                <div class="row">
                    <div class="col-md-4 promotion image">
                                              <a href="https://www.vox.co.za/microsoft-by-vox/" target="">
                            <img decoding="async" style="max-width:100%;" src="https://ml1dttblqtoo.i.optimole.com/w:362/h:388/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/other-business-banner-mobile.jpg" alt="other business banner mobile | Vox | Other">
                        </a>
                                                <div id="" class="vox-vc-element vox-button white solid">
                          <a class="btn-link" href="https://www.vox.co.za/microsoft-by-vox/">
                            Learn More                          </a>
                        </div>
                                            </div>
                    <div class="col-md-8 menu-items-list-container">

                        <ul class="menu-items-list">
                           
                           
                                            <li>
                            <a href="https://www.vox.co.za/microsoft-by-vox/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:41/h:41/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-microsoft-operator-connect.svg" alt="icon microsoft operator connect | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Microsoft By Vox</p>
                                  <span>Essential office applications, now available in the cloud</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/domains/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:47/h:41/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-domains.svg" alt="icon domains | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Domains</p>
                                  <span>Own your online success with premium domains</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/hosting/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:48/h:47/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-hosting.svg" alt="icon hosting | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Hosting</p>
                                  <span>High-performance web hosting tailored to your needs</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/email-for-business/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:46/h:51/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-email.svg" alt="icon email | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Email for Business</p>
                                  <span>Tailored-made email management suite</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/bulk-mailer-sms/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:43/h:42/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-sms.svg" alt="icon sms | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>SMS</p>
                                  <span>Craft, personalize, and distribute SMS campaigns seamlessly</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/visual-communications/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:40/h:40/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-visual-communications.svg" alt="icon visual communications | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Visual Communications</p>
                                  <span>Enhance every space with seamless audiovisual systems</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                    
                    </ul>

                    </div>
                </div>
            </div>

          </div>

        </div></div></div></div></div></div></div></div></div></div>
</div>                </div>
                <div class="col-md-2 support-menu desktop">
                    <ul class="menu-items-list-support">
                        <li>
                            <a href="https://help.vox.co.za/">
                                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-support.png" alt="">
                                <div>
                                    <p>Help Centre</p>
                                </div>
                            </a>
                        </li>
                        <li class="whatsapp-chat">
                            <a href="#0">
                                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-whatsapp.png" alt="">
                                <div>
                                    <p>Whatsapp</p>
                                </div>
                            </a>
                        </li>
                        <li>
                            <a href="/contact/">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-call-me-back.svg" alt="">
                                <div>
                                    <p>Call Me Back</p>
                                </div>
                            </a>
                        </li>
                    </ul>
                </div>
            </div>

                        
            <div class="row main-nav-row hidden fibre">
                <div class="col-md-10">
                    <div class="mobile nav-actions-header">
                        <h4 class="open-menu-title">Fibre</h4>
                        <!-- <a href="#" class="back-to-main-nav"><i class="ri-arrow-left-line back-to-menu"></i></a> -->
                    </div>
                    
                    <div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_tta-container" data-vc-action="collapse"><div class="vc_general vc_tta vc_tta-tabs vc_tta-color-grey vc_tta-style-classic vc_tta-shape-rounded vc_tta-spacing-1  connectivity vc_tta-tabs-position-top vc_tta-controls-align-left"><div class="vc_tta-tabs-container"><ul class="vc_tta-tabs-list"><li class="vc_tta-tab vc_active" data-vc-tab=""><a href="#home" data-vc-tabs="" data-vc-container=".vc_tta"><span class="vc_tta-title-text">Home</span></a></li><li class="vc_tta-tab" data-vc-tab=""><a href="#1704860927100-974dc7f4-1095" data-vc-tabs="" data-vc-container=".vc_tta"><span class="vc_tta-title-text">Business</span></a></li></ul></div><div class="vc_tta-panels-container"><div class="vc_tta-panels"><div class="vc_tta-panel vc_active" id="home" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#home" data-vc-accordion="" data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Home</span></a></h4></div><div class="vc_tta-panel-body">
          <div class="vox-vc-element vox-frogfoot " id="">



          <div class="items-content-bar">
                <div class="row">
                    <div class="col-md-4 promotion image">
                                              <a href="https://www.vox.co.za/fibre-to-the-home/" target="">
                            <img decoding="async" style="max-width:100%;" src="https://ml1dttblqtoo.i.optimole.com/w:1080/h:1080/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/V01028_3.jpg" alt="V01028 3 | Vox | Fibre">
                        </a>
                                                <div id="" class="vox-vc-element vox-button white solid">
                          <a class="btn-link" href="https://www.vox.co.za/fibre-to-the-home/">
                            Check Coverage                          </a>
                        </div>
                                            </div>
                    <div class="col-md-8 menu-items-list-container">

                        <ul class="menu-items-list">
                           
                           
                                            <li>
                            <a href="https://www.vox.co.za/fibre-to-the-home/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:60/h:59/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/iicon-fibre-packages.svg" alt="iicon fibre packages | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Fibre</p>
                                  <span>High-speed and quality fibre internet for the Home</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/lte/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:38/h:32/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/lte-1.svg" alt="lte 1 | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>LTE &amp; 5G</p>
                                  <span>Fast and reliable wireless connectivity</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/adsl/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:53/h:40/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/wifi-router.webp" alt="wifi router | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>ADSL</p>
                                  <span>Fast internet over traditional copper telephone lines</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/satellite/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:50/h:49/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-satelite.svg" alt="icon satelite | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Satellite</p>
                                  <span>Satellite-based internet connection</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/mobile/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:50/h:50/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-mobile.svg" alt="icon mobile | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Mobile</p>
                                  <span>Stay connected with our mobile solutions</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/wi-fi/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:47/h:46/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-wifi-home.svg" alt="icon wifi home | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Routers &amp; Extenders</p>
                                  <span>Improve your Home Wi-Fi coverage and range</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                    
                    </ul>

                    </div>
                </div>
            </div>

          </div>

        </div></div><div class="vc_tta-panel" id="1704860927100-974dc7f4-1095" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#1704860927100-974dc7f4-1095" data-vc-accordion="" data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Business</span></a></h4></div><div class="vc_tta-panel-body">
          <div class="vox-vc-element vox-frogfoot " id="">



          <div class="items-content-bar">
                <div class="row">
                    <div class="col-md-4 promotion image">
                                              <a href="/fibre-to-the-business" target="">
                            <img decoding="async" style="max-width:100%;" src="https://ml1dttblqtoo.i.optimole.com/w:419/h:419/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/fttb-banner-square.webp" alt="fttb banner square | Vox | Fibre">
                        </a>
                                                <div id="" class="vox-vc-element vox-button white solid">
                          <a class="btn-link" href="/fibre-to-the-business">
                            Learn More                          </a>
                        </div>
                                            </div>
                    <div class="col-md-8 menu-items-list-container">

                        <ul class="menu-items-list">
                           
                           
                                            <li>
                            <a href="/fibre-to-the-business/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:60/h:59/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/iicon-fibre-packages.svg" alt="iicon fibre packages | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Fibre</p>
                                  <span>High-speed fibre optic internet connection for Businesses</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/lte/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:38/h:32/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/lte-1.svg" alt="lte 1 | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>LTE &amp; 5G</p>
                                  <span>Fast and reliable wireless connectivity</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/wireless-to-the-business/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:192/h:168/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/icon-wifi-business.png" alt="icon wifi business | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Wireless to the Business</p>
                                  <span>Dedicated business connectivity without fibre access</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/satellite/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:50/h:49/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-satelite.svg" alt="icon satelite | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Satellite</p>
                                  <span>Satellite-based internet connection</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/wifi-for-business" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:47/h:46/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-wifi-home.svg" alt="icon wifi home | Vox | Fibre">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Routers &amp; Extenders</p>
                                  <span>Improve your Office Wi-Fi coverage and range</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                    
                    </ul>

                    </div>
                </div>
            </div>

          </div>

        </div></div></div></div></div></div></div></div></div></div>
</div>                </div>
                <div class="col-md-2 support-menu desktop">
                    <ul class="menu-items-list-support">
                        <li>
                            <a href="https://help.vox.co.za/">
                                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-support.png" alt="">
                                <div>
                                    <p>Help Centre</p>
                                </div>
                            </a>
                        </li>
                        <li class="whatsapp-chat">
                            <a href="#0">
                                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-whatsapp.png" alt="">
                                <div>
                                    <p>Whatsapp</p>
                                </div>
                            </a>
                        </li>
                        <li>
                            <a href="/contact/">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-call-me-back.svg" alt="">
                                <div>
                                    <p>Call Me Back</p>
                                </div>
                            </a>
                        </li>
                    </ul>
                </div>
            </div>

                        
            <div class="row main-nav-row hidden voice">
                <div class="col-md-10">
                    <div class="mobile nav-actions-header">
                        <h4 class="open-menu-title">Fibre</h4>
                        <!-- <a href="#" class="back-to-main-nav"><i class="ri-arrow-left-line back-to-menu"></i></a> -->
                    </div>
                    
                    <div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_tta-container" data-vc-action="collapse"><div class="vc_general vc_tta vc_tta-tabs vc_tta-color-grey vc_tta-style-classic vc_tta-shape-rounded vc_tta-spacing-1 vc_tta-tabs-position-top vc_tta-controls-align-left"><div class="vc_tta-tabs-container"><ul class="vc_tta-tabs-list"><li class="vc_tta-tab vc_active" data-vc-tab=""><a href="#home" data-vc-tabs="" data-vc-container=".vc_tta"><span class="vc_tta-title-text">Home</span></a></li><li class="vc_tta-tab" data-vc-tab=""><a href="#1704860927100-974dc7f4-1095" data-vc-tabs="" data-vc-container=".vc_tta"><span class="vc_tta-title-text">Business</span></a></li></ul></div><div class="vc_tta-panels-container"><div class="vc_tta-panels"><div class="vc_tta-panel vc_active" id="home" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#home" data-vc-accordion="" data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Home</span></a></h4></div><div class="vc_tta-panel-body">
          <div class="vox-vc-element vox-frogfoot " id="">



          <div class="items-content-bar">
                <div class="row">
                    <div class="col-md-4 promotion image">
                                              <a href="/voice/vobi/" target="">
                            <img decoding="async" style="max-width:100%;" src="https://ml1dttblqtoo.i.optimole.com/w:500/h:500/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/vobi-149-banner-promo.webp" alt="vobi 149 banner promo | Vox | Voice">
                        </a>
                                                <div id="" class="vox-vc-element vox-button white solid">
                          <a class="btn-link" href="/voice/vobi/">
                            Learn More                          </a>
                        </div>
                                            </div>
                    <div class="col-md-8 menu-items-list-container">

                        <ul class="menu-items-list">
                           
                           
                                            <li>
                            <a href="https://www.vox.co.za/voice/vobi/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:44/h:43/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/wifi-3.svg" alt="wifi 3 | Vox | Voice">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Vobi</p>
                                  <span>Mobile calling App with discounted call rates</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/voice/supafone/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:35/h:47/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-supafone.svg" alt="icon supafone | Vox | Voice">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Supafone</p>
                                  <span>Multi-functional cordless phone with discounted call rates</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                    
                    </ul>

                    </div>
                </div>
            </div>

          </div>

        </div></div><div class="vc_tta-panel" id="1704860927100-974dc7f4-1095" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#1704860927100-974dc7f4-1095" data-vc-accordion="" data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Business</span></a></h4></div><div class="vc_tta-panel-body">
          <div class="vox-vc-element vox-frogfoot " id="">



          <div class="items-content-bar">
                <div class="row">
                    <div class="col-md-4 promotion image">
                                              <a href="/pbx/" target="">
                            <img decoding="async" style="max-width:100%;" src="https://ml1dttblqtoo.i.optimole.com/w:362/h:388/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/vobi-business-banner-mobile.jpg" alt="vobi business banner mobile | Vox | Voice">
                        </a>
                                                <div id="" class="vox-vc-element vox-button white solid">
                          <a class="btn-link" href="/pbx/">
                            Learn More                          </a>
                        </div>
                                            </div>
                    <div class="col-md-8 menu-items-list-container">

                        <ul class="menu-items-list">
                           
                           
                                            <li>
                            <a href="https://www.vox.co.za/microsoft-operator-connect/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:41/h:41/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-microsoft-operator-connect.svg" alt="icon microsoft operator connect | Vox | Voice">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>MS Operator Connect</p>
                                  <span>Low-latency quality-controlled Voice Network with MS Teams</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/business-voice/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:54/h:53/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-business-voice.svg" alt="icon business voice | Vox | Voice">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Business Voice</p>
                                  <span>A tailored Voice and Unified Communication solutions</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/pbx/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:51/h:50/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-pbx.svg" alt="icon | Vox | Voice">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>PBX</p>
                                  <span>Private telephone network used within a company</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/3cx-cloud/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:54/h:37/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-3cx.svg" alt="icon | Vox | Voice">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>3CX</p>
                                  <span>Your all-in-one managed Cloud PBX solution</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/smartz-solutions" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:60/h:60/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/icn-contact-centre.png" alt="icn contact centre | Vox | Voice">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Contact Center</p>
                                  <span>Customer coms, employee assessment and reporting</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                    
                    </ul>

                    </div>
                </div>
            </div>

          </div>

        </div></div></div></div></div></div></div></div></div></div>
</div>                </div>
                <div class="col-md-2 support-menu desktop">
                    <ul class="menu-items-list-support">
                        <li>
                            <a href="https://help.vox.co.za/">
                                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-support.png" alt="">
                                <div>
                                    <p>Help Centre</p>
                                </div>
                            </a>
                        </li>
                        <li class="whatsapp-chat">
                            <a href="#0">
                                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-whatsapp.png" alt="">
                                <div>
                                    <p>Whatsapp</p>
                                </div>
                            </a>
                        </li>
                        <li>
                            <a href="/contact/">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-call-me-back.svg" alt="">
                                <div>
                                    <p>Call Me Back</p>
                                </div>
                            </a>
                        </li>
                    </ul>
                </div>
            </div>

                        
            <div class="row main-nav-row hidden hardware">
                <div class="col-md-10">
                    <div class="mobile nav-actions-header">
                        <h4 class="open-menu-title">Fibre</h4>
                        <!-- <a href="#" class="back-to-main-nav"><i class="ri-arrow-left-line back-to-menu"></i></a> -->
                    </div>
                    
                    <div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid no-tabs"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_tta-container" data-vc-action="collapse"><div class="vc_general vc_tta vc_tta-tabs vc_tta-color-grey vc_tta-style-classic vc_tta-shape-rounded vc_tta-spacing-1 vc_tta-tabs-position-top vc_tta-controls-align-left"><div class="vc_tta-tabs-container"><ul class="vc_tta-tabs-list"><li class="vc_tta-tab vc_active" data-vc-tab=""><a href="#1706245045336-d3c091d8-4177" data-vc-tabs="" data-vc-container=".vc_tta"><span class="vc_tta-title-text">Home</span></a></li></ul></div><div class="vc_tta-panels-container"><div class="vc_tta-panels"><div class="vc_tta-panel vc_active" id="1706245045336-d3c091d8-4177" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#1706245045336-d3c091d8-4177" data-vc-accordion="" data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Home</span></a></h4></div><div class="vc_tta-panel-body">
          <div class="vox-vc-element vox-frogfoot " id="">



          <div class="items-content-bar">
                <div class="row">
                    <div class="col-md-4 promotion image">
                                              <a href="/wi-fi/" target="">
                            <img decoding="async" style="max-width:100%;" src="https://ml1dttblqtoo.i.optimole.com/w:362/h:388/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/hardware-banner-mobile.jpg" alt="hardware banner mobile | Vox | Hardware">
                        </a>
                                                <div id="" class="vox-vc-element vox-button white solid">
                          <a class="btn-link" href="/wi-fi/">
                            Learn More                          </a>
                        </div>
                                            </div>
                    <div class="col-md-8 menu-items-list-container">

                        <ul class="menu-items-list">
                           
                           
                                            <li>
                            <a href="/wi-fi/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:47/h:46/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-wifi-home.svg" alt="icon wifi home | Vox | Hardware">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Wi-Fi for Home</p>
                                  <span>Get a good Wi-Fi experience with better Coverage and Range</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/hardware/cell-boosters/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:35/h:41/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-cell-boosters.svg" alt="icon cell boosters | Vox | Hardware">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Cell Boosters</p>
                                  <span>Amplify incoming and outgoing signal from your mobile devices</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/wifi-for-business/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:192/h:168/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/icon-wifi-business.png" alt="icon wifi business | Vox | Hardware">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Wi-Fi for Business</p>
                                  <span>Managed Wi-Fi services for businesses</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/portable-speakerphone/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:46/h:54/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-portable-speakers.svg" alt="icon portable speakers | Vox | Hardware">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Portable Speakers</p>
                                  <span>An essential audio device for video conferencing</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/solar-and-backup-power" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:42/h:58/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-vox-ups.svg" alt="icon vox ups | Vox | Hardware">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Solar and UPS</p>
                                  <span>Services to fit your home, lifestyle and your budget</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                    
                    </ul>

                    </div>
                </div>
            </div>

          </div>

        </div></div></div></div></div></div></div></div></div></div>
</div>                </div>
                <div class="col-md-2 support-menu desktop">
                    <ul class="menu-items-list-support">
                        <li>
                            <a href="https://help.vox.co.za/">
                                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-support.png" alt="">
                                <div>
                                    <p>Help Centre</p>
                                </div>
                            </a>
                        </li>
                        <li class="whatsapp-chat">
                            <a href="#0">
                                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-whatsapp.png" alt="">
                                <div>
                                    <p>Whatsapp</p>
                                </div>
                            </a>
                        </li>
                        <li>
                            <a href="/contact/">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-call-me-back.svg" alt="">
                                <div>
                                    <p>Call Me Back</p>
                                </div>
                            </a>
                        </li>
                    </ul>
                </div>
            </div>

                        
            <div class="row main-nav-row hidden more">
                <div class="col-md-10">
                    <div class="mobile nav-actions-header">
                        <h4 class="open-menu-title">Fibre</h4>
                        <!-- <a href="#" class="back-to-main-nav"><i class="ri-arrow-left-line back-to-menu"></i></a> -->
                    </div>
                    
                    <div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_tta-container" data-vc-action="collapse"><div class="vc_general vc_tta vc_tta-tabs vc_tta-color-grey vc_tta-style-classic vc_tta-shape-rounded vc_tta-spacing-1 vc_tta-tabs-position-top vc_tta-controls-align-left"><div class="vc_tta-tabs-container"><ul class="vc_tta-tabs-list"><li class="vc_tta-tab vc_active" data-vc-tab=""><a href="#home" data-vc-tabs="" data-vc-container=".vc_tta"><span class="vc_tta-title-text">Home</span></a></li><li class="vc_tta-tab" data-vc-tab=""><a href="#1704860927100-974dc7f4-1095" data-vc-tabs="" data-vc-container=".vc_tta"><span class="vc_tta-title-text">Business</span></a></li></ul></div><div class="vc_tta-panels-container"><div class="vc_tta-panels"><div class="vc_tta-panel vc_active" id="home" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#home" data-vc-accordion="" data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Home</span></a></h4></div><div class="vc_tta-panel-body">
          <div class="vox-vc-element vox-frogfoot " id="">



          <div class="items-content-bar">
                <div class="row">
                    <div class="col-md-4 promotion image">
                                              <a href="https://www.vox.co.za/microsoft-apps/office-365/" target="">
                            <img decoding="async" style="max-width:100%;" src="https://ml1dttblqtoo.i.optimole.com/w:362/h:388/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/other-personal-banner-mobile.jpg" alt="other personal banner mobile | Vox | Other">
                        </a>
                                                <div id="" class="vox-vc-element vox-button white solid">
                          <a class="btn-link" href="https://www.vox.co.za/microsoft-apps/office-365/">
                            Learn More                          </a>
                        </div>
                                            </div>
                    <div class="col-md-8 menu-items-list-container">

                        <ul class="menu-items-list">
                           
                           
                                            <li>
                            <a href="https://www.vox.co.za/microsoft-apps/office-365/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:41/h:41/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-microsoft-operator-connect.svg" alt="icon microsoft operator connect | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Microsoft 365</p>
                                  <span>Personal and Family Microsoft Office packages</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/domains/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:47/h:41/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-domains.svg" alt="icon domains | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Domains</p>
                                  <span>Own your online success with premium domains</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/hosting/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:48/h:47/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-hosting.svg" alt="icon hosting | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Hosting</p>
                                  <span>High-performance web hosting tailored to your needs</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/email/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:46/h:52/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/email-1.svg" alt="email 1 | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Email</p>
                                  <span>Cost-effective email solutions for home and business</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/security/kaspersky-internet-security/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:46/h:45/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-internet-security.svg" alt="icon internet security | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Internet Security</p>
                                  <span>Cybersecurity tools developed by Kaspersky</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="/mobile/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:50/h:50/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-mobile.svg" alt="icon mobile | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Mobile</p>
                                  <span>Stay connected with our mobile solutions</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                    
                    </ul>

                    </div>
                </div>
            </div>

          </div>

        </div></div><div class="vc_tta-panel" id="1704860927100-974dc7f4-1095" data-vc-content=".vc_tta-panel-body"><div class="vc_tta-panel-heading"><h4 class="vc_tta-panel-title"><a href="#1704860927100-974dc7f4-1095" data-vc-accordion="" data-vc-container=".vc_tta-container"><span class="vc_tta-title-text">Business</span></a></h4></div><div class="vc_tta-panel-body">
          <div class="vox-vc-element vox-frogfoot " id="">



          <div class="items-content-bar">
                <div class="row">
                    <div class="col-md-4 promotion image">
                                              <a href="https://www.vox.co.za/microsoft-by-vox/" target="">
                            <img decoding="async" style="max-width:100%;" src="https://ml1dttblqtoo.i.optimole.com/w:362/h:388/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/other-business-banner-mobile.jpg" alt="other business banner mobile | Vox | Other">
                        </a>
                                                <div id="" class="vox-vc-element vox-button white solid">
                          <a class="btn-link" href="https://www.vox.co.za/microsoft-by-vox/">
                            Learn More                          </a>
                        </div>
                                            </div>
                    <div class="col-md-8 menu-items-list-container">

                        <ul class="menu-items-list">
                           
                           
                                            <li>
                            <a href="https://www.vox.co.za/microsoft-by-vox/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:41/h:41/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-microsoft-operator-connect.svg" alt="icon microsoft operator connect | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Microsoft By Vox</p>
                                  <span>Essential office applications, now available in the cloud</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/domains/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:47/h:41/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-domains.svg" alt="icon domains | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Domains</p>
                                  <span>Own your online success with premium domains</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/hosting/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:48/h:47/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-hosting.svg" alt="icon hosting | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Hosting</p>
                                  <span>High-performance web hosting tailored to your needs</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/email-for-business/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:46/h:51/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-email.svg" alt="icon email | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Email for Business</p>
                                  <span>Tailor-made email management suite</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/bulk-mailer-sms/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:43/h:42/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-sms.svg" alt="icon sms | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>SMS</p>
                                  <span>Craft, personalise, and distribute SMS campaigns seamlessly</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                                            <li>
                            <a href="https://www.vox.co.za/visual-communications/" target="">
                              <div class="menu-item-img-container">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:40/h:40/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-visual-communications.svg" alt="icon visual communications | Vox | Other">
                              </div>
                              <div class="menu-item-title-text">
                                  <p>Visual Communications</p>
                                  <span>Enhance every space with seamless audiovisual systems</span>
                              </div>
                              <i class="menu-item-arrow fa-solid fa-chevron-right"></i>
                            </a>
                        </li>
                    
                    </ul>

                    </div>
                </div>
            </div>

          </div>

        </div></div></div></div></div></div></div></div></div></div>
</div>                </div>
                <div class="col-md-2 support-menu desktop">
                    <ul class="menu-items-list-support">
                        <li>
                            <a href="https://help.vox.co.za/">
                                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-support.png" alt="">
                                <div>
                                    <p>Help Centre</p>
                                </div>
                            </a>
                        </li>
                        <li class="whatsapp-chat">
                            <a href="#0">
                                <img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/icn-whatsapp.png" alt="">
                                <div>
                                    <p>Whatsapp</p>
                                </div>
                            </a>
                        </li>
                        <li>
                            <a href="/contact/">
                                <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-call-me-back.svg" alt="">
                                <div>
                                    <p>Call Me Back</p>
                                </div>
                            </a>
                        </li>
                    </ul>
                </div>
            </div>

                        


            <!-- NAV LOOP END -->


        </div>
    </div>

  <div class="header-blur-effect"></div>

</header><!-- #masthead -->
	<!-- Content class -->
	<div id="content" class="site-content">

	<div id="primary" class="content-area">

		<div class="vox-breadcrumb">
			<div class="vox-breadcrumb-container container ">
							</div>
		</div>
		
		<style>
			.tg-banner__bg{
				display:none;
			}
			.tg-banner{
				padding-top: 150px;
				background-color:				
			}
			.tg-banner__img-mobile{

			}
			@media screen (min-width:1600){
				.tg-banner,.tg-banner__bg{
					height:700px;
				}
			}
		</style>
		<div class="tg-banner__bg ">
			hello world  		</div>

				<main id="main" class="site-main">

			<div class="container ai-row">
				
<article id="post-8" class="post-8 page type-page status-publish hentry">

	

	<div class="entry-content">
		<div class="wpb-content-wrapper"><div id="banner-connectivity-checker" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space  mobile" style="height: 32px"><span class="vc_empty_space_inner"></span></div>
	<div class="wpb_single_image wpb_content_element vc_align_left   tg-mobile-banner mobile">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="900" height="450" src="https://ml1dttblqtoo.i.optimole.com/w:900/h:450/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/09/Frame-4224.webp" class="vc_single_image-img attachment-full" alt="Frame 4224 | Vox | Home" title="Frame 4224" srcset="https://ml1dttblqtoo.i.optimole.com/w:900/h:450/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/09/Frame-4224.webp 900w, https://ml1dttblqtoo.i.optimole.com/w:300/h:150/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/09/Frame-4224.webp 300w, https://ml1dttblqtoo.i.optimole.com/w:768/h:384/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/09/Frame-4224.webp 768w" sizes="(max-width: 640px) 100vw, 640px"></div>
		</figure>
	</div>
<div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="td-left wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html desktop">
		<div class="wpb_wrapper">
			<div class="tg-banner-copy"><p><span>Get lightning</span>
Fast Internet</p>
</div>
		</div>
	</div>
</div></div></div><div class="td-right wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html desktop">
		<div class="wpb_wrapper">
			<div class="tg-price">
FROM
<span>R289pm</span>
T&amp;Cs Apply
</div>
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
          <div class="vox-vc-element vox-connectivity_checker multi-img bordered style-4 orange grad" id="" data-url-key="">

              <!-- STYLE 1 -->
              
          <!-- STYLE 2 -->
          
      <!-- STYLE 3 -->
            <!-- STYLE 4 -->
              <div class="checker-container style-4 ">
          <form method="get" class="orange grad" action="https://shop.vox.co.za/vox/connectivity/check">
            <div class="form-inputs-container">

              <div class="inputs-container">
                <input type="text" required="" class="form-control address-input" name="address" placeholder="Enter your address">
                <input type="hidden" class="form-control cityLat" value="" id="cityLat" name="lat" placeholder="latitude">
                <input type="hidden" class="form-control cityLng" value="" id="cityLng" name="lng" placeholder="longitude">
                <input type="hidden" name="type" value="">
              </div>

              <div class="btn-container">
                <div class="vox-vc-element vox-button orange grad left">
                    <button type="submit" class="btn-link">
                      <span class="desktop">Connect me</span>
                      <i class="btn-icon fa-solid fa-arrow-right "></i>
                      <!-- <i class="btn-icon ri-map-pin-2-fill"></i> -->
                    </button>
                </div>
              </div>

            </div>

            <div class="business-home-toggle black">
              <!-- <span class="toggle-label">For Business</span>
              <label class="switch">
                <input type="checkbox">
                <span class="checkbox-slider round"></span>
              </label> -->

            </div>
          </form>


          </div>
    
          </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_empty_space  desktop" style="height: 80px"><span class="vc_empty_space_inner"></span></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div id="home-banner-cta" class="vc_row wpb_row vc_row-fluid no-paddings"><div class="no-paddings wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid no-paddings-t no-paddings-b vc_column-gap-10 vc_row-o-equal-height vc_row-o-content-top vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-icon-heading black left ">

                      <a href="/fibre-to-the-home"> 
                      <div class="vox-icon-heading-container">
                <div class="vox-icon-container">
                  <div class="bg-color">
                  </div>
                                      <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:53/h:40/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/01/wifi-router.webp" alt="wifi router | Vox | Home">
                                  </div>
                <div class="heading-container">
                    <h4 class="icon-heading">Home Fibre <i class=" ri-arrow-right-line"></i></h4>
                </div>
            </div>
                          </a>
                      </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-icon-heading black left ">

                      <a href="/fibre-to-the-business"> 
                      <div class="vox-icon-heading-container">
                <div class="vox-icon-container">
                  <div class="bg-color">
                  </div>
                                      <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:46/h:43/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/wifi-router.svg" alt="wifi router | Vox | Home">
                                  </div>
                <div class="heading-container">
                    <h4 class="icon-heading">Business Fibre <i class=" ri-arrow-right-line"></i></h4>
                </div>
            </div>
                          </a>
                      </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-icon-heading black left ">

                      <a href="/lte"> 
                      <div class="vox-icon-heading-container">
                <div class="vox-icon-container">
                  <div class="bg-color">
                  </div>
                                      <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:38/h:32/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/lte-1.svg" alt="lte 1 | Vox | Home">
                                  </div>
                <div class="heading-container">
                    <h4 class="icon-heading">LTE &amp; 5G <i class=" ri-arrow-right-line"></i></h4>
                </div>
            </div>
                          </a>
                      </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-icon-heading black left ">

                      <a href="/wi-fi"> 
                      <div class="vox-icon-heading-container">
                <div class="vox-icon-container">
                  <div class="bg-color">
                  </div>
                                      <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:47/h:46/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-wifi-home.svg" alt="icon wifi home | Vox | Home">
                                  </div>
                <div class="heading-container">
                    <h4 class="icon-heading">Wi-Fi <i class=" ri-arrow-right-line"></i></h4>
                </div>
            </div>
                          </a>
                      </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-icon-heading black left ">

                      <a href="/channel-partners"> 
                      <div class="vox-icon-heading-container">
                <div class="vox-icon-container">
                  <div class="bg-color">
                  </div>
                                      <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:48/h:47/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-vox-channel-partners.svg" alt="icon vox channel partners | Vox | Home">
                                  </div>
                <div class="heading-container">
                    <h4 class="icon-heading">Partners <i class=" ri-arrow-right-line"></i></h4>
                </div>
            </div>
                          </a>
                      </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-icon-heading black left ">

                      <a href="/latest-deals"> 
                      <div class="vox-icon-heading-container">
                <div class="vox-icon-container">
                  <div class="bg-color">
                  </div>
                                      <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:36/h:42/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/shopping-bag.svg" alt="shopping bag | Vox | Home">
                                  </div>
                <div class="heading-container">
                    <h4 class="icon-heading">Latest Deals <i class=" ri-arrow-right-line"></i></h4>
                </div>
            </div>
                          </a>
                      </div>

        </div></div></div></div></div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid no-paddings dark-bg wpb_animate_when_almost_visible wpb_fadeIn fadeIn"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space  desktop" style="height: 60px"><span class="vc_empty_space_inner"></span></div><div class="vc_empty_space  mobile" style="height: 15px"><span class="vc_empty_space_inner"></span></div>          <div id="" class="vox-vc-element vox-headingtext dark-blue vx-center heading-2-m">
            <h2 style="color:dark-blue;">
              Featured Fibre for <strong>Home Packages</strong>            </h2>
          </div>
        <div class="vc_empty_space  desktop" style="height: 30px"><span class="vc_empty_space_inner"></span></div><div class="vc_row wpb_row vc_inner vc_row-fluid container"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
    <div class="vox-vc-element vox-frogfoot_product_slider " id="">

      <div class="owl-carousel frogfoot-products-slider">
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

                              <div class="card-label" style="background-color: #1e283c !important;">
                  <div class="label-details">
                    <!-- <i class="ri-add-circle-fill"></i> -->
                    <span class="label_text"> Best Price </span>
                  </div>
                </div>
              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/Business-Partner-Logos_frogfoot.png" alt="Business Partner Logos frogfoot | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>289</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">10<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">1<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-home/?supplier=frogfoot" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/12/zoom-logo.webp" alt="zoom logo | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>515</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">30<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">30<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-home/?supplier=zoom_fibre" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:600/h:148/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/03/MetroFibre-Logo-Full-Colour-01.png" alt="MetroFibre Logo Full Colour 01 | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>535</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">25<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">25<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-home/?supplier=mfn" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Business-Partner-Logos_octotel.png" alt="Business Partner Logos octotel | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>595</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">55<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">25<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-home/?supplier=octotel" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/Business-Partner-Logos_frogfoot.png" alt="Business Partner Logos frogfoot | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>599</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">40<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">10<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-home/?supplier=frogfoot" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Vodacom-Logo_1.png" alt="Vodacom Logo 1 | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>639</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">20<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">10<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-home/?supplier=vodacom" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/Business-Partner-Logos_openserve-1.webp" alt="Business Partner Logos openserve 1 | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>649</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">50<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">25<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-home/?supplier=openserve" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Vuma-shop-logo.png" alt="Vuma shop logo | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>729</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">50<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">50<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-home/?supplier=vuma" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

                              <div class="card-label" style="background-color: #1e283c !important;">
                  <div class="label-details">
                    <!-- <i class="ri-add-circle-fill"></i> -->
                    <span class="label_text"> Highest Speed </span>
                  </div>
                </div>
              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:600/h:148/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/03/MetroFibre-Logo-Full-Colour-01.png" alt="MetroFibre Logo Full Colour 01 | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>1499</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">1000<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">500<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-home/?supplier=mfn" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
              </div>

    </div>

</div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid no-paddings dark-bg wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_custom_1708058005606 vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 60px"><span class="vc_empty_space_inner"></span></div>          <div id="" class="vox-vc-element vox-headingtext white vx-center heading-2-m">
            <h2 style="color:white;">
              Featured Fibre for <strong>Business Packages</strong>            </h2>
          </div>
        <div class="vc_empty_space  desktop" style="height: 30px"><span class="vc_empty_space_inner"></span></div><div class="vc_row wpb_row vc_inner vc_row-fluid container"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
    <div class="vox-vc-element vox-frogfoot_product_slider " id="" data-key="fttb">

      <div class="owl-carousel frogfoot-products-slider">
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

                              <div class="card-label" style="background-color: #0082c8 !important;">
                  <div class="label-details">
                    <!-- <i class="ri-add-circle-fill"></i> -->
                    <span class="label_text"> Free Install on 36mths </span>
                  </div>
                </div>
              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/Business-Partner-Logos_frogfoot.png" alt="Business Partner Logos frogfoot | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>799</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">20<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">10<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-business/?supplier=frogfoot" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

                              <div class="card-label" style="background-color: #0082c8 !important;">
                  <div class="label-details">
                    <!-- <i class="ri-add-circle-fill"></i> -->
                    <span class="label_text"> Free Install on 36mths </span>
                  </div>
                </div>
              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/Business-Partner-Logos_frogfoot.png" alt="Business Partner Logos frogfoot | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>949</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">20<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">20<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-business/?supplier=frogfoot" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/link-africa-logo.png" alt="link africa logo | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>1099</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">100<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">100<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-business/?supplier=link_africa" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Business-Partner-Logos_octotel.png" alt="Business Partner Logos octotel | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>1449</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">50<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">50<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-business/?supplier=octotel" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

                              <div class="card-label" style="background-color: #0082c8 !important;">
                  <div class="label-details">
                    <!-- <i class="ri-add-circle-fill"></i> -->
                    <span class="label_text"> Free Install on 36mths </span>
                  </div>
                </div>
              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/Business-Partner-Logos_frogfoot.png" alt="Business Partner Logos frogfoot | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>2199</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">150<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">75<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-business/?supplier=frogfoot" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Vuma-shop-logo.png" alt="Vuma shop logo | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>2199</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">50<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">50<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-business/?supplier=vuma" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

                              <div class="card-label" style="background-color: #0082c8 !important;">
                  <div class="label-details">
                    <!-- <i class="ri-add-circle-fill"></i> -->
                    <span class="label_text"> Free Install on 36mths </span>
                  </div>
                </div>
              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/Business-Partner-Logos_frogfoot.png" alt="Business Partner Logos frogfoot | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>2349</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">150<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">150<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-business/?supplier=frogfoot" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
                  <div class="item">

            <div class="vox-vc-element vox-frogfoot_product_card  slider-card-content">

                              <div class="card-label" style="background-color: #0082c8 !important;">
                  <div class="label-details">
                    <!-- <i class="ri-add-circle-fill"></i> -->
                    <span class="label_text"> Free Install on 12, 24 &amp; 36mths </span>
                  </div>
                </div>
              
              <div class="row">

                <div class="col-md-12 card-img">
                  <div class="image-container">
                    <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/Business-Partner-Logos_frogfoot.png" alt="Business Partner Logos frogfoot | Vox | Home">
                  </div>
                </div>

                <div class="col-md-12 card-btn-info">

                  <div class="pricing-info">

                    <h3 class="price_amount_text">
                      <span class="was_price_text"></span>
                      <span class="price_text"><span class="currency">R</span>2849</span>
                      <span class="price_terms_text">PM</span>
                    </h3>
                    <div class="package-info row">
                      <div class="col-sm-6 col-md-12">
                        <p class="for_how_long">Month to Month</p>
                      </div>
                      <div class="col-sm-6 col-md-12">
                        <p class="capped_or_uncapped">Uncapped</p>
                      </div>
                    </div>
                                      </div>



                                      <div class="product-speeds">
                      <div class="download">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            south
                          </span>
                          <h6 class="speed-value">250<span>Mbps</span> </h6>
                        </div>
                        <p>Download speed</p>
                      </div>
                      <div class="upload">
                        <div class="speed-container">
                          <span class="speed-icon material-symbols-rounded">
                            north
                          </span>
                          <h6 class="speed-value">250<span>Mbps</span> </h6>
                        </div>
                        <p>Upload speed</p>
                      </div>
                    </div>
                  

                  <div class="card-btn-info">
                    <div class="vox-vc-element vox-button outline">
                      <a class="btn-link btn--sm" href="https://www.vox.co.za/fibre-to-the-business/?supplier=frogfoot" target="">

                        View                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                    <div class="vox-vc-element vox-button orange grad">
                      <a class="btn-link btn--sm" href="#check-coverage" target="">
                        Check                        <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                      </a>
                    </div>
                  </div>

                </div>

              </div>

            </div>


          </div>
              </div>

    </div>

</div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-headingtext black vx-center heading-2-m">
            <h2 style="color:black;">
              Why Our Customers <strong>Love Us</strong>            </h2>
          </div>
        
    <div class="vox-vc-element vox-testimonials_slider " id="">

      <div class="owl-carousel testimonials-slider" data-num-slides="3">
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Rochell R </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      Best Customer Service I've EVER received!
I have had the best costumer service with these guys! Starting with Timmy Lourens that was so kind and helpful with all my silly questions, he truly provided me with amazing service. A HUGE shout out to Leon from Vox that went above and beyond to activate my fibre for me. He was extremely kind, professional and of course extremely helpful definitely exceeded my expectations! Do not look any further for the best service provider or customer service!                     </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Langelihle Sibanda </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      Ntando Mntambo more than exceeded expectations. I'm very impressed at how he patiently guided my helper till the issue was resolved. He's a star🌟🌟🌟&nbsp;                    </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Edwin Seabata </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      Steven keep up the good job and your kindness. You know what are you doing my brother. Be blessed.                    </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Mambuleng Mokwena </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      Very excellent service from William very helpful and patient, it's so amazing as they say we learn everyday he thought me how to use the TV and you can imagine someone who will guide you through the steps until you get it right. I'm so happy that he took his time to assist

Great service William keep up the good work Thank you                    </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Jody Martin </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      Legend has it that Thabiso once outclassed Chuck Norris in the first ever game of chess. Chuck Norris then created VOIP to honor the name of Thabiso. 
This is why Vox would not be Vox without Thabiso.                    </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author">  Nicolene Conradie </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      Hitekani Malungani, thank you so much for your patience and insight into our internet problem.  You really assisted us in such a gentle and perfect manner.

You are indeed excellent.                    </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Moses Segale </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      I had an exceptional experience with Mr William Viljoen. From start to finish, he was professional, attentive, and incredibly knowledgeable. He took the time to understand my needs and provided clear, effective solutions
 that exceeded my expectations. His prompt responses and proactive approach made the entire process smooth and stress-free. I highly recommend Mr William Viljoen for anyone seeking top-notch service and expertise. Thank you for making this such a positive experience.                    </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Mndeni Shange </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      Dear Vox,

I am writing to express my sincere appreciation for the exceptional service I received from Mr. William Viljoen. He demonstrated outstanding expertise and patience while assisting me with setting up my WiFi and navigating online systems. His guidance enabled me to gain a deeper understanding of troubleshooting and fault detection, allowing me to resolve issues independently.

Mr. Viljoen went above and beyond by following up with a call to walk me through the self-installation process, ensuring its success and confirming that all my devices were connected and functioning properly.

His exceptional skills, dedication, and leadership qualities make him an ideal candidate to manage his department. I highly recommend recognizing his outstanding performance and considering him for leadership roles in the future.                    </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Antonio Steyn </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      I would like to extend a word of gratitude and thanks to Tebogo for his professionalism assisting with my FTTH account.  The way he dealt and handled the matter was very mature.  Tebogo overwhelmed me with his technical knowledge, discovering unseen cracks on my network.  I am forever grateful for his patients scrutinizing and unleashing issues on my network. 

Keep on delivering excellence and brilliant work by flying the Vox flag high.                    </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Thabang Sebotsa&nbsp; </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      Sebalo Ramarumo has exceeded my expectations. Great service and always on the problem to make sure the problem is solved

I'm rating the service 10/10                    </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Quintin Vorster </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      I would just like to thank Shanice for her wonderful service and help this morning. 

I normally am able to help myself when thing get technical but when it came to needing your assistance to be able to speak to such a friendly understanding voice was a relieve, Shanice was knowledgeable and able to solve my problem efficiently 

im looking forward dealing with her solving the remainder of the query

Big up to Shanice and the Vox team, we been happy clients with Vox almost 10 years now and Service like this is why we only choose Vox                     </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
                  <div class="item">

            <div class="testimonials-card">

              <div class="card-content row left-align">
                <div class="col-md-12 card-content-text">
                                      <div class="testimionial_rating">
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                              <i class="fa-solid fa-star"></i>
                                                                </div>
                  
                  <h6 class="testimonial_author"> Tebogo Soldaat </h6>

                  <p class="testimonial_author_pos">  </p>
                  <div class="testimonial_text truncate__outer">
                    <p class="truncate">
                      Please allow me to extend my gratitude for the prompt and exceptional service I received from your team regarding my connection issue. Shoutout to your Technician Daanyaal Domingo, he is very much appreciated for making the process seamless. I rate him 10/10, He is awesome. 

From a happy customer.                    </p>
                  </div>
                </div>

                
              </div>


            </div>

          </div>
              </div>

    </div>
<style>
  .vox-readmore-content{
    display:none;
  }
  .vox-readmore{
    color: #0082C8!important;
  }
  .vox-readmore:hover{
    cursor: pointer;
  }
  .vox-vc-element.vox-testimonials_slider .testimonials-card .card-content .card-image.extra_img_style_sharp{
    border-radius:0;
  }

</style>
<div class="vc_empty_space" style="height: 40px"><span class="vc_empty_space_inner"></span></div></div></div></div></div><div id="solar" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_single_image wpb_content_element vc_align_left   mobile">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="141" height="48" src="https://ml1dttblqtoo.i.optimole.com/w:141/h:48/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/sz-logo.webp" class="vc_single_image-img attachment-full" alt="sz logo | Vox | Home" title="sz-logo"></div>
		</figure>
	</div>

	<div class="wpb_single_image wpb_content_element vc_align_left   flas-sale mobile">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="291" height="314" src="https://ml1dttblqtoo.i.optimole.com/w:291/h:314/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/flash-sale.webp" class="vc_single_image-img attachment-full" alt="flash sale | Vox | Home" title="flash-sale" srcset="https://ml1dttblqtoo.i.optimole.com/w:291/h:314/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/flash-sale.webp 291w, https://ml1dttblqtoo.i.optimole.com/w:278/h:300/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/flash-sale.webp 278w" sizes="(max-width: 291px) 100vw, 291px"></div>
		</figure>
	</div>

	<div class="wpb_raw_code wpb_content_element wpb_raw_html">
		<div class="wpb_wrapper">
			<h2>Solar &amp; Backup Power</h2>
<h4>Vox Meets Stage Zero</h4>
<p>From affordable UPS and portable devices to full-home solar rental solutions.<br>
We have solutions to fit your home, your lifestyle and your budget.</p>
		</div>
	</div>

	<div class="wpb_raw_code wpb_content_element wpb_raw_html solar-usp">
		<div class="wpb_wrapper">
			<p><img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/icn-solar.png" alt="icn solar | Vox | Home"><span><strong>Home Solar</strong> rental solutions</span></p>
<p><img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/icn-portable-power.png" alt="icn portable power | Vox | Home"><span><strong>UPS</strong> and portable power rental solutions</span></p>
		</div>
	</div>

          <div id="" class="vox-vc-element vox-button orange grad left ">
              <a class="btn-link" href="https://www.vox.co.za/solar-and-backup-power" target="">
                Browse options                <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
              </a>
          </div>

        
	<div class="wpb_single_image wpb_content_element vc_align_left   desktop">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="280" height="48" src="https://ml1dttblqtoo.i.optimole.com/w:280/h:48/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/06/logo-sz-vox.png" class="vc_single_image-img attachment-full" alt="logo sz | Vox | Home" title="logo-sz-vox"></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_single_image wpb_content_element vc_align_left   solar-app">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="386" height="305" src="https://ml1dttblqtoo.i.optimole.com/w:386/h:305/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/Solar-app.webp" class="vc_single_image-img attachment-full" alt="Solar app | Vox | Home" title="Solar-app" srcset="https://ml1dttblqtoo.i.optimole.com/w:386/h:305/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/Solar-app.webp 386w, https://ml1dttblqtoo.i.optimole.com/w:300/h:237/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/Solar-app.webp 300w" sizes="(max-width: 386px) 100vw, 386px"></div>
		</figure>
	</div>

	<div class="wpb_single_image wpb_content_element vc_align_left   flas-sale desktop">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="291" height="314" src="https://ml1dttblqtoo.i.optimole.com/w:291/h:314/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/flash-sale.webp" class="vc_single_image-img attachment-full" alt="flash sale | Vox | Home" title="flash-sale" srcset="https://ml1dttblqtoo.i.optimole.com/w:291/h:314/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/flash-sale.webp 291w, https://ml1dttblqtoo.i.optimole.com/w:278/h:300/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/flash-sale.webp 278w" sizes="(max-width: 291px) 100vw, 291px"></div>
		</figure>
	</div>
</div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid no-paddings-t grey-bg wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_row-o-equal-height vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space  desktop" style="height: 32px"><span class="vc_empty_space_inner"></span></div>          <div id="" class="vox-vc-element vox-headingtext black vx-center heading-2-m">
            <h2 style="color:black;">
              <strong>Popular</strong> Products            </h2>
          </div>
        
    <div class="vox-vc-element vox-featured_product_slider" id="">

      <div class="featured-products-slider owl-carousel  " data-num-slides="3">
                  <div class="item ">
                          <div class="vox-vc-element vox-featured_product_card  slider-card-content  orange grad top-bottom white-bg">


                <div class="row">

                  <div class="col-md-12 card-img">
                    <div class="image-container">
                                              <div class="card-label align-left">
                          <div class="label-details orange">
                            <!-- <i class="ri-add-circle-fill"></i> -->
                            <span class="label_text"> In Stock </span>
                          </div>
                        </div>
                                            <div class="carousel-6670542142583a">
                        <div class="owl-carousel product-specification-card__image-carousel" id="carousel-6670542142583a">
                                                      <div class="item product-carousel-item" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:400/h:400/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project.webp" alt="New Project | Vox | Home">
                            </div>
                                                      <div class="item product-carousel-item" data-image-index="1">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:800/h:800/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/Deco-M4-3-v2.webp" alt="Deco M4 3 v2 | Vox | Home">
                            </div>
                                                      <div class="item product-carousel-item" data-image-index="2">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:800/h:800/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/image.webp" alt="image | Vox | Home">
                            </div>
                                                  </div>
                        <div class="product-image__thumbnails">
                                                      <div class="product-image__thumbnail" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:400/h:400/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project.webp" alt="New Project | Vox | Home">
                            </div>
                                                      <div class="product-image__thumbnail" data-image-index="1">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:800/h:800/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/Deco-M4-3-v2.webp" alt="Deco M4 3 v2 | Vox | Home">
                            </div>
                                                      <div class="product-image__thumbnail" data-image-index="2">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:800/h:800/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/image.webp" alt="image | Vox | Home">
                            </div>
                                                  </div>
                      </div>

                    </div>
                  </div>

                  <div class="col-md-12 card-content">
                    <h3 class="heading"><span class="no-color">Home Mesh Wi-Fi M4 </span> <span class="filled-in"></span> </h3>
                    
                    
                    <p class="subheading">Experience unmatched powerful Wi-Fi coverage with TP-Link Mesh technology</p>
                  </div>

                  <div class="col-md-12 card-btn-info">
                    <div class="pricing-info">
                      <p class="price_from_text"> Starting from </p>
                      <h3 class="price_amount_text">
                        <span class="was_price_text"></span>
                        <span class="price_text">R60</span>
                        <span class="price_terms_text">PM</span>
                      </h3>
                      <p class="price_condition_text">*T&amp;C's apply</p>
                    </div>
                    <div class="card-btn-info">
                      <div class="vox-vc-element vox-button solid orange grad">
                        <a class="btn-link" href="https://www.vox.co.za/wi-fi/" target="">
                          Order Now                          <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                        </a>
                      </div>
                    </div>
                  </div>

                </div>

              </div> 


            
                      </div>
                  <div class="item ">
                          <div class="vox-vc-element vox-featured_product_card  slider-card-content  orange grad top-bottom white-bg">


                <div class="row">

                  <div class="col-md-12 card-img">
                    <div class="image-container">
                                            <div class="carousel-66705421425f8d">
                        <div class="owl-carousel product-specification-card__image-carousel" id="carousel-66705421425f8d">
                                                      <div class="item product-carousel-item" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:654/h:496/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/ms-office-365.webp" alt="ms office 365 | Vox | Home">
                            </div>
                                                  </div>
                        <div class="product-image__thumbnails">
                                                      <div class="product-image__thumbnail" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:654/h:496/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/ms-office-365.webp" alt="ms office 365 | Vox | Home">
                            </div>
                                                  </div>
                      </div>

                    </div>
                  </div>

                  <div class="col-md-12 card-content">
                    <h3 class="heading"><span class="no-color">Microsoft 365 </span> <span class="filled-in"></span> </h3>
                    
                    
                    <p class="subheading">Stay productive with these Microsoft Solutions</p>
                  </div>

                  <div class="col-md-12 card-btn-info">
                    <div class="pricing-info">
                      <p class="price_from_text"> Starting from </p>
                      <h3 class="price_amount_text">
                        <span class="was_price_text"></span>
                        <span class="price_text">R105</span>
                        <span class="price_terms_text">PM</span>
                      </h3>
                      <p class="price_condition_text">*T&amp;C's apply</p>
                    </div>
                    <div class="card-btn-info">
                      <div class="vox-vc-element vox-button solid orange grad">
                        <a class="btn-link" href="https://www.vox.co.za/microsoft-apps/office-365/" target="">
                          Order Now                          <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                        </a>
                      </div>
                    </div>
                  </div>

                </div>

              </div> 


            
                      </div>
                  <div class="item ">
                          <div class="vox-vc-element vox-featured_product_card  slider-card-content  orange grad top-bottom white-bg">


                <div class="row">

                  <div class="col-md-12 card-img">
                    <div class="image-container">
                                            <div class="carousel-66705421426236">
                        <div class="owl-carousel product-specification-card__image-carousel" id="carousel-66705421426236">
                                                      <div class="item product-carousel-item" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:410/h:305/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project-1.webp" alt="New Project 1 | Vox | Home">
                            </div>
                                                  </div>
                        <div class="product-image__thumbnails">
                                                      <div class="product-image__thumbnail" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:410/h:305/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project-1.webp" alt="New Project 1 | Vox | Home">
                            </div>
                                                  </div>
                      </div>

                    </div>
                  </div>

                  <div class="col-md-12 card-content">
                    <h3 class="heading"><span class="no-color">Vobi Calling App </span> <span class="filled-in"></span> </h3>
                    
                    
                    <p class="subheading">Stay connected with unlimited calls, video chats, and text messages</p>
                  </div>

                  <div class="col-md-12 card-btn-info">
                    <div class="pricing-info">
                      <p class="price_from_text"> Starting from </p>
                      <h3 class="price_amount_text">
                        <span class="was_price_text"></span>
                        <span class="price_text">R29</span>
                        <span class="price_terms_text">PM</span>
                      </h3>
                      <p class="price_condition_text">*T&amp;C's apply</p>
                    </div>
                    <div class="card-btn-info">
                      <div class="vox-vc-element vox-button solid orange grad">
                        <a class="btn-link" href="https://www.vox.co.za/voice/vobi/" target="">
                          Order Now                          <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                        </a>
                      </div>
                    </div>
                  </div>

                </div>

              </div> 


            
                      </div>
                  <div class="item ">
                          <div class="vox-vc-element vox-featured_product_card  slider-card-content  orange grad top-bottom white-bg">


                <div class="row">

                  <div class="col-md-12 card-img">
                    <div class="image-container">
                                              <div class="card-label align-left">
                          <div class="label-details orange">
                            <!-- <i class="ri-add-circle-fill"></i> -->
                            <span class="label_text"> In Stock </span>
                          </div>
                        </div>
                                            <div class="carousel-66705421426471">
                        <div class="owl-carousel product-specification-card__image-carousel" id="carousel-66705421426471">
                                                      <div class="item product-carousel-item" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:400/h:400/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/Deco-X50-1-Pack.webp" alt="Deco X50 1 Pack | Vox | Home">
                            </div>
                                                      <div class="item product-carousel-item" data-image-index="1">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:400/h:400/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/Deco-X50-5.webp" alt="Deco X50 5 | Vox | Home">
                            </div>
                                                      <div class="item product-carousel-item" data-image-index="2">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1000/h:1000/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project-2.webp" alt="New Project 2 | Vox | Home">
                            </div>
                                                  </div>
                        <div class="product-image__thumbnails">
                                                      <div class="product-image__thumbnail" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:400/h:400/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/Deco-X50-1-Pack.webp" alt="Deco X50 1 Pack | Vox | Home">
                            </div>
                                                      <div class="product-image__thumbnail" data-image-index="1">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:400/h:400/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/Deco-X50-5.webp" alt="Deco X50 5 | Vox | Home">
                            </div>
                                                      <div class="product-image__thumbnail" data-image-index="2">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1000/h:1000/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project-2.webp" alt="New Project 2 | Vox | Home">
                            </div>
                                                  </div>
                      </div>

                    </div>
                  </div>

                  <div class="col-md-12 card-content">
                    <h3 class="heading"><span class="no-color">Home Mesh X50 </span> <span class="filled-in"></span> </h3>
                    
                    
                    <p class="subheading">AI-Driven Mesh technology provides uninterrupted smart Wi-Fi</p>
                  </div>

                  <div class="col-md-12 card-btn-info">
                    <div class="pricing-info">
                      <p class="price_from_text"> Starting from </p>
                      <h3 class="price_amount_text">
                        <span class="was_price_text"></span>
                        <span class="price_text">R160</span>
                        <span class="price_terms_text">PM</span>
                      </h3>
                      <p class="price_condition_text">*T&amp;C's apply</p>
                    </div>
                    <div class="card-btn-info">
                      <div class="vox-vc-element vox-button solid orange grad">
                        <a class="btn-link" href="https://www.vox.co.za/wi-fi/" target="">
                          Order Now                          <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                        </a>
                      </div>
                    </div>
                  </div>

                </div>

              </div> 


            
                      </div>
                  <div class="item ">
                          <div class="vox-vc-element vox-featured_product_card  slider-card-content  orange grad top-bottom white-bg">


                <div class="row">

                  <div class="col-md-12 card-img">
                    <div class="image-container">
                                              <div class="card-label align-left">
                          <div class="label-details dark-blue">
                            <!-- <i class="ri-add-circle-fill"></i> -->
                            <span class="label_text"> In Stock </span>
                          </div>
                        </div>
                                            <div class="carousel-66705421426b45">
                        <div class="owl-carousel product-specification-card__image-carousel" id="carousel-66705421426b45">
                                                      <div class="item product-carousel-item" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1000/h:1000/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/vox-ups-two.webp" alt="vox ups two | Vox | Home">
                            </div>
                                                      <div class="item product-carousel-item" data-image-index="1">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:200/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project-3.webp" alt="New Project 3 | Vox | Home">
                            </div>
                                                      <div class="item product-carousel-item" data-image-index="2">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1000/h:1000/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/Volta-40-10-Compressed-1-1.webp" alt="Volta 40 10 Compressed 1 1 | Vox | Home">
                            </div>
                                                  </div>
                        <div class="product-image__thumbnails">
                                                      <div class="product-image__thumbnail" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1000/h:1000/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/02/vox-ups-two.webp" alt="vox ups two | Vox | Home">
                            </div>
                                                      <div class="product-image__thumbnail" data-image-index="1">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:200/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project-3.webp" alt="New Project 3 | Vox | Home">
                            </div>
                                                      <div class="product-image__thumbnail" data-image-index="2">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1000/h:1000/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/Volta-40-10-Compressed-1-1.webp" alt="Volta 40 10 Compressed 1 1 | Vox | Home">
                            </div>
                                                  </div>
                      </div>

                    </div>
                  </div>

                  <div class="col-md-12 card-content">
                    <h3 class="heading"><span class="no-color">Vox Power Solutions </span> <span class="filled-in"></span> </h3>
                    
                    
                    <p class="subheading">Stay connected during Load-shedding and never let productivity come to a halt</p>
                  </div>

                  <div class="col-md-12 card-btn-info">
                    <div class="pricing-info">
                      <p class="price_from_text"> Starting from </p>
                      <h3 class="price_amount_text">
                        <span class="was_price_text"></span>
                        <span class="price_text">R85.33</span>
                        <span class="price_terms_text">PM</span>
                      </h3>
                      <p class="price_condition_text">*T&amp;C's apply</p>
                    </div>
                    <div class="card-btn-info">
                      <div class="vox-vc-element vox-button solid orange grad">
                        <a class="btn-link" href="https://www.vox.co.za/vox-ups/" target="">
                          Order Now                          <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                        </a>
                      </div>
                    </div>
                  </div>

                </div>

              </div> 


            
                      </div>
                  <div class="item ">
                          <div class="vox-vc-element vox-featured_product_card  slider-card-content  orange grad top-bottom white-bg">


                <div class="row">

                  <div class="col-md-12 card-img">
                    <div class="image-container">
                                              <div class="card-label align-left">
                          <div class="label-details orange">
                            <!-- <i class="ri-add-circle-fill"></i> -->
                            <span class="label_text"> In Stock </span>
                          </div>
                        </div>
                                            <div class="carousel-667054214271b4">
                        <div class="owl-carousel product-specification-card__image-carousel" id="carousel-667054214271b4">
                                                      <div class="item product-carousel-item" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1000/h:1000/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project-4.webp" alt="New Project 4 | Vox | Home">
                            </div>
                                                      <div class="item product-carousel-item" data-image-index="1">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:400/h:400/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/Deco-X20-1-Pack.webp" alt="Deco X20 1 Pack | Vox | Home">
                            </div>
                                                      <div class="item product-carousel-item" data-image-index="2">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1000/h:1000/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project-5.webp" alt="New Project 5 | Vox | Home">
                            </div>
                                                  </div>
                        <div class="product-image__thumbnails">
                                                      <div class="product-image__thumbnail" data-image-index="0">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1000/h:1000/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project-4.webp" alt="New Project 4 | Vox | Home">
                            </div>
                                                      <div class="product-image__thumbnail" data-image-index="1">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:400/h:400/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/07/Deco-X20-1-Pack.webp" alt="Deco X20 1 Pack | Vox | Home">
                            </div>
                                                      <div class="product-image__thumbnail" data-image-index="2">
                              <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1000/h:1000/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/08/New-Project-5.webp" alt="New Project 5 | Vox | Home">
                            </div>
                                                  </div>
                      </div>

                    </div>
                  </div>

                  <div class="col-md-12 card-content">
                    <h3 class="heading"><span class="no-color">Home Mesh X20 </span> <span class="filled-in"></span> </h3>
                    
                    
                    <p class="subheading">Amplify Wi-Fi signals and expand coverage for a seamless connection</p>
                  </div>

                  <div class="col-md-12 card-btn-info">
                    <div class="pricing-info">
                      <p class="price_from_text"> Starting from </p>
                      <h3 class="price_amount_text">
                        <span class="was_price_text"></span>
                        <span class="price_text">R170</span>
                        <span class="price_terms_text">PM</span>
                      </h3>
                      <p class="price_condition_text">*T&amp;C's apply</p>
                    </div>
                    <div class="card-btn-info">
                      <div class="vox-vc-element vox-button solid orange grad">
                        <a class="btn-link" href="https://www.vox.co.za/wi-fi/" target="">
                          Order Now                          <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                        </a>
                      </div>
                    </div>
                  </div>

                </div>

              </div> 


            
                      </div>
              </div>

    </div>

</div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeInUp fadeInUp"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-headingtext black vx-center ">
            <h2 style="color:black;">
              Discover our connectivity products            </h2>
          </div>
        
          <div id="" class="vox-vc-element vox-bodytext grey vx-center large defaultWeight ">
              <p>Get the best connectivity and voice solutions with Vox to suit your&nbsp;everyday home or business needs</p>
          </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid p-t-b-2 reverse-order-mobile wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_column-gap-15 vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-headingtext green left ">
            <h6 style="color:green;">
              NEXT LEVEL HOME INTERNET            </h6>
          </div>
                  <div id="" class="vox-vc-element vox-headingtext black left ">
            <h2 style="color:black;">
              Fibre to the Home            </h2>
          </div>
        
          <div id="" class="vox-vc-element vox-bodytext grey left default defaultWeight ">
              <p>Super-fast, reliable and affordable Internet is now a reality!</p>
          </div>

        
          <div id="" class="vox-vc-element vox-bodytext black left default defaultWeight green-li">
              <ul>
<li>Unlimited data, no more data top-ups</li>
<li>Super-fast speeds that range from 4Mbps to 1Gbps</li>
<li>Free to use router, Installation &amp; Activation on selected packages</li>
<li>Save up to<strong>&nbsp;R4500&nbsp; </strong>with Vox</li>
</ul>
          </div>

        
          <div id="" class="vox-vc-element vox-button green grad inline ">
              <a class="btn-link" href="#banner-connectivity-checker" target="">
                Check Coverage                <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
              </a>
          </div>

        
          <div id="" class="vox-vc-element vox-button grey outline inline ">
              <a class="btn-link" href="https://www.vox.co.za/fibre-to-the-home/" target="">
                Read more                <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
              </a>
          </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
          <div id="" class="vox-vc-element vox-image left ">
            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:832/h:615/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/FTTH-comp-v1-1.webp" class="desktop" style=" max-width: ; " alt="FTTH comp v1 1 | Vox | Home">
            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:832/h:615/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/FTTH-comp-v1-1.webp" class="mobile" style=" " alt="FTTH comp v1 1 | Vox | Home">
          </div>

        </div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid p-t-b-2 grey-bg wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_column-gap-15 vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
          <div id="" class="vox-vc-element vox-image left ">
            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:798/h:560/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/Feature-image.webp" class="desktop" style=" max-width: ; " alt="Feature image | Vox | Home">
            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:798/h:560/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/Feature-image.webp" class="mobile" style=" " alt="Feature image | Vox | Home">
          </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-headingtext orange left ">
            <h6 style="color:orange;">
              FIRST CLASS BUSINESS CONNECTIVITY            </h6>
          </div>
                  <div id="" class="vox-vc-element vox-headingtext black left ">
            <h2 style="color:black;">
              Fibre to the Business            </h2>
          </div>
        
          <div id="" class="vox-vc-element vox-bodytext grey left default defaultWeight ">
              <p><span style="font-weight: 400;">Build your business on the most reliable, scalable, </span><span style="font-weight: 400;">versatile, and cost-effective connectivity solutions</span></p>
          </div>

        
          <div id="" class="vox-vc-element vox-bodytext black left default defaultWeight orange-li">
              <ul>
<li>Light, premium and dedicated fibre options</li>
<li>Tailored network designs</li>
<li>Flexible contract terms</li>
<li>24/7 support, monitoring &amp; maintenance</li>
</ul>
          </div>

                  <div id="" class="vox-vc-element vox-headingtext orange left ">
            <h6 style="color:orange;">
              Save up to R5500 with FREE Installation with Frogfoot            </h6>
          </div>
        
          <div id="" class="vox-vc-element vox-button orange grad inline " data-key="fttb">
              <a class="btn-link" href="#banner-connectivity-checker" target="">
                Check Coverage                <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
              </a>
          </div>

        
          <div id="" class="vox-vc-element vox-button grey outline inline ">
              <a class="btn-link" href="https://www.vox.co.za/fibre-to-the-business/" target="">
                Read more                <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
              </a>
          </div>

        </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row wpb_row vc_row-fluid p-t-b-2 reverse-order-mobile wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_column-gap-15 vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-headingtext bright-blue left ">
            <h6 style="color:bright-blue;">
              PLUG &amp; PLAY WI-FI            </h6>
          </div>
                  <div id="" class="vox-vc-element vox-headingtext black left ">
            <h2 style="color:black;">
              Fixed LTE            </h2>
          </div>
        
          <div id="" class="vox-vc-element vox-bodytext grey left default defaultWeight ">
              <p>Get connected to Fibre-like speeds without waiting for a fixed-line to be installed</p>
          </div>

        
          <div id="" class="vox-vc-element vox-bodytext black left default defaultWeight blue-li">
              <ul>
<li>Plug &amp; Play, Hassle-Free Installation</li>
<li>Your Data, Your Way</li>
<li>Month to Month Packages</li>
<li>Choose between SIM Only and SIM + Router Rental options</li>
</ul>
          </div>

        
          <div id="" class="vox-vc-element vox-button bright-blue grad inline " data-key="lte-a">
              <a class="btn-link" href="#banner-connectivity-checker" target="">
                Check Coverage                <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
              </a>
          </div>

        
          <div id="" class="vox-vc-element vox-button grey outline inline ">
              <a class="btn-link" href="https://www.vox.co.za/lte/" target="">
                Read more                <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
              </a>
          </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
          <div id="" class="vox-vc-element vox-image left ">
            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:735/h:513/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/04/router-vox.webp" class="desktop" style=" max-width: ; " alt="router | Vox | Home">
            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:735/h:513/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/04/router-vox.webp" class="mobile" style=" " alt="router | Vox | Home">
          </div>

        </div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row vc_row-fluid p-t-b-2 grey-bg wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_column-gap-15"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
          <div id="" class="vox-vc-element vox-image left ">
            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:775/h:596/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/voice-pink-compressed.webp" class="desktop" style=" max-width: ; " alt="voice pink compressed | Vox | Home">
            <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:775/h:596/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/voice-pink-compressed.webp" class="mobile" style=" " alt="voice pink compressed | Vox | Home">
          </div>

        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-headingtext purple left ">
            <h6 style="color:purple;">
              UNLIMITED CALLING            </h6>
          </div>
                  <div id="" class="vox-vc-element vox-headingtext black left ">
            <h2 style="color:black;">
              Voice Solutions            </h2>
          </div>
        
          <div id="" class="vox-vc-element vox-bodytext grey left default defaultWeight ">
              <p>Put an end to unnecessary high call rates and monthly bills with scalable Voice Solutions for your Home or Business</p>
          </div>

        
          <div id="" class="vox-vc-element vox-bodytext black left default defaultWeight purple-li">
              <ul>
<li>Flexible VOIP solutions</li>
<li>Unrivalled call quality – supporting a truly hybrid work environment</li>
<li>Attractive pricing and saving options</li>
<li>24/7 support, monitoring &amp; maintenance</li>
</ul>
          </div>

        
          <div id="" class="vox-vc-element vox-button purple grad inline ">
              <a class="btn-link" href="/voice" target="">
                Learn More                <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
              </a>
          </div>

        </div></div></div></div><div class="vc_row-full-width vc_clearfix"></div><div class="vc_row wpb_row vc_row-fluid no-paddings-b wpb_animate_when_almost_visible wpb_fadeIn fadeIn"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-headingtext black vx-center ">
            <h2 style="color:black;">
              Vox News            </h2>
          </div>
        
          <div id="" class="vox-vc-element vox-bodytext grey vx-center large defaultWeight ">
              <p><span style="font-weight: 400;">Read updates on our products, news from our product specialists or simply stay informed with our thought leader articles.&nbsp;</span></p>
          </div>

        <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div id="" class="vox-vc-element vox-posts-loop slider ">

<div class="slider-counter"></div><div id="ai-post-sliders" class="owl-carousel owl-theme arrows-top ">          <div class="item">

            <div class="post-slider-card">

              <div class="card-content">
                  <div class="row">
																					<div class="col-md-6">
	                      <div class="card-image" style="background-image:url('https://ml1dttblqtoo.i.optimole.com/w:1440/h:1080/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/10/star-wars-899694_1920.jpg')">

	                      </div>
	                    </div>
										
                    <div class="col-md-6">
                      <div class="card-content-text">

                          <div class="post_meta">

                            <ul>
                              <li class="post_category"><b>Vox 4 Thought</b></li>
                              <li class="post_date">8 October 2024</li>
                              <li class="post_read_time"></li>
                            </ul>

                          </div>

                          <div class="post_text">
                            <h3 class="post_title">Cops Versus Robbers? The Beginner’s Guide to NOT Getting Cyber Attacked</h3>
														<div class="post_excerpt">
															<p>Comparing real-life commonsense security measures to basic cyber security solutions Cops and Robbers; Dodge Ball; Hide and Seek: these well-known children’s games have all been...</p>				                    
					                  </div>
                          </div>

                          <div class="post_actions">
                            <a href="https://www.vox.co.za/content-hub/article/cops-versus-robbers-the-beginners-guide-to-not-getting-cyber-attacked/" class="post_link">
                              <span class="readmore_text">Read more</span>
                              <span class="post_link_icon">
                                 <i class="ri-arrow-right-line"></i>
                              </span>
                            </a>
                          </div>

                      </div>
                    </div>

                </div>
              </div>


            </div>

          </div>
                    <div class="item">

            <div class="post-slider-card">

              <div class="card-content">
                  <div class="row">
																					<div class="col-md-6">
	                      <div class="card-image" style="background-image:url('https://ml1dttblqtoo.i.optimole.com/w:700/h:400/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/10/Untitled-design-2024-10-08T121733.326.png')">

	                      </div>
	                    </div>
										
                    <div class="col-md-6">
                      <div class="card-content-text">

                          <div class="post_meta">

                            <ul>
                              <li class="post_category"><b>Product</b></li>
                              <li class="post_date">8 October 2024</li>
                              <li class="post_read_time"></li>
                            </ul>

                          </div>

                          <div class="post_text">
                            <h3 class="post_title">Vox collaborates with MTN South-Africa Wireless to deliver cost-effective and reliable connectivity</h3>
														<div class="post_excerpt">
															<p>Vox customers benefit from exceptional speeds and coverage with MTN South Africa and Tarana Technology Pricing from as little as R 900 excl VAT a...</p>				                    
					                  </div>
                          </div>

                          <div class="post_actions">
                            <a href="https://www.vox.co.za/content-hub/article/vox-collaborates-with-mtn-south-africa-wireless-to-deliver-cost-effective-and-reliable-connectivity/" class="post_link">
                              <span class="readmore_text">Read more</span>
                              <span class="post_link_icon">
                                 <i class="ri-arrow-right-line"></i>
                              </span>
                            </a>
                          </div>

                      </div>
                    </div>

                </div>
              </div>


            </div>

          </div>
                    <div class="item">

            <div class="post-slider-card">

              <div class="card-content">
                  <div class="row">
																					<div class="col-md-6">
	                      <div class="card-image" style="background-image:url('https://ml1dttblqtoo.i.optimole.com/w:1920/h:1078/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/10/artificial-intelligence-7706963_1920.jpg')">

	                      </div>
	                    </div>
										
                    <div class="col-md-6">
                      <div class="card-content-text">

                          <div class="post_meta">

                            <ul>
                              <li class="post_category"><b>Vox 4 Thought</b></li>
                              <li class="post_date">4 October 2024</li>
                              <li class="post_read_time"></li>
                            </ul>

                          </div>

                          <div class="post_text">
                            <h3 class="post_title">Has Modern Internet Usage Made Us More Vulnerable?</h3>
														<div class="post_excerpt">
															<p>Imagine a world in which people are completely reliant on a Super-Machine for all their needs… &nbsp; Living in self-contained areas, they have little social...</p>				                    
					                  </div>
                          </div>

                          <div class="post_actions">
                            <a href="https://www.vox.co.za/content-hub/article/has-modern-internet-usage-made-us-more-vulnerable/" class="post_link">
                              <span class="readmore_text">Read more</span>
                              <span class="post_link_icon">
                                 <i class="ri-arrow-right-line"></i>
                              </span>
                            </a>
                          </div>

                      </div>
                    </div>

                </div>
              </div>


            </div>

          </div>
                    <div class="item">

            <div class="post-slider-card">

              <div class="card-content">
                  <div class="row">
																					<div class="col-md-6">
	                      <div class="card-image" style="background-image:url('https://ml1dttblqtoo.i.optimole.com/w:1728/h:1080/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/10/cyber-7121610_1920.jpg')">

	                      </div>
	                    </div>
										
                    <div class="col-md-6">
                      <div class="card-content-text">

                          <div class="post_meta">

                            <ul>
                              <li class="post_category"><b>Vox 4 Thought</b></li>
                              <li class="post_date">1 October 2024</li>
                              <li class="post_read_time"></li>
                            </ul>

                          </div>

                          <div class="post_text">
                            <h3 class="post_title">‘Stranger Danger’ From Just One Click</h3>
														<div class="post_excerpt">
															<p>The Growing Importance of Cyber-Smart Employees &nbsp; For organisations with connected employees, it’s critically important for them to be cyber-smart. Just one click on the...</p>				                    
					                  </div>
                          </div>

                          <div class="post_actions">
                            <a href="https://www.vox.co.za/content-hub/article/stranger-danger-from-just-one-click/" class="post_link">
                              <span class="readmore_text">Read more</span>
                              <span class="post_link_icon">
                                 <i class="ri-arrow-right-line"></i>
                              </span>
                            </a>
                          </div>

                      </div>
                    </div>

                </div>
              </div>


            </div>

          </div>
                    <div class="item">

            <div class="post-slider-card">

              <div class="card-content">
                  <div class="row">
																					<div class="col-md-6">
	                      <div class="card-image" style="background-image:url('https://ml1dttblqtoo.i.optimole.com/w:1080/h:540/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/09/underseacable-2.png')">

	                      </div>
	                    </div>
										
                    <div class="col-md-6">
                      <div class="card-content-text">

                          <div class="post_meta">

                            <ul>
                              <li class="post_category"><b>Vox 4 Thought</b></li>
                              <li class="post_date">27 September 2024</li>
                              <li class="post_read_time"></li>
                            </ul>

                          </div>

                          <div class="post_text">
                            <h3 class="post_title">Internet, Interrupted</h3>
														<div class="post_excerpt">
															<p>Hazards That Take Down Undersea Fibre Cables and Disrupt Connectivity Around 98 percent of international Internet traffic is carried around the world by subsea cables,...</p>				                    
					                  </div>
                          </div>

                          <div class="post_actions">
                            <a href="https://www.vox.co.za/content-hub/article/internet-interrupted/" class="post_link">
                              <span class="readmore_text">Read more</span>
                              <span class="post_link_icon">
                                 <i class="ri-arrow-right-line"></i>
                              </span>
                            </a>
                          </div>

                      </div>
                    </div>

                </div>
              </div>


            </div>

          </div>
          </div></div>

    </div></div></div></div><div class="vc_empty_space" style="height: 2rem"><span class="vc_empty_space_inner"></span></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid no-paddings-t border-b grey-border wpb_animate_when_almost_visible wpb_fadeIn fadeIn"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-headingtext black left ">
            <h3 style="color:black;">
              Top articles            </h3>
          </div>
        <div id="" class="vox-vc-element vox-posts-loop grid ">

<div id="ai-post-grid" class="row">

<div class="col-md-6 post-card-container">

      <div class="post-grid-card">
        <div class="card-content">
            <div class="card-content-text">

                <div class="post_meta">

                  <ul>
                    <li class="post_category"><b>Vox 4 Thought</b></li>
                    <li class="post_date">8 October 2024</li>
                    <li class="post_read_time"></li>
                  </ul>

                </div>

                <div class="post_text">
                  <h4 class="post_title">Cops Versus Robbers? The Beginner’s Guide to NOT Getting Cyber Attacked</h4>
                  <div class="post_excerpt">
                    <p>Comparing real-life commonsense security measures to basic cyber security solutions Cops and Robbers; Dodge Ball; Hide and Seek: these well-known children’s games have all been...</p>
                  </div>
                </div>

                <div class="post_actions">
                  <a href="https://www.vox.co.za/content-hub/article/cops-versus-robbers-the-beginners-guide-to-not-getting-cyber-attacked/" class="post_link">
                    <span class="readmore_text">Read more</span>
                    <span class="post_link_icon_2">
                       <i class="ri-arrow-right-line"></i>
                    </span>
                  </a>
                </div>

            </div>
          </div>
      </div>

    </div>


<div class="col-md-6 post-card-container">

      <div class="post-grid-card">
        <div class="card-content">
            <div class="card-content-text">

                <div class="post_meta">

                  <ul>
                    <li class="post_category"><b>Product</b></li>
                    <li class="post_date">8 October 2024</li>
                    <li class="post_read_time"></li>
                  </ul>

                </div>

                <div class="post_text">
                  <h4 class="post_title">Vox collaborates with MTN South-Africa Wireless to deliver cost-effective and reliable connectivity</h4>
                  <div class="post_excerpt">
                    <p>Vox customers benefit from exceptional speeds and coverage with MTN South Africa and Tarana Technology Pricing from as little as R 900 excl VAT a...</p>
                  </div>
                </div>

                <div class="post_actions">
                  <a href="https://www.vox.co.za/content-hub/article/vox-collaborates-with-mtn-south-africa-wireless-to-deliver-cost-effective-and-reliable-connectivity/" class="post_link">
                    <span class="readmore_text">Read more</span>
                    <span class="post_link_icon_2">
                       <i class="ri-arrow-right-line"></i>
                    </span>
                  </a>
                </div>

            </div>
          </div>
      </div>

    </div>


<div class="col-md-6 post-card-container">

      <div class="post-grid-card">
        <div class="card-content">
            <div class="card-content-text">

                <div class="post_meta">

                  <ul>
                    <li class="post_category"><b>Vox 4 Thought</b></li>
                    <li class="post_date">4 October 2024</li>
                    <li class="post_read_time"></li>
                  </ul>

                </div>

                <div class="post_text">
                  <h4 class="post_title">Has Modern Internet Usage Made Us More Vulnerable?</h4>
                  <div class="post_excerpt">
                    <p>Imagine a world in which people are completely reliant on a Super-Machine for all their needs… &nbsp; Living in self-contained areas, they have little social...</p>
                  </div>
                </div>

                <div class="post_actions">
                  <a href="https://www.vox.co.za/content-hub/article/has-modern-internet-usage-made-us-more-vulnerable/" class="post_link">
                    <span class="readmore_text">Read more</span>
                    <span class="post_link_icon_2">
                       <i class="ri-arrow-right-line"></i>
                    </span>
                  </a>
                </div>

            </div>
          </div>
      </div>

    </div>


<div class="col-md-6 post-card-container">

      <div class="post-grid-card">
        <div class="card-content">
            <div class="card-content-text">

                <div class="post_meta">

                  <ul>
                    <li class="post_category"><b>Vox 4 Thought</b></li>
                    <li class="post_date">1 October 2024</li>
                    <li class="post_read_time"></li>
                  </ul>

                </div>

                <div class="post_text">
                  <h4 class="post_title">‘Stranger Danger’ From Just One Click</h4>
                  <div class="post_excerpt">
                    <p>The Growing Importance of Cyber-Smart Employees &nbsp; For organisations with connected employees, it’s critically important for them to be cyber-smart. Just one click on the...</p>
                  </div>
                </div>

                <div class="post_actions">
                  <a href="https://www.vox.co.za/content-hub/article/stranger-danger-from-just-one-click/" class="post_link">
                    <span class="readmore_text">Read more</span>
                    <span class="post_link_icon_2">
                       <i class="ri-arrow-right-line"></i>
                    </span>
                  </a>
                </div>

            </div>
          </div>
      </div>

    </div>
</div></div>

    
          <div id="" class="vox-vc-element vox-button bright-blue grad vx-center ">
              <a class="btn-link" href="/content-hub/" target="">
                Read more articles                <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
              </a>
          </div>

        </div></div></div></div><div class="vc_row wpb_row vc_row-fluid wpb_animate_when_almost_visible wpb_fadeIn fadeIn"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-headingtext black vx-center ">
            <h2 style="color:black;">
              We all strive to create the best products and services            </h2>
          </div>
        
          <div id="" class="vox-vc-element vox-bodytext grey vx-center large defaultWeight ">
              <p>Vox works in partnership with:</p>
          </div>

        <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
          <div class="vox-vc-element vox-partners_slider " id="">

              <div class="owl-carousel partners-slider">
                                  <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Business-Partner-Logos_frogfoot.png" alt="Business Partner Logos frogfoot | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Business-Partner-Logos_openserve.png" alt="Business Partner Logos openserve | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Business-Partner-Logos_octotel.png" alt="Business Partner Logos octotel | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Vuma-shop-logo.png" alt="Vuma shop logo | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Business-Partner-Logos_evotel-v2.png" alt="Business Partner Logos evotel v2 | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/link-africa-logo.png" alt="link africa logo | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:195/h:195/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/04/FNO-partner.png" alt="FNO partner | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Business-Partner-Logos_balwin.png" alt="Business Partner Logos balwin | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Business-Partner-Logos_netstream.png" alt="Business Partner Logos netstream | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Rise_Telecoms_Logo_2-300x300-1-v2.png" alt="Rise Telecoms Logo 2 300x300 1 v2 | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Business-Partner-Logos_WAN.png" alt="Business Partner Logos WAN | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Business-Partner-Logos_TT-Connect.png" alt="Business Partner Logos TT Connect | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Vodacom-Logo_1.png" alt="Vodacom Logo 1 | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/3405-LTLogo-350x100-10072020-V1.png" alt="3405 LTLogo 350x100 10072020 V1 | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:195/h:195/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/02/partner-logo-195x195-link-layer.png" alt="partner logo 195x195 link layer | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:195/h:195/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/02/partner-logo-195x195-zoom.png" alt="partner logo 195x195 zoom | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:195/h:195/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/02/partner-logo-195x195-open-fibre.png" alt="partner logo 195x195 open fibre | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:101/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Microsoft-Logo-Compressed-e1669205500966.png" alt="Microsoft Logo Compressed e1669205500966 | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/Untitled-design-6-e1669203241245.png" alt="Untitled design 6 e1669203241245 | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:100/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/YahClick-logo.jpg" alt="YahClick logo | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:300/h:90/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/3653.2-Wireless-to-the-Business-Logo_Comsol.png" alt="3653.2 Wireless to the Business Logo Comsol | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:300/h:90/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/3653.2-Wireless-to-the-Business-Logo_Easyweb.png" alt="3653.2 Wireless to the Business Logo Easyweb | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:300/h:90/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/3653.2-Wireless-to-the-Business-Logo_VO-Connect.png" alt="3653.2 Wireless to the Business Logo VO Connect | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:300/h:90/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/3653.2-Wireless-to-the-Business-Logo_Klip-south-africa.png" alt="3653.2 Wireless to the Business Logo Klip south africa | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:1920/h:969/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Amobia-High-Res-Logo-scaled-1.jpg" alt="Amobia High Res Logo scaled 1 | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:300/h:90/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Rapidnet-logo.png" alt="Rapidnet logo | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:300/h:90/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/3653.2-Wireless-to-the-Business-Logo_Tech5.png" alt="3653.2 Wireless to the Business Logo Tech5 | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:524/h:407/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/WAPA-logo-small.jpg" alt="WAPA logo small | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:300/h:90/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/Telkom-logo-300x90px-transparent-Compressed.png" alt="Telkom logo 300x90px transparent Compressed | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:131/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/MTN-logo-black-Compressed-e1669203948176.png" alt="MTN logo black Compressed e1669203948176 | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:346/h:335/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/12/logo-ubiquiti.webp" alt="logo ubiquiti | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:346/h:335/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2024/05/Ruckus-Elite-v2.png" alt="Ruckus Elite v2 | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                                   <div class="item">

                    <div class="partners-logos">
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:350/h:140/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/11/TPLINK_Logo_2.svg-compressed-1-e1669204120177.png" alt="TPLINK Logo 2.svg compressed 1 e1669204120177 | Vox | Home">
                        </div>
                                              <div class="logo">
                          <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:250/h:99/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/linkyfi-logo-2.webp" alt="linkyfi logo 2 | Vox | Home">
                        </div>
                      
                    </div>

                  </div>
                               </div>

          </div>

        </div></div></div></div></div></div></div></div><div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-parallax="1.6" data-vc-parallax-image="https://ml1dttblqtoo.i.optimole.com/w:1920/h:473/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/[email protected]" class="vc_row wpb_row vc_row-fluid border-r-t-5 wpb_animate_when_almost_visible wpb_fadeIn fadeIn vc_row-has-fill vc_general vc_parallax vc_parallax-content-moving"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">          <div id="" class="vox-vc-element vox-headingtext dark-blue vx-center ">
            <h6 style="color:dark-blue;">
              Let's get talking            </h6>
          </div>
                  <div id="" class="vox-vc-element vox-headingtext white vx-center ">
            <h2 style="color:white;">
              Sign up to our newsletter            </h2>
          </div>
        
          <div id="" class="vox-vc-element vox-bodytext white vx-center large defaultWeight ">
              <p><span style="font-weight: 400;">Get the latest Vox news and be the first to hear about our special offers</span></p>
          </div>

        <div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><div id="" class="vox-vc-element vox-newsletter-form ">

        <div class="newsletter">
            
                <!-- <div class="alert alert-danger hidden" id="subscribe-error">
                    <p>Verification code incorrect, Please try again.</p>
                </div> -->

                <form action="https://live2.everlytic.net/public/contacts/subscription" class="form-js-label form-label subscribe-from form-inline" id="item-form" method="post" name="item-form" onsubmit="return validateSform()" target="_blank">

                    <div class="form-row row">
                      <div class="col-md-8">
                        <input type="email" id="contact_email" name="contact_email" class="form-control form-control-success" placeholder="Enter your email address" autocomplete="off" required="">
                      </div>
                      <div class="col-md-4">
                        <div class="vox-vc-element vox-button orange grad inline ">
                          <button type="submit" id="contact_submit" class="input-group-addon btn-link">
                            Subscribe
                            <i class="btn-icon ri-mail-fill"></i>
                          </button>
                        </div>

                      </div>

                    </div>

                    <div class="hidden hidden-inputs">
                      <input type="hidden" id="op" name="op" value="subscribe">
                      <input type="hidden" id="form_hash" name="form_hash" value="YuBmTLxix3GXlDwa">
                      <input type="hidden" id="list_id[]" name="list_id[]" value="15974">
                    </div>

                </form>

                <br>
                <div class="g-recaptcha" id="recaptcha" data-sitekey="6LeTuC8UAAAAAIZoXlkiY2dXTXoi8tDb-GQyuORs">

                </div>
                    </div>

</div>
        </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></div></div></div></div><div class="vc_row-full-width vc_clearfix"></div>
</div>	</div><!-- .entry-content -->


</article><!-- #post-8 -->
			</div>
		</main><!-- #main -->
	</div><!-- #primary -->


		</div> <!-- Container -->

		<div class="footer-back-to-top">
			<a href="#" id="back-to-top">
				<i class="ri-arrow-up-line"></i>
			</a>
		</div>

	</div><!-- #content -->

	<footer id="site-footer" class="site-footer">

		<div class="ai-footer-links">
			<div class="container">
				<div class="row">
						<div class="col-md-4 footer-logo">
							<img decoding="async" fetchpriority="high" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/09/logo.png" alt="">
							<p>
								More than just a market-leading Internet Service Provider, Vox offers a range of solutions to connect South Africans to the world.
							</p>
							<ul class="footer-social">
								<li> <a target="_blank" href="http://www.facebook.com/voxtelecomZA"> <i class="ri-facebook-fill"></i> </a> </li>
								<li> <a target="_blank" href="https://www.instagram.com/voxtelecomza/"> <i class="ri-instagram-line"></i> </a> </li>
								<li> <a target="_blank" href="https://www.youtube.com/user/VoxTelecom/featured"> <i class="ri-youtube-fill"></i> </a> </li>
								<li> <a target="_blank" href="http://www.twitter.com/voxtelecom"><i class="ri-twitter-x-line"></i></a> </li>
								<li> <a target="_blank" href="http://www.linkedin.com/company/123978?trk=tyah&amp;trkInfo=tarId%3A1399019760796%2Ctas%3Avox%20tele%2Cidx%3A3-1-5"><i class="ri-linkedin-box-fill"></i></a> </li>
							</ul>
						</div>
						<div class="col-md-2 col-sm-6 footer-menu">
							<h6 class="footer-menu-heading">Products</h6>
							<a href="/connectivity">All Connectivity</a>
							<a href="/fibre-to-the-home">Fibre to the Home</a>
							<a href="/fibre-to-the-business">Fibre to the Business</a>
							<a href="/lte">Fixed LTE and 5G</a>
							<a href="/voice">Voice</a>
							<a href="/vox-ups">Power Solutions</a>
						</div>

						<div class="col-md-2 col-sm-6 footer-menu">
							<h6 class="footer-menu-heading">Support</h6>
							<a href="/contact">Contact Us</a>
							<a href="https://vox.co.za/support">Support</a>
							<a href="https://help.vox.co.za">Help Centre</a>
							<a href="/faq">FAQs</a>
							<a href="/legal">Legal</a>
						</div>

						<div class="col-md-2 col-sm-6 footer-menu">
							<h6 class="footer-menu-heading">Company</h6>
							<a href="/about">About Us</a>
							<a href="/channel-partners/ ">Partners</a>
							<a href="/careers">Careers</a>
							<a href="/privacy-policy/">Privacy Policy</a>
							<a href="/terms-conditions">Terms and Conditions</a>
						</div>

						<div class="col-md-2 col-sm-6 footer-menu">
							<h6 class="footer-menu-heading">My Vox</h6>
							<a target="_blank" href="https://customer.vox.co.za/login">Customer Zone</a>
							<a target="_blank" href="https://webmail.vox.co.za/">Vox Mail</a>
							<a target="_blank" href="https://partner.vox.co.za/login">Partner Login</a>
						</div>

				</div>
			</div>
		</div>

		<div class="ai-footer-copyright">
			<div class="container">
				<div class="row">
					<div class="col-md-6 copyright-text">
						<p>© Copyright 2024. Vox Telecom. All rights reserved.</p>
					</div>
					<div class="col-md-6 footer-partner-logos">
						<a target="_blank" href="https://www.lionsrugby.co.za/"><img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/logo-footer-lions-rugby.webp" alt=""></a>
						<a target="_blank" href="http://ispa.org.za/code-of-conduct/"><img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2023/11/[email protected]" alt=""></a>
					</div>
				</div>

			</div>
		</div>

	</footer><!-- #colophon -->
<!-- #page -->




<!-- Check Coverage MODAL -->

<!-- Modal -->
<div id="checkCoverageModalPop">
  <div class="modal-dialog">
    <div class="modal-content">


	  <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
      <div class="modal-body">
		<form method="get" class="" target="_blank" action="https://shop.vox.co.za/vox/connectivity/check">
			
			<h4>Available in your area</h4>
			<p>Enter your address to see which internet options are available in your area.</p>
			<div class="input-details">
				<div class="address-input-container">
					<input type="text" required="" class="form-control address-input" name="address" id="modalAddress" placeholder="Enter your address">
					<input type="hidden" class="form-control cityLat" id="modalLat" value="" name="lat" placeholder="Enter your address">
					<input type="hidden" class="form-control cityLng" id="modalLng" value="" name="lng" placeholder="Enter your address">
					<input type="hidden" class="form-control type" name="type" value="">
				</div>
				<div class="address-button">
					<div class="vox-vc-element vox-button orange grad left">
						<button type="submit" class="btn-link">Check availability</button>
					</div>
				</div>
			</div>

			<!-- <a href="#" class="use-my-location">
				<i class="ri-focus-3-line"></i>
				<span>Use my current location</span>
			</a> -->

		</form>
      </div>

    </div>
  </div>
</div>

<!-- Entities Form Modal -->
<div id="entitiesFormModalPopup">
  <div class="modal-dialog">
    <div class="modal-content">


	  <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
      <div class="modal-body">
		<script type="rocketlazyloadscript" data-rocket-type="text/javascript">var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});</script>
                <div class="gf_browser_unknown gform_wrapper gravity-theme" id="gform_wrapper_45"><div id="gf_45" class="gform_anchor" tabindex="-1"></div>
                        <div class="gform_heading">
                            <span class="gform_description"></span>
                        </div><form method="post" enctype="multipart/form-data" target="gform_ajax_frame_45" id="gform_45" action="/#gf_45" novalidate=""> 
 <input type="hidden" class="gforms-pum" value="{&quot;closepopup&quot;:false,&quot;closedelay&quot;:0,&quot;openpopup&quot;:false,&quot;openpopup_id&quot;:0}">
                        <div class="gform_body gform-body"><div id="gform_fields_45" class="gform_fields top_label form_sublabel_below description_below"><div id="field_45_8" class="gfield gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_45_8"><h3>Affiliate Enquiry</h3>
<p>Fill out your details below and a we'll be in touch.</p></div><div id="field_45_1" class="gfield gfield--width-half gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_45_1"><label class="gfield_label" for="input_45_1">First Name<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class="ginput_container ginput_container_text"><input name="input_1" id="input_45_1" type="text" value="" class="large" aria-required="true" aria-invalid="false"> </div></div><div id="field_45_4" class="gfield gfield--width-half field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_45_4"><label class="gfield_label" for="input_45_4">Surname</label><div class="ginput_container ginput_container_text"><input name="input_4" id="input_45_4" type="text" value="" class="large" aria-invalid="false"> </div></div><div id="field_45_3" class="gfield gfield--width-half gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_45_3"><label class="gfield_label" for="input_45_3">Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class="ginput_container ginput_container_email">
                            <input name="input_3" id="input_45_3" type="email" value="" class="large" aria-required="true" aria-invalid="false">
                        </div></div><div id="field_45_5" class="gfield gfield--width-half field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_45_5"><label class="gfield_label" for="input_45_5">Contact Number</label><div class="ginput_container ginput_container_phone"><input name="input_5" id="input_45_5" type="tel" value="" class="large" aria-invalid="false"></div></div><div id="field_45_6" class="gfield gfield--width-full gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_45_6"><label class="gfield_label" for="input_45_6">Entity<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label><div class="ginput_container ginput_container_text"><input name="input_6" id="input_45_6" type="text" value="" class="large" aria-required="true" aria-invalid="false"> </div></div><div id="field_45_7" class="gfield gfield--width-full field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_45_7"><label class="gfield_label" for="input_45_7">Message</label><div class="ginput_container ginput_container_textarea"><textarea name="input_7" id="input_45_7" class="textarea small" aria-invalid="false" rows="10" cols="50"></textarea></div></div><div id="field_45_9" class="gfield gfield--width-full gform_hidden field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_45_9"><div class="ginput_container ginput_container_text"><input name="input_9" id="input_45_9" type="hidden" class="gform_hidden" aria-invalid="false" value=""></div></div></div></div>
        <div class="gform_footer top_label"> <div class="vox-wpbakery-addons vox-button orange grad"><button type="submit" id="gform_submit_button_45" class="gform_button button btn-link" onclick="if(window[&quot;gf_submitting_45&quot;]){return false;}  if( !jQuery(&quot;#gform_45&quot;)[0].checkValidity || jQuery(&quot;#gform_45&quot;)[0].checkValidity()){window[&quot;gf_submitting_45&quot;]=true;}  " onkeypress="if( event.keyCode == 13 ){ if(window[&quot;gf_submitting_45&quot;]){return false;} if( !jQuery(&quot;#gform_45&quot;)[0].checkValidity || jQuery(&quot;#gform_45&quot;)[0].checkValidity()){window[&quot;gf_submitting_45&quot;]=true;}  jQuery(&quot;#gform_45&quot;).trigger(&quot;submit&quot;,[true]); }">Submit</button></div> <input type="hidden" name="gform_ajax" value="form_id=45&amp;title=&amp;description=1&amp;tabindex=0">
            <input type="hidden" class="gform_hidden" name="is_submit_45" value="1">
            <input type="hidden" class="gform_hidden" name="gform_submit" value="45">
            
            <input type="hidden" class="gform_hidden" name="gform_unique_id" value="">
            <input type="hidden" class="gform_hidden" name="state_45" value="WyJbXSIsIjUxNDVkZmVlMjViOWI1OWNiMWI4MDBjN2UxNGQ5NDBmIl0=">
            <input type="hidden" class="gform_hidden" name="gform_target_page_number_45" id="gform_target_page_number_45" value="0">
            <input type="hidden" class="gform_hidden" name="gform_source_page_number_45" id="gform_source_page_number_45" value="1">
            <input type="hidden" name="gform_field_values" value="">
            
        </div>
                        </form>
                        </div>
                <iframe style="display:none;width:0px;height:0px;" src="about:blank" name="gform_ajax_frame_45" id="gform_ajax_frame_45" title="This iframe contains the logic required to handle Ajax powered Gravity Forms."></iframe>
                <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 45, 'https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/plugins/gravityforms/images/spinner.svg' );jQuery('#gform_ajax_frame_45').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_45');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_45').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_45').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_45').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_45').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_45').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_45').val();gformInitSpinner( 45, 'https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/plugins/gravityforms/images/spinner.svg' );jQuery(document).trigger('gform_page_loaded', [45, current_page]);window['gf_submitting_45'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_45').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_45').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [45]);window['gf_submitting_45'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_45').text());}, 50);}else{jQuery('#gform_45').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [45, current_page]);} );} ); 
/* ]]> */
});</script>
      </div>

    </div>
  </div>
</div>


<div class="modal-backdrop">

</div>



        <div class="container-fluid" id="help-me-choose">
          <form id="regForm" action="">
            <div class="form-container container">
            <!-- Circles which indicates the steps of the form: -->
              <div class="form-steps">
                <h5 class="form-step"><span class="step"></span><span class="step-mobile">1 of 4</span>User Amount</h5>
                <h5 class="form-step"><span class="step"></span><span class="step-mobile">2 of 4</span>Streaming</h5>
                <h5 class="form-step"><span class="step"></span><span class="step-mobile">3 of 4</span>Online Gaming</h5>
                <h5 class="form-step"><span class="step"></span><span class="step-mobile">4 of 4</span>Online Activity</h5>
                <h5 class="form-step"><span class="step"></span><span class="step-mobile"><img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/success.png" class="complete-icon" alt="">Complete</span>Results</h5>
		<img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/icons/close.svg" onclick="toggleModal()" class="close-icon" alt="">
              </div>

              <!-- One "tab" for each step in the form: -->

              <div class="form-body">
                <div class="tab">
                    <div class="page-headings">
                      <h2 class="primary-form-heading">Amount of People or Devices</h2>
                      <h3 class="secondary-form-heading">How many people and devices will you connect?</h3>
                    </div>
                    <fieldset id="group-3" class="radio-buttons radio-group row">
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="radio" name="group-3" id="one-person" value="Everything" oninput="this.className = ''">
                      <label for="one-person">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/one-person.png" alt="">
                        <h6 class="radio-heading">1 Person</h6>
                        <p class="radio-description">For people that live alone and do less online than most couples or households do.</p>
                      </label>
                    </div>
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="radio" name="group-3" id="one-two-people" value="Everything" oninput="this.className = ''">
                      <label for="one-two-people">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/one-two-people.png" alt="">
                        <h6 class="radio-heading">1 - 2 People</h6>
                        <p class="radio-description">For people that want the freedom of multitasking and enjoying entertainment simultaneously.</p>
                      </label>
                    </div>
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="radio" name="group-3" id="two-three-people" value="Everything" oninput="this.className = ''">
                      <label for="two-three-people">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/two-three-people.png" alt="">
                        <h6 class="radio-heading">2 - 3 People</h6>
                        <p class="radio-description">For families and high multitasking including gaming, streaming, uploading and downloading of content.</p>
                      </label>
                    </div>
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="radio" name="group-3" id="multiple" value="Everything" oninput="this.className = ''">
                      <label for="multiple">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/multiple.png" alt="">
                        <h6 class="radio-heading">Multiple</h6>
                        <p class="radio-description">Ideal for smaller - medium sized companies. Great for gaming LAN sessions.</p>
                      </label>
                    </div>
                    </fieldset>

                  </div>



                <div class="tab">
                  <div class="page-headings">
                    <h2 class="primary-form-heading">Streaming Videos</h2>
                    <h3 class="secondary-form-heading">What quality do you want to stream videos at (Netflix, YouTube, etc)?</h3>
                  </div>

                  <fieldset id="group-1" class="radio-buttons radio-group row">
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="radio" name="group-1" id="sd" value="sd" oninput="this.className = ''">
                      <label for="sd">
                      <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/sd.png" alt="">
                        <h6 class="radio-heading">Standard Definition</h6>
                        <p class="radio-description">Suitable for watching and streaming series in low resolution.</p>
                      </label>
                    </div>
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="radio" name="group-1" id="hd" value="hd" oninput="this.className = ''">
                      <label for="hd">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/hd.png" alt="">
                        <h6 class="radio-heading">High Definition</h6>
                        <p class="radio-description">Enjoy watching your favourite shows and videos in high resolution.</p>
                      </label>
                    </div>
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="radio" name="group-1" id="uhd" value="uhd" oninput="this.className = ''">
                      <label for="uhd">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/uhd.png" alt="">
                        <h6 class="radio-heading">Ultra High Definition</h6>
                        <p class="radio-description">For people who want the best of the best when it comes to streaming content.</p>
                      </label>
                    </div>
                    </fieldset>
                </div>

                <div class="tab">
                  <div div="" class="page-headings">
                    <h2 class="primary-form-heading">Online Gaming</h2>
                    <h3 class="secondary-form-heading">What types of games do you plan on playing?</h3>
		    <p>Select one or more options if applicable.</p>
                  </div>
                    <fieldset id="group-2" class="radio-buttons checkbox-group row">
                    <div class="choice radio col-md-2 col-lg-2">
                      <input type="checkbox" name="group-2" id="role-playing" value="role-playing" oninput="this.className = ''">
                      <label for="role-playing">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/role-playing.png" alt="">
                        <h6 class="radio-heading">Role-Playing</h6>
                        <p class="radio-description">Role-playing games are games in which players assume the roles of characters in fictional settings e.g. The Elder Scrolls.</p>
                    </label></div>
                    <div class="choice radio col-md-2 col-lg-2">
                      <input type="checkbox" name="group-2" id="action-strategy" value="action-strategy" oninput="this.className = ''">
                      <label for="action-strategy">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/action-strategy.png" alt="">
                        <h6 class="radio-heading">Action &amp; Strategy</h6>
                        <p class="radio-description">This genre includes a large variety of sub-genres, such as fighting games, beat 'em ups, shooter games. and platform games.</p>
                      </label>
                    </div>
                    <div class="choice radio col-md-2 col-lg-2">
                      <input type="checkbox" name="group-2" id="multiplayer" value="multiplayer" oninput="this.className = ''">
                      <label for="multiplayer">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/multiplayer.png" alt="">
                        <h6 class="radio-heading">Multiplayer or Battle Royal</h6>
                        <p class="radio-description">Battle royale video games are multiplayer games that involve a large number of gamers, typically around 100. e.g. PUBG &amp; Warzone.</p>
                      </label>
                    </div>
                    <div class="choice radio col-md-2 col-lg-2">
                      <input type="checkbox" name="group-2" id="simulation" value="simulation" oninput="this.className = ''">
                      <label for="simulation">
                      <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/simulation.png" alt="">
                        <h6 class="radio-heading">Simulation games</h6>
                        <p class="radio-description">Simulation games are a genre of games that are designed to mimic activities you'd see in the real world. e.g. Flight simulators.</p>
                      </label>
                    </div>
                    <div class="choice radio col-md-2 col-lg-2">
                      <input type="checkbox" name="group-2" id="no-online-games" value="no-online-games" oninput="this.className = ''">
                      <label for="no-online-games">
                      <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/cancel.png" alt="">
                        <h6 class="radio-heading">Not a Gamer.</h6>
                        <p class="radio-description">You're not intereseted in playing online games.</p>
                      </label>
                    </div>
                  </fieldset>
                </div>

                <div class="tab">
                  <div class="page-headings">
                    <h2 class="primary-form-heading">Online activity</h2>
                    <h3 class="secondary-form-heading">What types of activities do you do online?</h3>
		    <p>Select one or more options if applicable.</p>
                  </div>



                    <fieldset id="group-4" class="radio-buttons checkbox-group row">
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="checkbox" name="group-4" id="email-social" value="email-social" oninput="this.className = ''">
                      <label for="email-social">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/email-social.png" alt="">
                        <h6 class="radio-heading">Email &amp; Social media</h6>
                        <p class="radio-description">I spend most of my time on social media and use 1 - 2 email accounts.</p>
                    </label></div>
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="checkbox" name="group-4" id="cloud-storage" value="cloud-storage" oninput="this.className = ''">
                      <label for="cloud-storage">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/cloud-storage.png" alt="">
                        <h6 class="radio-heading">Cloud storage</h6>
                        <p class="radio-description">I take advantage of online storage by backing up and saving some of my videos and images online.</p>
                      </label>
                    </div>
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="checkbox" name="group-4" id="large-file-transfer" value="large-file-transfer" oninput="this.className = ''">
                      <label for="large-file-transfer">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/large-file-transfer.png" alt="">
                        <h6 class="radio-heading">Large file transfers</h6>
                        <p class="radio-description">The work I do requires me to share larger file sizes than the average user e.g. Production files.</p>
                      </label>
                    </div>
                    <div class="choice radio col-md-3 col-lg-3">
                      <input type="checkbox" name="group-4" id="everything" value="everything" oninput="this.className = ''">
                      <label for="everything">
                        <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/assets/help-me-choose-modal/everything.png" alt="">
                        <h6 class="radio-heading">Everything</h6>
                        <p class="radio-description">I do everything from sending large files, social media content, and using cloud storage.</p>
                      </label>
                    </div>
                  </fieldset>
                </div>

                <div class="tab" id="results">
                <div class="row">
                  <div class="col-md-6 recommendation-col">
                    <div class="page-headings">
                      <h2 class="primary-form-heading">Your results</h2>
                      <h3 class="secondary-form-heading">What we recommend and what you get</h3>
                    </div>
                    <ul class="results-benefits">
                      <li>
                        <h6>Free Installation</h6>
                        <p class="subtext">Save up to R2000*</p>
                      </li>
                      <li>
                        <h6>Free Activation</h6>
                        <p class="subtext">Save up to R1000*</p>
                      </li>
                      <li>
                        <h6>Free Router</h6>
                        <p class="subtext">Wi-Fi Router included</p>
                      </li>
                      <li>
                        <h6>Uncapped Data</h6>
                        <p class="subtext">No FUP - No Fair Use policies apply</p>
                      </li>
                    </ul>
                  </div>
                  <div class="col-md-6 result-col">
                    <div class="results-card">
                      <div class="results-line-speed">
                        <h2 class="line-speed info-primary">25 Mbps</h2>
                        <p class="speed d-inline-b"><span class="download-output">25</span> <span>Mbps <span class="desktop">download</span> <img decoding="async" class="line-speed-icon" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/icons/arrow-down.png"></span></p>
                        <p class="speed d-inline-b"><span class="upload-output">25</span> <span>Mbps <span class="desktop">upload</span> <img decoding="async" class="line-speed-icon" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/icons/arrow-up.png"></span></p>
                      </div>
                      <div class="product-info">
                        <div class="pricing-section d-inline-b">
                          <p class="pricing subtext">Starting from</p>
                          <h2><span class="price-output info-primary">R857</span> <span class="term">PM</span></h2>
                          <p class="tcs subtext">T's and C's apply</p>
                        </div>
                        <div id="" class="vox-vc-element vox-button orange grad inline ">
                            <a class="btn-link" href="#connectivity-checker" target="" onclick="toggleModal()">
                              Check Coverage                <!-- <i class="btn-icon fas fa-angle-right"></i>  -->
                            </a>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                </div>
              </div>
              <div class="form-footer" style="overflow:auto;">
                  <!-- <button type="button" id="closeBtn" class="close-button form-btn" onclick="toggleModal()">Close</button> -->
                  <!-- <button type="button" id="prevBtn" onclick="nextPrev(-1)">Previous</button> -->
 		  <button type="button" id="skipBtn" class="close-button form-btn" onclick="skipTab(1)">Skip</button>
                  <button type="button" id="nextBtn" class="next-button form-btn" onclick="nextPrev(1)">Next</button>
                  <button type="button" id="resetBtn" class="reset-button form-btn" onclick="resetForm()">Reset <img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/themes/cavalry-child/assets/images/icons/restart_alt.svg" alt=""></button>
                  <p class="warning-label d-inline-b" style="display: none;">Please select an option.</p>
              </div>
            </div>
          </form>
        </div>

        <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
          var currentTab = 0; // Current tab is set to be the first tab (0)
          showTab(currentTab); // Display the current tab
          let formData = [];

          resetForm();
          function showTab(n) {
            // This function will display the specified tab of the form ...
            var x = document.getElementsByClassName("tab");
            x[n].style.display = "block";
            // ... and fix the Previous/Next buttons:
            if (n == (x.length - 1)) {
              showResultsPage();
              document.getElementById("resetBtn").style.display = "inline";
              document.getElementById("nextBtn").style.display = "none";
	      document.getElementById("skipBtn").style.display = "none";
              document.documentElement.style.setProperty('--pseudo-display', "none");
              outputResult(formData);
            } else {
              document.getElementById("nextBtn").innerHTML = "Next";
            }
            // ... and run a function that displays the correct step indicator:
            fixStepIndicator(n)
	    if (n > 0 && n !== (x.length - 1)) {
              document.getElementById("skipBtn").style.display = "inline";
            }
          }

          function nextPrev(n) {
            // This function will figure out which tab to display
            var x = document.getElementsByClassName("tab");
            // Exit the function if any field in the current tab is invalid:
            if (n == 1 && !validateForm()) return false;
            y = x[currentTab].getElementsByTagName("input");
            saveSelection(y);
            // Hide the current tab:
            x[currentTab].style.display = "none";
            // Increase or decrease the current tab by 1:
            currentTab = currentTab + n;
            document.body.scrollTop = document.documentElement.scrollTop = 0;
            // if you have reached the end of the form... :
            if (currentTab >= x.length) {
              //...the form gets submitted:
              document.getElementById("regForm").submit();
              return false;
            }
            // Otherwise, display the correct tab:
	    document.documentElement.style.setProperty('--progress-bar-var', currentTab + 1);
            showTab(currentTab);
          }

          function skipTab(n) {
            // This function will figure out which tab to display
            var x = document.getElementsByClassName("tab");
            // Exit the function if any field in the current tab is invalid:
            y = x[currentTab].getElementsByTagName("input");
            saveSelection(y);
            // Hide the current tab:
            x[currentTab].style.display = "none";
            // Increase or decrease the current tab by 1:
            currentTab = currentTab + n;
            document.body.scrollTop = document.documentElement.scrollTop = 0;
            // if you have reached the end of the form... :
            if (currentTab >= x.length) {
              //...the form gets submitted:
              document.getElementById("regForm").submit();
              return false;
            }
            // Otherwise, display the correct tab:
	    document.documentElement.style.setProperty('--progress-bar-var', currentTab + 1);
            showTab(currentTab);
          }

          function validateForm() {
            // This function deals with validation of the form fields
            var x, y, i, valid = false;
            x = document.getElementsByClassName("tab");
            y = x[currentTab].getElementsByTagName("input");
            // A loop that checks every input field in the current tab:
            for (n = 0; n < y.length; n++) {
              if (y[n].checked == false) {
                document.getElementById("nextBtn").className += " invalid";
                document.querySelector('.warning-label').style.display = "inline-block";
              }
            }
            for (i = 0; i < y.length; i++) {
              if (y[i].checked == true) {
                valid = true;
                break;
              }
            }
            // If the valid status is true, mark the step as finished and valid:
            if (valid) {
              document.getElementsByClassName("form-step")[currentTab].className += " finish";
              document.getElementById("nextBtn").classList.remove("invalid");
              document.querySelector('.warning-label').style.display = "none";
            }
            return valid; // return the valid status
          }

          function fixStepIndicator(n) {
            // This function removes the "active" class of all steps...
            var i, x = document.getElementsByClassName("form-step");
            for (i = 0; i < x.length; i++) {
              x[i].className = x[i].className.replace(" active", "");
            }
            //... and adds the "active" class to the current step:
            x[n].className += " active";
          }

          function showResultsPage(){
            document.getElementById('help-me-choose').classList.add('result-bg');
          }

          function saveSelection(y){
            for (i = 0; i < y.length; i++) {
              if (y[i].checked == true) {
                formData.push(y[i].id);
              }
            }
          }

          function resetForm(){
            document.getElementById("resetBtn").style.display = "none";
            document.getElementById("nextBtn").style.display = "inline";
	    document.getElementById("skipBtn").style.display = "none";
            document.getElementById('help-me-choose').classList.remove('result-bg');
            document.documentElement.style.setProperty('--pseudo-display', "block");
            document.documentElement.style.setProperty('--progress-bar-var', "1");
            var z = document.querySelectorAll('.form-step');;
            var x = document.getElementsByClassName("tab");
            for (let i = 0; i < x.length; i++){
              x[i].style.display = "none";
              y = x[i].getElementsByClassName("choice");
              for (let n = 0; n < y.length; n++){
                y[n].classList.remove('selected');
              }
            }
            for (y = 0; y < z.length; y++){
              z[y].classList.remove('finish');
            }
            currentTab = 0;
            document.getElementById("regForm").reset();
            formData = [];
            showTab(currentTab);
            document.body.scrollTop = document.documentElement.scrollTop = 0;
          }

          function toggleModal() {
            resetForm();
            let x = document.getElementById('help-me-choose');
            let y = getComputedStyle(x);
            if (y.display == 'flex') {
              x.style.display = 'none';
            } else {
              // console.log(y);
              x.style.display = 'flex';
            }
          }

          // Add event listeners to buttons with class
          let n = document.querySelectorAll('.help-me-choose-toggle');
          for (let i = 0; i < n.length; i++) {
            n[i].addEventListener('click', toggleModal);
          }

	  // Add and remove Selected Class

          jQuery('.radio-group .radio').click(function(){
            jQuery(this).parent().find('.radio').removeClass('selected');
            jQuery('#nextBtn').removeClass('invalid');
            jQuery('.warning-label').css('display', 'none');
            jQuery(this).addClass('selected');
            var val = jQuery(this).attr('data-value');
            //alert(val);
            jQuery(this).parent().find('input').val(val);
          });

          jQuery('.checkbox-group .radio').click(function(){
            jQuery(this).addClass('selected');
            jQuery('#nextBtn').removeClass('invalid');
            jQuery('.warning-label').css('display', 'none');
            var val = jQuery(this).attr('data-value');
            //alert(val);
            jQuery(this).parent().find('input').val(val);
          });

          // Form Logic

          let packages = {
            twenty: {
              speed: '20 Mbps',
              download : '20',
              upload: '10',
              price: 'R369'
            },
            fifty: {
              speed: '50 Mbps',
              download : '50',
              upload: '25',
              price: 'R699'
            },
            oneHundred: {
              speed: '100 Mbps',
              download : '100',
              upload: '10',
              price: 'R857'
            }
          }

          function outputResult (arr) {
            let primarySpeedOutput = document.querySelector('.line-speed');
            let primaryPriceOutput = document.querySelector('.price-output');
            let downloadOutput = document.querySelector('.download-output');
            let uploadOutput = document.querySelector('.upload-output');
            switch(true) {
              case (arr[0] == 'one-person'):
                primarySpeedOutput.innerHTML = packages.twenty.speed;
                downloadOutput.innerHTML = packages.twenty.download;
                uploadOutput.innerHTML = packages.twenty.upload;
                primaryPriceOutput.innerHTML = packages.twenty.price;
                break;
              case (arr[0] == 'one-two-people'):
                primarySpeedOutput.innerHTML = packages.fifty.speed;
                downloadOutput.innerHTML = packages.fifty.download;
                uploadOutput.innerHTML = packages.fifty.upload;
                primaryPriceOutput.innerHTML = packages.fifty.price;
                break;
              case (arr[0] == 'two-three-people'):
                primarySpeedOutput.innerHTML = packages.oneHundred.speed;
                downloadOutput.innerHTML = packages.oneHundred.download;
                uploadOutput.innerHTML = packages.oneHundred.upload;
                primaryPriceOutput.innerHTML = packages.oneHundred.price;
                break;
              case (arr[0] == 'multiple'):
                primarySpeedOutput.innerHTML = packages.oneHundred.speed;
                downloadOutput.innerHTML = packages.oneHundred.download;
                uploadOutput.innerHTML = packages.oneHundred.upload;
                primaryPriceOutput.innerHTML = packages.oneHundred.price;
                break;
              default:
              primarySpeedOutput.innerHTML = '0';
                primaryPriceOutput.innerHTML = '0';
                break;
            }
          }

        });</script>

        <!-- Font Awesome -->
<script type="rocketlazyloadscript" src="https://kit.fontawesome.com/aceec67ac6.js" crossorigin="anonymous" defer=""></script>
<!-- <script type="rocketlazyloadscript" src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js" crossorigin="anonymous"></script> -->
<!-- <script type="rocketlazyloadscript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" crossorigin="anonymous" defer></script> -->

<!-- Whatsapp Chat Widget -->

<script type="rocketlazyloadscript" id="chat-inc" data-rocket-type="text/javascript">
  function chatInc() {
    // Mobile no for whatsapp chat
    window['mobileNo'] = '+27600795061';
    // Passing dynamic background color, header text and description
    window['backgroundColor'] = '#93D301'
    window['title'] = 'Get connected with Vox'
    window['description'] = 'Enhance your internet, voice and business experience'
    window['headerImg'] = 'https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/10/[email protected]'
    var sc = document.createElement('script');
    sc.type = 'text/javascript';
    sc.async = true;
    sc.src = 'https://storage.googleapis.com/sweesh-files/chat-widget.min.js?v=' + parseInt(new Date().getTime() / 60000);
    var c = document['getElement' + 'sByTagNa' + 'me']('script')[0];
    if (c) c['p' + 'arent' + 'Node']['inser' + 'tB' + 'efo' + 're'](sc, c);
    else document['docu' + 'me' + 'ntEle' + 'm' + 'ent']['f' + 'i' + 'r' + 's' + 'tChi' + 'ld']['appe' + 'nd' + 'C' + 'hild'](sc);
  }
  chatInc();
</script>

<script type="rocketlazyloadscript">
  function waitForElementToLoad(elementId, callback) {
    const intervalId = setInterval(function() {
      const element = document.getElementById(elementId);
      if (element) {
        clearInterval(intervalId); 
        callback(element); 
      }
    }, 100); 
  }

  waitForElementToLoad("chatinc-whatsapp-div", function(element) {
    const chatIncWhatsAppDiv = element;
    const eventListener = chatIncWhatsAppDiv.onclick;
    const newButtonElement = document.querySelectorAll(".whatsapp-chat");
    for (let i = 0; i < newButtonElement.length; i++) {
      newButtonElement[i].onclick = eventListener;
    }
  });
</script>

<div class="vox-nav-cta mobile">
	<div class="nav-cta-container">
		<ul>
			<li>
				<a href="#" class="products-link">
					<img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2023/12/shopping-bag.svg" alt="">
					<p>Products</p>
				</a>
			</li>
			<li>
				<a href="#" class="support-menu-link">
					<img decoding="async" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/ig:avif/https://www.vox.co.za/wp-content/uploads/2024/01/icon-help-centre.svg" alt="">
					<p>Support</p>
				</a>
			</li>
		</ul>
	</div>
</div>


		 <div class="preloader-plus"> 			<div class="prog-bar-wrapper">
				<div class="prog-bar-bg"></div>
				<div class="prog-bar"></div>
			</div> 			 <div class="preloader-content">   	 					<img decoding="async" class="preloader-custom-img" src="https://ml1dttblqtoo.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://www.vox.co.za/wp-content/uploads/2022/09/logo.png"> 
 <div class="lds-css ng-scope">
   <div class="lds-dots preloader-plus-default-icons">
     <div></div>
     <div></div>
     <div></div>
     <div></div>
   </div>
 <style type="text/css">@keyframes lds-dots {
   0% {
     opacity: 1;
		 transform:scale(1);
   }
	 50% {
     opacity: 1;
		 transform:scale(0.5);
   }
   100% {
     opacity: 1;
		 transform:scale(0.5);
   }
 }
 @-webkit-keyframes lds-dots {
   0% {
     opacity: 0;
   }
   50% {
     opacity: 0.5;
   }
   100% {
     opacity: 1;
   }
 }
 .lds-dots div {
   width: 20%;
   height: 20%;
	 border-radius: 50%;
	 transform:scale(0.5);
   -webkit-animation: lds-dots 1s linear infinite;
   animation: lds-dots 1s linear infinite;
 }
 .lds-dots div:nth-child(1) {
   background: #00aa00;
   -webkit-animation-delay: 0.25s;
   animation-delay: 0.25s;
 }
 .lds-dots div:nth-child(2) {
   background: #00aa00;
   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;
 }
 .lds-dots div:nth-child(3) {
   background: #00aa00;
   -webkit-animation-delay: 0.75s;
   animation-delay: 0.75s;
 }
 .lds-dots div:nth-child(4) {
   background: #00aa00;
	 -webkit-animation-delay: 1s;
	 animation-delay: 1s;
 }
 .lds-dots {
	 display: flex;
 	 flex-flow: row nowrap;
 	 align-items: center;
 	 justify-content: space-between;
 }
 </style></div>

			 </div>
		 </div> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
	// Gravity Forms Read Only field

	jQuery('.gf_readonly input').attr('readonly', true)

	function getUrlVars(){
      var vars = [], hash;
      var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
      for(var i = 0; i < hashes.length; i++)
      {
          hash = hashes[i].split('=');
          vars.push(hash[0]);
          vars[hash[0]] = hash[1];
      }
      return vars;
  }
	jQuery(document).ready(function() {
		if (getUrlVars()["supplier"]) {
    		var supplier = getUrlVars()["supplier"];
			if (jQuery('.packages-filters-slider a.filter-suppliers')) {
			setTimeout(function(){
							var dataSupplier = window.innerWidth > 768 ? `.packages-filters-slider a.filter-suppliers[data-supplier-id="${supplier}"]` : `.packages-filters-slider.mobile a.filter-suppliers[data-supplier-id="${supplier}"]`;
			  const intervalId = setInterval(function() {
				var element = jQuery(dataSupplier);
				if (element.length > 0) {
						clearInterval(intervalId); 
						element.click();
					  element.addClass('active');
					  var supplierIndex = element.parents('.owl-item').index();
					  window.innerWidth > 768 ? jQuery('.packages-filters-slider').not( ".mobile" ).trigger('to.owl.carousel', supplierIndex) : jQuery('.packages-filters-slider').trigger('to.owl.carousel', supplierIndex);
				}
			  }, 100);
			}, 1000)
			}
  		}
	})

jQuery('.support-menu-items ul:not(.contact-menu)').find('li:eq(0) a').attr('href', '/contact');

});</script>

<script nowprocket="">
window.onload = function() {
    // Delay execution by 2 seconds (2000 milliseconds)
    setTimeout(function() {
        // Create a new KeyboardEvent
        const event = new KeyboardEvent('keydown', {
            key: 'a',
            code: 'KeyA',
            keyCode: 65,
            which: 65,
            bubbles: true
        });

        // Dispatch the event on the document or window
        document.dispatchEvent(event);
    }, 2500);
};
</script>






<script type="text/javascript" id="wot-public-scripts-js-extra">
/* <![CDATA[ */
var WOTADFORM_ADMIN = {"ajaxurl":"https:\/\/www.vox.co.za\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/cache/min/1/wp-content/plugins/attachment-download-on-gravity-form-submission/frontend/js/wot-public-scripts.js?ver=1728395521" id="wot-public-scripts-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/cache/min/1/wp-content/plugins/solid-wordpress/solid-wordpress.js?ver=1728395521" id="solid-wordpress-js" defer=""></script>
<script type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/www.vox.co.za","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/cache/min/1/npm/@popperjs/[email protected]/dist/umd/popper.min.js?ver=1728395521" id="popper_test-js-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/cache/min/1/npm/[email protected]/dist/js/bootstrap.min.js?ver=1728395521" id="Bootstrap_test-js-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/cache/min/1/wp-content/themes/cavalry-child/assets/js/main.js?ver=1728395521" id="main-test-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/cache/min/1/wp-content/themes/cavalry-child/assets/js/vc-main.js?ver=1728395521" id="vc_test_js-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=7.2" id="wpb_composer_front_js-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js?ver=7.2" id="vc_accordion_script-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js?ver=7.2" id="vc_tta_autoplay_script-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js?ver=7.2" id="vc_tabs_script-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js?ver=7.2" id="vc_waypoints-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js?ver=7.2" id="vc_jquery_skrollr_js-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-a11y-js-translations">
/* <![CDATA[ */
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2024-08-23 06:54:09+0000","generator":"GlotPress\/4.0.1","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_ZA"},"Notifications":["Notifications"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}} );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://www.vox.co.za/wp-includes/js/dist/a11y.min.js?ver=d90eebea464f6c09bfd5" id="wp-a11y-js" defer=""></script>
<script type="text/javascript" defer="defer" src="https://www.vox.co.za/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.6.4.3" id="gform_json-js"></script>
<script type="text/javascript" id="gform_gravityforms-js-extra">
/* <![CDATA[ */
var gform_i18n = {"datepicker":{"days":{"monday":"Mon","tuesday":"Tue","wednesday":"Wed","thursday":"Thu","friday":"Fri","saturday":"Sat","sunday":"Sun"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = [];
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.vox.co.za\/wp-content\/plugins\/gravityforms\/images"}};
var gf_global = {"gf_currency_config":{"name":"South African Rand","symbol_left":"R","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"ZAR"},"base_url":"https:\/\/www.vox.co.za\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/ml1dttblqtoo.i.optimole.com\/w:auto\/h:auto\/q:mauto\/f:best\/ig:avif\/https:\/\/www.vox.co.za\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer="defer" src="https://www.vox.co.za/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.6.4.3" id="gform_gravityforms-js"></script>
<script type="text/javascript" defer="defer" src="https://www.vox.co.za/wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js?ver=2.6.4.3" id="gform_masked_input-js"></script>
<script data-type="vc_custom-js-" footer="">window.addEventListener('scroll', function() {
    var scrollPosition = window.scrollY;
    var body = document.querySelector('body');
    if (scrollPosition > 100) {
      body.classList.add('tg-scrolled');
    } else {
      body.classList.remove('tg-scrolled');
    }
  });</script><script type="rocketlazyloadscript"></script><script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 45) {jQuery('#input_45_5').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
});</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).trigger('gform_post_render', [45, 1]) } ); 
/* ]]> */
});</script>



</body></html><!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1728397844 -->