{"id":401,"date":"2026-03-06T17:04:09","date_gmt":"2026-03-06T17:04:09","guid":{"rendered":"https:\/\/cleverotel.com\/residential\/?page_id=401"},"modified":"2026-03-09T14:16:46","modified_gmt":"2026-03-09T14:16:46","slug":"rates","status":"publish","type":"page","link":"https:\/\/cleverotel.com\/residential\/rates\/","title":{"rendered":"International Rates"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"401\" class=\"elementor elementor-401\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e2d1a1 e-flex e-con-boxed e-con e-parent\" data-id=\"7e2d1a1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eaeacd0 elementor-widget elementor-widget-page-title\" data-id=\"eaeacd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"page-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"hfe-page-title hfe-page-title-wrapper elementor-widget-heading\">\n\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cleverotel.com\/residential\">\n\t\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\n\t\t\t\t\t\t\t\t\n\t\t\t\tInternational Rates  \n\t\t\t<\/h2 > \n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f840898 e-flex e-con-boxed e-con e-parent\" data-id=\"f840898\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e76b2fb e-con-full e-flex e-con e-child\" data-id=\"e76b2fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-142eb4d elementor-widget elementor-widget-text-editor\" data-id=\"142eb4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"zpelement zpelem-text \" data-element-id=\"elm_rZzholxS-bDXY6Ku6jlmzQ\" data-element-type=\"text\"><div class=\"zptext zptext-align-center \" data-editor=\"true\"><p><strong>We are committed to provide world&#8217;s lowest rates to our customers. Never again worry about your phone bills again.<\/strong><\/p><\/div><\/div><div class=\"zpelement zpelem-spacer \" data-element-id=\"elm_lipzUMENYAKZlIqGntopiQ\" data-element-type=\"spacer\"><div class=\"zpspacer \" data-height=\"30\">\u00a0<\/div><\/div><div class=\"zpelement zpelem-text \" data-element-id=\"elm_hIEn0Rcijplarrvi6wJE-w\" data-element-type=\"text\"><div class=\"zptext zptext-align-center \" data-editor=\"true\"><p>Popular searches: India, United States, UAE<\/p><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e13f638 elementor-widget elementor-widget-html\" data-id=\"e13f638\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n    <meta charset=\"UTF-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Document<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600&display=swap');\n\n        body {\n            font-family: 'Poppins', sans-serif;\n        }\n\n        .searchbar {\n            width: 50%;\n            display: flex;\n            margin: auto;\n            margin-bottom: 30px;\n            position: relative;\n        }\n\n        .btn {\n            background: #5da204;\n            text-align: center;\n            width: fit-content;\n            padding: 10px 30px;\n            border: none;\n            color: white;\n            cursor: pointer;\n        }\n\n        .btn:hover {\n            background: #4b8502;\n        }\n\n        #total-cost {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Three columns *\/\n            gap: 25px;\n            justify-items: center;\n            padding: 20px;\n            font-family: inherit;\n            color: red;\n            font-weight: 700;\n        }\n\n        .rates-box {\n            width: 250px;\n            height: 180px;\n            border-radius: 16px;\n            border: 1px solid #5da204;\n            color: black;\n        }\n\n        .rates-box > .header {\n            padding: 10px 0;\n            border-radius: 16px 16px 0 0;\n            background-color: #5da204;\n            color: white;\n            text-align: center;\n        }\n\n        .rates-box > .header > h4 {\n            font-size: 16px !important;\n            color: #ffffff !important;\n        }\n\n        .rates-box h4,\n        .rates-box p {\n            margin: 2px;\n            text-align: center;\n        }\n\n        .land-line {\n            font-size: 14px;\n            border-bottom: 0.5px solid #0000001a;\n        }\n\n        .mobile {\n            font-size: 14px;\n        }\n\n        .min {\n            font-size: 16px;\n            font-weight: 600;\n        }\n\n        \/* Dropdown suggestions *\/\n        .suggestions {\n            position: absolute;\n            top: 100%; \/* Place directly below the input *\/\n            left: 0;\n            width: 100%;\n            background-color: white;\n            border: 1px solid #ccc;\n            z-index: 1000;\n            max-height: 150px;\n            overflow-y: auto;\n        }\n\n        .suggestions p {\n            padding: 10px;\n            cursor: pointer;\n            margin: 0;\n            font-family: 'Poppins', sans-serif;\n        }\n\n        .suggestions p:hover {\n            background-color: #f0f0f0;\n        }\n    <\/style>\n\n\n    <form class=\"searchbar\" name=\"myForm\" onsubmit=\"validateForm(event)\" method=\"post\">\n        <input type=\"text\" name=\"fname\" placeholder=\"Where do you want to call?\" oninput=\"showSuggestions(this.value)\" autocomplete=\"off\">\n        <input type=\"submit\" value=\"Submit\" class=\"btn\">\n        <div class=\"suggestions\" id=\"suggestions\"><\/div>\n    <\/form>\n    <div id=\"total-cost\"><\/div>\n\n    <script>\n        let countryList = [];\n\n        fetch('https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/1wMcDVrfJPFjw1BD90PzjMreKa6uzajf5Wq5YbdVKAxo\/values\/cl_rate?alt=json&key=AIzaSyD7cVJBHcIoFHZ89Nio2-Qu6rbH_9ZoShA')\n            .then(response => response.json())\n            .then(data => {\n                countryList = data.values.map(record => record[2].toLowerCase());\n            });\n\n        function showSuggestions(value) {\n            const suggestionsContainer = document.getElementById(\"suggestions\");\n            suggestionsContainer.innerHTML = \"\";\n\n            if (value.length > 0) {\n                const filteredCountries = countryList.filter(country => country.startsWith(value.toLowerCase()));\n\n                filteredCountries.forEach(country => {\n                    const suggestion = document.createElement(\"p\");\n                    suggestion.textContent = country.charAt(0).toUpperCase() + country.slice(1); \/\/ Capitalize first letter\n                    suggestion.onclick = () => {\n                        document.forms[\"myForm\"][\"fname\"].value = suggestion.textContent;\n                        suggestionsContainer.innerHTML = \"\"; \/\/ Clear suggestions on selection\n                    };\n                    suggestionsContainer.appendChild(suggestion);\n                });\n            }\n        }\n\n        function validateForm(event) {\n            event.preventDefault();\n            const formData = document.forms[\"myForm\"][\"fname\"].value.toLowerCase();\n\n            if (formData === \"\") {\n                alert(\"Name must be filled out\");\n                return false;\n            }\n\n            fetch('https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/1wMcDVrfJPFjw1BD90PzjMreKa6uzajf5Wq5YbdVKAxo\/values\/cl_rate?alt=json&key=AIzaSyD7cVJBHcIoFHZ89Nio2-Qu6rbH_9ZoShA')\n                .then(response => response.json())\n                .then(data => {\n                    const records = data.values;\n                    let found = false;\n\n                    for (let record of records) {\n                        const country = record[2].toLowerCase();\n                        if (country === formData) {\n                            const content = `\n                            <!-- US\/CANADA BASIC -->\n                                <div class=\"rates-box basic\">\n                                    <div class=\"header\">\n                                        <h4>US\/CANADA BASIC<\/h4>\n                                    <\/div>\n                                    <div class=\"land-line\">\n                                        <div>\n                                            <p>Landline<\/p>\n                                            <p class=\"min\">${record[7]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"mobile\">\n                                        <div>\n                                            <p>Mobile<\/p>\n                                            <p class=\"min\">${record[8]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <!-- US\/CANADA\/INDIA -->\n                                <div class=\"rates-box unlimited\">\n                                    <div class=\"header\">\n                                        <h4>US\/CANADA\/INDIA<\/h4>\n                                    <\/div>\n                                    <div class=\"land-line\">\n                                        <div>\n                                            <p>Landline<\/p>\n                                            <p class=\"min\">${record[9]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"mobile\">\n                                        <div>\n                                            <p>Mobile<\/p>\n                                            <p class=\"min\">${record[10]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <!-- INTERNATIONAL BASIC -->\n                                <div class=\"rates-box inter-basic\">\n                                    <div class=\"header\">\n                                        <h4>INTERNATIONAL BASIC<\/h4>\n                                    <\/div>\n                                    <div class=\"land-line\">\n                                        <div>\n                                            <p>Landline<\/p>\n                                            <p class=\"min\">${record[11]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"mobile\">\n                                        <div>\n                                            <p>Mobile<\/p>\n                                            <p class=\"min\">${record[12]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <!-- INTERNATIONAL ECONOMY -->\n                                <div class=\"rates-box inter-unli\">\n                                    <div class=\"header\">\n                                        <h4>INTERNATIONAL ECONOMY<\/h4>\n                                    <\/div>\n                                    <div class=\"land-line\">\n                                        <div>\n                                            <p>Landline<\/p>\n                                            <p class=\"min\">${record[11]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"mobile\">\n                                        <div>\n                                            <p>Mobile<\/p>\n                                            <p class=\"min\">${record[12]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <!-- INTERNATIONAL PREMIUM -->\n                                <div class=\"rates-box basic\">\n                                    <div class=\"header\">\n                                        <h4>INTERNATIONAL PREMIUM<\/h4>\n                                    <\/div>\n                                    <div class=\"land-line\">\n                                        <div>\n                                            <p>Landline<\/p>\n                                            <p class=\"min\">${record[11]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"mobile\">\n                                        <div>\n                                            <p>Mobile<\/p>\n                                            <p class=\"min\">${record[12]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <!-- PAYG (Pay As You Go) -->\n                                <div class=\"rates-box payg\">\n                                    <div class=\"header\">\n                                        <h4>PAYG (Pay As You Go)<\/h4>\n                                    <\/div>\n                                    <div class=\"land-line\">\n                                        <div>\n                                            <p>Landline<\/p>\n                                            <p class=\"min\">${record[5]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"mobile\">\n                                        <div>\n                                            <p>Mobile<\/p>\n                                            <p class=\"min\">${record[6]} cents\/min<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>`;\n                            document.getElementById('total-cost').innerHTML = content;\n                            found = true;\n                            break;\n                        }\n                    }\n\n                    if (!found) {\n                        const errorMessage = \"Please enter a valid country name or check the spelling of the country.\";\n                        document.getElementById('total-cost').innerHTML = errorMessage;\n                    }\n                });\n        }\n    <\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5883d7 elementor-widget elementor-widget-html\" data-id=\"f5883d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\n.where-do-you form {\n\tdisplay: flex;\n\tjustify-content: center;\n\tgap: 18px;\n}\n.where-do-you form input {\n\theight: 55px !important;\n\twidth: 500px !important;\n}\n.where-do-you form button {\n\theight: 55px !important;\n\tfont-size: 18px !important;\n\tbackground: #5da204;\n}\n\n@media all and (max-width: 767px){\n    \n    .where-do-you form input {\n\twidth: 100% !important;\n}\n    \n}\n\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>International Rates We are committed to provide world&#8217;s lowest rates to our customers. Never again worry about your phone bills [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-401","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cleverotel.com\/residential\/wp-json\/wp\/v2\/pages\/401","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cleverotel.com\/residential\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cleverotel.com\/residential\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cleverotel.com\/residential\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cleverotel.com\/residential\/wp-json\/wp\/v2\/comments?post=401"}],"version-history":[{"count":20,"href":"https:\/\/cleverotel.com\/residential\/wp-json\/wp\/v2\/pages\/401\/revisions"}],"predecessor-version":[{"id":470,"href":"https:\/\/cleverotel.com\/residential\/wp-json\/wp\/v2\/pages\/401\/revisions\/470"}],"wp:attachment":[{"href":"https:\/\/cleverotel.com\/residential\/wp-json\/wp\/v2\/media?parent=401"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}