{"id":1410,"date":"2018-12-27T07:58:46","date_gmt":"2018-12-26T23:58:46","guid":{"rendered":"https:\/\/delyva.com\/my\/?page_id=1410"},"modified":"2024-02-02T10:57:09","modified_gmt":"2024-02-02T02:57:09","slug":"check-rates","status":"publish","type":"page","link":"https:\/\/staging-website.delyvax.com\/my\/check-rates\/","title":{"rendered":"Check rates"},"content":{"rendered":"<p><!-- Builder # --><\/p>\n<h1>Get Instant Quotation<\/h1>\n<div>\n<div class=\"uk-margin uk-width-xxlarge uk-margin-auto uk-text-center\">\n<div class=\"uk-text-lead uk-margin-small uk-margin-remove-bottom uk-text-center\">\n<p>Compare courier and delivery services rates and performance<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div>\n<p><small>No minimum commitment or contract is required.<br \/>Instant access to 20+ courier partners in one platform.<br \/>\u2022 Instant delivery \u2022 Same-day delivery <br \/>\u2022 Domestic delivery \u2022 Cash On Delivery (COD) \u2022 International delivery<\/small><\/p>\n<\/div>\n<div>\n<p><!-- <link rel=\"stylesheet\" href=\"https:\/\/delyva.com\/my\/wp-content\/themes\/delyva\/js\/auto-complete.css\"> --><br \/>\n<script src=\"https:\/\/delyva.com\/my\/wp-content\/themes\/delyva\/js\/auto-complete.min.js\"><\/script><\/p>\n<p><script>\nfunction submitPlan(theplan)\n{\n\tjQuery(\"#theplan\").val(theplan);            \n    jQuery(\".select-plan-button\").removeClass(\"uk-button-primary\");      \n    jQuery(\"#\"+theplan+\"P\").addClass(\"uk-button-primary\");    \n} <\/p>\n<p>    document.addEventListener(\"DOMContentLoaded\", function(event) {<\/p>\n<p>        jQuery(\"#theplan\").change(function(){\n            let theplan = jQuery(\"#theplan\").val();   <\/p>\n<p>            jQuery('#check-price-form').submit();<\/p>\n<p>            jQuery(\".select-plan-button\").removeClass(\"uk-button-primary\");      \n            jQuery(\"#\"+theplan+\"P\").addClass(\"uk-button-primary\");<\/p>\n<p>        });<\/p>\n<p>      let apiEndpoint = \"https:\/\/api.delyva.app\";<\/p>\n<p>      let origin = {\n          address: '',\n          postcode: '',\n          country: 'MY',\n          lat: '',\n          lng: '',\n      };<\/p>\n<p>      let destination = {\n          address: '',\n          postcode:'',\n          country: 'MY',\n          lat: '',\n          lng: '',\n      };<\/p>\n<p>      let itemType = 'PARCEL';<\/p>\n<p>      let itemWeight = 0.5;\n      let originOpt = jQuery('input[name=origin-opt]:checked').val();\n      let destinationOpt = jQuery('input[name=destination-opt]:checked').val();<\/p>\n<p>      availableServices = [];<\/p>\n<p>      jQuery('#itemType').change(() => {\n          itemType = jQuery('#itemType option:selected').val();\n          if (itemType === \"MOTORCYCLE\") {\n               jQuery('#weightLabel').text('Displacement (cc)')\n          } else {\n               jQuery('#weightLabel').text('Weight (kg)')\n          }\n      });<\/p>\n<p>      jQuery('#calculateVolumetric').click(() => {\n          const length = jQuery('#vol-length').val();\n          const width = jQuery('#vol-width').val();\n          const height = jQuery('#vol-height').val();\n          let volumetricWeight = (length * width * height) \/ 5000;<\/p>\n<p>          if (volumetricWeight < 0.5) {\n            volumetricWeight = 0.5;\n          }\n\n          jQuery('#itemWeight').val(Math.ceil(volumetricWeight));\n          UIkit.modal('#modal_volumetric_calculator').hide();\n      });\n\n      jQuery('#check_rates__list').closest('.check_rates').hide();\n\n      jQuery('input[name=\"origin-opt\"]').change(() => {\n          originOpt = jQuery('input[name=origin-opt]:checked').val();\n          jQuery('#originVal').val('');<\/p>\n<p>          if (originOpt === 'address') {\n              jQuery('#originVal').attr('placeholder', 'Search address');\n          } else {\n              jQuery('#originVal').attr('placeholder', 'Enter postcode');\n          }\n      })<\/p>\n<p>      jQuery('input[name=\"destination-opt\"]').change(() => {\n          destinationOpt = jQuery('input[name=destination-opt]:checked').val();\n          jQuery('#destinationVal').val('');<\/p>\n<p>          if (destinationOpt === 'address') {\n              jQuery('#destinationVal').attr('placeholder', 'Search address');\n              jQuery('#destinationVal').show();\n              jQuery('#destinationValCountry').hide();\n              destination.country = 'MY';\n          } else if (destinationOpt === 'country') {\n              jQuery('#destinationVal').hide();\n              jQuery('#destinationValCountry').show();\n              destination.address = jQuery('select#destinationValCountry :selected').text();\n              destination.country = jQuery('select#destinationValCountry :selected').val();\n              jQuery('#destinationVal').val(destination.address)\n          } else {\n              jQuery('#destinationVal').show();\n              jQuery('#destinationValCountry').show();\n              jQuery('#destinationVal').attr('placeholder', 'Enter postcode');\n              destination.country = 'MY';\n          }\n      })<\/p>\n<p>      jQuery('#itemWeight').change(() => {\n          itemWeight = jQuery('#itemWeight').val();\n      })<\/p>\n<p>      \/\/ on click submit check price\n      jQuery('#check-price-form').submit((e) => {\n          e.preventDefault();\n          doCheckPrice('submit');\n      });<\/p>\n<p>      \/\/ jQuery('button#check-price-btn').click((e) => {\n      \/\/     e.preventDefault();\n      \/\/     jQuery('#check-price-form').submit();\n      \/\/ });<\/p>\n<p>      jQuery(document).on('change', '#destinationValCountry', () => {\n          destination.address = jQuery('select#destinationValCountry :selected').text();\n          destination.country = jQuery('select#destinationValCountry :selected').val();\n          \/\/console.log('destinationCCC', destination);\n      })<\/p>\n<p>      const initAddressSearch = (selector) => {\n          let url = apiEndpoint + \"\/address?companyID=59780722102c881694558c94&country=MY\";<\/p>\n<p>          new autoComplete({\n              selector,\n              minChars: 4,\n              delay: 300,\n              cache: false,\n              source: function(term, response){\n                  try { xhr.abort(); } catch(e){}<\/p>\n<p>                  if (selector === '#originVal' && originOpt !== 'address') {\n                      jQuery('#originVal').val(term);\n                      return response([]);\n                  }<\/p>\n<p>                  if (selector === '#destinationVal' && destinationOpt !== 'address') {\n                      jQuery('#destinationVal').val(term);\n                      return response([]);\n                  }<\/p>\n<p>                  jQuery.getJSON(url, { q: term }, function(data){\n                      \/\/console.log('data.data',data.data);\n                      response(data.data);\n                  });\n              },\n              renderItem: function (item, search) {\n                  search = search.replace(\/[-\\\/\\\\^$*+?.()|[\\]{}]\/g, '\\\\$&');\n                  var re = new RegExp(\"(\" + search.split(' ').join('|') + \")\", \"gi\");<\/p>\n<p>                  var value = item.title;\n                  var title = item.title.replace(re, \"<b>$1<\/b>\");\n                  var description = item.description;<\/p>\n<p>                  return '<\/p>\n<div class=\"autocomplete-suggestion\" data-address1=\"' + item.address1 + '\" data-address2=\"' + item.address2 + '\" data-zipcode=\"' + item.zipcode + '\" data-country=\"' + item.country + '\" data-lat=\"' + item.lat + '\" data-lng=\"' + item.lng + '\" data-extid=\"' + item.ext_id + '\" data-source=\"' + item.source + '\" >'\n                      +'<strong>'+ title + '<\/strong>   <small>' + description + '<\/small>'\n                      +'<\/div>\n<p>';\n              },\n              onSelect: function(e, term, item) {\n                  let setter = {};\n                  setter.address = [item.getAttribute('data-address1'), item.getAttribute('data-address2')].join(' ');\n                  setter.postcode = item.getAttribute('data-zipcode');\n                  setter.country = item.getAttribute('data-country');\n                  setter.lat = item.getAttribute('data-lat');\n                  setter.lng = item.getAttribute('data-lng');<\/p>\n<p>                  if (selector === '#originVal') {\n                      origin = setter;\n                      \/\/console.log('> selected origin >', origin);\n                  } else if (selector === '#destinationVal') {\n                      destination = setter;\n                      \/\/console.log('> selected destination >', destination);\n                  }<\/p>\n<p>                  jQuery(selector).val(setter.address);\n              }\n          });\n      }<\/p>\n<p>      \/\/ origin on change > search address, on choose set originVal\n      \/\/initAddressSearch('#originVal');<\/p>\n<p>      \/\/ destination on change > search address, on choose set destinationVal\n      \/\/initAddressSearch('#destinationVal');<\/p>\n<p>      const resultRow = (s) => {\n          \/\/ console.log('s',s);<\/p>\n<p>          const itemIcon = {\n              DOCUMENT: '<\/p>\n<div><i class=\"fas fa-file-alt\" uk-tooltip=\"Document\"><\/i><\/div>\n<p>',\n              PARCEL: '<\/p>\n<div><i class=\"fas fa-box-alt\" uk-tooltip=\"Parcel\"><\/i><\/div>\n<p>',\n              FLOWER: '<\/p>\n<div><i class=\"fas fa-spa\" uk-tooltip=\"Flower\"><\/i><\/div>\n<p>',\n              FOOD: '<\/p>\n<div><i class=\"fas fa-utensils\" uk-tooltip=\"Food\"><\/i><\/div>\n<p>',\n              FROZEN: '<\/p>\n<div><i class=\"fas fa-snowflake\" uk-tooltip=\"Frozen\"><\/i><\/div>\n<p>',\n              FRESH: '<\/p>\n<div><i class=\"fas fa-carrot\" uk-tooltip=\"Fresh\"><\/i><\/div>\n<p>',\n              CAKE: '<\/p>\n<div><i class=\"fas fa-birthday-cake\" uk-tooltip=\"Cake\"><\/i><\/div>\n<p>',\n              BULKY: '<\/p>\n<div><i class=\"fas fa-couch\" uk-tooltip=\"Bulky item\"><\/i><\/div>\n<p>',\n              TASK: '<\/p>\n<div><i class=\"fas fa-running\" uk-tooltip=\"Runner service\"><\/i><\/div>\n<p>',\n          }<\/p>\n<p>          const companyName = s.service.serviceCompany.name;<\/p>\n<p>          \/\/ s.serviceDescription = s.service.custDescription.split(\/\\r?\\n\/).map((desc) => {\n          \/\/     if (desc.length < 5) { return null }\n          \/\/     return `\n\n<li>${desc}<\/li>\n<p>`;\n          \/\/ }).join('');<\/p>\n<p>          s.serviceDescription = s.service.custDescription;<\/p>\n<p>          s.serviceItemTypes = s.itemType.map((type) => itemIcon[type]).join('');<\/p>\n<p>          const edt = {\n            'INSTANT': '1-2 hours',\n            'NDD': '1-3 days',\n            'MAIL': '5-10 days',\n            'ODD': 'Express delivery',\n            'SD': 'Same day delivery',\n            'TASK': 'Runner delivery',\n            'HIRE': 'Runner for hire',\n            'INTERNATIONAL': '1-7 days'\n          }<\/p>\n<p>          const deliveryDay = edt[s.serviceGroup] || '';<\/p>\n<p>         let durationValue = '-';\n          if(s.duration && s.duration > 0)\n          {\n                if(s.duration < 60)\n\t          {\n              \tdurationValue = s.duration.toFixed(0)+\" second(s)\";\n              }else if(s.duration < (60*60))\n              {\n                  durationValue = (s.duration\/(60)).toFixed(0)+\" minute(s)\";\n              }else if(s.duration <= (24*60*60))\n              {\n                  durationValue = (s.duration\/(60*60)).toFixed(0)+\" hour(s)\";\n              }else if(s.duration > (24*60*60))\n              {\n                  durationValue = (s.duration\/(24*60*60)).toFixed(0)+\" day(s)\";\n              }\n          }         <\/p>\n<p>          let promoPriceText = '<\/p>\n<div class=\"uk-text-small\"><a href=\"https:\/\/delyva.com\/my\/pricing\/\" class=\"uk-text-danger text-xs\">Top-up more to save more!<\/a><\/div>\n<p>';<\/p>\n<p>          \/\/ if (s.service.serviceCompanyCode === 'POSMY') {\n          \/\/     if (itemWeight <= 2) {\n          \/\/         promoPriceText = '\n\n<div class=\"uk-text-small\"><a href=\"#delyva-pricing-table\" class=\"uk-text-danger text-xs\">Get more discounts!<\/a><\/div>\n<p>';\n          \/\/     }\n          \/\/ }<\/p>\n<p>          \/\/ let isDisabled = !availableServices.includes(s.service.code) ? 'disabled' : '';<\/p>\n<p>          let bookBtn = `<a href=\"https:\/\/my.delyva.app\/customer\/\" class=\"uk-button uk-button-default\">Book<\/a>`;<\/p>\n<p>          \/\/ if (isDisabled === 'disabled') {\n          \/\/     bookBtn = `<a href=\"https:\/\/my.delyva.app\/customer\/\" class=\"uk-button uk-button-default disabled\">Book<\/a>`;\n          \/\/ }<\/p>\n<p>          let pickupAvailableTxt = '<\/p>\n<li><i class=\"far fa-person-dolly mr-1\"><\/i> Pickup available<\/li>\n<p>';<\/p>\n<p>          if( s.service.name.includes('DROP') || s.service.code.includes('POSMAL') ) {\n            pickupAvailableTxt = '';\n          }<\/p>\n<p>          return `<\/p>\n<li>\n<div class=\"check_rates__list-item\">\n<div class=\"column_logo pr-6\">\n              <img decoding=\"async\" style=\"height:48px\" src=\"https:\/\/cdn.delyva.app\/${s.service.serviceCompany.logo}\" alt=\"${companyName}\">\n              <\/div>\n<div class=\"column_courier_service pr-4\">\n<p>                <!--div class=\"courier_company uk-text-small\">${companyName}<\/div-->\n<div class=\"courier_service uk-text-bold uk-text-emphasis\">${s.service.name}<\/div>\n<\/p><\/div>\n<div class=\"column_speed pr-10\" uk-tooltip=\"title: The estimate is based on the service performance for the past 30 days; pos: top\">\n<small class=\"text-primary\">Estimate <i class=\"far fa-question-circle ml-1\"><\/i><br \/> \n<span style=\"color:blue\">${durationValue}<\/span>\n    <\/small><\/div>\n<div class=\"column_description pr-5\">\n<ul class=\"uk-list px-0 mb-4 uk-text-small\">\n                  ${pickupAvailableTxt}<\/p>\n<li><a href=\"#modal-${s.service.code}\" class=\"uk-text-emphasis\" uk-toggle><i class=\"far fa-exclamation-circle mr-1\"><\/i> View service info<\/a>\n<div id=\"modal-${s.service.code}\" class=\"\" uk-modal>\n<div class=\"uk-modal-dialog\">\n                      <button class=\"uk-modal-close-default\" type=\"button\" uk-close><\/button><\/p>\n<div class=\"uk-modal-header\">\n<h2 class=\"uk-modal-title\">${companyName} service info<\/h2>\n<\/p><\/div>\n<div class=\"uk-modal-body\">\n<ul>\n                              ${s.serviceDescription}\n                          <\/ul>\n<\/p><\/div>\n<div class=\"uk-modal-footer uk-text-right\">\n                          <button class=\"uk-button uk-button-primary uk-modal-close\" type=\"button\">Ok<\/button>\n                      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/li>\n<\/ul>\n<div>\n<div class=\"uk-grid-small\" uk-grid>\n                  ${s.serviceItemTypes}\n                  <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"column_price uk-text-emphasis pr-5\">\n<div>${s.price.currency} ${s.price.amount}<\/div>\n<p>              ${promoPriceText}\n              <\/p><\/div>\n<div class=\"column_button_book uk-width-1-1@m\">\n              ${bookBtn}\n              <\/div>\n<\/p><\/div>\n<\/li>\n<p>`;\n      }<\/p>\n<p>      const doCheckPrice = (source) => {\n          jQuery('#select-plan').show()       <\/p>\n<p>          let url = apiEndpoint + \"\/service\/instantQuote\/\";<\/p>\n<p>          if (origin.address == '' || source === 'submit') {\n              origin.address = jQuery('#originVal').val();\n          }<\/p>\n<p>          if (destination.address == '' || source === 'submit') {\n              destination.address = jQuery('#destinationVal').val();\n          }<\/p>\n<p>          if (source === 'submit') {\n            if (origin.postcode == '') {\n              origin.postcode = origin.address;\n            }\n          }<\/p>\n<p>          if (source === 'submit') {\n            if (destination.postcode == '') {\n              destination.postcode = destination.address;\n            }<\/p>\n<p>            if (jQuery('input[name=destination-opt]:checked').val() === 'postcode') {\n              destination.postcode = destination.address;\n            }<\/p>\n<p>            if (jQuery('input[name=origin-opt]:checked').val() === 'postcode') {\n              origin.postcode = origin.address;\n            }<\/p>\n<p>          }<\/p>\n<p>          \/\/ ---\n          if (jQuery('input[name=destination-opt]:checked').val() === 'address') {\n            destination.postcode = \"\";\n          }<\/p>\n<p>          if (jQuery('input[name=origin-opt]:checked').val() === 'address') {\n            origin.postcode = \"\";\n          }<\/p>\n<p>          if (jQuery('input[name=destination-opt]:checked').val() === 'country') {\n            destination.postcode = \"-\";\n            destination.address = \"-\";\n          }<\/p>\n<p>          if (jQuery('input[name=origin-opt]:checked').val() === 'country') {\n            origin.postcode = \"-\";\n            origin.address = \"-\";\n          }\n          \/\/ ---<\/p>\n<p>          itemWeight = jQuery('#itemWeight').val();<\/p>\n<p>          let originalVal = jQuery('button#check-price-btn').text();\n          jQuery('button#check-price-btn').text('').attr('uk-spinner', '');\n          jQuery(\"#check-price-form :input\").prop(\"disabled\", true);<\/p>\n<p>          let params = new URLSearchParams();\n          params.append(\"theplan\", jQuery('#theplan').val() );\n          params.append(\"o.address\", origin.address);\n          params.append(\"o.postcode\", origin.postcode);\n          params.append(\"o.country\", origin.country);\n          params.append(\"o.lat\", origin.lat);\n          params.append(\"o.lng\", origin.lng);\n          params.append(\"o.opt\", jQuery('input[name=origin-opt]:checked').val());\n          params.append(\"d.address\", destination.address);\n          params.append(\"d.postcode\", destination.postcode);\n          params.append(\"d.country\", destination.country);\n          params.append(\"d.lat\", destination.lat);\n          params.append(\"d.lng\", destination.lng);\n          params.append(\"weight\", itemWeight);\n          params.append(\"itemType\", itemType);\n          params.append(\"d.opt\", jQuery('input[name=destination-opt]:checked').val());\n          history.pushState(null, null, `https:\/\/delyva.com\/my\/check-rates?${params.toString()}`);<\/p>\n<p>          var companyID = 'b12b9045-82f9-40f6-9a87-cdf9bb25f281';<\/p>\n<p>          var customerId = '99669';<\/p>\n<p>          let theplan = jQuery('#theplan').val();<\/p>\n<p>          if(theplan == 'B20')\n          {\n              customerId = '99669';\n          }else if(theplan == 'B100')\n          {\n              customerId = '99661';\n          }else if(theplan == 'B800')\n          {\n              customerId = '99663';\n          }else if(theplan == 'B1600')\n          {\n              customerId = '99665';\n          }else if(theplan == 'B4800')\n          {\n              customerId = '102518';\n          }else {\n              customerId = '99669';\n          }<\/p>\n<p>          var jsonData = {};<\/p>\n<p>          jsonData = {\n            companyId: companyID,\n            customerId: customerId,\n            origin: {\n              address1: origin.address,\n              \/\/ address2: origin.address,\n              city: \"\",\n              state: \"\",\n              postcode: origin.postcode,\n              country: origin.country\n              \/\/ coord: {\n              \/\/   lat: pickupLat,\n              \/\/   lon: pickupLng\n              \/\/ }\n            },\n            destination: {\n              address1: destination.address,\n              \/\/ address2: destination.address,\n              city: \"\",\n              state: \"\",\n              postcode: destination.postcode,\n              country: destination.country\n              \/\/ coord: {\n              \/\/   lat: dropLat,\n              \/\/   lon: dropLng\n              \/\/ }\n            },\n            itemType: itemType,\n            weight: {\n              unit: \"kg\",\n              value: itemWeight\n            }\n          };<\/p>\n<p>          \/\/ if (jQuery('input[name=destination-opt]:checked').val() === 'postcode') {\n          \/\/   destination.address = \"-\";\n          \/\/ }else {\n          \/\/   destination.postcode = \"\";\n          \/\/ }\n          \/\/\n          \/\/ if (jQuery('input[name=origin-opt]:checked').val() === 'postcode') {\n          \/\/   origin.address = \"-\";\n          \/\/ }else {\n          \/\/   origin.postcode = \"\";\n          \/\/ }<\/p>\n<p>          \/\/console.log('jsonData', jsonData);<\/p>\n<p>          jQuery.ajax({\n              url: url,\n              type: 'POST',\n              contentType: \"application\/json; charset=utf-8\",\n              data: JSON.stringify(jsonData),\n              dataType: \"json\",\n              timeout: 10000,\n              success: (data) => {\n                  \/\/ availableServices = data.services.map((service) => service.serviceCode);\n                  \/\/\n                  \/\/ let serviceLists = `<center>${data.message}<\/center>`;\n                  \/\/ serviceLists += data.servicesListing.map((data) => {\n                  \/\/     return resultRow(data);\n                  \/\/ }).join('');<\/p>\n<p>                  \/\/console.log('data',data);<\/p>\n<p>                  var services = data.data.services;\n                  availableServices = services.map((service) => service.code);\n                  \/\/console.log('availableServices',availableServices);<\/p>\n<p>                  let serviceLists = ``;<\/p>\n<p>                  \/\/ serviceLists += `<center>${data.message}<\/center>`;<\/p>\n<p>                  serviceLists += services.map((data) => {\n                      return resultRow(data);\n                  }).join('');<\/p>\n<p>                  jQuery('#check_rates__list').closest('.check_rates').show();\n                  jQuery('#check_rates__list').html(serviceLists);\n                  jQuery('button#check-price-btn').text(originalVal).removeAttr('uk-spinner');\n                  jQuery(\"#check-price-form :input\").prop(\"disabled\", false);\n              },\n              error: (err, status) => {\n                 \/\/console.log(\"Error\", err, status);\n                  let errorAlert = `<center>Request failed or server might be busy, please try again.<\/center>`<\/p>\n<p>                  jQuery('#check_rates__list').closest('.check_rates').show();\n                  jQuery('#check_rates__list').html(errorAlert);\n                  jQuery('button#check-price-btn').text(originalVal).removeAttr('uk-spinner');\n                  jQuery(\"#check-price-form :input\").prop(\"disabled\", false);\n              }\n          });<\/p>\n<p>          fbq('track', 'Search');<\/p>\n<p>      }<\/p>\n<p>      function renderCountriesDropdown(selected, callback) {\n          jQuery.getJSON('https:\/\/gist.githubusercontent.com\/notsuhz\/4b848dac58f69e9a03850332036ff170\/raw\/ea9d46d597698ae3f16a603c1902d2d2da5ea372\/countries.json', (c) => {\n              let options = '';\n              let i = 0; const iMax = c.length;<\/p>\n<p>              for(; i < iMax; i++) {\n                  if (c[i].code === selected) {\n                      options += '<option value=\"' + c[i].code + '\" selected>' + c[i].name + '<\/option>';\n                  } else {\n                      options += '<option value=\"' + c[i].code + '\">' + c[i].name + '<\/option>';\n                  }\n              }<\/p>\n<p>              callback(null, options);\n          });\n      }<\/p>\n<p>      renderCountriesDropdown('MY', (err, html) => {\n          jQuery('#destinationValCountry').html(html);\n      });<\/p>\n<p>      let params = new URLSearchParams(location.search);\n      if (params.get('o.address') && params.get('d.address')) {\n          origin = {\n              address: params.get('o.address'),\n              postcode: params.get('o.postcode') || params.get('o.address'),\n              country: params.get('o.country') || 'MY',\n              lat: params.get('o.lat') || '',\n              lng: params.get('o.lng') || '',\n          };<\/p>\n<p>          destination = {\n              address: params.get('d.address'),\n              postcode: params.get('d.postcode') || params.get('d.address'),\n              country: params.get('d.country') || 'MY',\n              lat: params.get('d.lat') || '',\n              lng: params.get('d.lng') || '',\n          };<\/p>\n<p>          setTimeout(() => {\n            destination.country = params.get('d.country');\n              jQuery('#destinationValCountry').val(params.get('d.country'));\n          }, 1000);<\/p>\n<p>          jQuery('input[name=\"origin-opt\"][value=\"' + params.get('o.opt') + '\"]').prop(\"checked\", true);\n          jQuery('input[name=\"destination-opt\"][value=\"' + params.get('d.opt') + '\"]').prop(\"checked\", true);\n          originOpt = params.get('o.opt');\n          destinationOpt = params.get('d.opt');<\/p>\n<p>          if (params.get('d.opt') === 'country') {\n              jQuery('#destinationValCountry').show();\n              jQuery('#destinationVal').hide();\n              jQuery('#destinationValCountry').val(params.get('d.country'));\n          }<\/p>\n<p>          itemWeight = params.get('weight') || 1;\n          itemType = params.get('itemType') || 'PARCEL';\n          jQuery('#itemType').val(itemType);<\/p>\n<p>          if (itemType === \"MOTORCYCLE\") {\n               jQuery('#weightLabel').text('Displacement (cc)')\n          }<\/p>\n<p>          theplan = params.get('theplan') || 'B20';\n          jQuery('#theplan').val(theplan);<\/p>\n<p>          jQuery('#originVal').val(params.get('o.address'));\n          jQuery('#destinationVal').val(params.get('d.address'));\n          jQuery('#itemWeight').val(params.get('weight'));\n          doCheckPrice('url');\n      }\n    });\n<\/script><\/p>\n<style>\n  a.disabled {\n      pointer-events: none;\n      opacity: 0.5;\n      background: #CCC;\n      color: #000;\n      border: transparent;\n  }<\/p>\n<p>  #destinationValCountry {\n      display: block;\n  }\n<\/style>\n<\/div>\n<div>\n<form id=\"check-price-form\" class=\" uk-grid-small uk-flex-center check_rates__form_control\" uk-grid>\n<div class=\"uk-width-1-6@l uk-width-1-1@m\">\n      <input type=\"hidden\" id=\"theplan\" name=\"theplan\" value=\"\" style=\"display:none;\"\/><\/p>\n<p>    <label class=\"uk-form-label\" for=\"form-stacked-text\">Origin<\/label><br \/>\n      <input id=\"originVal\" class=\"uk-input\" type=\"text\" placeholder=\"Enter Postcode\" required><\/p>\n<div class=\"uk-margin uk-grid-small uk-child-width-auto uk-grid\">\n          <label><input class=\"uk-radio\" type=\"radio\" name=\"origin-opt\" value=\"address\"> Address<\/label><br \/>\n          <label><input class=\"uk-radio\" type=\"radio\" name=\"origin-opt\" value=\"postcode\" checked> Postcode<\/label>\n      <\/div>\n<\/p><\/div>\n<div class=\"uk-width-1-6@l uk-width-1-1@m\">\n    <label class=\"uk-form-label\" for=\"form-stacked-text\">Destination<\/label><br \/>\n      <input id=\"destinationVal\" class=\"uk-input\" type=\"text\" placeholder=\"Enter Postcode\"><br \/>\n      <select id=\"destinationValCountry\" class=\"uk-select\"><\/select><\/p>\n<div class=\"uk-margin uk-grid-small uk-child-width-auto uk-grid\">\n          <label><input class=\"uk-radio\" type=\"radio\" name=\"destination-opt\" value=\"address\"> Address<\/label><br \/>\n          <label><input class=\"uk-radio\" type=\"radio\" name=\"destination-opt\" value=\"postcode\" checked> Postcode<\/label>\n      <\/div>\n<\/p><\/div>\n<div class=\"uk-width-1-6@l uk-width-1-1@m\">\n     <label class=\"uk-form-label\" for=\"form-stacked-text\">Item type<\/label><br \/>\n     <select id=\"itemType\" class=\"uk-select\"><option value=\"PARCEL\">Parcel<\/option><option value=\"DOCUMENT\">Document<\/option><option value=\"FOOD\">Food<\/option><option value=\"CAKE\">Cake<\/option><option value=\"FLOWER\">Flower<\/option><option value=\"CHILL\">Chill<\/option><option value=\"FROZEN\">Frozen<\/option><option value=\"BULKY\">Bulky Packages (>10kg)<\/option><option value=\"MOTORCYCLE\">Motorcycle (cc)<\/option><!--option value=\"OTHER\">Others<\/option--><br \/>\n     <\/select>\n<\/div>\n<div class=\"uk-width-1-6@l uk-width-1-1@m\">\n    <label id=\"weightLabel\" class=\"uk-form-label\" for=\"form-stacked-text\" uk-tooltip=\"title: Weight (kg) is actual weight (kg) or volumetric weight, whichever higher.; pos: top\"><br \/>\n        Weight (kg)<br \/>\n        <i class=\"far fa-question-circle ml-1\"><\/i><br \/>\n      <\/label><\/p>\n<div class=\"uk-inline uk-width-1-1\">\n        <input id=\"itemWeight\" class=\"uk-input pr-10\" type=\"number\" placeholder=\"\" value=\"0.1\" min=\"0.1\" step=\"0.1\" required><br \/>\n        <a class=\"uk-form-icon uk-form-icon-flip\" href=\"#modal_volumetric_calculator\" uk-toggle uk-tooltip=\"title: Calculate volumetric weight; pos: top\"><i class=\"fas fa-calculator\"><\/i><\/a><br \/>\n        <!-- This is the modal --><\/p>\n<div id=\"modal_volumetric_calculator\" uk-modal>\n<div class=\"uk-modal-dialog uk-modal-body uk-width-1-3@l\">\n                <button class=\"uk-modal-close-default\" type=\"button\" uk-close><\/button><\/p>\n<h2 class=\"uk-h3 -mb-2\">Volumetric weight calculator<\/h2>\n<p>Enter your item dimension in cm.<\/p>\n<div class=\"uk-margin\">\n                    <label class=\"uk-form-label\" for=\"form-stacked-text\">Width<\/label><\/p>\n<div class=\"uk-inline uk-width-full\">\n                        <span class=\"uk-form-icon uk-form-icon-flip\" uk-icon=\"\">cm<\/span><br \/>\n                        <input id=\"vol-width\" class=\"uk-input\" type=\"number\">\n                    <\/div>\n<\/p><\/div>\n<div class=\"uk-margin\">\n                    <label class=\"uk-form-label\" for=\"form-stacked-text\">Length<\/label><\/p>\n<div class=\"uk-inline uk-width-full\">\n                        <span class=\"uk-form-icon uk-form-icon-flip\" uk-icon=\"\">cm<\/span><br \/>\n                        <input id=\"vol-length\" class=\"uk-input\" type=\"number\">\n                    <\/div>\n<\/p><\/div>\n<div class=\"uk-margin\">\n                    <label class=\"uk-form-label\" for=\"form-stacked-text\">Height<\/label><\/p>\n<div class=\"uk-inline uk-width-full\">\n                        <span class=\"uk-form-icon uk-form-icon-flip\" uk-icon=\"\">cm<\/span><br \/>\n                        <input id=\"vol-height\" class=\"uk-input\" type=\"number\">\n                    <\/div>\n<\/p><\/div>\n<p class=\"uk-text-meta uk-text-center\">Courier will compare the volumetric weight to the actual physical weight of a parcel and charge whichever is higher of the two.<\/p>\n<p class=\"uk-text-center\">\n                    <button id=\"calculateVolumetric\" class=\"uk-button uk-button-primary uk-button-large mt-3\" type=\"button\">Calculate weight<\/button>\n                <\/p>\n<p>                <!--\n\n<p class=\"uk-text-center\"><a href=\"#\">Learn more<\/a> about our volumetric weight policy.<\/p>\n\n--><br \/>\n                <img decoding=\"async\" src=\"https:\/\/delyva.com\/my\/wp-content\/uploads\/volumetric-calculator-modal-image.png\" alt=\"\">\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"uk-width-auto@l uk-width-1-1@m lg:relative\" style=\"top: 27px\">\n    <button id=\"check-price-btn\" class=\"uk-button uk-button-secondary uk-width-expand@m\">Get rates<\/button>   <\/div>\n<div class=\"row\">\n    <\/div>\n<div id=\"select-plan\" class=\"row mt-5\" style=\"display:none;\">\n<p uk-margin>\n    <button class=\"uk-button uk-button-small\">Plan<\/button><\/p>\n<p>    <button id=\"B20P\" class=\"uk-button uk-button-default uk-button-small select-plan-button\" onclick=\"submitPlan('B20')\">Basic 30<\/button><br \/>\n    <button id=\"B100P\" class=\"uk-button uk-button-default uk-button-small select-plan-button\" onclick=\"submitPlan('B100')\">Basic 100<\/button><br \/>\n    <button id=\"B800P\" class=\"uk-button uk-button-default uk-button-small select-plan-button\" onclick=\"submitPlan('B800')\">Basic 800<\/button><br \/>\n    <button id=\"B1600P\" class=\"uk-button uk-button-default uk-button-small select-plan-button\" onclick=\"submitPlan('B1600')\">Basic 1600<\/button><br \/>\n    <button id=\"B4800P\" class=\"uk-button uk-button-default uk-button-small select-plan-button\" onclick=\"submitPlan('B4800')\">Basic 4800<\/button>\n<\/p>\n<\/p><\/div>\n<\/form>\n<\/div>\n<div>\n<div class=\"check_rates__results\">\n<ul id=\"check_rates__list\" class=\"uk-list uk-list-large uk-list-divider check_rates__list\">\n<\/ul>\n<\/div>\n<\/div>\n<h2>One Account To Manage All<\/h2>\n<div>\n<div class=\"uk-text-large mb-6 uk-margin-medium uk-margin-remove-top uk-width-xxlarge uk-margin-auto uk-text-center@m uk-text-center\" data-id=\"page#31\">\n<div class=\"uk-margin uk-width-xxlarge uk-margin-auto uk-text-center\">\n<div class=\"uk-text-lead uk-margin-small uk-margin-remove-bottom uk-text-center\">\n<p>Manage all your deliveries in one platform<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<ul>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/poslaju-national-courier-service.png\" alt=\"Pos Laju Malaysia Courier Service\"><\/p>\n<h3>Pos Laju<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/ninja-van-courier-service.png\" alt=\"Ninja Van Malaysia Courier Service\"><\/p>\n<h3>NInja Van<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/jt-express-courier-service.png\" alt=\"J&#038;T Express Malaysia Courier Service\"><\/p>\n<h3>J&#038;T Express<\/h3>\n<p><a href=\"https:\/\/www.jtexpress.my\/\">Read more<\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/dhl-ecommerce-courier-service.png\" alt=\"DHL eCommerce Malaysia Courier Service\"><\/p>\n<h3>DHL eCommerce<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/gdex-courier-service.png\" alt=\"GDeX Prime Malaysia Courier Service\"><\/p>\n<h3>GDeX Prime<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/city-link-express-courier-service.png\" alt=\"City Link Malaysia Courier Service\"><\/p>\n<h3>City Link<\/h3>\n<p><a href=\"https:\/\/www.citylinkexpress.com\/\">Read more<\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/pgeon-delivery-courier-service.png\" alt=\"pgeon Delivery Malaysia Courier Service\"><\/p>\n<h3>pgeon Delivery<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/the-lorry-courier-service.png\" alt=\"TheLorry Bulky Malaysia Courier Service\"><\/p>\n<h3>TheLorry<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/pickupp-delivery-service.png\" alt=\"Pickupp Malaysia Courier Service\"><\/p>\n<h3>Pickupp<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/teleport-international-courier-service.png\" alt=\"Teleport Malaysia Courier Service\"><\/p>\n<h3>Teleport<\/h3>\n<p><a href=\"https:\/\/www.teleport.asia\/\">Read more<\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/janio-international-courier-service.png\" alt=\"Janio International Malaysia Courier Service\"><\/p>\n<h3>Janio<\/h3>\n<p><a href=\"https:\/\/janio.asia\/\">Read more<\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/kex-express-courier-service-1.png\" alt=\"KEX Malaysia Courier Service\"><\/p>\n<h3>KEX Express<\/h3>\n<p><a href=\"https:\/\/www.aramex.com\/my\/en\">Read more<\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/aramex-international-courier-service.png\" alt=\"Aramex Parcel Malaysia Courier Service\"><\/p>\n<h3>Aramex Express<\/h3>\n<p><a href=\"https:\/\/www.aramex.com\/my\/en\">Read more<\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/qxpress-international-courier-service.png\" alt=\"Qxpress Malaysia Courier Service\"><\/p>\n<h3>Qxpress<\/h3>\n<p><a href=\"https:\/\/www.qxpress.net\/\">Read more<\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/amilo-international-international-courier-service.png\" alt=\"Amilo International Courier Service\"><\/p>\n<h3>Amilo International<\/h3>\n<p><a href=\"https:\/\/amilo.co\/\">Read more<\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/pandago-delivery-service.png\" alt=\"Pandago Malaysia Courier Service\"><\/p>\n<h3>Pandago<\/h3>\n<p><a href=\"https:\/\/pandago.my\/\">Read more<\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/lalamove-delivery-service.png\" alt=\"Lalamove Malaysia Courier Service\"><\/p>\n<h3>Lalamove<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/borzo-delivery-service.png\" alt=\"Borzo Malaysia Courier Service\"><\/p>\n<h3>Borzo Delivery<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/grab-express-delivery-service.png\" alt=\"Grab Express Malaysia Courier Service\"><\/p>\n<h3>Grab Express<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/halo-delivery-service.png\" alt=\"Halo Delivery Malaysia Courier Service\"><\/p>\n<h3>Halo Delivery<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/logo-fgv.png\" alt=\"FGV Transport Bulky Malaysia Courier Service\"><\/p>\n<h3>FGV Transport<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/matdespatch-delivery-service.png\" alt=\"Matdespatch Malaysia Courier Service\"><\/p>\n<h3>Matdespatch<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/bungkusit-delivery-service.png\" alt=\"Bungkusit Malaysia Courier Service\"><\/p>\n<h3>BungkusIt<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/tapaw-delivery-service.png\" alt=\"Tapaw Malaysia Courier Service\"><\/p>\n<h3>Tapaw<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"wp-content\/uploads\/posmoto-motorcycle-courier-service.png\" alt=\"Posmoto Motorcycle Transport Service Malaysia Courier Service\"><\/p>\n<h3>Posmoto<\/h3>\n<p><a href=\"https:\/\/delyva.com\/my\/posmoto\/\">Read more<\/a><\/p>\n<\/li>\n<\/ul>\n<h2>Compare courier rates<\/h2>\n<div>\n<p>    <!-- Main Tab --><\/p>\n<div class=\"uk-container\" uk-filter=\"target: .js-filter\">\n<div class=\"uk-margin-medium-top\">\n<ul class=\"uk-flex-center\" uk-tab >\n<li class=\"uk-active\" uk-filter-control=\".tag-ecod\">\n\t\t\t\t        <a href=\"#\"><strong>Economy Shipping<\/strong><\/a><\/li>\n<li>\n\t\t\t\t        <a href=\"#\"><strong>Next Day Delivery<\/strong> <span class=\"uk-margin-small-left\"><i class=\"fas fa-angle-down\"><\/i><\/span><\/a><\/p>\n<div uk-dropdown=\"mode: click\">\n<ul class=\"uk-nav uk-dropdown-nav\">\n<li uk-filter-control=\".tag-ndd_1\"><a href=\"#\">Within Peninsular of Malaysia<\/a><\/li>\n<li uk-filter-control=\".tag-ndd_2\"><a href=\"#\">Peninsular Malaysia to Sabah &#038; Sarawak<\/a><\/li>\n<li uk-filter-control=\".tag-ndd_3\"><a href=\"#\">Within Klang Valley<\/a><\/li>\n<\/ul><\/div>\n<\/li>\n<li>\n\t\t\t\t        <a href=\"#\"><strong>Same Day Delivery<\/strong> <span class=\"uk-margin-small-left\"><i class=\"fas fa-angle-down\"><\/i><\/span><\/a><\/p>\n<div uk-dropdown=\"mode: click\">\n<ul class=\"uk-nav uk-dropdown-nav\">\n<li uk-filter-control=\".tag-sdd_1\"><a href=\"#\">Same Day Delivery<\/a><\/li>\n<li uk-filter-control=\".tag-sdd_2\"><a href=\"#\">2-Way Delivery &#038; Return<\/a><\/li>\n<li uk-filter-control=\".tag-sdd_3\"><a href=\"#\">Express Bike<\/a><\/li>\n<li uk-filter-control=\".tag-sdd_4\"><a href=\"#\">Express Runner For Tasks<\/a><\/li>\n<\/ul><\/div>\n<\/li>\n<li>\n\t\t\t        \t<a href=\"#\"><strong>International Delivery<\/strong><span class=\"uk-margin-small-left\"><i class=\"fas fa-angle-down\"><\/i><\/span><\/a><\/p>\n<div uk-dropdown=\"mode: click\">\n<ul class=\"uk-nav uk-dropdown-nav\">\n<li uk-filter-control=\".tag-ind_1\"><a href=\"#\">Aramex<\/a><\/li>\n<li uk-filter-control=\".tag-ind_2\"><a href=\"#\">AsiaXpress<\/a><\/li>\n<\/ul><\/div>\n<\/li>\n<\/ul>\n<h6 class=\"uk-text-primary\">Last update: January 2020<\/h6>\n<\/p><\/div>\n<p>\t\t\t<!-- end Main Tab --><\/p>\n<ul class=\"js-filter uk-margin uk-list\" >\n<p>\t\t\t\t<!-- Economy Shipping (Whole Malaysia) --><\/p>\n<li class=\"tag-ecod uk-margin-large-bottom\">\n<div>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<h3 class=\"uk-margin-medium-top\">Economy Shipping (Whole Malaysia)<\/h3>\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Weight (kg)<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>POS Malaysia<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>0.000 &#8211; 0.500<\/strong><\/td>\n<td>4.00<\/td>\n<\/tr>\n<tr>\n<td><strong>0.501 &#8211; 1.000<\/strong><\/td>\n<td>6.20<\/td>\n<\/tr>\n<tr>\n<td><strong>1.001 &#8211; 2.000<\/strong><\/td>\n<td>7.90<\/td>\n<\/tr>\n<tr>\n<td><strong>2.001 &#8211; 3.000<\/strong><\/td>\n<td>11.90<\/td>\n<\/tr>\n<tr>\n<td><strong>3.001 &#8211; 4.000<\/strong><\/td>\n<td>13.90<\/td>\n<\/tr>\n<tr>\n<td><strong>4.001 &#8211; 5.000<\/strong><\/td>\n<td>15.90<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/li>\n<p>\t\t\t\t<!-- Next Day Delivery (within Peninsular Malaysia) --><\/p>\n<li class=\"tag-ndd_1 uk-margin-large-bottom\">\n<div>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<h3 class=\"uk-margin-medium-top\">Within Peninsular of Malaysia<\/h3>\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Weight (kg)<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>CJ Century<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>DHL eCommerce<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>PosLaju<br \/><small>Drop off<\/small><\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>PosLaju<br \/><small>Pickup<\/strong><\/small><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Aramex<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>0 &#8211; 1<\/strong><\/td>\n<td>7.20 <small>(Document)<\/small><br \/>6.50 <small>(Parcel)<\/small><\/td>\n<td>6.20<\/td>\n<td>6.50<\/td>\n<td>6.90<\/td>\n<td>8.90<\/td>\n<\/tr>\n<tr>\n<td><strong>1 &#8211; 2<\/strong><\/td>\n<td>7.00<\/td>\n<td>6.20<\/td>\n<td>6.50<\/td>\n<td>7.70<\/td>\n<td>9.90<\/td>\n<\/tr>\n<tr>\n<td><strong>2 &#8211; 3<\/strong><\/td>\n<td>7.50<\/td>\n<td>6.20<\/td>\n<td>8.10<\/td>\n<td>10.10<\/td>\n<td>11.90<\/td>\n<\/tr>\n<tr>\n<td><strong>3 &#8211; 4<\/strong><\/td>\n<td>8.00<\/td>\n<td>13.00<\/td>\n<td>9.70<\/td>\n<td>11.90<\/td>\n<td>13.50<\/td>\n<\/tr>\n<tr>\n<td><strong>4 &#8211; 5<\/strong><\/td>\n<td>9.00<\/td>\n<td>15.40<\/td>\n<td>11.30<\/td>\n<td>13.70<\/td>\n<td>15.50<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p class=\"uk-text-primary\"><small>*Pricing for BD10 Plan<\/small><\/p>\n<\/p><\/div>\n<\/li>\n<p>\t\t\t\t<!-- Next Day Delivery (Peninsular to Sabah & Sarawak) --><\/p>\n<li class=\"tag-ndd_2 uk-margin-large-bottom\">\n<div >\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<h3 class=\"uk-margin-medium-top\">From Peninsular Malaysia to Sabah &#038; Sarawak<\/h3>\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Weight (kg)<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>CJ Century<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>DHL eCommerce<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Pos Laju<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>0-1<\/strong><\/td>\n<td>15.90<\/td>\n<td>22.90<\/td>\n<td>11.90<\/td>\n<\/tr>\n<tr>\n<td><strong>1-2<\/strong><\/td>\n<td>29.90<\/td>\n<td>15.90<\/td>\n<td>17.90<\/td>\n<\/tr>\n<tr>\n<td><strong>2-3<\/strong><\/td>\n<td>7.90<\/td>\n<td>24.90<\/td>\n<td>29.90<\/td>\n<\/tr>\n<tr>\n<td><strong>3-4<\/strong><\/td>\n<td>11.90<\/td>\n<td>44.90<\/td>\n<td>52.90<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/li>\n<p>\t\t\t\t<!-- Next Day Delivery (Within Klang Valley) --><\/p>\n<li class=\"tag-ndd_3 uk-margin-large-bottom\">\n<div>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<h3 class=\"uk-margin-medium-top\">Within Klang Valley<\/h3>\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Weight (kg)<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Karhoo Courier<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>0-1<\/strong><\/td>\n<td>5.90<\/td>\n<\/tr>\n<tr>\n<td><strong>1-2<\/strong><\/td>\n<td>5.90<\/td>\n<\/tr>\n<tr>\n<td><strong>2-3<\/strong><\/td>\n<td>5.90<\/td>\n<\/tr>\n<tr>\n<td><strong>3-4<\/strong><\/td>\n<td>8.90<\/td>\n<\/tr>\n<tr>\n<td><strong>4-5<\/strong><\/td>\n<td>11.90<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p class=\"uk-text-primary\"><small>*Pricing for BD10 Plan<\/small><\/p>\n<\/p><\/div>\n<\/li>\n<p>\t\t\t\t<!-- Same Day Delivery --><\/p>\n<li class=\"tag-sdd_1 uk-margin-large-bottom\">\n<div>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<h3 class=\"uk-margin-medium-top\">Same Day Delivery<\/h3>\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Service<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Package Type<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Last Booking<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Pick Up Window<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Delivery Window<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Coverage<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Standard<\/strong><br \/><small>Flat rate up to 15km distance<\/small><\/td>\n<td>Document<br \/>Parcel<\/td>\n<td>1pm<\/td>\n<td>9am &#8211; 5pm<\/td>\n<td>5pm &#8211; 9am<\/td>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\/td>\n<\/tr>\n<tr>\n<td><strong>Rush<\/strong><br \/><small>Flat rate up to 10km distance<\/small><\/td>\n<td>Document<br \/>Parcel<\/td>\n<td>3pm<\/td>\n<td>Within 3 hours<\/td>\n<td>Within 6 hours<\/td>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p class=\"uk-text-primary\"><small>*Monday &#8211; Friday (Working days)<\/small><\/p>\n<hr>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Type<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Max Weight<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Max Dimensions<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong><u>Standard<\/u><\/strong><br \/><small>Price (RM)<\/small><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong><u>Rush<\/u><\/strong><br \/><small>Price (RM)<\/small><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>XS2<\/strong><\/td>\n<td>2kg<\/td>\n<td>L 21 \u00d7 W 21 \u00d7 H 21 cm<\/td>\n<td>9.00<\/td>\n<td>12.00<\/td>\n<\/tr>\n<tr>\n<td><strong>S5<\/strong><\/td>\n<td>5kg<\/td>\n<td>L 29 \u00d7 W 29 \u00d7 H 29 cm<\/td>\n<td>11.00<\/td>\n<td>14.00<\/td>\n<\/tr>\n<tr>\n<td><strong>M7<\/strong><\/td>\n<td>7kg<\/td>\n<td>L 32 \u00d7 W 32 \u00d7 H 32 cm<\/td>\n<td>13.00<\/td>\n<td>16.00<\/td>\n<\/tr>\n<tr>\n<td><strong>L10<\/strong><\/td>\n<td>10kg<\/td>\n<td>L 36 \u00d7 W 36 \u00d7 H 36 cm<\/td>\n<td>15.00<\/td>\n<td>18.00<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"uk-background-muted uk-padding uk-margin-medium-top\">\n<h4>Notes<\/h4>\n<ol style=\"padding-left: 16px !important;\">\n<li>Distance is measured on a straight-line basis between the pick up and delivery location.<\/li>\n<li>Surcharge of RM 1.00\/km will incur for orders with distance more than the specified distance.<\/li>\n<li>Volumetric weight is calculated as per the following formula = [Length(cm) x Height(cm) x Width (cm)] \/ 5000 or to be charged by Actual Weight<br \/>\n\t\t\t\t\t\t\t\t(kg), whichever is higher. <\/li>\n<li>Maximum dimension per package is 80cm.<\/li>\n<li>MatDespatch reserves the right to amend all services &#038; prices by giving 14 days\u2019 notice<\/li>\n<\/ol><\/div>\n<\/p><\/div>\n<\/li>\n<p>\t\t\t\t<!-- 2-Way Delivery & Returns --><\/p>\n<li class=\"tag-sdd_2 uk-margin-large-bottom\">\n<div>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<h3 class=\"uk-margin-medium-top\">2-Way Delivery &#038; Return<\/h3>\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Service<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Package Type<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Last Booking<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Pick Up Window &#8211; Delivery Window<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Coverage<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Standard<\/strong><br \/><small>Flat rate up to 30km total trip<\/small><\/td>\n<td>Document<br \/>Parcel<\/td>\n<td>10am<\/td>\n<td>Pick up, deliver and return within 8 hours.<\/td>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\/td>\n<\/tr>\n<tr>\n<td><strong>Next Day<\/strong><br \/><small>Flat rate up to 30km total trip<\/small><\/td>\n<td>Document<br \/>Parcel<\/td>\n<td>12pm<\/td>\n<td>Pick up, deliver on the same day then return the next day.<\/td>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p class=\"uk-text-primary\"><small>*Monday &#8211; Friday (Working days)<\/small><\/p>\n<hr>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Type<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Max Weight<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Max Dimensions<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong><u>Standard<\/u><\/strong><br \/><small>Price (RM)<\/small><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong><u>Rush<\/u><\/strong><br \/><small>Price (RM)<\/small><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>XS2<\/strong><\/td>\n<td>2kg<\/td>\n<td>L 21 \u00d7 W 21 \u00d7 H 21 cm<\/td>\n<td>25.00<\/td>\n<td>18.00<\/td>\n<\/tr>\n<tr>\n<td><strong>S5<\/strong><\/td>\n<td>5kg<\/td>\n<td>L 29 \u00d7 W 29 \u00d7 H 29 cm<\/td>\n<td>27.00<\/td>\n<td>20.00<\/td>\n<\/tr>\n<tr>\n<td><strong>M7<\/strong><\/td>\n<td>7kg<\/td>\n<td>L 32 \u00d7 W 32 \u00d7 H 32 cm<\/td>\n<td>30.00<\/td>\n<td>22.00<\/td>\n<\/tr>\n<tr>\n<td><strong>L10<\/strong><\/td>\n<td>10kg<\/td>\n<td>L 36 \u00d7 W 36 \u00d7 H 36 cm<\/td>\n<td>32.00<\/td>\n<td>24.00<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"uk-background-muted uk-padding uk-margin-medium-top\">\n<h4>Notes<\/h4>\n<ol style=\"padding-left: 16px !important;\">\n<li>Distance is measured on a straight-line basis between the pick up and delivery location.<\/li>\n<li>Surcharge of RM 2.00\/km will incur for orders with distance more than the specified distance.<\/li>\n<li>Volumetric weight is calculated as per the following formula = [Length(cm) x Height(cm) x Width (cm)] \/ 5000 or to be charged by Actual Weight<br \/>\n\t\t\t\t\t\t\t\t(kg), whichever is higher. <\/li>\n<li>Maximum dimension per package is 80cm.<\/li>\n<li>MatDespatch reserves the right to amend all services &#038; prices by giving 14 days\u2019 notice<\/li>\n<\/ol><\/div>\n<\/p><\/div>\n<\/li>\n<p>\t\t\t\t<!-- Express Bike --><\/p>\n<li class=\"tag-sdd_3 uk-margin-large-bottom\">\n<div>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<h3 class=\"uk-margin-medium-top\">Express Bike<\/h3>\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Service<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Package Type<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Last Booking<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Pick Up Window &#8211; Delivery Window<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Coverage<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Bike<\/td>\n<td>Anything<\/td>\n<td>4pm<\/td>\n<td>Pick up then deliver in 1-4 hours, to anywhere, by motorcycle.<\/td>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p class=\"uk-text-primary\"><small>*Monday &#8211; Sunday (Everyday)<\/small><\/p>\n<hr>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Type<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Max Weight<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Max Dimensions<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong><u>First 5km distance<\/u><\/strong><br \/><small>Price (RM)<\/small><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong><u>After 5km distance<\/u><\/strong><br \/><small>Surcharge (RM)<\/small><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>L10<\/strong><\/td>\n<td>10kg<\/td>\n<td>L 36 \u00d7 W 36 \u00d7 H 36 cm<\/td>\n<td>15.00<\/td>\n<td>1.50\/km<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"uk-background-muted uk-padding uk-margin-medium-top\">\n<h4>Notes<\/h4>\n<ol style=\"padding-left: 16px !important;\">\n<li>Distance is measured on a straight-line basis between the pick up and delivery location.<\/li>\n<li>Surcharge will incur for orders with distance more than the specified distance.<\/li>\n<li>Volumetric weight is calculated as per the following formula = [Length(cm) x Height(cm) x Width (cm)] \/ 5000 or to be charged by Actual Weight<br \/>\n\t\t\t\t\t\t\t\t(kg), whichever is higher. <\/li>\n<li>Maximum dimension per package for bike is 80cm.<\/li>\n<li>The above price does not include manpower for special handling (if any)<\/li>\n<li>MatDespatch reserves the right to amend all services &#038; prices by giving 14 days notice<\/li>\n<\/ol><\/div>\n<\/p><\/div>\n<\/li>\n<p>\t\t\t\t<!-- Express Runner For Tasks --><\/p>\n<li class=\"tag-sdd_4 uk-margin-large-bottom\">\n<div>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<h3 class=\"uk-margin-medium-top\">Express Runner For Tasks<\/h3>\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Service<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Package Type<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Last Booking<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Pick Up Window &#8211; Delivery Window<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Coverage<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Runner<\/td>\n<td>Task<\/td>\n<td>4pm<\/td>\n<td>Pick up, queue for up to 2 hours, to anywhere, and return on the same day, by motorcycle<\/td>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p class=\"uk-text-primary\"><small>*EXPRESS RUNNER<br \/>Monday &#8211; Sunday (Everyday)<\/small><\/p>\n<hr>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Type<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Max Weight<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Max Dimensions<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong><u>First 10km distance<\/u><\/strong><br \/><small>Price (RM)<\/small><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong><u>After 10km distance<\/u><\/strong><br \/><small>Surcharge (RM)<\/small><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>XS2<\/strong><\/td>\n<td>2kg<\/td>\n<td>L 21 \u00d7 W 21 \u00d7 H 21 cm<\/td>\n<td>20.00<\/td>\n<td>2.00\/km<\/td>\n<\/tr>\n<tr>\n<td><strong>S5<\/strong><\/td>\n<td>5kg<\/td>\n<td>L 29 \u00d7 W 29 \u00d7 H 29 cm<\/td>\n<td>22.00<\/td>\n<td>2.00\/km<\/td>\n<\/tr>\n<tr>\n<td><strong>M7<\/strong><\/td>\n<td>7kg<\/td>\n<td>L 32 \u00d7 W 32 \u00d7 H 32 cm<\/td>\n<td>24.00<\/td>\n<td>2.00\/km<\/td>\n<\/tr>\n<tr>\n<td><strong>L10<\/strong><\/td>\n<td>10kg<\/td>\n<td>L 36\u00d7 W 36 \u00d7 H 36 cm<\/td>\n<td>26.00<\/td>\n<td>2.00\/km<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"uk-background-muted uk-padding uk-margin-medium-top\">\n<h4>Notes<\/h4>\n<ol style=\"padding-left: 16px !important;\">\n<li>Distance is measured on a straight-line basis between the pick up and delivery location.<\/li>\n<li>Surcharge will incur for orders with distance more than the specified distance.<\/li>\n<li>Volumetric weight is calculated as per the following formula = [Length(cm) x Height(cm) x Width (cm)] \/ 5000 or to be charged by Actual Weight<br \/>\n\t\t\t\t\t\t\t\t(kg), whichever is higher. <\/li>\n<li>Maximum dimension per package for bike is 80cm.<\/li>\n<li>The above price does not include manpower for special handling (if any)<\/li>\n<li>MatDespatch reserves the right to amend all services &#038; prices by giving 14 days notice<\/li>\n<\/ol><\/div>\n<\/p><\/div>\n<\/li>\n<p>\t\t\t\t<!-- International Delivery (Aramex) --><\/p>\n<li class=\"tag-ind_1 uk-margin-large-bottom\">\n<div>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<h3 class=\"uk-margin-medium-top\">Aramex International<\/h3>\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Weight (kg)<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Singapore<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Indonesia<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Phillipines<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Thailand<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Vietnam<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Cambodia<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1.0<\/td>\n<td>51.80<\/td>\n<td>83.40<\/td>\n<td>89.20<\/td>\n<td>82.30<\/td>\n<td>90.40<\/td>\n<td>202.60<\/td>\n<\/tr>\n<tr>\n<td>2.0<\/td>\n<td>59.10<\/td>\n<td>105.80<\/td>\n<td>108.10<\/td>\n<td>110.10<\/td>\n<td>118.20<\/td>\n<td>256.10<\/td>\n<\/tr>\n<tr>\n<td>3.0<\/td>\n<td>66.40<\/td>\n<td>124.70<\/td>\n<td>128.60<\/td>\n<td>131.20<\/td>\n<td>146.70<\/td>\n<td>308.70<\/td>\n<\/tr>\n<tr>\n<td>4.0<\/td>\n<td>73.80<\/td>\n<td>144.80<\/td>\n<td>147.10<\/td>\n<td>149.80<\/td>\n<td>173.40<\/td>\n<td>362.20<\/td>\n<\/tr>\n<tr>\n<td>5.0<\/td>\n<td>81.90<\/td>\n<td>163.70<\/td>\n<td>170.30<\/td>\n<td>174.90<\/td>\n<td>201.50<\/td>\n<td>416.60<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/li>\n<p>\t\t\t\t<!-- International Delivery (AsiaXpress) --><\/p>\n<li class=\"tag-ind_2 uk-margin-large-bottom\">\n<div>\n<table class=\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\">\n<h3 class=\"uk-margin-medium-top\">AsiaXpress International<\/h3>\n<thead>\n<tr>\n<th class=\"uk-text-primary uk-width-small\"><strong>Weight (kg)<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Singapore<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Indonesia<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Phillipines<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Thailand<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Vietnam<\/strong><\/th>\n<th class=\"uk-text-primary uk-width-small\"><strong>Cambodia<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1.0<\/td>\n<td>45.50<\/td>\n<td>84.20<\/td>\n<td>70.50<\/td>\n<td>65.40<\/td>\n<td>90.60<\/td>\n<td>173.10<\/td>\n<\/tr>\n<tr>\n<td>2.0<\/td>\n<td>70.40<\/td>\n<td>129.70<\/td>\n<td>106.40<\/td>\n<td>98.80<\/td>\n<td>139.60<\/td>\n<td>305.50<\/td>\n<\/tr>\n<tr>\n<td>3.0<\/td>\n<td>104.80<\/td>\n<td>277.90<\/td>\n<td>188.60<\/td>\n<td>175.20<\/td>\n<td>299.20<\/td>\n<td>438.50<\/td>\n<\/tr>\n<tr>\n<td>4.0<\/td>\n<td>114.20<\/td>\n<td>319.60<\/td>\n<td>204.40<\/td>\n<td>189.80<\/td>\n<td>344.20<\/td>\n<td>519.20<\/td>\n<\/tr>\n<tr>\n<td>5.0<\/td>\n<td>123.50<\/td>\n<td>351.30<\/td>\n<td>220.10<\/td>\n<td>204.40<\/td>\n<td>378.30<\/td>\n<td>599.70<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/li>\n<\/ul><\/div>\n<\/div>\n<h2>Popular topup plans<\/h2>\n<div>\n<h3><span class=\"tm-pricing\">RM<\/span> 100<\/h3>\n<p><span>&#038;nbsp<\/span><\/p>\n<div>\n<p>From RM 5.90<\/p>\n<div class=\"uk-margin-medium\">\n<ul class=\"uk-list\">\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> Sms and email blast<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/>\u00a0Email notification<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> SMS notification<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> Push notification<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-danger\" src=\"wp-content\/uploads\/pricing-cross.svg\" uk-svg=\"\" \/> Free Courier Flyers<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/app.delyva.com\/customer\/sign-up\">Get Started<\/a><\/p>\n<\/div>\n<div>\n<h3><span class=\"tm-pricing\">RM<\/span> 2k<\/h3>\n<p>Popular!<\/p>\n<div>\n<p>From RM 5.70<\/p>\n<div class=\"uk-margin-medium\">\n<ul class=\"uk-list\">\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> Sms and email blast<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> Email notification<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/>\u00a0SMS notification<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> Push notification<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> Free Courier Flyers<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/app.delyva.com\/customer\/sign-up\">Get Started<\/a><\/p>\n<\/div>\n<div>\n<h3><span class=\"tm-pricing\">RM<\/span> 10k<\/h3>\n<p><span>&#038;nbsp<\/span><\/p>\n<div>\n<p>From RM 5.70<\/p>\n<div class=\"uk-margin-medium\">\n<ul class=\"uk-list\">\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> Sms and email blast<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> Email notification<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/>\u00a0SMS notification<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> Push notification<\/li>\n<li><img decoding=\"async\" class=\"uk-margin-small-right uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg=\"\" \/> Free Courier Flyers<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/app.delyva.com\/customer\/sign-up\">Get Started<\/a><\/p>\n<\/div>\n<h2>Compare all topup plans<\/h2>\n<div>\n<div id=\"delyva-pricing-table\" class=\"uk-overflow-auto topup_table\">\n<table class=\"uk-table uk-table-striped\">\n<thead>\n<tr>\n<th class=\"topup_table_header_plan uk-text-primary\">Top Up Plans <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"Your plans will be renewed according to your latest top up package. For example, if you are on RM5000 plan and you choose to top up with a RM50 plan, your new rates follow RM50. Your account credits are not refundable.\"><\/i><\/th>\n<th class=\"topup_table_header_rate uk-text-primary\"><span class=\"uk-text-bold\">CJ Century Special Rate <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"CJ Century Special Rate are only valid for PARCEL shipments within West Malaysia (Semenanjung) excluding Langkawi.\"><\/i><\/span><\/th>\n<th class=\"topup_table_header_rate uk-text-primary\"><span class=\"uk-text-bold\">POSlaju Special Rate <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"Poslaju Special Rate are only valid for shipments within West Malaysia (Semenanjung) and within Sabah &#038; within Sarawak.\"><\/i><\/span><\/th>\n<th class=\"topup_table_header_free_flyer uk-text-primary\"><span class=\"uk-text-bold\">FREE flyers <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"You can buy our nicely designed courier flyers A3 or A5 at <strong>shop.delyva.com.<\/strong> For free flyers, please request via LiveChat or email at contact@delyva.com.&#8221;><\/i><\/span><\/th>\n<th class=\"topup_table_header_free_credits uk-text-primary\"><span class=\"uk-text-bold\">FREE credits <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"Get FREE additional credits! FREE Credits = Free Shipping.\"><\/i><\/span><\/th>\n<th class=\"topup_table_header_sms uk-text-primary\"><span class=\"uk-text-bold\">SMS notifications <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"Pick-up &#038; delivery status notifications to your customer via SMS once the package have been collected by one of our partners. You have to enable in your Profile settings.\"><\/i><\/span><\/th>\n<th class=\"topup_table_header_blast uk-text-primary\"><span class=\"uk-text-bold\">Marketing: WhatsApp, SMS &#038; Email <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"Get more sales from your previous customers! Send marketing promotions or ask your customers to like your facebook page via e-mail or SMS.\"><\/i><\/span><\/th>\n<th class=\"topup_table_header_push uk-text-primary\"><span class=\"uk-text-bold\">Push notifications <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"Unlimited pick-up &#038; delivery status notifications to your customer via PUSH notifications to desktop or mobile browser.\"><\/i><\/span><\/th>\n<th class=\"topup_table_header_email uk-text-primary\"><span class=\"uk-text-bold\">Email notifications <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"Unlimited pick-up &#038; delivery status notifications to you and your customer via E-mail. You have to enable in your Profile settings.\"><\/i><\/span><\/th>\n<th class=\"topup_table_header_brand uk-text-primary\"><span class=\"uk-text-bold\">Custom branding <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"1) Your logo and promotion text in e-mail notifications to your customers.<br \/>2) Promotion text in your shipping label \/ consignment note.&#8221;><\/i><\/span><\/th>\n<th class=\"topup_table_header_expiry uk-text-primary\"><span class=\"uk-text-bold\">Expiry <i class=\"fal fa-info-circle pl-1\" uk-tooltip=\"Your credits will expire in 12 months from your last top-up date.\"><\/i><\/span><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"uk-text-bold uk-text-emphasis\">RM 10<\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 7.30<\/span> (1kg)\n            <\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 7.50<\/span> (1kg)\n            <\/td>\n<td><img decoding=\"async\" class=\"uk-text-danger\" src=\"wp-content\/uploads\/pricing-cross.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-danger\" src=\"wp-content\/uploads\/pricing-cross.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold\">0.20\/SMS<\/span> (optional)<\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free<\/td>\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n<\/tr>\n<tr>\n<td class=\"uk-text-bold uk-text-emphasis\">RM 20<\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.90<\/span> (1kg)\n            <\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.70<\/span> (1kg)\n            <\/td>\n<td><img decoding=\"async\" class=\"uk-text-danger\" src=\"wp-content\/uploads\/pricing-cross.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-danger\" src=\"wp-content\/uploads\/pricing-cross.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold\">0.15\/SMS<\/span> (optional)<\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free<\/td>\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n<\/tr>\n<tr>\n<td class=\"uk-text-bold uk-text-emphasis\">RM 50<\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.20<\/span> (2kg)\n            <\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.48<\/span> (1kg)\n            <\/td>\n<td><img decoding=\"async\" class=\"uk-text-danger\" src=\"wp-content\/uploads\/pricing-cross.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-danger\" src=\"wp-content\/uploads\/pricing-cross.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold\">0.15\/SMS<\/span> (optional)<\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free<\/td>\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n<\/tr>\n<tr>\n<td class=\"uk-text-bold uk-text-emphasis\">RM 100<\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.00<\/span> (2kg)\n            <\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.48<\/span> (2kg)\n            <\/td>\n<td><img decoding=\"async\" class=\"uk-text-danger\" src=\"wp-content\/uploads\/pricing-cross.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-danger\" src=\"wp-content\/uploads\/pricing-cross.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold\">0.10\/SMS<\/span> (optional)<\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free<\/td>\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n<\/tr>\n<tr>\n<td class=\"uk-text-bold uk-text-emphasis\">RM 500<\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.00<\/span> (2kg)\n            <\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.48<\/span> (2kg)\n            <\/td>\n<td><img decoding=\"async\" class=\"uk-text-danger\" src=\"wp-content\/uploads\/pricing-cross.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-emphasis uk-text-bold\">RM5<\/span><\/td>\n<td><span class=\"uk-text-bold\">0.10\/SMS<\/span> (optional)<\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free<\/span><\/td>\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n<\/tr>\n<tr>\n<td class=\"uk-text-bold uk-text-emphasis\">RM 1,000<\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.00<\/span> (2kg)\n            <\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.48<\/span> (2kg)\n            <\/td>\n<td>100 pcs<\/td>\n<td><span class=\"uk-text-emphasis uk-text-bold\">RM10<\/span><\/td>\n<td><span class=\"uk-text-bold\">0.10\/SMS<\/span> (optional)<\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free<\/span><\/td>\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n<\/tr>\n<tr>\n<td class=\"uk-text-bold uk-text-emphasis\">RM 2,000<br \/><span class=\"uk-text-warning uk-text-small\">Popular!<\/span><\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 5.90<\/span> (3kg)\n            <\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.48<\/span> (2kg)\n            <\/td>\n<td>300 pcs<\/td>\n<td><span class=\"uk-text-emphasis uk-text-bold\">RM20<\/span><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free Unlimited<\/span><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free<\/span><\/td>\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n<\/tr>\n<tr>\n<td class=\"uk-text-bold uk-text-emphasis\">RM 5,000<\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 5.90<\/span> (3kg)\n            <\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.48<\/span> (2kg)\n            <\/td>\n<td>700 pcs<\/td>\n<td><span class=\"uk-text-emphasis uk-text-bold\">RM50<\/span><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free Unlimited<\/span><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free<\/span><\/td>\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n<\/tr>\n<tr>\n<td class=\"uk-text-bold uk-text-emphasis\">RM 10,000<\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 5.90<\/span> (3kg)\n            <\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.48<\/span> (2kg)\n            <\/td>\n<td>1,500 pcs<\/td>\n<td><span class=\"uk-text-emphasis uk-text-bold\">RM100<\/span><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free Unlimited<\/span><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free<\/span><\/td>\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n<\/tr>\n<tr>\n<td class=\"uk-text-bold uk-text-emphasis\">RM 20,000<\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 5.90<\/span> (3kg)\n            <\/td>\n<td>\n              <span class=\"uk-text-emphasis\">RM 6.48<\/span> (2kg)\n            <\/td>\n<td>2,500 pcs<\/td>\n<td><span class=\"uk-text-emphasis uk-text-bold\">RM200<\/span><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free Unlimited<\/span><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n<td><span class=\"uk-text-bold uk-text-success\">Free<\/span><\/td>\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n<\/tr>\n<p>        <!--\n        \n\n<tr>\n            \n\n<td class=\"uk-text-bold uk-text-emphasis\">RM 50,000<\/td>\n\n\n            \n\n<td>\n              <span class=\"uk-text-emphasis\">RM 5.90<\/span> (3kg)\n            <\/td>\n\n\n            \n\n<td>\n              <span class=\"uk-text-emphasis\">RM 5.70<\/span> (1kg)\n            <\/td>\n\n\n            \n\n<td>\n              <span class=\"uk-text-emphasis\">RM 5.70<\/span> (2kg)\n            <\/td>\n\n\n            \n\n<td>6,000 pcs<\/td>\n\n\n            \n\n<td><span class=\"uk-text-emphasis uk-text-bold\">RM2,500<\/span><\/td>\n\n\n            \n\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n\n\n            \n\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n\n\n            \n\n<td><img decoding=\"async\" class=\"uk-text-success\" src=\"wp-content\/uploads\/pricing-check.svg\" uk-svg><\/td>\n\n\n            \n\n<td><span class=\"uk-text-bold uk-text-success\">Free Unlimited<\/span><\/td>\n\n\n            \n\n<td><span class=\"uk-text-bold uk-text-success\">Free Unlimited<\/span><\/td>\n\n\n            \n\n<td class=\"uk-text-success\"><span class=\"uk-text-bold\">12<\/span> months<\/td>\n\n\n        <\/tr>\n\n--><br \/>\n    <\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<h1>Frequently asked questions<\/h1>\n<ul>\n<li>\n<h3>Which courier services are available?<\/h3>\n<div>\n<p>You get access to a wide range of delivery services such as Poslaju, same-day delivery and more, under just one platform. <a href=\"https:\/\/delyva.com\/my\/features\/\">Click here<\/a> for a full list of services or use the <a href=\"https:\/\/delyva.com\/my\/check-rates\/\">instant quote<\/a> to see the list of services with the rates.<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>What are your rates for deliveries?<\/h3>\n<div>\n<p>Rates vary depending on the type of service, weight of item, or distance for same-day delivery. You can also get more discounts with a higher top up plan. Get items delivered for as low as RM5.70 with Delyva (see table above).<\/p>\n<p>For exact rates, use the rates calculator above or in your <a href=\"https:\/\/app.delyva.com\/customer\/dashboard\">dashboard<\/a>.<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>How to pay for deliveries?<\/h3>\n<div>\n<p>First, you need to top up credits into your account. Then, credits will be deducted accordingly for every delivery or jobs booked.<\/p>\n<p>To make life even easier, you can also link a credit card to your Delyva account. We will charge your card on a weekly basis based on the amount used.<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>What payment methods do you accept?<\/h3>\n<div>\n<p>We accept online banking, credit\/debit cards, and bank transfers. Cash payment by sender or receiver is available only for MatDespatch services.<\/p>\n<p>You can also purchase credits via e-wallet such as Touch N Go, Boost, WeChat Pay, or Alipay.\u00a0<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>How long until my credits expire?<\/h3>\n<div>\n<p>Credits will expire in 12 months from your last top up date.<\/p>\n<p>You can continue to enjoy Poslaju special rate for the specific top up plan until you change to a different top up plan.\u00a0For example, if you are on RM5,000 plan and you choose to top up with a RM50 plan, your new rates will follow that of RM50.<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Is there any contract?<\/h3>\n<div>\n<p>No contract is needed to start creating shipments using Delyva shipping platform.\u00a0There is also no volume commitment to enjoy discounted shipping rates and pickup service.<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Can I cancel and get refund?<\/h3>\n<div>\n<p>You may cancel a shipment before our delivery partners is on the way to collect. Credits deducted will go back into your account. However, this does not apply to delays and account credits are not refundable.<\/p>\n<p>\u00a0<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Are my shipments insured?<\/h3>\n<div>\n<p>There is basic liability coverage of up to RM200. You may also opt for premium insurance for as low as RM1.<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>Do you offer more discount?<\/h3>\n<div>\n<p>In addition to already discounted shipping rates when you <a href=\"https:\/\/app.delyva.com\/customer\/dashboard\">sign up<\/a>, you can also get free credits, free flyers, and free SMS delivery status updates with the top up plans.\u00a0<\/p>\n<\/div>\n<\/li>\n<\/ul>\n<h1>Ready to get started?<\/h1>\n<div>\n<div class=\"uk-margin uk-width-xxlarge uk-margin-auto uk-text-center\">\n<p>Join thousands of businesses of all sizes that use Delyva to deliver faster and make their customers happy and satisfied<\/p>\n<\/div>\n<\/div>\n<ul>\n<li>\n        <a href=\"https:\/\/my.delyva.app\/customer\/signup\">Sign up for free<\/a>\n    <\/li>\n<li>\n        <a href=\"https:\/\/share.hsforms.com\/1eqJGhJ_KT8alamR5XSw5cA54gwc\">Contact sales<\/a>\n    <\/li>\n<\/ul>\n<p>\n    <a href=\"https:\/\/my.delyva.app\/customer\/signup\">Sign up for free<\/a>\n<\/p>\n<p><!-- {\"name\":\"Delyva - Home\",\"type\":\"layout\",\"children\":[{\"name\":\"Hero\",\"type\":\"section\",\"props\":{\"style\":\"primary\",\"width\":\"default\",\"vertical_align\":\"\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"image\":\"wp-content\\\/uploads\\\/bg-01-1.svg\",\"header_transparent\":\"light\",\"header_transparent_noplaceholder\":false,\"height\":\"\",\"image_size\":\"cover\",\"image_width\":\"1140\",\"image_height\":\"\",\"animation\":\"\",\"padding\":\"large\",\"overlap\":false,\"media_background\":null,\"image_effect\":\"parallax\",\"image_parallax_bgy_start\":\"0\",\"title\":\"\",\"css\":\"\",\"padding_remove_bottom\":false,\"animation_delay\":false,\"text_color\":\"dark\",\"class\":\"\",\"image_visibility\":\"\",\"media_blend_mode\":\"\",\"image_parallax_breakpoint\":\"l\",\"image_parallax_bgy_end\":\"-100\",\"width_expand\":\"\",\"video_width\":\"\",\"video_height\":\"\",\"padding_remove_top\":false},\"children\":[{\"name\":\"\",\"type\":\"row\",\"props\":{\"fixed_width\":\"large\",\"breakpoint\":\"m\",\"layout\":\"1-1\",\"margin\":\"medium\",\"gutter\":\"\",\"vertical_align\":false,\"margin_remove_bottom\":false,\"margin_remove_top\":false,\"width\":\"default\",\"height\":\"\",\"class\":\"hero-slider\",\"width_expand\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"column\",\"props\":{\"widths\":[\"1-1\"],\"image_position\":\"bottom-right\",\"text_color\":\"dark\",\"image\":\"\",\"image_width\":\"220\",\"image_height\":\"220\",\"css\":\"\",\"image_effect\":\"\",\"image_parallax_bgy_start\":230,\"vertical_align\":\"\",\"style\":\"\",\"padding\":\"none\",\"media_overlay_gradient\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"headline\",\"props\":{\"title_element\":\"h1\",\"content\":\"Get Instant Quotation\",\"text_align\":\"center\",\"title_style\":\"heading-medium\",\"title_color\":\"\",\"margin\":\"\",\"title_decoration\":\"\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"margin_remove_bottom\":false,\"block_align\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"margin_remove_top\":true}},{\"name\":\"\",\"type\":\"text\",\"props\":{\"margin\":\"medium\",\"column_breakpoint\":\"m\",\"text_align\":\"center\",\"maxwidth\":\"xxlarge\",\"content\":\"\n\n<div class=\\\"uk-margin uk-width-xxlarge uk-margin-auto uk-text-center\\\">\\n\n\n<div class=\\\"uk-text-lead uk-margin-small uk-margin-remove-bottom uk-text-center\\\">\\n\n\n<p>Compare courier and delivery services rates and performance<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"text_color\":\"\",\"text_style\":\"\",\"text_size\":\"large\",\"column\":\"\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"margin_remove_top\":true,\"margin_remove_bottom\":false,\"class\":\"mb-6\",\"block_align\":\"center\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\"}},{\"name\":\"\",\"type\":\"text\",\"props\":{\"margin\":\"large\",\"column_breakpoint\":\"m\",\"text_align\":\"center\",\"maxwidth\":\"xxlarge\",\"content\":\"\n\n<p><small>No minimum commitment or contract is required.<br \\\/>Instant access to 20+ courier partners in one platform.<br \\\/>\\u2022 Instant delivery \\u2022 Same-day delivery <br \\\/>\\u2022 Domestic delivery \\u2022 Cash On Delivery (COD) \\u2022 International delivery<\\\/small><\\\/p>\",\"text_color\":\"\",\"text_style\":\"\",\"text_size\":\"large\",\"column\":\"\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"margin_remove_top\":true,\"margin_remove_bottom\":false,\"class\":\"mb-6\",\"block_align\":\"center\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\"}}]}]}]},{\"name\":\"Delyva - instant quote html\",\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"default\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"bottom-center\",\"height\":\"\",\"padding\":\"\",\"header_transparent\":\"\",\"animation\":\"\",\"image\":\"\",\"text_color\":\"\",\"image_size\":\"\",\"image_effect\":\"\",\"image_visibility\":\"\",\"media_blend_mode\":\"\",\"image_width\":\"1140\",\"width_expand\":\"\",\"padding_remove_top\":true,\"class\":\"check-rates\",\"padding_remove_bottom\":true},\"children\":[{\"name\":\"\",\"type\":\"row\",\"props\":{\"fixed_width\":\"large\",\"breakpoint\":\"m\",\"layout\":\"1-1\",\"gutter\":\"\",\"width\":\"\",\"height\":\"\",\"margin\":\"\",\"class\":\" check_rates__form_control_panel\",\"width_expand\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"column\",\"props\":{\"widths\":[\"1-1\"],\"image_position\":\"center-center\",\"vertical_align\":\"\",\"style\":\"muted\",\"text_color\":\"\",\"padding\":\"\",\"css\":\"\",\"media_overlay_gradient\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"html\",\"props\":{\"content\":\"\\n<!-- <link rel=\\\"stylesheet\\\" href=\\\"https:\\\/\\\/delyva.com\\\/my\\\/wp-content\\\/themes\\\/delyva\\\/js\\\/auto-complete.css\\\"> -->\\n<script src=\\\"https:\\\/\\\/delyva.com\\\/my\\\/wp-content\\\/themes\\\/delyva\\\/js\\\/auto-complete.min.js\\\"><\\\/script>\\n\\n\\n<script>\\nfunction submitPlan(theplan)\\n{\\n\\tjQuery(\\\"#theplan\\\").val(theplan);            \\n    jQuery(\\\".select-plan-button\\\").removeClass(\\\"uk-button-primary\\\");      \\n    jQuery(\\\"#\\\"+theplan+\\\"P\\\").addClass(\\\"uk-button-primary\\\");    \\n} \\n    \\n    document.addEventListener(\\\"DOMContentLoaded\\\", function(event) {\\n\\n        jQuery(\\\"#theplan\\\").change(function(){\\n            let theplan = jQuery(\\\"#theplan\\\").val();   \\n\\n            jQuery('#check-price-form').submit();\\n\\n            jQuery(\\\".select-plan-button\\\").removeClass(\\\"uk-button-primary\\\");      \\n            jQuery(\\\"#\\\"+theplan+\\\"P\\\").addClass(\\\"uk-button-primary\\\");\\n\\n        });\\n\\n      let apiEndpoint = \\\"https:\\\/\\\/api.delyva.app\\\";\\n\\n      let origin = {\\n          address: '',\\n          postcode: '',\\n          country: 'MY',\\n          lat: '',\\n          lng: '',\\n      };\\n\\n      let destination = {\\n          address: '',\\n          postcode:'',\\n          country: 'MY',\\n          lat: '',\\n          lng: '',\\n      };\\n\\n      let itemType = 'PARCEL';\\n\\n      let itemWeight = 0.5;\\n      let originOpt = jQuery('input[name=origin-opt]:checked').val();\\n      let destinationOpt = jQuery('input[name=destination-opt]:checked').val();\\n\\n      availableServices = [];\\n\\n      jQuery('#itemType').change(() => {\\n          itemType = jQuery('#itemType option:selected').val();\\n          if (itemType === \\\"MOTORCYCLE\\\") {\\n               jQuery('#weightLabel').text('Displacement (cc)')\\n          } else {\\n               jQuery('#weightLabel').text('Weight (kg)')\\n          }\\n      });\\n\\n      jQuery('#calculateVolumetric').click(() => {\\n          const length = jQuery('#vol-length').val();\\n          const width = jQuery('#vol-width').val();\\n          const height = jQuery('#vol-height').val();\\n          let volumetricWeight = (length * width * height) \\\/ 5000;\\n\\n          if (volumetricWeight < 0.5) {\\n            volumetricWeight = 0.5;\\n          }\\n\\n          jQuery('#itemWeight').val(Math.ceil(volumetricWeight));\\n          UIkit.modal('#modal_volumetric_calculator').hide();\\n      });\\n\\n      jQuery('#check_rates__list').closest('.check_rates').hide();\\n\\n      jQuery('input[name=\\\"origin-opt\\\"]').change(() => {\\n          originOpt = jQuery('input[name=origin-opt]:checked').val();\\n          jQuery('#originVal').val('');\\n\\n          if (originOpt === 'address') {\\n              jQuery('#originVal').attr('placeholder', 'Search address');\\n          } else {\\n              jQuery('#originVal').attr('placeholder', 'Enter postcode');\\n          }\\n      })\\n\\n      jQuery('input[name=\\\"destination-opt\\\"]').change(() => {\\n          destinationOpt = jQuery('input[name=destination-opt]:checked').val();\\n          jQuery('#destinationVal').val('');\\n\\n          if (destinationOpt === 'address') {\\n              jQuery('#destinationVal').attr('placeholder', 'Search address');\\n              jQuery('#destinationVal').show();\\n              jQuery('#destinationValCountry').hide();\\n              destination.country = 'MY';\\n          } else if (destinationOpt === 'country') {\\n              jQuery('#destinationVal').hide();\\n              jQuery('#destinationValCountry').show();\\n              destination.address = jQuery('select#destinationValCountry :selected').text();\\n              destination.country = jQuery('select#destinationValCountry :selected').val();\\n              jQuery('#destinationVal').val(destination.address)\\n          } else {\\n              jQuery('#destinationVal').show();\\n              jQuery('#destinationValCountry').show();\\n              jQuery('#destinationVal').attr('placeholder', 'Enter postcode');\\n              destination.country = 'MY';\\n          }\\n      })\\n\\n      jQuery('#itemWeight').change(() => {\\n          itemWeight = jQuery('#itemWeight').val();\\n      })\\n\\n      \\\/\\\/ on click submit check price\\n      jQuery('#check-price-form').submit((e) => {\\n          e.preventDefault();\\n          doCheckPrice('submit');\\n      });\\n\\n      \\\/\\\/ jQuery('button#check-price-btn').click((e) => {\\n      \\\/\\\/     e.preventDefault();\\n      \\\/\\\/     jQuery('#check-price-form').submit();\\n      \\\/\\\/ });\\n\\n      jQuery(document).on('change', '#destinationValCountry', () => {\\n          destination.address = jQuery('select#destinationValCountry :selected').text();\\n          destination.country = jQuery('select#destinationValCountry :selected').val();\\n          \\\/\\\/console.log('destinationCCC', destination);\\n      })\\n\\n      const initAddressSearch = (selector) => {\\n          let url = apiEndpoint + \\\"\\\/address?companyID=59780722102c881694558c94&country=MY\\\";\\n\\n          new autoComplete({\\n              selector,\\n              minChars: 4,\\n              delay: 300,\\n              cache: false,\\n              source: function(term, response){\\n                  try { xhr.abort(); } catch(e){}\\n\\n                  if (selector === '#originVal' && originOpt !== 'address') {\\n                      jQuery('#originVal').val(term);\\n                      return response([]);\\n                  }\\n\\n                  if (selector === '#destinationVal' && destinationOpt !== 'address') {\\n                      jQuery('#destinationVal').val(term);\\n                      return response([]);\\n                  }\\n\\n                  jQuery.getJSON(url, { q: term }, function(data){\\n                      \\\/\\\/console.log('data.data',data.data);\\n                      response(data.data);\\n                  });\\n              },\\n              renderItem: function (item, search) {\\n                  search = search.replace(\\\/[-\\\\\\\/\\\\\\\\^$*+?.()|[\\\\]{}]\\\/g, '\\\\\\\\$&');\\n                  var re = new RegExp(\\\"(\\\" + search.split(' ').join('|') + \\\")\\\", \\\"gi\\\");\\n\\n                  var value = item.title;\\n                  var title = item.title.replace(re, \\\"<b>$1<\\\/b>\\\");\\n                  var description = item.description;\\n\\n                  return '<\/p>\n<div class=\\\"autocomplete-suggestion\\\" data-address1=\\\"' + item.address1 + '\\\" data-address2=\\\"' + item.address2 + '\\\" data-zipcode=\\\"' + item.zipcode + '\\\" data-country=\\\"' + item.country + '\\\" data-lat=\\\"' + item.lat + '\\\" data-lng=\\\"' + item.lng + '\\\" data-extid=\\\"' + item.ext_id + '\\\" data-source=\\\"' + item.source + '\\\" >'\\n                      +'<strong>'+ title + '<\\\/strong>   <small>' + description + '<\\\/small>'\\n                      +'<\\\/div>';\\n              },\\n              onSelect: function(e, term, item) {\\n                  let setter = {};\\n                  setter.address = [item.getAttribute('data-address1'), item.getAttribute('data-address2')].join(' ');\\n                  setter.postcode = item.getAttribute('data-zipcode');\\n                  setter.country = item.getAttribute('data-country');\\n                  setter.lat = item.getAttribute('data-lat');\\n                  setter.lng = item.getAttribute('data-lng');\\n\\n                  if (selector === '#originVal') {\\n                      origin = setter;\\n                      \\\/\\\/console.log('> selected origin >', origin);\\n                  } else if (selector === '#destinationVal') {\\n                      destination = setter;\\n                      \\\/\\\/console.log('> selected destination >', destination);\\n                  }\\n\\n                  jQuery(selector).val(setter.address);\\n              }\\n          });\\n      }\\n\\n      \\\/\\\/ origin on change > search address, on choose set originVal\\n      \\\/\\\/initAddressSearch('#originVal');\\n\\n      \\\/\\\/ destination on change > search address, on choose set destinationVal\\n      \\\/\\\/initAddressSearch('#destinationVal');\\n\\n      const resultRow = (s) => {\\n          \\\/\\\/ console.log('s',s);\\n\\n          const itemIcon = {\\n              DOCUMENT: '<\/p>\n<div><i class=\\\"fas fa-file-alt\\\" uk-tooltip=\\\"Document\\\"><\\\/i><\\\/div>',\\n              PARCEL: '<\/p>\n<div><i class=\\\"fas fa-box-alt\\\" uk-tooltip=\\\"Parcel\\\"><\\\/i><\\\/div>',\\n              FLOWER: '<\/p>\n<div><i class=\\\"fas fa-spa\\\" uk-tooltip=\\\"Flower\\\"><\\\/i><\\\/div>',\\n              FOOD: '<\/p>\n<div><i class=\\\"fas fa-utensils\\\" uk-tooltip=\\\"Food\\\"><\\\/i><\\\/div>',\\n              FROZEN: '<\/p>\n<div><i class=\\\"fas fa-snowflake\\\" uk-tooltip=\\\"Frozen\\\"><\\\/i><\\\/div>',\\n              FRESH: '<\/p>\n<div><i class=\\\"fas fa-carrot\\\" uk-tooltip=\\\"Fresh\\\"><\\\/i><\\\/div>',\\n              CAKE: '<\/p>\n<div><i class=\\\"fas fa-birthday-cake\\\" uk-tooltip=\\\"Cake\\\"><\\\/i><\\\/div>',\\n              BULKY: '<\/p>\n<div><i class=\\\"fas fa-couch\\\" uk-tooltip=\\\"Bulky item\\\"><\\\/i><\\\/div>',\\n              TASK: '<\/p>\n<div><i class=\\\"fas fa-running\\\" uk-tooltip=\\\"Runner service\\\"><\\\/i><\\\/div>',\\n          }\\n\\n          const companyName = s.service.serviceCompany.name;\\n\\n          \\\/\\\/ s.serviceDescription = s.service.custDescription.split(\\\/\\\\r?\\\\n\\\/).map((desc) => {\\n          \\\/\\\/     if (desc.length < 5) { return null }\\n          \\\/\\\/     return `\n\n<li>${desc}<\\\/li>`;\\n          \\\/\\\/ }).join('');\\n\\n          s.serviceDescription = s.service.custDescription;\\n\\n          s.serviceItemTypes = s.itemType.map((type) => itemIcon[type]).join('');\\n\\n          const edt = {\\n            'INSTANT': '1-2 hours',\\n            'NDD': '1-3 days',\\n            'MAIL': '5-10 days',\\n            'ODD': 'Express delivery',\\n            'SD': 'Same day delivery',\\n            'TASK': 'Runner delivery',\\n            'HIRE': 'Runner for hire',\\n            'INTERNATIONAL': '1-7 days'\\n          }\\n\\n          const deliveryDay = edt[s.serviceGroup] || '';\\n          \\n         let durationValue = '-';\\n          if(s.duration && s.duration > 0)\\n          {\\n                if(s.duration < 60)\\n\\t          {\\n              \\tdurationValue = s.duration.toFixed(0)+\\\" second(s)\\\";\\n              }else if(s.duration < (60*60))\\n              {\\n                  durationValue = (s.duration\\\/(60)).toFixed(0)+\\\" minute(s)\\\";\\n              }else if(s.duration <= (24*60*60))\\n              {\\n                  durationValue = (s.duration\\\/(60*60)).toFixed(0)+\\\" hour(s)\\\";\\n              }else if(s.duration > (24*60*60))\\n              {\\n                  durationValue = (s.duration\\\/(24*60*60)).toFixed(0)+\\\" day(s)\\\";\\n              }\\n          }         \\n\\n          let promoPriceText = '<\/p>\n<div class=\\\"uk-text-small\\\"><a href=\\\"https:\\\/\\\/delyva.com\\\/my\\\/pricing\\\/\\\" class=\\\"uk-text-danger text-xs\\\">Top-up more to save more!<\\\/a><\\\/div>';\\n\\n          \\\/\\\/ if (s.service.serviceCompanyCode === 'POSMY') {\\n          \\\/\\\/     if (itemWeight <= 2) {\\n          \\\/\\\/         promoPriceText = '\n\n<div class=\\\"uk-text-small\\\"><a href=\\\"#delyva-pricing-table\\\" class=\\\"uk-text-danger text-xs\\\">Get more discounts!<\\\/a><\\\/div>';\\n          \\\/\\\/     }\\n          \\\/\\\/ }\\n\\n          \\\/\\\/ let isDisabled = !availableServices.includes(s.service.code) ? 'disabled' : '';\\n\\n          let bookBtn = `<a href=\\\"https:\\\/\\\/my.delyva.app\\\/customer\\\/\\\" class=\\\"uk-button uk-button-default\\\">Book<\\\/a>`;\\n\\n          \\\/\\\/ if (isDisabled === 'disabled') {\\n          \\\/\\\/     bookBtn = `<a href=\\\"https:\\\/\\\/my.delyva.app\\\/customer\\\/\\\" class=\\\"uk-button uk-button-default disabled\\\">Book<\\\/a>`;\\n          \\\/\\\/ }\\n\\n          let pickupAvailableTxt = '<\/p>\n<li><i class=\\\"far fa-person-dolly mr-1\\\"><\\\/i> Pickup available<\\\/li>';\\n\\n          if( s.service.name.includes('DROP') || s.service.code.includes('POSMAL') ) {\\n            pickupAvailableTxt = '';\\n          }\\n\\n          return `\n<li>\\n\n<div class=\\\"check_rates__list-item\\\">\\n              <\/p>\n<div class=\\\"column_logo pr-6\\\">\\n              <img style=\\\"height:48px\\\" src=\\\"https:\\\/\\\/cdn.delyva.app\\\/${s.service.serviceCompany.logo}\\\" alt=\\\"${companyName}\\\">\\n              <\\\/div>\\n              <\/p>\n<div class=\\\"column_courier_service pr-4\\\">\\n\\n                <!--div class=\\\"courier_company uk-text-small\\\">${companyName}<\\\/div-->\\n\\n                <\/p>\n<div class=\\\"courier_service uk-text-bold uk-text-emphasis\\\">${s.service.name}<\\\/div>\\n              <\\\/div>\\n\\n              <\/p>\n<div class=\\\"column_speed pr-10\\\" uk-tooltip=\\\"title: The estimate is based on the service performance for the past 30 days; pos: top\\\">\\n<small class=\\\"text-primary\\\">Estimate <i class=\\\"far fa-question-circle ml-1\\\"><\\\/i><br\\\/> \\n<span style=\\\"color:blue\\\">${durationValue}<\\\/span>\\n    <\\\/small><\\\/div>\\n\\n              <\/p>\n<div class=\\\"column_description pr-5\\\">\\n              <\/p>\n<ul class=\\\"uk-list px-0 mb-4 uk-text-small\\\">\\n                  ${pickupAvailableTxt}\\n                  <\/p>\n<li><a href=\\\"#modal-${s.service.code}\\\" class=\\\"uk-text-emphasis\\\" uk-toggle><i class=\\\"far fa-exclamation-circle mr-1\\\"><\\\/i> View service info<\\\/a>\\n\n<div id=\\\"modal-${s.service.code}\\\" class=\\\"\\\" uk-modal>\\n                  <\/p>\n<div class=\\\"uk-modal-dialog\\\">\\n                      <button class=\\\"uk-modal-close-default\\\" type=\\\"button\\\" uk-close><\\\/button>\\n                      <\/p>\n<div class=\\\"uk-modal-header\\\">\\n                          <\/p>\n<h2 class=\\\"uk-modal-title\\\">${companyName} service info<\\\/h2>\\n                      <\\\/div>\\n                      <\/p>\n<div class=\\\"uk-modal-body\\\">\\n                          <\/p>\n<ul>\\n                              ${s.serviceDescription}\\n                          <\\\/ul>\\n                      <\\\/div>\\n                      <\/p>\n<div class=\\\"uk-modal-footer uk-text-right\\\">\\n                          <button class=\\\"uk-button uk-button-primary uk-modal-close\\\" type=\\\"button\\\">Ok<\\\/button>\\n                      <\\\/div>\\n                  <\\\/div>\\n                  <\\\/div>\\n                  <\\\/li>\\n              <\\\/ul>\\n              <\/p>\n<div>\\n                  <\/p>\n<div class=\\\"uk-grid-small\\\" uk-grid>\\n                  ${s.serviceItemTypes}\\n                  <\\\/div>\\n              <\\\/div>\\n              <\\\/div>\\n              <\/p>\n<div class=\\\"column_price uk-text-emphasis pr-5\\\">\\n              <\/p>\n<div>${s.price.currency} ${s.price.amount}<\\\/div>\\n              ${promoPriceText}\\n              <\\\/div>\\n              <\/p>\n<div class=\\\"column_button_book uk-width-1-1@m\\\">\\n              ${bookBtn}\\n              <\\\/div>\\n          <\\\/div>\\n          <\\\/li>`;\\n      }\\n\\n      const doCheckPrice = (source) => {\\n          jQuery('#select-plan').show()       \\n\\n          let url = apiEndpoint + \\\"\\\/service\\\/instantQuote\\\/\\\";\\n\\n          if (origin.address == '' || source === 'submit') {\\n              origin.address = jQuery('#originVal').val();\\n          }\\n\\n          if (destination.address == '' || source === 'submit') {\\n              destination.address = jQuery('#destinationVal').val();\\n          }\\n\\n          if (source === 'submit') {\\n            if (origin.postcode == '') {\\n              origin.postcode = origin.address;\\n            }\\n          }\\n\\n          if (source === 'submit') {\\n            if (destination.postcode == '') {\\n              destination.postcode = destination.address;\\n            }\\n\\n            if (jQuery('input[name=destination-opt]:checked').val() === 'postcode') {\\n              destination.postcode = destination.address;\\n            }\\n\\n            if (jQuery('input[name=origin-opt]:checked').val() === 'postcode') {\\n              origin.postcode = origin.address;\\n            }\\n\\n          }\\n\\n          \\\/\\\/ ---\\n          if (jQuery('input[name=destination-opt]:checked').val() === 'address') {\\n            destination.postcode = \\\"\\\";\\n          }\\n\\n          if (jQuery('input[name=origin-opt]:checked').val() === 'address') {\\n            origin.postcode = \\\"\\\";\\n          }\\n\\n          if (jQuery('input[name=destination-opt]:checked').val() === 'country') {\\n            destination.postcode = \\\"-\\\";\\n            destination.address = \\\"-\\\";\\n          }\\n\\n          if (jQuery('input[name=origin-opt]:checked').val() === 'country') {\\n            origin.postcode = \\\"-\\\";\\n            origin.address = \\\"-\\\";\\n          }\\n          \\\/\\\/ ---\\n\\n          itemWeight = jQuery('#itemWeight').val();\\n\\n          let originalVal = jQuery('button#check-price-btn').text();\\n          jQuery('button#check-price-btn').text('').attr('uk-spinner', '');\\n          jQuery(\\\"#check-price-form :input\\\").prop(\\\"disabled\\\", true);\\n\\n          let params = new URLSearchParams();\\n          params.append(\\\"theplan\\\", jQuery('#theplan').val() );\\n          params.append(\\\"o.address\\\", origin.address);\\n          params.append(\\\"o.postcode\\\", origin.postcode);\\n          params.append(\\\"o.country\\\", origin.country);\\n          params.append(\\\"o.lat\\\", origin.lat);\\n          params.append(\\\"o.lng\\\", origin.lng);\\n          params.append(\\\"o.opt\\\", jQuery('input[name=origin-opt]:checked').val());\\n          params.append(\\\"d.address\\\", destination.address);\\n          params.append(\\\"d.postcode\\\", destination.postcode);\\n          params.append(\\\"d.country\\\", destination.country);\\n          params.append(\\\"d.lat\\\", destination.lat);\\n          params.append(\\\"d.lng\\\", destination.lng);\\n          params.append(\\\"weight\\\", itemWeight);\\n          params.append(\\\"itemType\\\", itemType);\\n          params.append(\\\"d.opt\\\", jQuery('input[name=destination-opt]:checked').val());\\n          history.pushState(null, null, `https:\\\/\\\/delyva.com\\\/my\\\/check-rates?${params.toString()}`);\\n\\n          var companyID = 'b12b9045-82f9-40f6-9a87-cdf9bb25f281';\\n\\n          var customerId = '99669';\\n\\n          let theplan = jQuery('#theplan').val();\\n\\n          if(theplan == 'B20')\\n          {\\n              customerId = '99669';\\n          }else if(theplan == 'B100')\\n          {\\n              customerId = '99661';\\n          }else if(theplan == 'B800')\\n          {\\n              customerId = '99663';\\n          }else if(theplan == 'B1600')\\n          {\\n              customerId = '99665';\\n          }else if(theplan == 'B4800')\\n          {\\n              customerId = '102518';\\n          }else {\\n              customerId = '99669';\\n          }\\n\\n          var jsonData = {};\\n\\n          jsonData = {\\n            companyId: companyID,\\n            customerId: customerId,\\n            origin: {\\n              address1: origin.address,\\n              \\\/\\\/ address2: origin.address,\\n              city: \\\"\\\",\\n              state: \\\"\\\",\\n              postcode: origin.postcode,\\n              country: origin.country\\n              \\\/\\\/ coord: {\\n              \\\/\\\/   lat: pickupLat,\\n              \\\/\\\/   lon: pickupLng\\n              \\\/\\\/ }\\n            },\\n            destination: {\\n              address1: destination.address,\\n              \\\/\\\/ address2: destination.address,\\n              city: \\\"\\\",\\n              state: \\\"\\\",\\n              postcode: destination.postcode,\\n              country: destination.country\\n              \\\/\\\/ coord: {\\n              \\\/\\\/   lat: dropLat,\\n              \\\/\\\/   lon: dropLng\\n              \\\/\\\/ }\\n            },\\n            itemType: itemType,\\n            weight: {\\n              unit: \\\"kg\\\",\\n              value: itemWeight\\n            }\\n          };\\n\\n          \\\/\\\/ if (jQuery('input[name=destination-opt]:checked').val() === 'postcode') {\\n          \\\/\\\/   destination.address = \\\"-\\\";\\n          \\\/\\\/ }else {\\n          \\\/\\\/   destination.postcode = \\\"\\\";\\n          \\\/\\\/ }\\n          \\\/\\\/\\n          \\\/\\\/ if (jQuery('input[name=origin-opt]:checked').val() === 'postcode') {\\n          \\\/\\\/   origin.address = \\\"-\\\";\\n          \\\/\\\/ }else {\\n          \\\/\\\/   origin.postcode = \\\"\\\";\\n          \\\/\\\/ }\\n\\n          \\\/\\\/console.log('jsonData', jsonData);\\n\\n          jQuery.ajax({\\n              url: url,\\n              type: 'POST',\\n              contentType: \\\"application\\\/json; charset=utf-8\\\",\\n              data: JSON.stringify(jsonData),\\n              dataType: \\\"json\\\",\\n              timeout: 10000,\\n              success: (data) => {\\n                  \\\/\\\/ availableServices = data.services.map((service) => service.serviceCode);\\n                  \\\/\\\/\\n                  \\\/\\\/ let serviceLists = `<center>${data.message}<\\\/center>`;\\n                  \\\/\\\/ serviceLists += data.servicesListing.map((data) => {\\n                  \\\/\\\/     return resultRow(data);\\n                  \\\/\\\/ }).join('');\\n\\n                  \\\/\\\/console.log('data',data);\\n\\n                  var services = data.data.services;\\n                  availableServices = services.map((service) => service.code);\\n                  \\\/\\\/console.log('availableServices',availableServices);\\n\\n                  let serviceLists = ``;\\n\\n                  \\\/\\\/ serviceLists += `<center>${data.message}<\\\/center>`;\\n\\n                  serviceLists += services.map((data) => {\\n                      return resultRow(data);\\n                  }).join('');\\n\\n                  jQuery('#check_rates__list').closest('.check_rates').show();\\n                  jQuery('#check_rates__list').html(serviceLists);\\n                  jQuery('button#check-price-btn').text(originalVal).removeAttr('uk-spinner');\\n                  jQuery(\\\"#check-price-form :input\\\").prop(\\\"disabled\\\", false);\\n              },\\n              error: (err, status) => {\\n                 \\\/\\\/console.log(\\\"Error\\\", err, status);\\n                  let errorAlert = `<center>Request failed or server might be busy, please try again.<\\\/center>`\\n\\n                  jQuery('#check_rates__list').closest('.check_rates').show();\\n                  jQuery('#check_rates__list').html(errorAlert);\\n                  jQuery('button#check-price-btn').text(originalVal).removeAttr('uk-spinner');\\n                  jQuery(\\\"#check-price-form :input\\\").prop(\\\"disabled\\\", false);\\n              }\\n          });\\n\\n          fbq('track', 'Search');\\n\\n      }\\n\\n      function renderCountriesDropdown(selected, callback) {\\n          jQuery.getJSON('https:\\\/\\\/gist.githubusercontent.com\\\/notsuhz\\\/4b848dac58f69e9a03850332036ff170\\\/raw\\\/ea9d46d597698ae3f16a603c1902d2d2da5ea372\\\/countries.json', (c) => {\\n              let options = '';\\n              let i = 0; const iMax = c.length;\\n\\n              for(; i < iMax; i++) {\\n                  if (c[i].code === selected) {\\n                      options += '<option value=\\\"' + c[i].code + '\\\" selected>' + c[i].name + '<\\\/option>';\\n                  } else {\\n                      options += '<option value=\\\"' + c[i].code + '\\\">' + c[i].name + '<\\\/option>';\\n                  }\\n              }\\n\\n              callback(null, options);\\n          });\\n      }\\n\\n      renderCountriesDropdown('MY', (err, html) => {\\n          jQuery('#destinationValCountry').html(html);\\n      });\\n\\n      let params = new URLSearchParams(location.search);\\n      if (params.get('o.address') && params.get('d.address')) {\\n          origin = {\\n              address: params.get('o.address'),\\n              postcode: params.get('o.postcode') || params.get('o.address'),\\n              country: params.get('o.country') || 'MY',\\n              lat: params.get('o.lat') || '',\\n              lng: params.get('o.lng') || '',\\n          };\\n\\n          destination = {\\n              address: params.get('d.address'),\\n              postcode: params.get('d.postcode') || params.get('d.address'),\\n              country: params.get('d.country') || 'MY',\\n              lat: params.get('d.lat') || '',\\n              lng: params.get('d.lng') || '',\\n          };\\n\\n          setTimeout(() => {\\n            destination.country = params.get('d.country');\\n              jQuery('#destinationValCountry').val(params.get('d.country'));\\n          }, 1000);\\n\\n          jQuery('input[name=\\\"origin-opt\\\"][value=\\\"' + params.get('o.opt') + '\\\"]').prop(\\\"checked\\\", true);\\n          jQuery('input[name=\\\"destination-opt\\\"][value=\\\"' + params.get('d.opt') + '\\\"]').prop(\\\"checked\\\", true);\\n          originOpt = params.get('o.opt');\\n          destinationOpt = params.get('d.opt');\\n\\n          if (params.get('d.opt') === 'country') {\\n              jQuery('#destinationValCountry').show();\\n              jQuery('#destinationVal').hide();\\n              jQuery('#destinationValCountry').val(params.get('d.country'));\\n          }\\n\\n          itemWeight = params.get('weight') || 1;\\n          itemType = params.get('itemType') || 'PARCEL';\\n          jQuery('#itemType').val(itemType);\\n\\n          if (itemType === \\\"MOTORCYCLE\\\") {\\n               jQuery('#weightLabel').text('Displacement (cc)')\\n          }\\n\\n          theplan = params.get('theplan') || 'B20';\\n          jQuery('#theplan').val(theplan);\\n\\n          jQuery('#originVal').val(params.get('o.address'));\\n          jQuery('#destinationVal').val(params.get('d.address'));\\n          jQuery('#itemWeight').val(params.get('weight'));\\n          doCheckPrice('url');\\n      }\\n    });\\n<\\\/script>\\n\\n<\/p>\n<style>\\n  a.disabled {\\n      pointer-events: none;\\n      opacity: 0.5;\\n      background: #CCC;\\n      color: #000;\\n      border: transparent;\\n  }\\n\\n  #destinationValCountry {\\n      display: block;\\n  }\\n<\\\/style>\",\"class\":\"\",\"css\":\"\"}},{\"name\":\"\",\"type\":\"html\",\"props\":{\"content\":\"<\/p>\n<form id=\\\"check-price-form\\\" class=\\\" uk-grid-small uk-flex-center check_rates__form_control\\\" uk-grid>\\n   \\n  <\/p>\n<div class=\\\"uk-width-1-6@l uk-width-1-1@m\\\">\\n      <input type=\\\"hidden\\\" id=\\\"theplan\\\" name=\\\"theplan\\\" value=\\\"\\\" style=\\\"display:none;\\\"\\\/>\\n      \\n    <label class=\\\"uk-form-label\\\" for=\\\"form-stacked-text\\\">Origin<\\\/label>\\n      <input id=\\\"originVal\\\" class=\\\"uk-input\\\" type=\\\"text\\\" placeholder=\\\"Enter Postcode\\\" required>\\n      <\/p>\n<div class=\\\"uk-margin uk-grid-small uk-child-width-auto uk-grid\\\">      \\n          <label><input class=\\\"uk-radio\\\" type=\\\"radio\\\" name=\\\"origin-opt\\\" value=\\\"address\\\"> Address<\\\/label>\\n          <label><input class=\\\"uk-radio\\\" type=\\\"radio\\\" name=\\\"origin-opt\\\" value=\\\"postcode\\\" checked> Postcode<\\\/label>\\n      <\\\/div>\\n  <\\\/div>\\n  <\/p>\n<div class=\\\"uk-width-1-6@l uk-width-1-1@m\\\">\\n    <label class=\\\"uk-form-label\\\" for=\\\"form-stacked-text\\\">Destination<\\\/label>\\n      <input id=\\\"destinationVal\\\" class=\\\"uk-input\\\" type=\\\"text\\\" placeholder=\\\"Enter Postcode\\\">\\n      <select id=\\\"destinationValCountry\\\" class=\\\"uk-select\\\"><\\\/select>\\n      <\/p>\n<div class=\\\"uk-margin uk-grid-small uk-child-width-auto uk-grid\\\">\\n          <label><input class=\\\"uk-radio\\\" type=\\\"radio\\\" name=\\\"destination-opt\\\" value=\\\"address\\\"> Address<\\\/label>\\n          <label><input class=\\\"uk-radio\\\" type=\\\"radio\\\" name=\\\"destination-opt\\\" value=\\\"postcode\\\" checked> Postcode<\\\/label>\\n      <\\\/div>\\n  <\\\/div>\\n  <\/p>\n<div class=\\\"uk-width-1-6@l uk-width-1-1@m\\\">\\n     <label class=\\\"uk-form-label\\\" for=\\\"form-stacked-text\\\">Item type<\\\/label>\\n     <select id=\\\"itemType\\\" class=\\\"uk-select\\\">\\n<option value=\\\"PARCEL\\\">Parcel<\\\/option>\\n<option value=\\\"DOCUMENT\\\">Document<\\\/option>\\n<option value=\\\"FOOD\\\">Food<\\\/option>\\n<option value=\\\"CAKE\\\">Cake<\\\/option>\\n<option value=\\\"FLOWER\\\">Flower<\\\/option>\\n<option value=\\\"CHILL\\\">Chill<\\\/option>\\n<option value=\\\"FROZEN\\\">Frozen<\\\/option>\\n<option value=\\\"BULKY\\\">Bulky Packages (>10kg)<\\\/option>\\n<option value=\\\"MOTORCYCLE\\\">Motorcycle (cc)<\\\/option>\\n          <!--option value=\\\"OTHER\\\">Others<\\\/option-->\\n     <\\\/select>\\n<\\\/div>\\n  <\/p>\n<div class=\\\"uk-width-1-6@l uk-width-1-1@m\\\">\\n    <label id=\\\"weightLabel\\\" class=\\\"uk-form-label\\\" for=\\\"form-stacked-text\\\" uk-tooltip=\\\"title: Weight (kg) is actual weight (kg) or volumetric weight, whichever higher.; pos: top\\\">\\n        Weight (kg) \\n        <i class=\\\"far fa-question-circle ml-1\\\"><\\\/i>\\n      <\\\/label>\\n    <\/p>\n<div class=\\\"uk-inline uk-width-1-1\\\">\\n        <input id=\\\"itemWeight\\\" class=\\\"uk-input pr-10\\\" type=\\\"number\\\" placeholder=\\\"\\\" value=\\\"0.1\\\" min=\\\"0.1\\\" step=\\\"0.1\\\" required>\\n        <a class=\\\"uk-form-icon uk-form-icon-flip\\\" href=\\\"#modal_volumetric_calculator\\\" uk-toggle uk-tooltip=\\\"title: Calculate volumetric weight; pos: top\\\"><i class=\\\"fas fa-calculator\\\"><\\\/i><\\\/a>\\n        <!-- This is the modal -->\\n        <\/p>\n<div id=\\\"modal_volumetric_calculator\\\" uk-modal>\\n            <\/p>\n<div class=\\\"uk-modal-dialog uk-modal-body uk-width-1-3@l\\\">\\n                <button class=\\\"uk-modal-close-default\\\" type=\\\"button\\\" uk-close><\\\/button>\\n                <\/p>\n<h2 class=\\\"uk-h3 -mb-2\\\">Volumetric weight calculator<\\\/h2>\\n                <\/p>\n<p>Enter your item dimension in cm.<\\\/p>\\n                <\/p>\n<div class=\\\"uk-margin\\\">\\n                    <label class=\\\"uk-form-label\\\" for=\\\"form-stacked-text\\\">Width<\\\/label>\\n                    <\/p>\n<div class=\\\"uk-inline uk-width-full\\\">\\n                        <span class=\\\"uk-form-icon uk-form-icon-flip\\\" uk-icon=\\\"\\\">cm<\\\/span>\\n                        <input id=\\\"vol-width\\\" class=\\\"uk-input\\\" type=\\\"number\\\">\\n                    <\\\/div>\\n                <\\\/div>\\n                <\/p>\n<div class=\\\"uk-margin\\\">\\n                    <label class=\\\"uk-form-label\\\" for=\\\"form-stacked-text\\\">Length<\\\/label>\\n                    <\/p>\n<div class=\\\"uk-inline uk-width-full\\\">\\n                        <span class=\\\"uk-form-icon uk-form-icon-flip\\\" uk-icon=\\\"\\\">cm<\\\/span>\\n                        <input id=\\\"vol-length\\\" class=\\\"uk-input\\\" type=\\\"number\\\">\\n                    <\\\/div>\\n                <\\\/div>\\n                <\/p>\n<div class=\\\"uk-margin\\\">\\n                    <label class=\\\"uk-form-label\\\" for=\\\"form-stacked-text\\\">Height<\\\/label>\\n                    <\/p>\n<div class=\\\"uk-inline uk-width-full\\\">\\n                        <span class=\\\"uk-form-icon uk-form-icon-flip\\\" uk-icon=\\\"\\\">cm<\\\/span>\\n                        <input id=\\\"vol-height\\\" class=\\\"uk-input\\\" type=\\\"number\\\">\\n                    <\\\/div>\\n                <\\\/div>\\n                <\/p>\n<p class=\\\"uk-text-meta uk-text-center\\\">Courier will compare the volumetric weight to the actual physical weight of a parcel and charge whichever is higher of the two.<\\\/p>\\n                <\/p>\n<p class=\\\"uk-text-center\\\">\\n                    <button id=\\\"calculateVolumetric\\\" class=\\\"uk-button uk-button-primary uk-button-large mt-3\\\" type=\\\"button\\\">Calculate weight<\\\/button>\\n                <\\\/p>\\n                <!--\n\n<p class=\\\"uk-text-center\\\"><a href=\\\"#\\\">Learn more<\\\/a> about our volumetric weight policy.<\\\/p>-->\\n                <img src=\\\"https:\\\/\\\/delyva.com\\\/my\\\/wp-content\\\/uploads\\\/volumetric-calculator-modal-image.png\\\" alt=\\\"\\\">\\n            <\\\/div>\\n        <\\\/div>\\n    <\\\/div>\\n  <\\\/div>\\n\\n  <\/p>\n<div class=\\\"uk-width-auto@l uk-width-1-1@m lg:relative\\\" style=\\\"top: 27px\\\">\\n    <button id=\\\"check-price-btn\\\" class=\\\"uk-button uk-button-secondary uk-width-expand@m\\\">Get rates<\\\/button>   <\\\/div>\\n   <\/p>\n<div class=\\\"row\\\">\\n    <\\\/div>\\n   <\/p>\n<div id=\\\"select-plan\\\" class=\\\"row mt-5\\\" style=\\\"display:none;\\\">\\n<\/p>\n<p uk-margin>\\n    <button class=\\\"uk-button uk-button-small\\\">Plan<\\\/button>\\n    \\n    <button id=\\\"B20P\\\" class=\\\"uk-button uk-button-default uk-button-small select-plan-button\\\" onclick=\\\"submitPlan('B20')\\\">Basic 30<\\\/button>\\n    <button id=\\\"B100P\\\" class=\\\"uk-button uk-button-default uk-button-small select-plan-button\\\" onclick=\\\"submitPlan('B100')\\\">Basic 100<\\\/button>\\n    <button id=\\\"B800P\\\" class=\\\"uk-button uk-button-default uk-button-small select-plan-button\\\" onclick=\\\"submitPlan('B800')\\\">Basic 800<\\\/button>\\n    <button id=\\\"B1600P\\\" class=\\\"uk-button uk-button-default uk-button-small select-plan-button\\\" onclick=\\\"submitPlan('B1600')\\\">Basic 1600<\\\/button>\\n    <button id=\\\"B4800P\\\" class=\\\"uk-button uk-button-default uk-button-small select-plan-button\\\" onclick=\\\"submitPlan('B4800')\\\">Basic 4800<\\\/button>\\n<\\\/p>\\n\\n    <\\\/div>\\n    \\n<\\\/form>\\n\",\"class\":\"\",\"css\":\"\"}},{\"name\":\"\",\"type\":\"html\",\"props\":{\"content\":\"<\/p>\n<div class=\\\"check_rates__results\\\">\\n  <\/p>\n<ul id=\\\"check_rates__list\\\" class=\\\"uk-list uk-list-large uk-list-divider check_rates__list\\\">\\n   \\n  <\\\/ul>\\n<\\\/div>\",\"class\":\"\",\"css\":\"\"}}]}]}]},{\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"default\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"\",\"header_transparent\":\"\",\"animation\":\"\",\"padding_remove_top\":false,\"status\":\"\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"gutter\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"type\":\"column\",\"props\":{\"widths\":[\"1-1\"],\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\",\"vertical_align\":\"\",\"style\":\"\",\"text_color\":\"\",\"padding\":\"\"},\"children\":[{\"type\":\"headline\",\"props\":{\"title_element\":\"h2\",\"title_style\":\"h2\",\"title_decoration\":\"\",\"title_color\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"margin\":\"medium\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"One Account To Manage All\",\"margin_remove_bottom\":true}},{\"type\":\"text\",\"props\":{\"margin\":\"small\",\"column_breakpoint\":\"m\",\"text_style\":\"lead\",\"text_color\":\"\",\"text_size\":\"\",\"column\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"center\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"<\/p>\n<div class=\\\"uk-text-large mb-6 uk-margin-medium uk-margin-remove-top uk-width-xxlarge uk-margin-auto uk-text-center@m uk-text-center\\\" data-id=\\\"page#31\\\">\\n<\/p>\n<div class=\\\"uk-margin uk-width-xxlarge uk-margin-auto uk-text-center\\\">\\n<\/p>\n<div class=\\\"uk-text-lead uk-margin-small uk-margin-remove-bottom uk-text-center\\\">\\n<\/p>\n<p>Manage all your deliveries in one platform<\\\/p>\\n<\\\/div>\\n<\\\/div>\\n<\\\/div>\",\"margin_remove_bottom\":true}},{\"type\":\"grid\",\"props\":{\"show_title\":false,\"show_meta\":false,\"show_content\":false,\"show_image\":true,\"show_link\":false,\"grid_default\":\"2\",\"grid_medium\":\"6\",\"filter_style\":\"tab\",\"filter_all\":true,\"filter_position\":\"top\",\"filter_align\":\"left\",\"filter_grid_width\":\"auto\",\"filter_breakpoint\":\"m\",\"title_hover_style\":\"reset\",\"title_element\":\"h3\",\"title_align\":\"top\",\"title_grid_width\":\"1-2\",\"title_breakpoint\":\"m\",\"meta_style\":\"meta\",\"meta_align\":\"below-title\",\"icon_ratio\":4,\"image_align\":\"top\",\"image_grid_width\":\"1-2\",\"image_breakpoint\":\"m\",\"image_svg_color\":\"emphasis\",\"link_text\":\"Read more\",\"link_style\":\"default\",\"margin\":\"default\",\"item_animation\":\"\",\"gutter\":\"\",\"grid_small\":\"4\",\"grid_large\":\"\",\"grid_xlarge\":\"\",\"filter_margin\":\"\",\"filter_gutter\":\"\",\"title_display\":\"\",\"content_display\":\"\",\"panel_style\":\"\",\"panel_content_padding\":\"\",\"panel_size\":\"\",\"item_maxwidth\":\"\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_color\":\"\",\"title_gutter\":\"\",\"title_margin\":\"\",\"meta_color\":\"\",\"meta_margin\":\"\",\"content_style\":\"\",\"content_margin\":\"\",\"image_transition\":\"\",\"image_border\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"icon_color\":\"\",\"image_gutter\":\"\",\"image_margin\":\"\",\"link_type\":\"\",\"link_size\":\"\",\"link_margin\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"block_align\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"text_align\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"visibility\":\"\",\"margin_remove_top\":false},\"children\":[{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/poslaju-national-courier-service.png\",\"title\":\"Pos Laju\",\"link\":\"\",\"image_alt\":\"Pos Laju Malaysia Courier Service\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/ninja-van-courier-service.png\",\"title\":\"NInja Van\",\"image_alt\":\"Ninja Van Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/jt-express-courier-service.png\",\"title\":\"J&T Express\",\"link\":\"https:\\\/\\\/www.jtexpress.my\\\/\",\"image_alt\":\"J&T Express Malaysia Courier Service\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/dhl-ecommerce-courier-service.png\",\"title\":\"DHL eCommerce\",\"image_alt\":\"DHL eCommerce Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/gdex-courier-service.png\",\"title\":\"GDeX Prime\",\"image_alt\":\"GDeX Prime Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/city-link-express-courier-service.png\",\"title\":\"City Link\",\"image_alt\":\"City Link Malaysia Courier Service\",\"link\":\"https:\\\/\\\/www.citylinkexpress.com\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/pgeon-delivery-courier-service.png\",\"title\":\"pgeon Delivery\",\"image_alt\":\"pgeon Delivery Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/the-lorry-courier-service.png\",\"title\":\"TheLorry\",\"image_alt\":\"TheLorry Bulky Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/pickupp-delivery-service.png\",\"title\":\"Pickupp\",\"image_alt\":\"Pickupp Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/teleport-international-courier-service.png\",\"title\":\"Teleport\",\"image_alt\":\"Teleport Malaysia Courier Service\",\"link\":\"https:\\\/\\\/www.teleport.asia\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/janio-international-courier-service.png\",\"title\":\"Janio\",\"image_alt\":\"Janio International Malaysia Courier Service\",\"link\":\"https:\\\/\\\/janio.asia\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/kex-express-courier-service-1.png\",\"title\":\"KEX Express\",\"image_alt\":\"KEX Malaysia Courier Service\",\"link\":\"https:\\\/\\\/www.aramex.com\\\/my\\\/en\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/aramex-international-courier-service.png\",\"title\":\"Aramex Express\",\"image_alt\":\"Aramex Parcel Malaysia Courier Service\",\"link\":\"https:\\\/\\\/www.aramex.com\\\/my\\\/en\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/qxpress-international-courier-service.png\",\"title\":\"Qxpress\",\"image_alt\":\"Qxpress Malaysia Courier Service\",\"link\":\"https:\\\/\\\/www.qxpress.net\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/amilo-international-international-courier-service.png\",\"title\":\"Amilo International\",\"image_alt\":\"Amilo International Courier Service\",\"link\":\"https:\\\/\\\/amilo.co\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/pandago-delivery-service.png\",\"title\":\"Pandago\",\"image_alt\":\"Pandago Malaysia Courier Service\",\"link\":\"https:\\\/\\\/pandago.my\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/lalamove-delivery-service.png\",\"link\":\"\",\"title\":\"Lalamove\",\"image_alt\":\"Lalamove Malaysia Courier Service\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/borzo-delivery-service.png\",\"title\":\"Borzo Delivery\",\"link\":\"\",\"image_alt\":\"Borzo Malaysia Courier Service\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/grab-express-delivery-service.png\",\"title\":\"Grab Express\",\"image_alt\":\"Grab Express Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/halo-delivery-service.png\",\"title\":\"Halo Delivery\",\"image_alt\":\"Halo Delivery Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/logo-fgv.png\",\"title\":\"FGV Transport\",\"link\":\"\",\"image_alt\":\"FGV Transport Bulky Malaysia Courier Service\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/matdespatch-delivery-service.png\",\"title\":\"Matdespatch\",\"image_alt\":\"Matdespatch Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/bungkusit-delivery-service.png\",\"title\":\"BungkusIt\",\"image_alt\":\"Bungkusit Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/tapaw-delivery-service.png\",\"title\":\"Tapaw\",\"image_alt\":\"Tapaw Malaysia Courier Service\",\"link\":\"\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/posmoto-motorcycle-courier-service.png\",\"title\":\"Posmoto\",\"image_alt\":\"Posmoto Motorcycle Transport Service Malaysia Courier Service\",\"link\":\"https:\\\/\\\/delyva.com\\\/my\\\/posmoto\\\/\"}}],\"name\":\"delyvanow-courier-partner-grid-20210606\"}]}]}],\"name\":\"Section - Couriers Logo - 20230405\"},{\"name\":\"Courier Prices Rate\",\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"expand\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"id\":\"compare\",\"animation\":\"slide-bottom-medium\",\"padding\":\"large\",\"width_expand\":\"\",\"height\":\"\",\"header_transparent\":\"\",\"image_effect\":\"\",\"text_color\":\"\",\"status\":\"disabled\",\"padding_remove_top\":true},\"children\":[{\"name\":\"\",\"type\":\"row\",\"props\":{\"fixed_width\":\"large\",\"breakpoint\":\"m\",\"layout\":\"1-1\",\"gutter\":\"\",\"width\":\"\",\"width_expand\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"column\",\"props\":{\"widths\":[\"1-1\"],\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"headline\",\"props\":{\"title_element\":\"h2\",\"content\":\"Compare courier rates\",\"margin\":\"small\",\"title_style\":\"h1\",\"title_decoration\":\"\",\"title_color\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"block_align\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"margin_remove_bottom\":false}},{\"name\":\"\",\"type\":\"html\",\"props\":{\"content\":\"<!-- Main Tab -->\\n\\n\\t    <\/p>\n<div class=\\\"uk-container\\\" uk-filter=\\\"target: .js-filter\\\">\\n\\t\\t\\t<\/p>\n<div class=\\\"uk-margin-medium-top\\\">\\n\\t\\t\\t    <\/p>\n<ul class=\\\"uk-flex-center\\\" uk-tab >\\n\\t\\t\\t    \\t<\/p>\n<li class=\\\"uk-active\\\" uk-filter-control=\\\".tag-ecod\\\">\\n\\t\\t\\t\\t        <a href=\\\"#\\\"><strong>Economy Shipping<\\\/strong><\\\/a><\\\/li>\\n\\t\\t\\t    \\t\n<li>\\n\\t\\t\\t\\t        <a href=\\\"#\\\"><strong>Next Day Delivery<\\\/strong> <span class=\\\"uk-margin-small-left\\\"><i class=\\\"fas fa-angle-down\\\"><\\\/i><\\\/span><\\\/a>\\n\\t\\t\\t\\t\n<div uk-dropdown=\\\"mode: click\\\">\\n\\t\\t\\t\\t            <\/p>\n<ul class=\\\"uk-nav uk-dropdown-nav\\\">\\n\\t\\t\\t\\t                <\/p>\n<li uk-filter-control=\\\".tag-ndd_1\\\"><a href=\\\"#\\\">Within Peninsular of Malaysia<\\\/a><\\\/li>\\n\\t\\t\\t\\t\n<li uk-filter-control=\\\".tag-ndd_2\\\"><a href=\\\"#\\\">Peninsular Malaysia to Sabah & Sarawak<\\\/a><\\\/li>\\n\\t\\t\\t\\t\n<li uk-filter-control=\\\".tag-ndd_3\\\"><a href=\\\"#\\\">Within Klang Valley<\\\/a><\\\/li>\\n\\t\\t\\t\\t            <\\\/ul>\\n\\t\\t\\t\\t        <\\\/div>\\n\\t\\t\\t\\t    <\\\/li>\\n\\t\\t\\t    \\t\n<li>\\n\\t\\t\\t\\t        <a href=\\\"#\\\"><strong>Same Day Delivery<\\\/strong> <span class=\\\"uk-margin-small-left\\\"><i class=\\\"fas fa-angle-down\\\"><\\\/i><\\\/span><\\\/a>\\n\\t\\t\\t\\t\n<div uk-dropdown=\\\"mode: click\\\">\\n\\t\\t\\t\\t            <\/p>\n<ul class=\\\"uk-nav uk-dropdown-nav\\\">\\n\\t\\t\\t\\t                <\/p>\n<li uk-filter-control=\\\".tag-sdd_1\\\"><a href=\\\"#\\\">Same Day Delivery<\\\/a><\\\/li>\\n\\t\\t\\t\\t\n<li uk-filter-control=\\\".tag-sdd_2\\\"><a href=\\\"#\\\">2-Way Delivery & Return<\\\/a><\\\/li>\\n\\t\\t\\t\\t\n<li uk-filter-control=\\\".tag-sdd_3\\\"><a href=\\\"#\\\">Express Bike<\\\/a><\\\/li>\\n\\t\\t\\t\\t\n<li uk-filter-control=\\\".tag-sdd_4\\\"><a href=\\\"#\\\">Express Runner For Tasks<\\\/a><\\\/li>\\n\\t\\t\\t\\t            <\\\/ul>\\n\\t\\t\\t\\t        <\\\/div>\\n\\t\\t\\t\\t    <\\\/li>\\n\\t\\t\\t\n<li>\\n\\t\\t\\t        \\t<a href=\\\"#\\\"><strong>International Delivery<\\\/strong><span class=\\\"uk-margin-small-left\\\"><i class=\\\"fas fa-angle-down\\\"><\\\/i><\\\/span><\\\/a>\\n\\t\\t\\t\\t\n<div uk-dropdown=\\\"mode: click\\\">\\n\\t\\t\\t\\t            <\/p>\n<ul class=\\\"uk-nav uk-dropdown-nav\\\">\\n\\t\\t\\t\\t                <\/p>\n<li uk-filter-control=\\\".tag-ind_1\\\"><a href=\\\"#\\\">Aramex<\\\/a><\\\/li>\\n\\t\\t\\t\\t\n<li uk-filter-control=\\\".tag-ind_2\\\"><a href=\\\"#\\\">AsiaXpress<\\\/a><\\\/li>\\n\\t\\t\\t\\t            <\\\/ul>\\n\\t\\t\\t\\t\\t    <\\\/div>\\n\\t\\t\\t\\t\\t<\\\/li>\\n\\t\\t\\t    <\\\/ul>\\n\\t\\t\\t<br \/>\n<h6 class=\\\"uk-text-primary\\\">Last update: January 2020<\\\/h6>\\n\\t\\t\\t<\\\/div>\\n\\n\\t\\t\\t<!-- end Main Tab -->\\n\\n\\t\\t\\t<\/p>\n<ul class=\\\"js-filter uk-margin uk-list\\\" >\\n\\n\\t\\t\\t\\t<!-- Economy Shipping (Whole Malaysia) -->\\n\\n\\t\\t\\t\\t<\/p>\n<li class=\\\"tag-ecod uk-margin-large-bottom\\\">\\n\\t\\t\\t\\t\\t\n<div>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h3 class=\\\"uk-margin-medium-top\\\">Economy Shipping (Whole Malaysia)<\\\/h3>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Weight (kg)<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>POS Malaysia<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>0.000 - 0.500<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>4.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>0.501 - 1.000<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>6.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>1.001 - 2.000<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>7.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>2.001 - 3.000<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>11.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>3.001 - 4.000<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>13.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>4.001 - 5.000<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>15.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/li>\\n\\n\\t\\t\\t\\t<!-- Next Day Delivery (within Peninsular Malaysia) -->\\n\\n\\t\\t\\t\\t<\/p>\n<li class=\\\"tag-ndd_1 uk-margin-large-bottom\\\">\\n\\t\\t\\t\\t\\t\n<div>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h3 class=\\\"uk-margin-medium-top\\\">Within Peninsular of Malaysia<\\\/h3>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Weight (kg)<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>CJ Century<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>DHL eCommerce<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>PosLaju<br \/><small>Drop off<\\\/small><\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>PosLaju<br \/><small>Pickup<\\\/strong><\\\/small><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Aramex<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>0 - 1<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>7.20 <small>(Document)<\\\/small><br \/>6.50 <small>(Parcel)<\\\/small><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>6.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>6.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>6.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>8.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>1 - 2<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>7.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>6.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>6.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>7.70<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>9.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>2 - 3<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>7.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>6.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>8.10<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>10.10<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>11.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>3 - 4<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>8.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>13.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>9.70<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>11.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>13.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>4 - 5<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>9.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>15.40<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>11.30<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>13.70<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>15.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<p class=\\\"uk-text-primary\\\"><small>*Pricing for BD10 Plan<\\\/small><\\\/p>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/li>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t<!-- Next Day Delivery (Peninsular to Sabah & Sarawak) -->\\n\\n\\t\\t\\t\\t<\/p>\n<li class=\\\"tag-ndd_2 uk-margin-large-bottom\\\">\\n\\t\\t\\t\\t\\t\n<div >\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h3 class=\\\"uk-margin-medium-top\\\">From Peninsular Malaysia to Sabah & Sarawak<\\\/h3>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Weight (kg)<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>CJ Century<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>DHL eCommerce<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Pos Laju<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>0-1<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>15.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>22.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>11.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>1-2<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>29.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>15.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>17.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>2-3<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>7.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>24.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>29.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>3-4<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>11.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>44.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>52.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/li>\\n\\n\\t\\t\\t\\t<!-- Next Day Delivery (Within Klang Valley) -->\\n\\n\\t\\t\\t\\t<\/p>\n<li class=\\\"tag-ndd_3 uk-margin-large-bottom\\\">\\n\\t\\t\\t\\t\\t\n<div>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h3 class=\\\"uk-margin-medium-top\\\">Within Klang Valley<\\\/h3>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Weight (kg)<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Karhoo Courier<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>0-1<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>5.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>1-2<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>5.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>2-3<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>5.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>3-4<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>8.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>4-5<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>11.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<p class=\\\"uk-text-primary\\\"><small>*Pricing for BD10 Plan<\\\/small><\\\/p>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/li>\\n\\t\\t\\t\\n\\t\\t\\t\\t<!-- Same Day Delivery -->\\n\\n\\t\\t\\t\\t<\/p>\n<li class=\\\"tag-sdd_1 uk-margin-large-bottom\\\">\\n\\t\\t\\t\\t\\t\n<div>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h3 class=\\\"uk-margin-medium-top\\\">Same Day Delivery<\\\/h3>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Service<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Package Type<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Last Booking<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Pick Up Window<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Delivery Window<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Coverage<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>Standard<\\\/strong><br \/><small>Flat rate up to 15km distance<\\\/small><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Document<br \/>Parcel<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>1pm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>9am - 5pm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>5pm - 9am<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>Rush<\\\/strong><br \/><small>Flat rate up to 10km distance<\\\/small><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Document<br \/>Parcel<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>3pm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Within 3 hours<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Within 6 hours<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<p class=\\\"uk-text-primary\\\"><small>*Monday - Friday (Working days)<\\\/small><\\\/p>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<hr>\n<p>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Type<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Max Weight<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Max Dimensions<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong><u>Standard<\\\/u><\\\/strong><br \/><small>Price (RM)<\\\/small><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong><u>Rush<\\\/u><\\\/strong><br \/><small>Price (RM)<\\\/small><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>XS2<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>2kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 21 \\u00d7 W 21 \\u00d7 H 21 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>9.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>12.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>S5<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>5kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 29 \\u00d7 W 29 \\u00d7 H 29 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>11.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>14.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>M7<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>7kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 32 \\u00d7 W 32 \\u00d7 H 32 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>13.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>16.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>L10<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>10kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 36 \\u00d7 W 36 \\u00d7 H 36 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>15.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>18.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<div class=\\\"uk-background-muted uk-padding uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h4>Notes<\\\/h4>\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<ol style=\\\"padding-left: 16px !important;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\/p>\n<li>Distance is measured on a straight-line basis between the pick up and delivery location.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Surcharge of RM 1.00\\\/km will incur for orders with distance more than the specified distance.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Volumetric weight is calculated as per the following formula = [Length(cm) x Height(cm) x Width (cm)] \\\/ 5000 or to be charged by Actual Weight\\n\\t\\t\\t\\t\\t\\t\\t\\t(kg), whichever is higher. <\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Maximum dimension per package is 80cm.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>MatDespatch reserves the right to amend all services & prices by giving 14 days\\u2019 notice<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t<\\\/ol>\\n\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/li>\\n\\n\\t\\t\\t\\t<!-- 2-Way Delivery & Returns -->\\n\\n\\t\\t\\t\\t\n<li class=\\\"tag-sdd_2 uk-margin-large-bottom\\\">\\n\\t\\t\\t\\t\\t\n<div>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h3 class=\\\"uk-margin-medium-top\\\">2-Way Delivery & Return<\\\/h3>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Service<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Package Type<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Last Booking<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Pick Up Window - Delivery Window<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Coverage<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>Standard<\\\/strong><br \/><small>Flat rate up to 30km total trip<\\\/small><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Document<br \/>Parcel<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>10am<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Pick up, deliver and return within 8 hours.<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>Next Day<\\\/strong><br \/><small>Flat rate up to 30km total trip<\\\/small><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Document<br \/>Parcel<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>12pm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Pick up, deliver on the same day then return the next day.<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<p class=\\\"uk-text-primary\\\"><small>*Monday - Friday (Working days)<\\\/small><\\\/p>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<hr>\n<p>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Type<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Max Weight<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Max Dimensions<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong><u>Standard<\\\/u><\\\/strong><br \/><small>Price (RM)<\\\/small><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong><u>Rush<\\\/u><\\\/strong><br \/><small>Price (RM)<\\\/small><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>XS2<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>2kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 21 \\u00d7 W 21 \\u00d7 H 21 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>25.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>18.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>S5<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>5kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 29 \\u00d7 W 29 \\u00d7 H 29 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>27.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>20.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>M7<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>7kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 32 \\u00d7 W 32 \\u00d7 H 32 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>30.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>22.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>L10<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>10kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 36 \\u00d7 W 36 \\u00d7 H 36 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>32.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>24.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<div class=\\\"uk-background-muted uk-padding uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h4>Notes<\\\/h4>\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<ol style=\\\"padding-left: 16px !important;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\/p>\n<li>Distance is measured on a straight-line basis between the pick up and delivery location.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Surcharge of RM 2.00\\\/km will incur for orders with distance more than the specified distance.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Volumetric weight is calculated as per the following formula = [Length(cm) x Height(cm) x Width (cm)] \\\/ 5000 or to be charged by Actual Weight\\n\\t\\t\\t\\t\\t\\t\\t\\t(kg), whichever is higher. <\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Maximum dimension per package is 80cm.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>MatDespatch reserves the right to amend all services & prices by giving 14 days\\u2019 notice<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t<\\\/ol>\\n\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/li>\\n\\n\\t\\t\\t\\t<!-- Express Bike -->\\n\\n\\t\\t\\t\\t\n<li class=\\\"tag-sdd_3 uk-margin-large-bottom\\\">\\n\\t\\t\\t\\t\\t\n<div>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h3 class=\\\"uk-margin-medium-top\\\">Express Bike<\\\/h3>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Service<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Package Type<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Last Booking<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Pick Up Window - Delivery Window<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Coverage<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>Bike<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Anything<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>4pm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Pick up then deliver in 1-4 hours, to anywhere, by motorcycle.<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<p class=\\\"uk-text-primary\\\"><small>*Monday - Sunday (Everyday)<\\\/small><\\\/p>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<hr>\n<p>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Type<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Max Weight<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Max Dimensions<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong><u>First 5km distance<\\\/u><\\\/strong><br \/><small>Price (RM)<\\\/small><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong><u>After 5km distance<\\\/u><\\\/strong><br \/><small>Surcharge (RM)<\\\/small><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>L10<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>10kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 36 \\u00d7 W 36 \\u00d7 H 36 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>15.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>1.50\\\/km<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<div class=\\\"uk-background-muted uk-padding uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h4>Notes<\\\/h4>\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<ol style=\\\"padding-left: 16px !important;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\/p>\n<li>Distance is measured on a straight-line basis between the pick up and delivery location.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Surcharge will incur for orders with distance more than the specified distance.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Volumetric weight is calculated as per the following formula = [Length(cm) x Height(cm) x Width (cm)] \\\/ 5000 or to be charged by Actual Weight\\n\\t\\t\\t\\t\\t\\t\\t\\t(kg), whichever is higher. <\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Maximum dimension per package for bike is 80cm.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>The above price does not include manpower for special handling (if any)<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>MatDespatch reserves the right to amend all services & prices by giving 14 days notice<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t<\\\/ol>\\n\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/li>\\n\\n\\t\\t\\t\\t<!-- Express Runner For Tasks -->\\n\\n\\t\\t\\t\\t\n<li class=\\\"tag-sdd_4 uk-margin-large-bottom\\\">\\n\\t\\t\\t\\t\\t\n<div>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h3 class=\\\"uk-margin-medium-top\\\">Express Runner For Tasks<\\\/h3>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Service<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Package Type<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Last Booking<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Pick Up Window - Delivery Window<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Coverage<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>Runner<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Task<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>4pm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Pick up, queue for up to 2 hours, to anywhere, and return on the same day, by motorcycle<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>Klang Valley<br \/>Johor Bahru<br \/>Pulau Pinang<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<p class=\\\"uk-text-primary\\\"><small>*EXPRESS RUNNER<br \/>Monday - Sunday (Everyday)<\\\/small><\\\/p>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<hr>\n<p>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Type<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Max Weight<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Max Dimensions<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong><u>First 10km distance<\\\/u><\\\/strong><br \/><small>Price (RM)<\\\/small><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong><u>After 10km distance<\\\/u><\\\/strong><br \/><small>Surcharge (RM)<\\\/small><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>XS2<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>2kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 21 \\u00d7 W 21 \\u00d7 H 21 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>20.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>2.00\\\/km<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>S5<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>5kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 29 \\u00d7 W 29 \\u00d7 H 29 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>22.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>2.00\\\/km<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>M7<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>7kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 32 \\u00d7 W 32 \\u00d7 H 32 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>24.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>2.00\\\/km<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td><strong>L10<\\\/strong><\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>10kg<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>L 36\\u00d7 W 36 \\u00d7 H 36 cm<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>26.00<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>2.00\\\/km<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<div class=\\\"uk-background-muted uk-padding uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h4>Notes<\\\/h4>\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<ol style=\\\"padding-left: 16px !important;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<\/p>\n<li>Distance is measured on a straight-line basis between the pick up and delivery location.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Surcharge will incur for orders with distance more than the specified distance.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Volumetric weight is calculated as per the following formula = [Length(cm) x Height(cm) x Width (cm)] \\\/ 5000 or to be charged by Actual Weight\\n\\t\\t\\t\\t\\t\\t\\t\\t(kg), whichever is higher. <\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>Maximum dimension per package for bike is 80cm.<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>The above price does not include manpower for special handling (if any)<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t\n<li>MatDespatch reserves the right to amend all services & prices by giving 14 days notice<\\\/li>\\n\\t\\t\\t\\t\\t\\t\\t<\\\/ol>\\n\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/li>\\n\\n\\t\\t\\t\\t<!-- International Delivery (Aramex) -->\\n\\n\\t\\t\\t\\t\n<li class=\\\"tag-ind_1 uk-margin-large-bottom\\\">\\n\\t\\t\\t\\t\\t\n<div>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h3 class=\\\"uk-margin-medium-top\\\">Aramex International<\\\/h3>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Weight (kg)<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Singapore<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Indonesia<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Phillipines<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Thailand<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Vietnam<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Cambodia<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>1.0<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>51.80<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>83.40<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>89.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>82.30<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>90.40<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>202.60<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>2.0<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>59.10<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>105.80<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>108.10<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>110.10<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>118.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>256.10<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>3.0<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>66.40<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>124.70<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>128.60<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>131.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>146.70<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>308.70<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>4.0<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>73.80<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>144.80<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>147.10<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>149.80<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>173.40<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>362.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>5.0<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>81.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>163.70<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>170.30<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>174.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>201.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>416.60<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/li>\\n\\n\\t\\t\\t\\t<!-- International Delivery (AsiaXpress) -->\\n\\n\\t\\t\\t\\t<\/p>\n<li class=\\\"tag-ind_2 uk-margin-large-bottom\\\">\\n\\t\\t\\t\\t\\t\n<div>\\n\\t\\t\\t\\t\\t\\t<\/p>\n<table class=\\\"uk-table uk-table-small uk-table-striped uk-overflow-auto uk-margin-medium-top\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\/p>\n<h3 class=\\\"uk-margin-medium-top\\\">AsiaXpress International<\\\/h3>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<thead>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Weight (kg)<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Singapore<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Indonesia<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Phillipines<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Thailand<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Vietnam<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<th class=\\\"uk-text-primary uk-width-small\\\"><strong>Cambodia<\\\/strong><\\\/th>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/thead>\\n\\t\\t\\t\\t\\t\\t    <\/p>\n<tbody>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>1.0<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>45.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>84.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>70.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>65.40<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>90.60<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>173.10<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>2.0<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>70.40<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>129.70<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>106.40<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>98.80<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>139.60<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>305.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>3.0<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>104.80<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>277.90<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>188.60<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>175.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>299.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>438.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>4.0<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>114.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>319.60<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>204.40<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>189.80<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>344.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>519.20<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t        <\/p>\n<tr>\\n\\t\\t\\t\\t\\t\\t        \\t<\/p>\n<td>5.0<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>123.50<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>351.30<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>220.10<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>204.40<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>378.30<\\\/td>\\n\\t\\t\\t\\t\\t\\t            <\/p>\n<td>599.70<\\\/td>\\n\\t\\t\\t\\t\\t\\t        <\\\/tr>\\n\\t\\t\\t\\t\\t\\t    <\\\/tbody>\\n\\t\\t\\t\\t\\t\\t<\\\/table>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/li>\\n\\t\\t\\t<\\\/ul>\\n\\t\\t<\\\/div>\"}}]}]}]},{\"name\":\"Pricing\",\"type\":\"section\",\"props\":{\"style\":\"muted\",\"width\":\"default\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"top-right\",\"image\":\"\",\"image_width\":\"570\",\"image_height\":\"525\",\"image_effect\":\"parallax\",\"image_parallax_bgx_start\":\"\",\"image_parallax_bgy_start\":220,\"image_parallax_bgy_end\":-70,\"animation\":\"slide-bottom-small\",\"animation_delay\":true,\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"padding\":\"large\",\"header_transparent\":\"\",\"padding_remove_top\":true,\"status\":\"disabled\"},\"children\":[{\"name\":\"\",\"type\":\"row\",\"props\":{\"fixed_width\":\"large\",\"breakpoint\":\"m\",\"layout\":\"1-1\",\"width\":\"default\",\"margin\":\"large\",\"margin_remove_top\":false,\"gutter\":\"\",\"width_expand\":\"\",\"height\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"column\",\"props\":{\"widths\":[\"1-1\"],\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"headline\",\"props\":{\"title_element\":\"h2\",\"content\":\"Popular topup plans\",\"text_align\":\"center\",\"maxwidth\":\"xxlarge\",\"title_style\":\"h1\",\"title_decoration\":\"\",\"title_color\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"maxwidth_breakpoint\":\"\",\"margin\":\"\",\"animation\":\"\",\"visibility\":\"\",\"block_align\":\"center\"}}]}]},{\"name\":\"\",\"type\":\"row\",\"props\":{\"fixed_width\":\"large\",\"breakpoint\":\"s\",\"layout\":\",,\",\"gutter\":\"\",\"width\":\"\",\"height\":\"\",\"margin\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"column\",\"props\":{\"widths\":[\"\"],\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"panel\",\"props\":{\"link_text\":\"Get Started\",\"title_element\":\"h3\",\"meta_style\":\"h4\",\"meta_align\":\"above-title\",\"icon_ratio\":4,\"image_align\":\"top\",\"image_grid_width\":\"1-2\",\"image_breakpoint\":\"m\",\"link_style\":\"default\",\"margin\":\"default\",\"panel_style\":\"card-default\",\"panel_size\":\"\",\"title\":\"<span class=\\\"tm-pricing\\\">RM<\\\/span> 100\",\"meta\":\"<span>&nbsp<\\\/span>\",\"content\":\"<\/p>\n<p>From RM 5.90<\\\/p>\\n<\/p>\n<div class=\\\"uk-margin-medium\\\">\\n<\/p>\n<ul class=\\\"uk-list\\\">\\n<\/p>\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> Sms and email blast<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/>\\u00a0Email notification<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> SMS notification<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> Push notification<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-danger\\\" src=\\\"wp-content\\\/uploads\\\/pricing-cross.svg\\\" uk-svg=\\\"\\\" \\\/> Free Courier Flyers<\\\/li>\\n<\\\/ul>\\n<\\\/div>\",\"link_target\":false,\"link\":\"https:\\\/\\\/app.delyva.com\\\/customer\\\/sign-up\",\"title_style\":\"heading-large\",\"css\":\".tm-pricing {\\n    font-size: 30px;\\n    vertical-align: top;\\n}\",\"link_size\":\"large\",\"maxwidth\":\"large\",\"text_align\":\"left\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"title_decoration\":\"\",\"title_color\":\"\",\"meta_color\":\"\",\"meta_margin\":\"\",\"content_style\":\"\",\"image_border\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"icon_color\":\"\",\"image_gutter\":\"\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image_svg_color\":\"emphasis\",\"title_margin\":\"\",\"content_margin\":\"\",\"image_margin\":\"\",\"link_margin\":\"\",\"title_align\":\"top\",\"title_grid_width\":\"1-2\",\"title_breakpoint\":\"m\",\"panel_content_padding\":\"\",\"title_gutter\":\"\",\"link_type\":\"\",\"block_align\":\"center\",\"title_hover_style\":\"reset\",\"image_transition\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\"}}]},{\"name\":\"\",\"type\":\"column\",\"props\":{\"widths\":[\"\"],\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"panel\",\"props\":{\"link_text\":\"Get Started\",\"title_element\":\"h3\",\"meta_style\":\"h4\",\"meta_align\":\"above-title\",\"icon_ratio\":4,\"image_align\":\"top\",\"image_grid_width\":\"1-2\",\"image_breakpoint\":\"m\",\"link_style\":\"primary\",\"margin\":\"default\",\"panel_style\":\"card-default\",\"panel_size\":\"\",\"title\":\"<span class=\\\"tm-pricing\\\">RM<\\\/span> 2k\",\"meta\":\"Popular!\",\"content\":\"\n<p>From RM 5.70<\\\/p>\\n<\/p>\n<div class=\\\"uk-margin-medium\\\">\\n<\/p>\n<ul class=\\\"uk-list\\\">\\n<\/p>\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> Sms and email blast<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> Email notification<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/>\\u00a0SMS notification<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> Push notification<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> Free Courier Flyers<\\\/li>\\n<\\\/ul>\\n<\\\/div>\",\"link_target\":false,\"link\":\"https:\\\/\\\/app.delyva.com\\\/customer\\\/sign-up\",\"title_style\":\"heading-large\",\"css\":\".tm-pricing {\\n    font-size: 30px;\\n    vertical-align: top;\\n}\",\"link_size\":\"large\",\"maxwidth\":\"large\",\"text_align\":\"left\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"title_decoration\":\"\",\"title_color\":\"\",\"meta_color\":\"danger\",\"meta_margin\":\"\",\"content_style\":\"\",\"image_border\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"icon_color\":\"\",\"image_gutter\":\"\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image_svg_color\":\"emphasis\",\"title_margin\":\"\",\"content_margin\":\"\",\"image_margin\":\"\",\"link_margin\":\"\",\"title_align\":\"top\",\"title_grid_width\":\"1-2\",\"title_breakpoint\":\"m\",\"panel_content_padding\":\"\",\"title_gutter\":\"\",\"link_type\":\"\",\"block_align\":\"center\",\"title_hover_style\":\"reset\",\"image_transition\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\"}}]},{\"name\":\"\",\"type\":\"column\",\"props\":{\"widths\":[\"\"],\"image_position\":\"center-center\",\"image\":\"\",\"media_overlay_gradient\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"panel\",\"props\":{\"link_text\":\"Get Started\",\"title_element\":\"h3\",\"meta_style\":\"h4\",\"meta_align\":\"above-title\",\"icon_ratio\":4,\"image_align\":\"top\",\"image_grid_width\":\"1-2\",\"image_breakpoint\":\"m\",\"link_style\":\"default\",\"margin\":\"default\",\"panel_style\":\"card-default\",\"panel_size\":\"\",\"title\":\"<span class=\\\"tm-pricing\\\">RM<\\\/span> 10k\",\"meta\":\"<span>&nbsp<\\\/span>\",\"content\":\"\n<p>From RM 5.70<\\\/p>\\n<\/p>\n<div class=\\\"uk-margin-medium\\\">\\n<\/p>\n<ul class=\\\"uk-list\\\">\\n<\/p>\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> Sms and email blast<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> Email notification<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/>\\u00a0SMS notification<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> Push notification<\\\/li>\\n\n<li><img class=\\\"uk-margin-small-right uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg=\\\"\\\" \\\/> Free Courier Flyers<\\\/li>\\n<\\\/ul>\\n<\\\/div>\",\"link_target\":false,\"link\":\"https:\\\/\\\/app.delyva.com\\\/customer\\\/sign-up\",\"title_style\":\"heading-large\",\"css\":\".tm-pricing {\\n    font-size: 30px;\\n    vertical-align: top;\\n}\",\"link_size\":\"large\",\"maxwidth\":\"large\",\"text_align\":\"left\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"title_decoration\":\"\",\"title_color\":\"\",\"meta_color\":\"\",\"meta_margin\":\"\",\"content_style\":\"\",\"image_border\":\"\",\"image_box_shadow\":\"\",\"image_hover_box_shadow\":\"\",\"image_box_decoration\":\"\",\"icon_color\":\"\",\"image_gutter\":\"\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"image_svg_color\":\"emphasis\",\"title_margin\":\"\",\"content_margin\":\"\",\"image_margin\":\"\",\"link_margin\":\"\",\"title_align\":\"top\",\"title_grid_width\":\"1-2\",\"title_breakpoint\":\"m\",\"panel_content_padding\":\"\",\"title_gutter\":\"\",\"link_type\":\"\",\"block_align\":\"center\",\"title_hover_style\":\"reset\",\"image_transition\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\"}}]}]}]},{\"name\":\"Flow - Pricing table\",\"type\":\"section\",\"props\":{\"style\":\"default\",\"width\":\"expand\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"id\":\"compare\",\"animation\":\"slide-bottom-medium\",\"padding\":\"large\",\"width_expand\":\"\",\"height\":\"\",\"header_transparent\":\"\",\"image_effect\":\"\",\"text_color\":\"\",\"status\":\"disabled\"},\"children\":[{\"name\":\"\",\"type\":\"row\",\"props\":{\"fixed_width\":\"large\",\"breakpoint\":\"m\",\"layout\":\"1-1\"},\"children\":[{\"name\":\"\",\"type\":\"column\",\"props\":{\"widths\":[\"1-1\"],\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"headline\",\"props\":{\"title_element\":\"h2\",\"content\":\"Compare all topup plans\",\"margin\":\"large\",\"title_style\":\"h1\",\"title_decoration\":\"\",\"title_color\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"block_align\":\"\"}},{\"name\":\"\",\"type\":\"html\",\"props\":{\"content\":\"\n<div id=\\\"delyva-pricing-table\\\" class=\\\"uk-overflow-auto topup_table\\\">\\n<\/p>\n<table class=\\\"uk-table uk-table-striped\\\">\\n    <\/p>\n<thead>\\n        <\/p>\n<tr>\\n            <\/p>\n<th class=\\\"topup_table_header_plan uk-text-primary\\\">Top Up Plans <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"Your plans will be renewed according to your latest top up package. For example, if you are on RM5000 plan and you choose to top up with a RM50 plan, your new rates follow RM50. Your account credits are not refundable.\\\"><\\\/i><\\\/th>\\n            <\/p>\n<th class=\\\"topup_table_header_rate uk-text-primary\\\"><span class=\\\"uk-text-bold\\\">CJ Century Special Rate <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"CJ Century Special Rate are only valid for PARCEL shipments within West Malaysia (Semenanjung) excluding Langkawi.\\\"><\\\/i><\\\/span><\\\/th>\\n            \\n            <\/p>\n<th class=\\\"topup_table_header_rate uk-text-primary\\\"><span class=\\\"uk-text-bold\\\">POSlaju Special Rate <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"Poslaju Special Rate are only valid for shipments within West Malaysia (Semenanjung) and within Sabah &#038; within Sarawak.\\\"><\\\/i><\\\/span><\\\/th>\\n            <\/p>\n<th class=\\\"topup_table_header_free_flyer uk-text-primary\\\"><span class=\\\"uk-text-bold\\\">FREE flyers <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"You can buy our nicely designed courier flyers A3 or A5 at <strong>shop.delyva.com.<\\\/strong> For free flyers, please request via LiveChat or email at contact@delyva.com.\\\"><\\\/i><\\\/span><\\\/th>\\n            <\/p>\n<th class=\\\"topup_table_header_free_credits uk-text-primary\\\"><span class=\\\"uk-text-bold\\\">FREE credits <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"Get FREE additional credits! FREE Credits = Free Shipping.\\\"><\\\/i><\\\/span><\\\/th>\\n            <\/p>\n<th class=\\\"topup_table_header_sms uk-text-primary\\\"><span class=\\\"uk-text-bold\\\">SMS notifications <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"Pick-up &#038; delivery status notifications to your customer via SMS once the package have been collected by one of our partners. You have to enable in your Profile settings.\\\"><\\\/i><\\\/span><\\\/th>\\n            <\/p>\n<th class=\\\"topup_table_header_blast uk-text-primary\\\"><span class=\\\"uk-text-bold\\\">Marketing: WhatsApp, SMS & Email <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"Get more sales from your previous customers! Send marketing promotions or ask your customers to like your facebook page via e-mail or SMS.\\\"><\\\/i><\\\/span><\\\/th>\\n            <\/p>\n<th class=\\\"topup_table_header_push uk-text-primary\\\"><span class=\\\"uk-text-bold\\\">Push notifications <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"Unlimited pick-up &#038; delivery status notifications to your customer via PUSH notifications to desktop or mobile browser.\\\"><\\\/i><\\\/span><\\\/th>\\n            <\/p>\n<th class=\\\"topup_table_header_email uk-text-primary\\\"><span class=\\\"uk-text-bold\\\">Email notifications <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"Unlimited pick-up &#038; delivery status notifications to you and your customer via E-mail. You have to enable in your Profile settings.\\\"><\\\/i><\\\/span><\\\/th>\\n            <\/p>\n<th class=\\\"topup_table_header_brand uk-text-primary\\\"><span class=\\\"uk-text-bold\\\">Custom branding <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"1) Your logo and promotion text in e-mail notifications to your customers.<br \/>2) Promotion text in your shipping label \\\/ consignment note.\\\"><\\\/i><\\\/span><\\\/th>\\n            <\/p>\n<th class=\\\"topup_table_header_expiry uk-text-primary\\\"><span class=\\\"uk-text-bold\\\">Expiry <i class=\\\"fal fa-info-circle pl-1\\\" uk-tooltip=\\\"Your credits will expire in 12 months from your last top-up date.\\\"><\\\/i><\\\/span><\\\/th>\\n        <\\\/tr>\\n    <\\\/thead>\\n    <\/p>\n<tbody>\\n        <\/p>\n<tr>\\n            <\/p>\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 10<\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 7.30<\\\/span> (1kg)\\n            <\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 7.50<\\\/span> (1kg)\\n            <\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-danger\\\" src=\\\"wp-content\\\/uploads\\\/pricing-cross.svg\\\" uk-svg><\\\/td>\\n             <\/p>\n<td><img class=\\\"uk-text-danger\\\" src=\\\"wp-content\\\/uploads\\\/pricing-cross.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold\\\">0.20\\\/SMS<\\\/span> (optional)<\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free<\\\/td>\\n            <\/p>\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>\\n        <\/p>\n<tr>\\n            <\/p>\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 20<\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.90<\\\/span> (1kg)\\n            <\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.70<\\\/span> (1kg)\\n            <\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-danger\\\" src=\\\"wp-content\\\/uploads\\\/pricing-cross.svg\\\" uk-svg><\\\/td>\\n             <\/p>\n<td><img class=\\\"uk-text-danger\\\" src=\\\"wp-content\\\/uploads\\\/pricing-cross.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold\\\">0.15\\\/SMS<\\\/span> (optional)<\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free<\\\/td>\\n            <\/p>\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>\\n        <\/p>\n<tr>\\n            <\/p>\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 50<\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.20<\\\/span> (2kg)\\n            <\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.48<\\\/span> (1kg)\\n            <\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-danger\\\" src=\\\"wp-content\\\/uploads\\\/pricing-cross.svg\\\" uk-svg><\\\/td>\\n             <\/p>\n<td><img class=\\\"uk-text-danger\\\" src=\\\"wp-content\\\/uploads\\\/pricing-cross.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold\\\">0.15\\\/SMS<\\\/span> (optional)<\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free<\\\/td>\\n            <\/p>\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>\\n        <\/p>\n<tr>\\n            <\/p>\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 100<\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.00<\\\/span> (2kg)\\n            <\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.48<\\\/span> (2kg)\\n            <\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-danger\\\" src=\\\"wp-content\\\/uploads\\\/pricing-cross.svg\\\" uk-svg><\\\/td>\\n             <\/p>\n<td><img class=\\\"uk-text-danger\\\" src=\\\"wp-content\\\/uploads\\\/pricing-cross.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold\\\">0.10\\\/SMS<\\\/span> (optional)<\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free<\\\/td>\\n            <\/p>\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>\\n        <\/p>\n<tr>\\n            <\/p>\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 500<\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.00<\\\/span> (2kg)\\n            <\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.48<\\\/span> (2kg)\\n            <\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-danger\\\" src=\\\"wp-content\\\/uploads\\\/pricing-cross.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-emphasis uk-text-bold\\\">RM5<\\\/span><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold\\\">0.10\\\/SMS<\\\/span> (optional)<\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free<\\\/span><\\\/td>\\n            <\/p>\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>\\n        <\/p>\n<tr>\\n            <\/p>\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 1,000<\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.00<\\\/span> (2kg)\\n            <\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.48<\\\/span> (2kg)\\n            <\\\/td>\\n            <\/p>\n<td>100 pcs<\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-emphasis uk-text-bold\\\">RM10<\\\/span><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold\\\">0.10\\\/SMS<\\\/span> (optional)<\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free<\\\/span><\\\/td>\\n            <\/p>\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>\\n        <\/p>\n<tr>\\n            <\/p>\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 2,000<br \/><span class=\\\"uk-text-warning uk-text-small\\\">Popular!<\\\/span><\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 5.90<\\\/span> (3kg)\\n            <\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.48<\\\/span> (2kg)\\n            <\\\/td>\\n            <\/p>\n<td>300 pcs<\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-emphasis uk-text-bold\\\">RM20<\\\/span><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free Unlimited<\\\/span><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free<\\\/span><\\\/td>\\n            <\/p>\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>\\n        <\/p>\n<tr>\\n            <\/p>\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 5,000<\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 5.90<\\\/span> (3kg)\\n            <\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.48<\\\/span> (2kg)\\n            <\\\/td>\\n            <\/p>\n<td>700 pcs<\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-emphasis uk-text-bold\\\">RM50<\\\/span><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free Unlimited<\\\/span><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free<\\\/span><\\\/td>\\n            <\/p>\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>\\n        <\/p>\n<tr>\\n            <\/p>\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 10,000<\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 5.90<\\\/span> (3kg)\\n            <\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.48<\\\/span> (2kg)\\n            <\\\/td>\\n            <\/p>\n<td>1,500 pcs<\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-emphasis uk-text-bold\\\">RM100<\\\/span><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free Unlimited<\\\/span><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free<\\\/span><\\\/td>\\n            <\/p>\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>\\n        <\/p>\n<tr>\\n            <\/p>\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 20,000<\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 5.90<\\\/span> (3kg)\\n            <\\\/td>\\n            \\n            <\/p>\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 6.48<\\\/span> (2kg)\\n            <\\\/td>\\n            <\/p>\n<td>2,500 pcs<\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-emphasis uk-text-bold\\\">RM200<\\\/span><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free Unlimited<\\\/span><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            <\/p>\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free<\\\/span><\\\/td>\\n            <\/p>\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>\\n        <!--\\n        \n\n<tr>\\n            \n\n<td class=\\\"uk-text-bold uk-text-emphasis\\\">RM 50,000<\\\/td>\\n            \n\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 5.90<\\\/span> (3kg)\\n            <\\\/td>\\n            \n\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 5.70<\\\/span> (1kg)\\n            <\\\/td>\\n            \n\n<td>\\n              <span class=\\\"uk-text-emphasis\\\">RM 5.70<\\\/span> (2kg)\\n            <\\\/td>\\n            \n\n<td>6,000 pcs<\\\/td>\\n            \n\n<td><span class=\\\"uk-text-emphasis uk-text-bold\\\">RM2,500<\\\/span><\\\/td>\\n            \n\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            \n\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            \n\n<td><img class=\\\"uk-text-success\\\" src=\\\"wp-content\\\/uploads\\\/pricing-check.svg\\\" uk-svg><\\\/td>\\n            \n\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free Unlimited<\\\/span><\\\/td>\\n            \n\n<td><span class=\\\"uk-text-bold uk-text-success\\\">Free Unlimited<\\\/span><\\\/td>\\n            \n\n<td class=\\\"uk-text-success\\\"><span class=\\\"uk-text-bold\\\">12<\\\/span> months<\\\/td>\\n        <\\\/tr>-->\\n    <\\\/tbody>\\n<\\\/table>\\n<\\\/div>\"}}]}]}]},{\"name\":\"Faq\",\"type\":\"section\",\"props\":{\"width\":\"small\",\"padding\":\"large\",\"style\":\"default\",\"header_overlay\":\"\",\"animation\":\"\",\"padding_remove_top\":true,\"image_size\":\"cover\",\"image_position\":\"center-center\",\"image_effect\":\"\",\"vertical_align\":\"middle\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"text_color\":\"\",\"width_expand\":\"\",\"height\":\"\",\"header_transparent\":\"\",\"status\":\"disabled\"},\"children\":[{\"name\":\"\",\"type\":\"row\",\"props\":{\"layout\":\"1-1\",\"breakpoint\":\"m\",\"fixed_width\":\"large\",\"margin\":\"xlarge\"},\"children\":[{\"name\":\"\",\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"widths\":[\"1-1\"],\"media_overlay_gradient\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"headline\",\"props\":{\"title_element\":\"h1\",\"title_style\":\"\",\"title_decoration\":\"\",\"title_color\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"margin\":\"default\",\"animation\":\"\",\"visibility\":\"\",\"content\":\"Frequently asked questions\",\"block_align\":\"\"}},{\"name\":\"\",\"type\":\"accordion\",\"props\":{\"multiple\":false,\"collapsible\":true,\"text_align\":\"\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"maxwidth\":\"\",\"margin\":\"large\",\"animation\":\"\",\"visibility\":\"\",\"show_image\":true,\"show_link\":true,\"title_element\":\"h3\",\"image_align\":\"top\",\"image_grid_width\":\"1-2\",\"image_breakpoint\":\"m\",\"link_text\":\"Read more\",\"link_style\":\"default\",\"content_style\":\"\",\"image_border\":\"\",\"image_gutter\":\"\",\"link_size\":\"\",\"maxwidth_breakpoint\":\"\",\"image_svg_color\":\"emphasis\",\"block_align\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"accordion_item\",\"props\":{\"title\":\"Which courier services are available?\",\"content\":\"<\/p>\n<p>You get access to a wide range of delivery services such as Poslaju, same-day delivery and more, under just one platform. <a href=\\\"https:\\\/\\\/delyva.com\\\/my\\\/features\\\/\\\">Click here<\\\/a> for a full list of services or use the <a href=\\\"https:\\\/\\\/delyva.com\\\/my\\\/check-rates\\\/\\\">instant quote<\\\/a> to see the list of services with the rates.<\\\/p>\"}},{\"name\":\"\",\"type\":\"accordion_item\",\"props\":{\"content\":\"<\/p>\n<p>Rates vary depending on the type of service, weight of item, or distance for same-day delivery. You can also get more discounts with a higher top up plan. Get items delivered for as low as RM5.70 with Delyva (see table above).<\\\/p>\\n<\/p>\n<p>For exact rates, use the rates calculator above or in your <a href=\\\"https:\\\/\\\/app.delyva.com\\\/customer\\\/dashboard\\\">dashboard<\\\/a>.<\\\/p>\",\"title\":\"What are your rates for deliveries?\"}},{\"name\":\"\",\"type\":\"accordion_item\",\"props\":{\"title\":\"How to pay for deliveries?\",\"content\":\"<\/p>\n<p>First, you need to top up credits into your account. Then, credits will be deducted accordingly for every delivery or jobs booked.<\\\/p>\\n<\/p>\n<p>To make life even easier, you can also link a credit card to your Delyva account. We will charge your card on a weekly basis based on the amount used.<\\\/p>\"}},{\"name\":\"\",\"type\":\"accordion_item\",\"props\":{\"content\":\"<\/p>\n<p>We accept online banking, credit\\\/debit cards, and bank transfers. Cash payment by sender or receiver is available only for MatDespatch services.<\\\/p>\\n<\/p>\n<p>You can also purchase credits via e-wallet such as Touch N Go, Boost, WeChat Pay, or Alipay.\\u00a0<\\\/p>\",\"title\":\"What payment methods do you accept?\"}},{\"name\":\"\",\"type\":\"accordion_item\",\"props\":{\"title\":\"How long until my credits expire?\",\"content\":\"<\/p>\n<p>Credits will expire in 12 months from your last top up date.<\\\/p>\\n<\/p>\n<p>You can continue to enjoy Poslaju special rate for the specific top up plan until you change to a different top up plan.\\u00a0For example, if you are on RM5,000 plan and you choose to top up with a RM50 plan, your new rates will follow that of RM50.<\\\/p>\"}},{\"name\":\"\",\"type\":\"accordion_item\",\"props\":{\"title\":\"Is there any contract?\",\"content\":\"<\/p>\n<p>No contract is needed to start creating shipments using Delyva shipping platform.\\u00a0There is also no volume commitment to enjoy discounted shipping rates and pickup service.<\\\/p>\"}},{\"name\":\"\",\"type\":\"accordion_item\",\"props\":{\"title\":\"Can I cancel and get refund?\",\"content\":\"<\/p>\n<p>You may cancel a shipment before our delivery partners is on the way to collect. Credits deducted will go back into your account. However, this does not apply to delays and account credits are not refundable.<\\\/p>\\n<\/p>\n<p>\\u00a0<\\\/p>\"}},{\"name\":\"\",\"type\":\"accordion_item\",\"props\":{\"content\":\"<\/p>\n<p>There is basic liability coverage of up to RM200. You may also opt for premium insurance for as low as RM1.<\\\/p>\",\"title\":\"Are my shipments insured?\"}},{\"name\":\"\",\"type\":\"accordion_item\",\"props\":{\"title\":\"Do you offer more discount?\",\"content\":\"<\/p>\n<p>In addition to already discounted shipping rates when you <a href=\\\"https:\\\/\\\/app.delyva.com\\\/customer\\\/dashboard\\\">sign up<\\\/a>, you can also get free credits, free flyers, and free SMS delivery status updates with the top up plans.\\u00a0<\\\/p>\"}}]}]}]}]},{\"name\":\"Delyva - Default CTA\",\"type\":\"section\",\"props\":{\"style\":\"muted\",\"width\":\"small\",\"vertical_align\":\"middle\",\"title_position\":\"top-right\",\"title_rotation\":\"left\",\"title_breakpoint\":\"xl\",\"image_position\":\"center-center\",\"height\":\"\",\"padding\":\"xlarge\",\"header_transparent\":\"\",\"animation\":\"\",\"title\":\"\",\"padding_remove_top\":false,\"css\":\"\",\"image\":\"wp-content\\\/uploads\\\/website-pattern.svg\",\"text_color\":\"\",\"image_size\":\"\",\"image_effect\":\"\",\"image_visibility\":\"\",\"media_blend_mode\":\"\",\"image_width\":\"1140\"},\"children\":[{\"name\":\"\",\"type\":\"row\",\"props\":{\"fixed_width\":\"large\",\"breakpoint\":\"m\",\"layout\":\"1-1\"},\"children\":[{\"name\":\"\",\"type\":\"column\",\"props\":{\"widths\":[\"1-1\"],\"image_position\":\"center-center\",\"media_overlay_gradient\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"headline\",\"props\":{\"title_element\":\"h1\",\"content\":\"Ready to get started?\",\"text_align\":\"center\",\"title_style\":\"heading-medium\",\"title_color\":\"\",\"margin\":\"\",\"title_decoration\":\"\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"margin_remove_bottom\":false,\"block_align\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\"}},{\"name\":\"\",\"type\":\"text\",\"props\":{\"margin\":\"medium\",\"column_breakpoint\":\"m\",\"text_align\":\"center\",\"maxwidth\":\"xxlarge\",\"content\":\"<\/p>\n<div class=\\\"uk-margin uk-width-xxlarge uk-margin-auto uk-text-center\\\">\\n<\/p>\n<p>Join thousands of businesses of all sizes that use Delyva to deliver faster and make their customers happy and satisfied<\\\/p>\\n<\\\/div>\",\"text_color\":\"\",\"text_style\":\"\",\"text_size\":\"large\",\"column\":\"\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"margin_remove_top\":true,\"margin_remove_bottom\":false,\"class\":\"mb-6\",\"block_align\":\"center\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\"}},{\"name\":\"CTA Buttons\",\"type\":\"button\",\"props\":{\"gutter\":\"small\",\"margin\":\"\",\"button_size\":\"\",\"text_align\":\"center\",\"text_align_breakpoint\":\"\",\"text_align_fallback\":\"\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"class\":\"\",\"fullwidth\":false,\"css\":\".el-element {\\n    margin-top: -30px;\\n}\",\"margin_remove_top\":true,\"block_align\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\"},\"children\":[{\"name\":\"\",\"type\":\"button_item\",\"props\":{\"button_style\":\"primary\",\"icon_align\":\"left\",\"link_target\":\"\",\"content\":\"Sign up for free\",\"link_title\":\"Sign up for free\",\"link\":\"https:\\\/\\\/my.delyva.app\\\/customer\\\/signup\"}},{\"type\":\"button_item\",\"props\":{\"button_style\":\"\",\"icon_align\":\"left\",\"link_target\":\"\",\"content\":\"Contact sales\",\"link\":\"https:\\\/\\\/share.hsforms.com\\\/1eqJGhJ_KT8alamR5XSw5cA54gwc\",\"link_title\":\"Contact sales\"}}]},{\"name\":\"\",\"type\":\"button\",\"props\":{\"gutter\":\"small\",\"margin\":\"\",\"button_size\":\"large\",\"text_align\":\"center\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"maxwidth\":\"\",\"maxwidth_breakpoint\":\"\",\"animation\":\"\",\"visibility\":\"\",\"class\":\"\",\"margin_remove_top\":false,\"block_align\":\"\",\"position\":\"\",\"position_z_index\":\"\",\"block_align_breakpoint\":\"\",\"block_align_fallback\":\"\",\"status\":\"disabled\"},\"children\":[{\"name\":\"\",\"type\":\"button_item\",\"props\":{\"button_style\":\"primary\",\"icon_align\":\"left\",\"link_target\":\"\",\"content\":\"Sign up for free\",\"link_title\":\"Sign up for free\",\"link\":\"https:\\\/\\\/my.delyva.app\\\/customer\\\/signup\"}}]}]}]}]}],\"props\":[],\"version\":\"1.20.6\"} --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get Instant Quotation Compare courier and delivery services rates and performance No minimum commitment or contract is required.Instant access to 20+ courier partners in one platform.\u2022 Instant delivery \u2022 Same-day delivery \u2022 Domestic delivery \u2022 Cash On Delivery (COD) \u2022 International delivery Origin Address Postcode Destination Address Postcode Item type ParcelDocumentFoodCakeFlowerChillFrozenBulky Packages (>10kg)Motorcycle (cc) Weight [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":14560,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"iawp_total_views":4419,"footnotes":""},"class_list":["post-1410","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Get Instant Quotation for Courier and Delivery Service | DelyvaNow<\/title>\n<meta name=\"description\" content=\"Compare courier and delivery services rates and performance. Enter the origin, destination, and weight. No minimum commitment is required.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/staging-website.delyvax.com\/my\/check-rates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Get Instant Quotation for Courier and Delivery Service | DelyvaNow\" \/>\n<meta property=\"og:description\" content=\"Compare courier and delivery services rates and performance. Enter the origin, destination, and weight. No minimum commitment is required.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging-website.delyvax.com\/my\/check-rates\/\" \/>\n<meta property=\"og:site_name\" content=\"DelyvaNow Malaysia\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DelyvaMY\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-02T02:57:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/staging-website.delyvax.com\/my\/wp-content\/uploads\/delyva-compare-courier-delivery-service.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/staging-website.delyvax.com\/my\/wp-content\/uploads\/delyva-compare-courier-delivery-service.jpg\" \/>\n<meta name=\"twitter:site\" content=\"@Delyva_MY\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"102 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/check-rates\/\",\"url\":\"https:\/\/staging-website.delyvax.com\/my\/check-rates\/\",\"name\":\"Get Instant Quotation for Courier and Delivery Service | DelyvaNow\",\"isPartOf\":{\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/check-rates\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/check-rates\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging-website.delyvax.com\/my\/wp-content\/uploads\/delyva-compare-courier-delivery-service.jpg\",\"datePublished\":\"2018-12-26T23:58:46+00:00\",\"dateModified\":\"2024-02-02T02:57:09+00:00\",\"description\":\"Compare courier and delivery services rates and performance. Enter the origin, destination, and weight. No minimum commitment is required.\",\"breadcrumb\":{\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/check-rates\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/staging-website.delyvax.com\/my\/check-rates\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/check-rates\/#primaryimage\",\"url\":\"https:\/\/staging-website.delyvax.com\/my\/wp-content\/uploads\/delyva-compare-courier-delivery-service.jpg\",\"contentUrl\":\"https:\/\/staging-website.delyvax.com\/my\/wp-content\/uploads\/delyva-compare-courier-delivery-service.jpg\",\"width\":1080,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/check-rates\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/staging-website.delyvax.com\/my\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Check rates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/#website\",\"url\":\"https:\/\/staging-website.delyvax.com\/my\/\",\"name\":\"DelyvaNow Malaysia\",\"description\":\"Deliver Faster, Smarter\",\"publisher\":{\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/staging-website.delyvax.com\/my\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/#organization\",\"name\":\"Delyva\",\"url\":\"https:\/\/staging-website.delyvax.com\/my\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/delyva.com\/my\/wp-content\/uploads\/logo.svg\",\"contentUrl\":\"https:\/\/delyva.com\/my\/wp-content\/uploads\/logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Delyva\"},\"image\":{\"@id\":\"https:\/\/staging-website.delyvax.com\/my\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/DelyvaMY\/\",\"https:\/\/x.com\/Delyva_MY\",\"https:\/\/www.instagram.com\/delyva_my\/\",\"https:\/\/www.linkedin.com\/company\/delyva\",\"https:\/\/www.youtube.com\/channel\/UCIp1gfVTRpfANKBZQ5fk31w\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Get Instant Quotation for Courier and Delivery Service | DelyvaNow","description":"Compare courier and delivery services rates and performance. Enter the origin, destination, and weight. No minimum commitment is required.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/staging-website.delyvax.com\/my\/check-rates\/","og_locale":"en_US","og_type":"article","og_title":"Get Instant Quotation for Courier and Delivery Service | DelyvaNow","og_description":"Compare courier and delivery services rates and performance. Enter the origin, destination, and weight. No minimum commitment is required.","og_url":"https:\/\/staging-website.delyvax.com\/my\/check-rates\/","og_site_name":"DelyvaNow Malaysia","article_publisher":"https:\/\/www.facebook.com\/DelyvaMY\/","article_modified_time":"2024-02-02T02:57:09+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/staging-website.delyvax.com\/my\/wp-content\/uploads\/delyva-compare-courier-delivery-service.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/staging-website.delyvax.com\/my\/wp-content\/uploads\/delyva-compare-courier-delivery-service.jpg","twitter_site":"@Delyva_MY","twitter_misc":{"Est. reading time":"102 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/staging-website.delyvax.com\/my\/check-rates\/","url":"https:\/\/staging-website.delyvax.com\/my\/check-rates\/","name":"Get Instant Quotation for Courier and Delivery Service | DelyvaNow","isPartOf":{"@id":"https:\/\/staging-website.delyvax.com\/my\/#website"},"primaryImageOfPage":{"@id":"https:\/\/staging-website.delyvax.com\/my\/check-rates\/#primaryimage"},"image":{"@id":"https:\/\/staging-website.delyvax.com\/my\/check-rates\/#primaryimage"},"thumbnailUrl":"https:\/\/staging-website.delyvax.com\/my\/wp-content\/uploads\/delyva-compare-courier-delivery-service.jpg","datePublished":"2018-12-26T23:58:46+00:00","dateModified":"2024-02-02T02:57:09+00:00","description":"Compare courier and delivery services rates and performance. Enter the origin, destination, and weight. No minimum commitment is required.","breadcrumb":{"@id":"https:\/\/staging-website.delyvax.com\/my\/check-rates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging-website.delyvax.com\/my\/check-rates\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging-website.delyvax.com\/my\/check-rates\/#primaryimage","url":"https:\/\/staging-website.delyvax.com\/my\/wp-content\/uploads\/delyva-compare-courier-delivery-service.jpg","contentUrl":"https:\/\/staging-website.delyvax.com\/my\/wp-content\/uploads\/delyva-compare-courier-delivery-service.jpg","width":1080,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/staging-website.delyvax.com\/my\/check-rates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/staging-website.delyvax.com\/my\/"},{"@type":"ListItem","position":2,"name":"Check rates"}]},{"@type":"WebSite","@id":"https:\/\/staging-website.delyvax.com\/my\/#website","url":"https:\/\/staging-website.delyvax.com\/my\/","name":"DelyvaNow Malaysia","description":"Deliver Faster, Smarter","publisher":{"@id":"https:\/\/staging-website.delyvax.com\/my\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging-website.delyvax.com\/my\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/staging-website.delyvax.com\/my\/#organization","name":"Delyva","url":"https:\/\/staging-website.delyvax.com\/my\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging-website.delyvax.com\/my\/#\/schema\/logo\/image\/","url":"https:\/\/delyva.com\/my\/wp-content\/uploads\/logo.svg","contentUrl":"https:\/\/delyva.com\/my\/wp-content\/uploads\/logo.svg","width":1,"height":1,"caption":"Delyva"},"image":{"@id":"https:\/\/staging-website.delyvax.com\/my\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DelyvaMY\/","https:\/\/x.com\/Delyva_MY","https:\/\/www.instagram.com\/delyva_my\/","https:\/\/www.linkedin.com\/company\/delyva","https:\/\/www.youtube.com\/channel\/UCIp1gfVTRpfANKBZQ5fk31w"]}]}},"jetpack_shortlink":"https:\/\/wp.me\/PaybDw-mK","jetpack_likes_enabled":false,"jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/staging-website.delyvax.com\/my\/wp-json\/wp\/v2\/pages\/1410"}],"collection":[{"href":"https:\/\/staging-website.delyvax.com\/my\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging-website.delyvax.com\/my\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging-website.delyvax.com\/my\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging-website.delyvax.com\/my\/wp-json\/wp\/v2\/comments?post=1410"}],"version-history":[{"count":1,"href":"https:\/\/staging-website.delyvax.com\/my\/wp-json\/wp\/v2\/pages\/1410\/revisions"}],"predecessor-version":[{"id":16939,"href":"https:\/\/staging-website.delyvax.com\/my\/wp-json\/wp\/v2\/pages\/1410\/revisions\/16939"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/staging-website.delyvax.com\/my\/wp-json\/wp\/v2\/media\/14560"}],"wp:attachment":[{"href":"https:\/\/staging-website.delyvax.com\/my\/wp-json\/wp\/v2\/media?parent=1410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}