{"id":5822,"date":"2024-05-16T04:20:38","date_gmt":"2024-05-16T04:20:38","guid":{"rendered":"http:\/\/localhost\/mymobile-product\/?page_id=5822"},"modified":"2026-05-22T06:26:19","modified_gmt":"2026-05-22T06:26:19","slug":"front-mymobile","status":"publish","type":"page","link":"https:\/\/www.mymobileindia.com\/devices\/","title":{"rendered":"Homepage mymobile"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"5822\" class=\"elementor elementor-5822\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-be65c13 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"be65c13\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d46a078\" data-id=\"d46a078\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d3245b9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7d3245b9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-86c9ed1\" data-id=\"86c9ed1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e2baf87 elementor-widget elementor-widget-html\" data-id=\"e2baf87\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\r\n\r\n<style>\r\n.search-box input {\r\n  width: 100%;\r\n  padding: 10px;\r\n  display:none;\r\n}\r\n\r\n\/* Dropdown *\/\r\n.search-results {\r\n  position: absolute;\r\n  width: 100%;\r\n  background: #fff;\r\n  border: 1px solid #ddd;\r\n  max-height: 200px;\r\n  overflow-y: auto;\r\n  z-index: 999;\r\n  display:none;\r\n}\r\n\r\n.search-results div {\r\n  padding: 8px;\r\n  cursor: pointer;\r\n}\r\n\r\n.search-results div:hover {\r\n  background: #f1f1f1;\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n\r\n  const searchInput = document.getElementById(\"search-key\");\r\n  const resultsBox = document.getElementById(\"search-results\");\r\n\r\n  \/\/ \ud83d\udd0d Live Search\r\n  searchInput.addEventListener(\"input\", function() {\r\n\r\n    let query = this.value;\r\n\r\n    if (query.length < 2) {\r\n      resultsBox.innerHTML = \"\";\r\n      return;\r\n    }\r\n\r\n    fetch(window.location.origin + \"\/devices\/wp-json\/wp\/v2\/product?search=\" + query)\r\n      .then(res => res.json())\r\n      .then(data => {\r\n\r\n        let output = \"\";\r\n\r\n        data.forEach(item => {\r\n          output += `<div onclick=\"selectProduct('${item.title.rendered}')\">${item.title.rendered}<\/div>`;\r\n        });\r\n\r\n        resultsBox.innerHTML = output;\r\n\r\n      });\r\n\r\n  });\r\n\r\n  \/\/ \u2705 Select suggestion \u2192 PRODUCT search page\r\n  window.selectProduct = function(name) {\r\n    searchInput.value = name;\r\n    resultsBox.innerHTML = \"\";\r\n\r\n    \/\/ \ud83d\udd25 Only product search (IMPORTANT FIX)\r\n    window.location.href = window.location.origin + \"\/devices\/?s=\" + encodeURIComponent(name) + \"&post_type=product\";\r\n  };\r\n\r\n});\r\n<\/script>\r\n\r\n\r\n<div class=\"finder-box\">\r\n\r\n  <h2>Let's Find a Mobile for You!<\/h2>\r\n\r\n<div class=\"search-box\" style=\"position:relative; max-width:500px;\">\r\n\r\n  <!-- \ud83d\udd0d Search Input -->\r\n  <input type=\"text\" id=\"search-key\" placeholder=\"Search your phone...\" autocomplete=\"off\" \/>\r\n\r\n  <!-- \ud83d\udd3d Live Results -->\r\n  <div id=\"search-results\" class=\"search-results\"><\/div>\r\n\r\n<\/div>\r\n\r\n  <!-- \ud83d\udcb0 Price -->\r\n  <div class=\"price-box\">\r\n    <label>Price<\/label>\r\n\r\n    <div class=\"price-inputs\">\r\n      \u20b9 <input type=\"number\" id=\"min-price\" value=\"0\">\r\n      to\r\n      \u20b9 <input type=\"number\" id=\"max-price\" value=\"65000\">\r\n    <\/div>\r\n\r\n    <input type=\"range\" id=\"range-min\" min=\"0\" max=\"65000\" value=\"0\">\r\n    <input type=\"range\" id=\"range-max\" min=\"0\" max=\"65000\" value=\"65000\">\r\n  <\/div>\r\n\r\n  <!-- \ud83d\udd25 Button -->\r\n  <button class=\"find-btn\">Find Mobiles<\/button>\r\n\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n\r\n  const minInput = document.getElementById(\"min-price\");\r\n  const maxInput = document.getElementById(\"max-price\");\r\n\r\n  const rangeMin = document.getElementById(\"range-min\");\r\n  const rangeMax = document.getElementById(\"range-max\");\r\n\r\n  const findBtn = document.querySelector(\".find-btn\");\r\n\r\n  \/\/ \ud83d\udd04 Slider \u2192 Input sync\r\n  rangeMin.addEventListener(\"input\", () => {\r\n    if (parseInt(rangeMin.value) > parseInt(rangeMax.value)) {\r\n      rangeMin.value = rangeMax.value;\r\n    }\r\n    minInput.value = rangeMin.value;\r\n  });\r\n\r\n  rangeMax.addEventListener(\"input\", () => {\r\n    if (parseInt(rangeMax.value) < parseInt(rangeMin.value)) {\r\n      rangeMax.value = rangeMin.value;\r\n    }\r\n    maxInput.value = rangeMax.value;\r\n  });\r\n\r\n  \/\/ \ud83d\udd04 Input \u2192 Slider sync\r\n  minInput.addEventListener(\"input\", () => {\r\n    rangeMin.value = minInput.value;\r\n  });\r\n\r\n  maxInput.addEventListener(\"input\", () => {\r\n    rangeMax.value = maxInput.value;\r\n  });\r\n\r\n  \/\/ \ud83d\ude80 Button Click \u2192 Redirect\r\n  findBtn.addEventListener(\"click\", function() {\r\n\r\n    let search = document.getElementById(\"search-key\").value.trim();\r\n    let min = minInput.value;\r\n    let max = maxInput.value;\r\n\r\n    \/\/ \u2705 Dynamic URL (local + live compatible)\r\n    let baseUrl = window.location.origin + \"\/devices\/product-category\/mobiles\/\";\r\n\r\n    let url = baseUrl + \"?min_price=\" + min + \"&max_price=\" + max;\r\n\r\n    if (search) {\r\n      url += \"&s=\" + encodeURIComponent(search);\r\n    }\r\n\r\n    window.location.href = url;\r\n\r\n  });\r\n\r\n});\r\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a768427\" data-id=\"a768427\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7003ede elementor-widget elementor-widget-html\" data-id=\"7003ede\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"price-heading\">Mobiles by Price<\/h3>\r\n\r\n<div class=\"price-links\">\r\n\r\n<a href=\"https:\/\/www.mymobileindia.com\/devices\/price_range\/under-rs-10000\/\">\u20b910,000<\/a>\r\n\r\n<a href=\"https:\/\/www.mymobileindia.com\/devices\/price_range\/rs-10000-rs-20000\/\">\u20b915,000<\/a>\r\n\r\n<a href=\"https:\/\/www.mymobileindia.com\/devices\/price_range\/rs-20000-rs-30000\/\">\u20b920,000<\/a>\r\n\r\n<a href=\"https:\/\/www.mymobileindia.com\/devices\/price_range\/rs-20000-rs-30000\/\">\u20b925,000<\/a>\r\n\r\n<a href=\"https:\/\/www.mymobileindia.com\/devices\/price_range\/rs-20000-rs-30000\/\">\u20b930,000<\/a>\r\n\r\n<a href=\"https:\/\/www.mymobileindia.com\/devices\/price_range\/rs-30000-rs-40000\/\">\u20b940,000<\/a>\r\n\r\n<a href=\"https:\/\/www.mymobileindia.com\/devices\/price_range\/rs-30000-rs-50000\/\">\u20b950,000<\/a>\r\n\r\n<a href=\"https:\/\/www.mymobileindia.com\/devices\/price_range\/rs-60000-rs-70000\/\">\u20b970,000<\/a>\r\n\r\n<\/div>\r\n\r\n<style>\r\n    \/* Mobiles By Price Buttons *\/\r\n.price-links{\r\n    display:flex;\r\n    flex-wrap:wrap;\r\n    gap:12px;\r\n}\r\n\r\n.price-links a{\r\n\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n\r\n    height:38px;\r\n\r\n    padding:0 12px;\r\n\r\n    background:#fff;\r\n\r\n    border:1px solid #e5e5e5;\r\n\r\n    border-radius:8px;\r\n\r\n    color:#111;\r\n\r\n    font-size:16px;\r\n\r\n    font-weight:500;\r\n\r\n    text-decoration:none !important;\r\n\r\n    transition:all .25s ease;\r\n\r\n}\r\n\r\n\/* Hover Active Style *\/\r\n.price-links a:hover{\r\n\r\n    border-color:#ff6b00;\r\n\r\n    color:#ff6b00;\r\n\r\n    background:#fff7f0;\r\n\r\n}\r\n\r\n\/* SAME WINDOW OPEN *\/\r\n.price-links a[target=\"_blank\"]{\r\n\r\n    target-name:none;\r\n\r\n}\r\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b40ab42\" data-id=\"b40ab42\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-24156fb elementor-widget__width-auto elementor-absolute animationspeed15 leftrightinfinite elementor-widget elementor-widget-spacer\" data-id=\"24156fb\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebf688f elementor-widget__width-auto elementor-absolute animationspeed20 leftrightinfinite elementor-widget elementor-widget-spacer\" data-id=\"ebf688f\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9870fdc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9870fdc\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b8ff3f8\" data-id=\"b8ff3f8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e8b1758 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e8b1758\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-eb2df44\" data-id=\"eb2df44\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f18b1b9 elementor-widget elementor-widget-heading\" data-id=\"f18b1b9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Latest Mobiles <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0f9c1d0\" data-id=\"0f9c1d0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ab4d3ad elementor-widget elementor-widget-heading\" data-id=\"ab4d3ad\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/devices\/product-category\/mobiles\/latest-mobiles\/\" latets=\"\">View All<\/a><\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c579610 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c579610\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f5cfef9 elementor-invisible\" data-id=\"f5cfef9\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;flip-r-r-s&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3fb68b3 elementor-invisible elementor-widget elementor-widget-wpsm_woogrid\" data-id=\"3fb68b3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;stuckMoveUpOpacity&quot;}\" data-widget_type=\"wpsm_woogrid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t \r\n\t\t<div class=\"woocommerce\">\r\n\t\t\t\t\t\t \t\t\r\n\t\t\t  \r\n\t\t\t<div class=\"smart-scroll-desktop\">\t\t\t<div class=\"rh-flex-eq-height products  col_wrap_fifth grid_woo\" data-filterargs='{\"post_type\":\"product\",\"posts_per_page\":\"8\",\"orderby\":\"\",\"order\":\"\",\"tax_query\":[{\"relation\":\"AND\",\"0\":{\"taxonomy\":\"product_cat\",\"field\":\"term_id\",\"terms\":[\"11506\"]}},{\"relation\":\"AND\",\"0\":{\"taxonomy\":\"product_visibility\",\"field\":\"name\",\"terms\":\"exclude-from-catalog\",\"operator\":\"NOT IN\"}}],\"no_found_rows\":1}' data-template=\"woogridpart\" id=\"rh_woogrid_609943654\" data-innerargs='{\"columns\":\"5_col\",\"woolinktype\":\"\",\"disable_thumbs\":\"\",\"gridtype\":\"regular\",\"soldout\":\"\",\"attrelpanel\":\"\"}'>                   \r\n\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11213\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11213\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11213\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11213\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11213 white small not-incompare comparecompact\" data-addcompare-id=\"11213\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Motorola Edge 70 Pro + 5G\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/motorola-edge-70-pro-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/174167-v4-motorola-edge-70-pro-plus-5g-mobile-phone-hres-1-300x300.avif\" alt=\"Motorola Edge 70 Pro + 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/latest-mobiles\/\" class=\"woocat\">Latest Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/motorola-edge-70-pro-5g\/\">Motorola Edge 70 Pro + 5G<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>47,890.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11100\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11100\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11100\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11100\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11100 white small not-incompare comparecompact\" data-addcompare-id=\"11100\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Samsung Galaxy A37 5G\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-a37-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/samsung-galaxy-a37-1-300x300.avif\" alt=\"Samsung Galaxy A37 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/latest-mobiles\/\" class=\"woocat\">Latest Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-a37-5g\/\">Samsung Galaxy A37 5G<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>37,900.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11137\" data-informer=\"1\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11137\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11137\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11137\" class=\"thumbscount\">1<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11137 white small not-incompare comparecompact\" data-addcompare-id=\"11137\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Motorola Signature\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/motorola-signature\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/v6-motorola-signature-mobile-phone-hres-1-300x300.avif\" alt=\"Motorola Signature\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/latest-mobiles\/\" class=\"woocat\">Latest Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/motorola-signature\/\">Motorola Signature<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>54,090.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11045\" data-informer=\"1\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11045\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11045\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11045\" class=\"thumbscount\">1<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11045 white small not-incompare comparecompact\" data-addcompare-id=\"11045\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Tecno Pova 8 5G\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/tecno-pova-8-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/tecnopova8-300x300.avif\" alt=\"Tecno Pova 8 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/latest-mobiles\/\" class=\"woocat\">Latest Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/tecno-pova-8-5g\/\">Tecno Pova 8 5G<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>29,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11028\" data-informer=\"1\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11028\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11028\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11028\" class=\"thumbscount\">1<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11028 white small not-incompare comparecompact\" data-addcompare-id=\"11028\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Xiaomi 17T\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/xiaomi-17t\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/xiaomi17t-300x300.png\" alt=\"Xiaomi 17T\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/latest-mobiles\/\" class=\"woocat\">Latest Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/xiaomi-17t\/\">Xiaomi 17T<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>59,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"9368\" data-informer=\"1\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded9368\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved9368\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount9368\" class=\"thumbscount\">1<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-9368 white small not-incompare comparecompact\" data-addcompare-id=\"9368\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n                <span class=\"re-ribbon-badge badge_2\"><span>Featured!<\/span><\/span>          \r\n         \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"OnePlus Nord 6\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/oneplus-nord-6\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/nord6.jpg\" alt=\"OnePlus Nord 6\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/latest-mobiles\/\" class=\"woocat\">Latest Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                            <i class=\"rhicon rhi-bolt mr5 ml5 orangecolor\" aria-hidden=\"true\"><\/i>\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/oneplus-nord-6\/\">OnePlus Nord 6<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>36,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"9372\" data-informer=\"1\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded9372\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved9372\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount9372\" class=\"thumbscount\">1<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-9372 white small not-incompare comparecompact\" data-addcompare-id=\"9372\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"realme 16\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/realme-16\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/realme16.jpg\" alt=\"realme 16\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/latest-mobiles\/\" class=\"woocat\">Latest Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/realme-16\/\">realme 16<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>31,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"9381\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded9381\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved9381\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount9381\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-9381 white small not-incompare comparecompact\" data-addcompare-id=\"9381\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Vivo V70 FE\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-v70-fe\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/vivo-fe.jpg\" alt=\"Vivo V70 FE\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/latest-mobiles\/\" class=\"woocat\">Latest Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-v70-fe\/\">Vivo V70 FE<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>36,649.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div> \r\n\t\t\t<\/div>\t\t<\/div>\r\n\t   \r\n\t<div class=\"clearfix\"><\/div>\r\n\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8d6d75a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8d6d75a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a472c54\" data-id=\"a472c54\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0ddd1be elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0ddd1be\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d2866ed\" data-id=\"d2866ed\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a9650dc elementor-widget elementor-widget-heading\" data-id=\"a9650dc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Upcoming Mobile \u200b<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c743875\" data-id=\"c743875\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-447bfc8 elementor-widget elementor-widget-heading\" data-id=\"447bfc8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.mymobileindia.com\/devices\/product-category\/mobiles\/upcoming-mobiles\/\">View All<\/a><\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-18aae08 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"18aae08\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7d9df33 elementor-invisible\" data-id=\"7d9df33\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;flip-r-r-s&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fa4222d elementor-invisible elementor-widget elementor-widget-wpsm_woogrid\" data-id=\"fa4222d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;stuckMoveUpOpacity&quot;}\" data-widget_type=\"wpsm_woogrid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t \r\n\t\t<div class=\"woocommerce\">\r\n\t\t\t\t\t\t \t\t\r\n\t\t\t  \r\n\t\t\t<div class=\"smart-scroll-desktop\">\t\t\t<div class=\"rh-flex-eq-height products  col_wrap_fifth grid_woo\" data-filterargs='{\"post_type\":\"product\",\"posts_per_page\":10,\"orderby\":\"\",\"order\":\"\",\"tax_query\":[{\"relation\":\"AND\",\"0\":{\"taxonomy\":\"product_cat\",\"field\":\"term_id\",\"terms\":[\"170\"]}},{\"relation\":\"AND\",\"0\":{\"taxonomy\":\"product_visibility\",\"field\":\"name\",\"terms\":\"exclude-from-catalog\",\"operator\":\"NOT IN\"}}],\"no_found_rows\":1}' data-template=\"woogridpart\" id=\"rh_woogrid_1151944450\" data-innerargs='{\"columns\":\"5_col\",\"woolinktype\":\"\",\"disable_thumbs\":\"\",\"gridtype\":\"regular\",\"soldout\":\"\",\"attrelpanel\":\"\"}'>                   \r\n\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11557\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11557\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11557\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11557\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11557 white small not-incompare comparecompact\" data-addcompare-id=\"11557\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"vivo Y6t 5G\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-y6t-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/vivo-y6t-5g-1-300x300.avif\" alt=\"vivo Y6t 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-y6t-5g\/\">vivo Y6t 5G<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11563\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11563\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11563\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11563\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11563 white small not-incompare comparecompact\" data-addcompare-id=\"11563\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Tecno Camon 50\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/tecno-camon-50\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/tecno-camon-50-1-300x300.avif\" alt=\"Tecno Camon 50\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/tecno-camon-50\/\">Tecno Camon 50<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11551\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11551\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11551\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11551\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11551 white small not-incompare comparecompact\" data-addcompare-id=\"11551\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"vivo X Fold 6\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x-fold-6\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/vivo-x-fold-6-1-300x300.avif\" alt=\"vivo X Fold 6\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x-fold-6\/\">vivo X Fold 6<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11520\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11520\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11520\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11520\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11520 white small not-incompare comparecompact\" data-addcompare-id=\"11520\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"vivo Y60 5G\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-y60-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/vivo-y60-5g-1-300x300.avif\" alt=\"vivo Y60 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-y60-5g\/\">vivo Y60 5G<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11475\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11475\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11475\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11475\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11475 white small not-incompare comparecompact\" data-addcompare-id=\"11475\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"iQOO 15T 5G\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/iqoo-15t-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/iqoo-15t-1-300x300.avif\" alt=\"iQOO 15T 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/iqoo-15t-5g\/\">iQOO 15T 5G<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11478\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11478\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11478\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11478\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11478 white small not-incompare comparecompact\" data-addcompare-id=\"11478\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"POCO M8 Pro\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/poco-m8-pro\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/poco-m8-pro-1-300x300.avif\" alt=\"POCO M8 Pro\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/poco-m8-pro\/\">POCO M8 Pro<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11488\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11488\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11488\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11488\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11488 white small not-incompare comparecompact\" data-addcompare-id=\"11488\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"POCO C81 PRO 4G\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/poco-c81-pro-4g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/poco-c81-pro-1-300x300.avif\" alt=\"POCO C81 PRO 4G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/poco-c81-pro-4g\/\">POCO C81 PRO 4G<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/poco-c81-pro-4g\/\" data-product_id=\"11488\" data-product_sku=\"\" class=\"re_track_btn woo_loop_btn rh-flex-center-align rh-flex-justify-center rh-shadow-sceu  ajax_add_to_cart product_type_simple\" ><svg height=\"24px\" version=\"1.1\" viewBox=\"0 0 64 64\" width=\"24px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g><path d=\"M56.262,17.837H26.748c-0.961,0-1.508,0.743-1.223,1.661l4.669,13.677c0.23,0.738,1.044,1.336,1.817,1.336h19.35   c0.773,0,1.586-0.598,1.815-1.336l4.069-14C57.476,18.437,57.036,17.837,56.262,17.837z\"\/><circle cx=\"29.417\" cy=\"50.267\" r=\"4.415\"\/><circle cx=\"48.099\" cy=\"50.323\" r=\"4.415\"\/><path d=\"M53.4,39.004H27.579L17.242,9.261H9.193c-1.381,0-2.5,1.119-2.5,2.5s1.119,2.5,2.5,2.5h4.493l10.337,29.743H53.4   c1.381,0,2.5-1.119,2.5-2.5S54.781,39.004,53.4,39.004z\"\/><\/g><\/svg> Read more<\/a> \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11484\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11484\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11484\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11484\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11484 white small not-incompare comparecompact\" data-addcompare-id=\"11484\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"POCO M8s 5G\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/poco-m8s-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/poco-m8s-5g-1-300x300.avif\" alt=\"POCO M8s 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/poco-m8s-5g\/\">POCO M8s 5G<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11494\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11494\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11494\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11494\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11494 white small not-incompare comparecompact\" data-addcompare-id=\"11494\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Motorola Razr 70 Plus\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/motorola-razr-70-plus\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/motorola-razr-70-plus-1-300x300.avif\" alt=\"Motorola Razr 70 Plus\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/motorola-razr-70-plus\/\">Motorola Razr 70 Plus<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11515\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11515\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11515\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11515\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11515 white small not-incompare comparecompact\" data-addcompare-id=\"11515\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"vivo Y6 5G\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-y6-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/vivo-y6-5g-1-300x300.avif\" alt=\"vivo Y6 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-y6-5g\/\">vivo Y6 5G<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div> \r\n\t\t\t<\/div>\t\t<\/div>\r\n\t   \r\n\t<div class=\"clearfix\"><\/div>\r\n\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2df4438 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2df4438\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dc0cef3\" data-id=\"dc0cef3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-bd3e87b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bd3e87b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3ab8f35\" data-id=\"3ab8f35\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-20e11aa elementor-widget elementor-widget-heading\" data-id=\"20e11aa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Popular Mobiles <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5874ca3\" data-id=\"5874ca3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5d7b85b elementor-widget elementor-widget-heading\" data-id=\"5d7b85b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.mymobileindia.com\/devices\/product-category\/mobiles\/popular-mobiles-mobiles\/\">View All<\/a><\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f8a66b7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f8a66b7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cb543b1 elementor-invisible\" data-id=\"cb543b1\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;flip-r-r-s&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a1b873 elementor-invisible elementor-widget elementor-widget-wpsm_woogrid\" data-id=\"4a1b873\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;stuckMoveUpOpacity&quot;}\" data-widget_type=\"wpsm_woogrid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t \r\n\t\t<div class=\"woocommerce\">\r\n\t\t\t\t\t\t \t\t\r\n\t\t\t  \r\n\t\t\t<div class=\"smart-scroll-desktop\">\t\t\t<div class=\"rh-flex-eq-height products  col_wrap_fifth grid_woo\" data-filterargs='{\"post_type\":\"product\",\"posts_per_page\":\"8\",\"orderby\":\"\",\"order\":\"\",\"tax_query\":[{\"relation\":\"AND\",\"0\":{\"taxonomy\":\"product_visibility\",\"field\":\"name\",\"terms\":\"featured\",\"operator\":\"IN\"}},{\"relation\":\"AND\",\"0\":{\"taxonomy\":\"product_visibility\",\"field\":\"name\",\"terms\":\"exclude-from-catalog\",\"operator\":\"NOT IN\"}}],\"no_found_rows\":1}' data-template=\"woogridpart\" id=\"rh_woogrid_490012846\" data-innerargs='{\"columns\":\"5_col\",\"woolinktype\":\"\",\"disable_thumbs\":\"\",\"gridtype\":\"regular\",\"soldout\":\"\",\"attrelpanel\":\"\"}'>                   \r\n\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"9368\" data-informer=\"1\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded9368\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved9368\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount9368\" class=\"thumbscount\">1<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-9368 white small not-incompare comparecompact\" data-addcompare-id=\"9368\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n                <span class=\"re-ribbon-badge badge_2\"><span>Featured!<\/span><\/span>          \r\n         \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"OnePlus Nord 6\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/oneplus-nord-6\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/nord6.jpg\" alt=\"OnePlus Nord 6\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/latest-mobiles\/\" class=\"woocat\">Latest Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                            <i class=\"rhicon rhi-bolt mr5 ml5 orangecolor\" aria-hidden=\"true\"><\/i>\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/oneplus-nord-6\/\">OnePlus Nord 6<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>36,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"9138\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded9138\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved9138\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount9138\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-9138 white small not-incompare comparecompact\" data-addcompare-id=\"9138\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n                <span class=\"re-ribbon-badge badge_2\"><span>Featured!<\/span><\/span>          \r\n         \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"realme P4 Power\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/realme-p4-power\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/02\/realme-P4-Power.jpg\" alt=\"realme P4 Power\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/latest-mobiles\/\" class=\"woocat\">Latest Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                            <i class=\"rhicon rhi-bolt mr5 ml5 orangecolor\" aria-hidden=\"true\"><\/i>\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/realme-p4-power\/\">realme P4 Power<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>24,719.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"8942\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded8942\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved8942\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount8942\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-8942 white small not-incompare comparecompact\" data-addcompare-id=\"8942\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n                <span class=\"re-ribbon-badge badge_2\"><span>Featured!<\/span><\/span>          \r\n         \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"iQOO 15R\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/iqoo-15r\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/02\/15r.jpg\" alt=\"iQOO 15R\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/best-mobiles\/\" class=\"woocat\">Best Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                            <i class=\"rhicon rhi-bolt mr5 ml5 orangecolor\" aria-hidden=\"true\"><\/i>\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/iqoo-15r\/\">iQOO 15R<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>46,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"7412\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded7412\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved7412\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount7412\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-7412 white small not-incompare comparecompact\" data-addcompare-id=\"7412\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n                <span class=\"re-ribbon-badge badge_2\"><span>Featured!<\/span><\/span>          \r\n         \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"CMF Phone 2 Pro\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/cmf-phone-2-pro\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2025\/07\/CMF-Phone-2-Pro.png\" alt=\"CMF Phone 2 Pro\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                            <i class=\"rhicon rhi-bolt mr5 ml5 orangecolor\" aria-hidden=\"true\"><\/i>\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/cmf-phone-2-pro\/\">CMF Phone 2 Pro<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>18,100.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"6731\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded6731\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved6731\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount6731\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-6731 white small not-incompare comparecompact\" data-addcompare-id=\"6731\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n                <span class=\"re-ribbon-badge badge_2\"><span>Featured!<\/span><\/span>          \r\n         \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"OnePlus 13R\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/oneplus-13r\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2025\/03\/never-sttle.jpg\" alt=\"OnePlus 13R\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                            <i class=\"rhicon rhi-bolt mr5 ml5 orangecolor\" aria-hidden=\"true\"><\/i>\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/oneplus-13r\/\">OnePlus 13R<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>42,998.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"7024\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded7024\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved7024\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount7024\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-7024 white small not-incompare comparecompact\" data-addcompare-id=\"7024\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n                <span class=\"re-ribbon-badge badge_2\"><span>Featured!<\/span><\/span>          \r\n         \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Motorola Edge 60 Pro\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/motorola-edge-60-pro\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2025\/06\/moto.jpg\" alt=\"Motorola Edge 60 Pro\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/best-mobiles\/\" class=\"woocat\">Best Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                            <i class=\"rhicon rhi-bolt mr5 ml5 orangecolor\" aria-hidden=\"true\"><\/i>\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/motorola-edge-60-pro\/\">Motorola Edge 60 Pro<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>29,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"6883\" data-informer=\"1\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded6883\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved6883\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount6883\" class=\"thumbscount\">1<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-6883 white small not-incompare comparecompact\" data-addcompare-id=\"6883\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n                <span class=\"re-ribbon-badge badge_2\"><span>Featured!<\/span><\/span>          \r\n         \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Infinix Note 40X\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/infinix-note-40x\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2025\/04\/notep40x.jpg\" alt=\"Infinix Note 40X\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/\" class=\"woocat\">Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                            <i class=\"rhicon rhi-bolt mr5 ml5 orangecolor\" aria-hidden=\"true\"><\/i>\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/infinix-note-40x\/\">Infinix Note 40X<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>12,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div> \r\n\t\t\t<\/div>\t\t<\/div>\r\n\t   \r\n\t<div class=\"clearfix\"><\/div>\r\n\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-70d83b4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"70d83b4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e7cb222\" data-id=\"e7cb222\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2149216 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2149216\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7646ade\" data-id=\"7646ade\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a18e5d elementor-widget elementor-widget-heading\" data-id=\"3a18e5d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Best Mobiles <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0fd05dc\" data-id=\"0fd05dc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e7b851e elementor-widget elementor-widget-heading\" data-id=\"e7b851e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.mymobileindia.com\/devices\/product-category\/mobiles\/best-mobiles\/\">View All <\/a><\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a0c6e0e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a0c6e0e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cf20128 elementor-invisible\" data-id=\"cf20128\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;flip-r-r-s&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9494fee elementor-invisible elementor-widget elementor-widget-wpsm_woogrid\" data-id=\"9494fee\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;stuckMoveUpOpacity&quot;}\" data-widget_type=\"wpsm_woogrid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t \r\n\t\t<div class=\"woocommerce\">\r\n\t\t\t\t\t\t \t\t\r\n\t\t\t  \r\n\t\t\t<div class=\"smart-scroll-desktop\">\t\t\t<div class=\"rh-flex-eq-height products  col_wrap_fifth grid_woo\" data-filterargs='{\"post_type\":\"product\",\"posts_per_page\":\"8\",\"orderby\":\"\",\"order\":\"\",\"tax_query\":[{\"relation\":\"AND\",\"0\":{\"taxonomy\":\"product_cat\",\"field\":\"term_id\",\"terms\":[\"153\"]}},{\"relation\":\"AND\",\"0\":{\"taxonomy\":\"product_visibility\",\"field\":\"name\",\"terms\":\"exclude-from-catalog\",\"operator\":\"NOT IN\"}}],\"no_found_rows\":1}' data-template=\"woogridpart\" id=\"rh_woogrid_593571829\" data-innerargs='{\"columns\":\"5_col\",\"woolinktype\":\"\",\"disable_thumbs\":\"\",\"gridtype\":\"regular\",\"soldout\":\"\",\"attrelpanel\":\"\"}'>                   \r\n\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"9356\" data-informer=\"1\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded9356\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved9356\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount9356\" class=\"thumbscount\">1<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-9356 white small not-incompare comparecompact\" data-addcompare-id=\"9356\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"realme P4 Lite 4G\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/realme-p4-lite-4g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/oppo4.jpg\" alt=\"realme P4 Lite 4G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/best-mobiles\/\" class=\"woocat\">Best Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/realme-p4-lite-4g\/\">realme P4 Lite 4G<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>9,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"9359\" data-informer=\"1\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded9359\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved9359\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount9359\" class=\"thumbscount\">1<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-9359 white small not-incompare comparecompact\" data-addcompare-id=\"9359\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"realme P4 Lite 4G 128GB\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/realme-p4-lite-4g-128gb\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/oppo4.jpg\" alt=\"realme P4 Lite 4G 128GB\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/best-mobiles\/\" class=\"woocat\">Best Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/realme-p4-lite-4g-128gb\/\">realme P4 Lite 4G 128GB<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>11,540.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"9427\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded9427\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved9427\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount9427\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-9427 white small not-incompare comparecompact\" data-addcompare-id=\"9427\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Vivo X200T\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x200t\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/VIVO3.jpg\" alt=\"Vivo X200T\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/best-mobiles\/\" class=\"woocat\">Best Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x200t\/\">Vivo X200T<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>59,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"8445\" data-informer=\"1\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded8445\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved8445\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount8445\" class=\"thumbscount\">1<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-8445 white small not-incompare comparecompact\" data-addcompare-id=\"8445\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Vivo X300 512GB 16GB RAM\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x300-512gb-16gb-ram\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2025\/12\/Vivo-X300-1.png\" alt=\"Vivo X300 512GB 16GB RAM\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/best-mobiles\/\" class=\"woocat\">Best Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x300-512gb-16gb-ram\/\">Vivo X300 512GB 16GB RAM<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>85,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"8449\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded8449\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved8449\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount8449\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-8449 white small not-incompare comparecompact\" data-addcompare-id=\"8449\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Vivo X300\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x300\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2025\/12\/Vivo-X300.jpg\" alt=\"Vivo X300\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/best-mobiles\/\" class=\"woocat\">Best Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x300\/\">Vivo X300<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>75,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"8452\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded8452\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved8452\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount8452\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-8452 white small not-incompare comparecompact\" data-addcompare-id=\"8452\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Vivo X300 Pro\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x300-pro\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2025\/12\/Vivo-X300-Pro.jpg\" alt=\"Vivo X300 Pro\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/best-mobiles\/\" class=\"woocat\">Best Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x300-pro\/\">Vivo X300 Pro<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>98,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"9346\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded9346\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved9346\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount9346\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-9346 white small not-incompare comparecompact\" data-addcompare-id=\"9346\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Oppo Find X9 Pro\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/oppo-find-x9-pro\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/oppo6.jpg\" alt=\"Oppo Find X9 Pro\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/best-mobiles\/\" class=\"woocat\">Best Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/oppo-find-x9-pro\/\">Oppo Find X9 Pro<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>109,999.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  \t\t    <div class=\"product col_item woo_grid_compact two_column_mobile type-product \">\r\n    <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n        <div>\r\n                                    <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"7802\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded7802\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved7802\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount7802\" class=\"thumbscount\">0<\/span> <\/div>  \r\n        <\/div>\r\n                            <span class=\"compare_for_grid\">            \r\n                                                                  \r\n                <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-7802 white small not-incompare comparecompact\" data-addcompare-id=\"7802\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n            <\/span>\r\n                                                                    \r\n    <\/div>   \r\n             \r\n    <figure class=\"mb15 mt25 position-relative\">    \r\n        <a class=\"img-centered-flex rh-flex-justify-center rh-flex-center-align\" title=\"Apple iPhone 17 Pro Max\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/apple-iphone-17-pro-max\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2025\/09\/Apple-iPhone-17-Pro.png\" alt=\"Apple iPhone 17 Pro Max\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                       \r\n        <\/a>  \r\n         \r\n        <div class=\"gridcountdown\"><\/div>        \r\n    <\/figure>\r\n    <div class=\"cat_for_grid lineheight15\">\r\n                <a href=\"https:\/\/www.mymobileindia.com\/devices\/best-mobiles\/\" class=\"woocat\">Best Mobiles<\/a>                         \r\n    <\/div>\r\n     \r\n    <h3 class=\" text-clamp text-clamp-2\">\r\n                        <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/apple-iphone-17-pro-max\/\">Apple iPhone 17 Pro Max<\/a>\r\n    <\/h3>\r\n             \r\n     \r\n                                                \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n    \r\n\r\n    <div class=\"border-top pt10 pr10 pl10 pb10 rh-flex-center-align abposbot\">\r\n        <div class=\"price_for_grid redbrightcolor floatleft rehub-btn-font mr10\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>149,900.00<\/bdi><\/span><\/span>\n        <\/div>\r\n        <div class=\"rh-flex-right-align btn_for_grid floatright\">\r\n             \r\n                               \r\n                                    \r\n                        \r\n        <\/div>            \r\n    <\/div>\r\n           \r\n<\/div>\t\t\t\t\t\r\n\t\t\t\t\t  \r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div> \r\n\t\t\t<\/div>\t\t<\/div>\r\n\t   \r\n\t<div class=\"clearfix\"><\/div>\r\n\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ee50a52 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ee50a52\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-84b735a\" data-id=\"84b735a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-791e9a3 elementor-widget elementor-widget-shortcode\" data-id=\"791e9a3\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <div class=\"brand-section\">\n        <div class=\"brand-header\">\n            <h2>Featured Mobile Brands<\/h2>\n        <\/div>\n\n        <!-- Arrows -->\n        <button class=\"brand-arrow left\">&#10094;<\/button>\n        <button class=\"brand-arrow right\">&#10095;<\/button>\n\n        <div class=\"brand-slider\">\n\n                            <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/samsung\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/04\/samsung.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/motorola\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/1758304370_1758303907.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/tecno\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/1280480961_teno.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/oneplus\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/1763016567_OnePlus.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/realme\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/1761805391_realme.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/oppo\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/1776755523_OPPO-Logo.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/infinix\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/1763015948_Infinix.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/apple\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/1763016542_Apple.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/iqoo\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/1763016387_iQOO.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/vivo\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/1763016653_vivo-1.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                                <div class=\"brand-item\">\n                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/brand\/xiaomi\/\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/03\/1763016604_MI.png\" alt=\"\">\n                    <\/a>\n                <\/div>\n                \n        <\/div>\n    <\/div>\n\n    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-32c64af elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"32c64af\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3b2ef41\" data-id=\"3b2ef41\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-09f9d20 elementor-widget elementor-widget-heading\" data-id=\"09f9d20\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Most Viewed Products<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fd03d7 elementor-widget elementor-widget-woo_mod\" data-id=\"8fd03d7\" data-element_type=\"widget\" data-widget_type=\"woo_mod.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\r\n<div class=\"carousel-style-fullpost woo_carousel_block loading woocommerce showrow-5\">\r\n\r\n    <div class=\"re_carousel column_woo products carouselpost\" data-showrow=\"5\" data-auto=\"1\" data-fullrow=\"1\" data-laizy=\"1\" data-loopdisable=\"1\">\r\n\t\t                              \r\n                 \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11557\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11557\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11557\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11557\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11557 white small not-incompare comparecompact\" data-addcompare-id=\"11557\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-y6t-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/vivo-y6t-5g-1-300x300.avif\" alt=\"vivo Y6t 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/vivo-y6t-5g-2-300x300.avif\" alt=\"vivo Y6t 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-y6t-5g\/\">vivo Y6t 5G<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11563\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11563\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11563\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11563\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11563 white small not-incompare comparecompact\" data-addcompare-id=\"11563\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/tecno-camon-50\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/tecno-camon-50-1-300x300.avif\" alt=\"Tecno Camon 50\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/tecno-camon-50-2-300x300.avif\" alt=\"Tecno Camon 50\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/tecno-camon-50\/\">Tecno Camon 50<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11644\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11644\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11644\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11644\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11644 white small not-incompare comparecompact\" data-addcompare-id=\"11644\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/itel-a100-pro-4g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/itel-a100-pro-4g-1-300x300.avif\" alt=\"Itel A100 Pro 4G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/itel-a100-pro-4g-2-300x300.avif\" alt=\"Itel A100 Pro 4G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/itel-a100-pro-4g\/\">Itel A100 Pro 4G<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>8,999.00<\/bdi><\/span><\/span>\n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11551\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11551\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11551\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11551\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11551 white small not-incompare comparecompact\" data-addcompare-id=\"11551\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x-fold-6\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/vivo-x-fold-6-1-300x300.avif\" alt=\"vivo X Fold 6\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/vivo-x-fold-6-2-300x300.avif\" alt=\"vivo X Fold 6\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-x-fold-6\/\">vivo X Fold 6<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11520\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11520\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11520\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11520\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11520 white small not-incompare comparecompact\" data-addcompare-id=\"11520\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-y60-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/vivo-y60-5g-1-300x300.avif\" alt=\"vivo Y60 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/vivo-y60-5g-2-300x300.avif\" alt=\"vivo Y60 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/vivo-y60-5g\/\">vivo Y60 5G<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11213\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11213\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11213\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11213\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11213 white small not-incompare comparecompact\" data-addcompare-id=\"11213\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/motorola-edge-70-pro-5g\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/174167-v4-motorola-edge-70-pro-plus-5g-mobile-phone-hres-1-300x300.avif\" alt=\"Motorola Edge 70 Pro + 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/174167-v4-motorola-edge-70-pro-plus-5g-mobile-phone-hres-2-300x300.avif\" alt=\"Motorola Edge 70 Pro + 5G\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/motorola-edge-70-pro-5g\/\">Motorola Edge 70 Pro + 5G<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>47,890.00<\/bdi><\/span><\/span>\n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11569\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11569\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11569\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11569\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11569 white small not-incompare comparecompact\" data-addcompare-id=\"11569\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/tecno-pova-curve-2\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/tecno-pova-curve-2-1-300x300.avif\" alt=\"Tecno Pova Curve 2\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/tecno-pova-curve-2-2-300x300.avif\" alt=\"Tecno Pova Curve 2\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/tecno-pova-curve-2\/\">Tecno Pova Curve 2<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>29,999.00<\/bdi><\/span><\/span>\n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11388\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11388\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11388\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11388\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11388 white small not-incompare comparecompact\" data-addcompare-id=\"11388\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-z-fold7\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/samsung-galaxy-z-fold-7-1-300x300.avif\" alt=\"Samsung Galaxy Z Fold7\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/samsung-galaxy-z-fold-7-2-300x300.avif\" alt=\"Samsung Galaxy Z Fold7\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-z-fold7\/\">Samsung Galaxy Z Fold7<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>174,999.00<\/bdi><\/span><\/span>\n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11418\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11418\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11418\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11418\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11418 white small not-incompare comparecompact\" data-addcompare-id=\"11418\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-s25-edge\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/samsung-galaxy-s25-edge-1-300x300.avif\" alt=\"Samsung Galaxy S25 Edge\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/samsung-galaxy-s25-edge-2-300x300.avif\" alt=\"Samsung Galaxy S25 Edge\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-s25-edge\/\">Samsung Galaxy S25 Edge<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>62,999.00<\/bdi><\/span><\/span>\n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11430\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11430\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11430\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11430\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11430 white small not-incompare comparecompact\" data-addcompare-id=\"11430\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-s21-fe-256gb\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/samsung-galaxy-s21-fe-1-300x300.avif\" alt=\"Samsung Galaxy S21 FE 256GB\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/samsung-galaxy-s21-fe-2-300x300.avif\" alt=\"Samsung Galaxy S21 FE 256GB\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-s21-fe-256gb\/\">Samsung Galaxy S21 FE 256GB<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>34,999.00<\/bdi><\/span><\/span>\n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11440\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11440\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11440\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11440\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11440 white small not-incompare comparecompact\" data-addcompare-id=\"11440\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-a07\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/samsung-galaxy-a07-1-300x300.avif\" alt=\"Samsung Galaxy A07\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/samsung-galaxy-a07-2-300x300.avif\" alt=\"Samsung Galaxy A07\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-a07\/\">Samsung Galaxy A07<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>14,000.00<\/bdi><\/span><\/span>\n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n         \r\n                \t                \t\t    <div class=\"product col_item woo_column_item two_column_mobile type-product \">\r\n              \r\n                \r\n                 \r\n        <figure class=\"full_image_woo rh-hovered-wrap flowhidden mb0\">\r\n        <div class=\"button_action rh-shadow-sceu pt5 pb5\">\r\n            <div class=\"\">\r\n                                                <div class=\"heart_thumb_wrap text-center\"><span class=\"flowhidden cell_wishlist\"><span class=\"heartplus\" data-post_id=\"11448\" data-informer=\"0\"><span class=\"ml5 rtlmr5 wishaddedwrap\" id=\"wishadded11448\">Added to wishlist<\/span><span class=\"ml5 rtlmr5 wishremovedwrap\" id=\"wishremoved11448\">Removed from wishlist<\/span> <\/span><\/span><span id=\"wishcount11448\" class=\"thumbscount\">0<\/span> <\/div>  \r\n            <\/div>\r\n                                        <span class=\"compare_for_grid\">            \r\n                                                                      \r\n                    <span class=\"wpsm-button wpsm-button-new-compare addcompare-id-11448 white small not-incompare comparecompact\" data-addcompare-id=\"11448\"><i class=\"rhicon re-icon-compare\"><\/i><span class=\"comparelabel\">Add to compare<\/span><\/span> \r\n                <\/span>\r\n                                                                        \r\n        <\/div>                     \r\n        <a class=\"img-centered-flex rh-flex-center-align rh-flex-justify-center\" href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-s25-plus\/\">\r\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/samsung-galaxy-s25-plus-1-300x300.avif\" alt=\"Samsung Galaxy S25 Plus\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n             \r\n\r\n                                        <div class=\"rh-hov-img-trans rh-flex-center-align rh-flex-justify-center abdfullwidth\">\r\n                                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/07\/samsung-galaxy-s25-plus-2-300x300.avif\" alt=\"Samsung Galaxy S25 Plus\" data-skip-lazy=\"\" class=\"lazyload \" width=\"300\" height=\"300\">      \r\n                     \r\n                <\/div>\r\n                        \r\n        <\/a>          \r\n                    <\/figure>\r\n    <div class=\"woo_column_desc padd15 csstranstrans text-center\">     \r\n        <h3 class=\"fontnormal mb10 mt0 lineheight25\">\r\n                                    <a href=\"https:\/\/www.mymobileindia.com\/devices\/mobiles\/samsung-galaxy-s25-plus\/\">Samsung Galaxy S25 Plus<\/a>\r\n        <\/h3> \r\n                \r\n                                                                            \r\n         \r\n        \n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><\/div>\n                \r\n        <div class=\"woo_column_price csstranstrans-o mt15 rehub-main-price redbrightcolor\">\r\n            \n        <\/div> \r\n          \r\n    <\/div>\r\n            <div class=\"woo_column_btn text-center\">   \r\n                                   \r\n        <\/div>\r\n     \r\n        \r\n<\/div>                \t\r\n                \t\r\n            <\/div>\r\n<\/div>     \r\n\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-05ff54b elementor-section-stretched elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"05ff54b\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-418f319\" data-id=\"418f319\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e55f57 animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1e55f57\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Our Viewers reviews<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1bde73 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"f1bde73\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Check what other think about Us<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-55af8f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"55af8f2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1278ec0 animated-fast elementor-invisible\" data-id=\"1278ec0\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;flip-r-r-s&quot;,&quot;animation_delay&quot;:100}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-06706e8 elementor-widget elementor-widget-testimonial\" data-id=\"06706e8\" data-element_type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cMyMobile India is my go-to platform for latest tech updates. The content is detailed, easy to understand, and always up-to-date with new smartphone launches.\u201d<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-testimonial-meta\">\n\t\t\t\t<div class=\"elementor-testimonial-meta-inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-name\">Sumit Gupta<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-job\">Business<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\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\t\t<div class=\"elementor-element elementor-element-a043a77 elementor-widget__width-auto elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"a043a77\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"rhicon rhi-quote-left\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b53f60f elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image\" data-id=\"b53f60f\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/05\/13.jpg\" class=\"lazyload attachment-full size-full wp-image-10663\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-761b2a1 elementor-invisible\" data-id=\"761b2a1\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;flip-r-r-s&quot;,&quot;animation_delay&quot;:300}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-758cca0 elementor-widget elementor-widget-testimonial\" data-id=\"758cca0\" data-element_type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cI really like how MyMobile India provides honest and in-depth reviews. It helps me decide which smartphone to buy without confusion.\u201d<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-testimonial-meta\">\n\t\t\t\t<div class=\"elementor-testimonial-meta-inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-name\">Yogesh Gupta<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-job\">Web Developer<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\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\t\t<div class=\"elementor-element elementor-element-aea37e0 elementor-widget__width-auto elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"aea37e0\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"rhicon rhi-quote-left\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0fb7446 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image\" data-id=\"0fb7446\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/05\/yogesh.jpg\" class=\"lazyload attachment-full size-full wp-image-10637\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-15e39ea elementor-invisible\" data-id=\"15e39ea\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;flip-r-r-s&quot;,&quot;animation_delay&quot;:500}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-28a0366 elementor-widget elementor-widget-testimonial\" data-id=\"28a0366\" data-element_type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\">\u201cFrom comparisons to tech news, everything is well-organized. MyMobile India makes tech simple and accessible for everyone.\u201d<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-testimonial-meta\">\n\t\t\t\t<div class=\"elementor-testimonial-meta-inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-name\">Vijay Mathur<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-job\">Business<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\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\t\t<div class=\"elementor-element elementor-element-bf8e777 elementor-widget__width-auto elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"bf8e777\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"rhicon rhi-quote-left\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b3c91f9 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image\" data-id=\"b3c91f9\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" data-src=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/05\/2.jpg\" class=\"lazyload attachment-full size-full wp-image-10661\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ad66f51 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ad66f51\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-24aaf9c\" data-id=\"24aaf9c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c75d058 elementor-widget elementor-widget-heading\" data-id=\"c75d058\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Faq's<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f8a6586 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f8a6586\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a74309\" data-id=\"6a74309\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-521990c elementor-widget elementor-widget-accordion\" data-id=\"521990c\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8601\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-8601\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How do you decide which products to compare?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8601\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-8601\"><p>We select products based on popularity, relevance, and market demand, ensuring a diverse range of comparisons.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8602\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-8602\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Can I trust the information provided on your website?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8602\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-8602\"><p>Yes, we ensure accuracy through thorough research and reliable sources, aiming to provide trustworthy information to our users<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8603\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-8603\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Do you consider user reviews when comparing products?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8603\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-8603\"><p>Absolutely, user reviews are integral to our comparisons, providing valuable real-world experiences and insights.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8604\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-8604\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How often do you update your comparisons?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8604\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-8604\">We update regularly to reflect any changes in products, prices, or features, ensuring our information remains current and relevant.\n\n\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8605\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-8605\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Are there any hidden biases in your comparisons?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8605\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-8605\"><p>No, our comparisons are unbiased and objective, focusing solely on providing valuable information to consumers.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8606\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-8606\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Can I request a specific product comparison?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8606\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-8606\"><p>Certainly, we welcome requests for specific product comparisons and will do our best to accommodate them.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8607\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-8607\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How do you compare mobile phones?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8607\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-8607\"><p>Certainly, we welcome requests for specific product comparisons and will do our best to accommodate them.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8608\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-8608\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Can I trust the ratings and reviews on your website?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8608\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-8608\"><p>Yes, you can trust the ratings and reviews. We moderate user feedback and use objective criteria for expert reviews, ensuring authenticity and reliability.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-8609\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-8609\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Do you provide price comparisons for mobile phones?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-8609\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-8609\">Absolutely, we offer price comparisons from various retailers, allowing users to find the best deals that fit their budget and preferences.\n\n\n\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-86010\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-86010\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How do you compare smartwatches?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-86010\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-86010\">We compare smartwatches by assessing features like fitness tracking, battery life, compatibility, user reviews, and expert opinions. This helps users find the best smartwatch for their needs.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-86011\" class=\"elementor-tab-title\" data-tab=\"11\" role=\"button\" aria-controls=\"elementor-tab-content-86011\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Do you provide price comparisons for smartwatches?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-86011\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"11\" role=\"region\" aria-labelledby=\"elementor-tab-title-86011\"><p>Yes, we provide price comparisons for smartwatches from different retailers, helping users find the best deals available.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-86012\" class=\"elementor-tab-title\" data-tab=\"12\" role=\"button\" aria-controls=\"elementor-tab-content-86012\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Where can I buy the products you compare?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-86012\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"12\" role=\"region\" aria-labelledby=\"elementor-tab-title-86012\">You can buy the compared products from various online retailers and stores. We provide links to reputable retailers where you can purchase these products.\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-86013\" class=\"elementor-tab-title\" data-tab=\"13\" role=\"button\" aria-controls=\"elementor-tab-content-86013\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Do you offer any warranty or return policy information?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-86013\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"13\" role=\"region\" aria-labelledby=\"elementor-tab-title-86013\">We provide information on warranty and return policies by listing the details from different retailers, ensuring you have all the necessary information before making a purchase.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-86014\" class=\"elementor-tab-title\" data-tab=\"14\" role=\"button\" aria-controls=\"elementor-tab-content-86014\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How can I give feedback or ask more questions?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-86014\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"14\" role=\"region\" aria-labelledby=\"elementor-tab-title-86014\">You can give feedback or ask more questions through our contact form or by emailing our support team. We value user input and are here to help with any inquiries.\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-86015\" class=\"elementor-tab-title\" data-tab=\"15\" role=\"button\" aria-controls=\"elementor-tab-content-86015\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Can I request a comparison for a product not listed on your website?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-86015\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"15\" role=\"region\" aria-labelledby=\"elementor-tab-title-86015\">Yes, you can request a comparison for a product not listed on our website. We welcome user requests and will strive to accommodate them by providing the desired comparisons.\n\n\n\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Let&#8217;s Find a Mobile for You! Price \u20b9 to \u20b9 Find Mobiles Mobiles by Price \u20b910,000 \u20b915,000 \u20b920,000 \u20b925,000 \u20b930,000 \u20b940,000 \u20b950,000 \u20b970,000 Latest Mobiles View All Added to wishlistRemoved from wishlist 0 Add to compare Featured! Latest Mobiles OnePlus Nord 6 &#8377;36,999.00 Added to wishlistRemoved from wishlist 0 Add to compare Latest Mobiles realme [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_eb_attr":"","_gspb_post_css":"","footnotes":""},"class_list":["post-5822","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Homepage mymobile - MyMobileIndia Devices<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Homepage mymobile - MyMobileIndia Devices\" \/>\n<meta property=\"og:description\" content=\"Let&#8217;s Find a Mobile for You! Price \u20b9 to \u20b9 Find Mobiles Mobiles by Price \u20b910,000 \u20b915,000 \u20b920,000 \u20b925,000 \u20b930,000 \u20b940,000 \u20b950,000 \u20b970,000 Latest Mobiles View All Added to wishlistRemoved from wishlist 0 Add to compare Featured! Latest Mobiles OnePlus Nord 6 &#8377;36,999.00 Added to wishlistRemoved from wishlist 0 Add to compare Latest Mobiles realme [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mymobileindia.com\/devices\/\" \/>\n<meta property=\"og:site_name\" content=\"MyMobileIndia Devices\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-22T06:26:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"16 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Homepage mymobile - MyMobileIndia Devices","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Homepage mymobile - MyMobileIndia Devices","og_description":"Let&#8217;s Find a Mobile for You! Price \u20b9 to \u20b9 Find Mobiles Mobiles by Price \u20b910,000 \u20b915,000 \u20b920,000 \u20b925,000 \u20b930,000 \u20b940,000 \u20b950,000 \u20b970,000 Latest Mobiles View All Added to wishlistRemoved from wishlist 0 Add to compare Featured! Latest Mobiles OnePlus Nord 6 &#8377;36,999.00 Added to wishlistRemoved from wishlist 0 Add to compare Latest Mobiles realme [&hellip;]","og_url":"https:\/\/www.mymobileindia.com\/devices\/","og_site_name":"MyMobileIndia Devices","article_modified_time":"2026-05-22T06:26:19+00:00","og_image":[{"url":"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"16 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mymobileindia.com\/devices\/","url":"https:\/\/www.mymobileindia.com\/devices\/","name":"Homepage mymobile - MyMobileIndia Devices","isPartOf":{"@id":"https:\/\/www.mymobileindia.com\/devices\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mymobileindia.com\/devices\/#primaryimage"},"image":{"@id":"https:\/\/www.mymobileindia.com\/devices\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mymobileindia.com\/devices\/wp-content\/themes\/rehub-theme\/images\/default\/blank.gif","datePublished":"2024-05-16T04:20:38+00:00","dateModified":"2026-05-22T06:26:19+00:00","breadcrumb":{"@id":"https:\/\/www.mymobileindia.com\/devices\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mymobileindia.com\/devices\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mymobileindia.com\/devices\/#primaryimage","url":"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/05\/2.jpg","contentUrl":"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/05\/2.jpg","width":100,"height":100},{"@type":"BreadcrumbList","@id":"https:\/\/www.mymobileindia.com\/devices\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mymobileindia.com\/devices\/"},{"@type":"ListItem","position":2,"name":"Homepage mymobile"}]},{"@type":"WebSite","@id":"https:\/\/www.mymobileindia.com\/devices\/#website","url":"https:\/\/www.mymobileindia.com\/devices\/","name":"MyMobileIndia Devices","description":"","publisher":{"@id":"https:\/\/www.mymobileindia.com\/devices\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mymobileindia.com\/devices\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mymobileindia.com\/devices\/#organization","name":"MyMobileIndia Devices","url":"https:\/\/www.mymobileindia.com\/devices\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mymobileindia.com\/devices\/#\/schema\/logo\/image\/","url":"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/LOGO-PNG-300x68-3-1-2.webp","contentUrl":"https:\/\/www.mymobileindia.com\/devices\/wp-content\/uploads\/2026\/06\/LOGO-PNG-300x68-3-1-2.webp","width":300,"height":68,"caption":"MyMobileIndia Devices"},"image":{"@id":"https:\/\/www.mymobileindia.com\/devices\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.mymobileindia.com\/devices\/wp-json\/wp\/v2\/pages\/5822","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mymobileindia.com\/devices\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mymobileindia.com\/devices\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mymobileindia.com\/devices\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mymobileindia.com\/devices\/wp-json\/wp\/v2\/comments?post=5822"}],"version-history":[{"count":328,"href":"https:\/\/www.mymobileindia.com\/devices\/wp-json\/wp\/v2\/pages\/5822\/revisions"}],"predecessor-version":[{"id":10974,"href":"https:\/\/www.mymobileindia.com\/devices\/wp-json\/wp\/v2\/pages\/5822\/revisions\/10974"}],"wp:attachment":[{"href":"https:\/\/www.mymobileindia.com\/devices\/wp-json\/wp\/v2\/media?parent=5822"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}